/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700i,700");
html {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 10px; }

body {
  color: #fff;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 1.6rem;
  min-height: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  background-image: url(../images/ranta2.jpg); }

body.oppaat-page {
  background-image: url(../images/revontulet.jpg); }

body.kalastus-page {
  background-image: url(../images/kalastus.jpg); }

body.ruoka-page {
  background-image: url(../images/ruoka.jpg); }

body.retkeily-page {
  background-image: url(../images/retkeily.jpg); }

/* HEADER */
header {
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 90%; }
  header p {
    font-size: 1.5rem;
    margin: 5px 0 10px; }
  header .logo {
    margin: 50px auto 30px; }

ul.languagenav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  float: right;
  line-height: 30px;
  margin-bottom: 0;
  padding-right: 25px; }
  ul.languagenav li {
    float: left;
    list-style: none;
    margin: 5px; }
    ul.languagenav li a {
      color: #f1f1f1;
      padding: 5px; }
    ul.languagenav li:hover {
      background-color: rgba(255, 255, 255, 0.6);
      cursor: pointer; }
      ul.languagenav li:hover a {
        color: #3c3c3c; }

#top {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  font-size: 1.3rem;
  position: relative;
  max-width: 60%; }
  #top h1 {
    font-style: italic;
    font-weight: 400;
    font-size: 6rem;
    line-height: 7rem;
    margin-bottom: 20px; }
  #top .mobile-header {
    font-size: 5rem;
    margin: 60px auto; }
  #top small {
    max-width: 380px;
    color: white;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 80px;
    display: inline-block; }

#MainVideo {
  z-index: -1;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

/*NAVIGATION*/
nav {
  background-color: transparent;
  color: white;
  font: 700 2.2rem "Lora", Helvetica, sans-serif;
  text-shadow: 1px 1px 5px black; }

.navbar {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .navbar .navbar-collapse {
    text-align: center;
    border: none; }
    .navbar .navbar-collapse .navbar-right {
      float: none !important;
      margin: auto;
      display: inline-block; }

.navbar-brand {
  padding-top: 0;
  display: none; }

.menu {
  width: 100%;
  border: none; }
  .menu .navbar-nav li {
    margin: 10px 5px; }
    .menu .navbar-nav li a {
      color: white; }
  .menu .navbar-nav .active > span {
    width: 100%; }
  .menu .navbar-nav li > span {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 2px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    width: 0%;
    display: block;
    position: relative;
    bottom: 0;
    -webkit-box-shadow: 0px 0px 15px 0px black;
    -moz-box-shadow: 0px 0px 15px 0px black;
    box-shadow: 0px 0px 15px 0px black; }
  .menu .navbar-nav li > a:hover, .menu .navbar-nav li > a:focus {
    color: white; }
  .menu .navbar-toggle:hover, .menu .navbar-default .navbar-toggle:focus {
    background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: white; }

.navbar-nav > li:hover span {
  width: 90%; }

.navbar-brand {
  height: auto; }
  .navbar-brand img {
    height: auto; }

nav.navbar-fixed-top {
  background-color: #13553a;
  border-bottom: 1px solid white;
  top: -60px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8); }
  nav.navbar-fixed-top .navbar {
    margin: 10px 0 0; }
  nav.navbar-fixed-top .navbar-brand {
    display: block;
    padding: 0 15px;
    max-width: 50px; }
  nav.navbar-fixed-top .navbar-nav li {
    font-size: 1.8rem;
    margin: 5px; }
    nav.navbar-fixed-top .navbar-nav li a {
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
      font-weight: 400;
      padding: 0 8px;
      margin-bottom: 5px; }
    nav.navbar-fixed-top .navbar-nav li span {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
      height: 1px; }

.subnav {
  background-color: #e6e6e6;
  padding-top: 25px;
  padding-bottom: 25px; }
  .subnav a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 20px;
    background-color: white;
    color: #3c3c3c;
    font-size: 1.6rem;
    margin: 5px 10px; }
    .subnav a:hover {
      text-decoration: none;
      color: white;
      background-color: #000; }

/* HEADER END */
/* CONTENT AREA */
section.green {
  background-color: #13553a;
  color: white; }

section.white {
  background-color: white;
  color: #3c3c3c; }

section.bg-image {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center right;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  section.bg-image .row {
    display: flex;
    align-items: center;
    min-height: 400px;
    height: auto;
    margin-bottom: 0; }
  section.bg-image .quote {
    background-color: rgba(0, 0, 0, 0.6);
    margin: 40px;
    padding: 20px 40px;
    color: white;
    min-height: 100%; }
    section.bg-image .quote h3 {
      margin: 0 auto 8px;
      max-width: 500px; }

.logo {
  max-width: 70%;
  display: block; }

.row {
  margin-bottom: 40px; }

.main-text p {
  margin: auto;
  max-width: 700px;
  font-size: 1.7rem; }

section.content {
  margin: 0 auto 40px;
  position: relative; }

img.bordered {
  border: 3px solid black;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.7); }

.oppaat-img {
  max-width: 250px;
  margin: 15px auto; }

.black-bar {
  margin-bottom: 0px;
  border: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  border-top: 2px solid white;
  border-bottom: 2px solid white; }

.mobile-button-bar {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  z-index: 99;
  margin-left: -25px;
  bottom: 0; }

a.mobile-link {
  margin: 10px 25px;
  display: inline-block; }
  a.mobile-link img {
    float: none; }

#whatsapp {
  display: none;
  margin: 0 30px;
  text-align: center; }
  #whatsapp img {
    float: none;
    max-width: 40px;
    margin: 15px; }
  #whatsapp span {
    display: inline-block;
    line-height: normal; }

#instafeed {
  margin-left: -10px;
  display: inline-block; }
  #instafeed a {
    display: table; }

/* CONTENT AREA END */
/* FOOTER */
footer {
  color: #fff;
  background-color: #13553a;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  bottom: 0;
  height: auto;
  min-height: 120px;
  border-top: 2px #fff solid;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
  padding-top: 20px; }
  footer .row {
    margin-bottom: 5px; }
  footer .logot img {
    float: left;
    margin: 8px; }
  footer .logot h4 {
    text-align: left; }
  footer .pageinfo {
    margin: auto;
    height: auto;
    padding: 5px;
    text-align: center; }
  footer .copy {
    padding-bottom: 10px;
    font-size: 1.2rem;
    color: #fff; }
    footer .copy a {
      color: #fff;
      line-height: normal; }

#to-top {
  position: fixed;
  right: 20px;
  bottom: -60px;
  background-color: #13553a;
  border: 2px solid white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #to-top:hover {
    height: 50px;
    width: 50px;
    bottom: 15px;
    right: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5); }
    #to-top:hover img {
      margin: 8px auto;
      height: 26px; }
  #to-top img {
    margin: 12px auto 7px;
    height: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

/* FOOTER END */
/* COLUMNS */
#master-img-holder {
  display: inline-block;
  overflow: hidden;
  width: 100%; }

.col-md-3 .header {
  margin-top: 35px;
  font-size: 2.4rem; }

.col-md-6 .header {
  margin-top: 35px;
  font-size: 2.8rem; }

.article-bg {
  padding: 25px; }

/* COLUMNS END */
.img-small {
  height: 250px;
  background-size: cover, cover;
  background-position: center;
  margin: 20px 0; }

/*TEXT STYLES*/
main {
  font-size: 1.6rem;
  font-weight: 300;
  color: white; }

a {
  color: white;
  line-height: normal; }
  a:hover {
    color: white; }
  a img {
    float: left;
    margin: 0 10px  10px; }

.icolink {
  height: auto;
  display: block; }

.icolink > img {
  margin-top: 0px;
  float: left;
  display: inline-block; }

.red {
  color: #13553a; }

.header {
  font-family: 400 2rem "Lora", Helvetica, sans-serif;
  display: table;
  width: 100%;
  margin-top: 0; }

h1, h2, h3 {
  font: 400 2rem "Lora", "Raleway", Helvetica, sans-serif; }

h1 {
  margin-bottom: 35px;
  font-size: 5rem;
  text-align: center; }

h2 {
  font-size: 3.6rem; }
  h2 small {
    font-size: 1.6rem;
    line-height: normal;
    display: inline-block; }
  h2 a {
    color: #3c3c3c; }
    h2 a:hover {
      color: #3c3c3c; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.2rem; }

h4, h5, h6 {
  font: 400 2rem "Lora", Helvetica, sans-serif; }

article {
  text-align: left;
  margin: 35px 0; }
  article h2, article h3 {
    margin: 20px auto 20px; }
  article h4 {
    margin: 20px auto 8px; }
  article ul {
    list-style: none; }

main p {
  max-width: 500px;
  margin: 10px auto; }

.text-full {
  margin: 0 auto 10px;
  max-width: 60%; }

.nosto {
  margin: 10px 5px; }
  .nosto .more {
    margin-top: 15px; }

.more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  font-size: 1.6rem;
  color: black;
  background-color: #fff;
  border-radius: 0;
  border-bottom: solid 3px transparent; }
  .more:hover {
    background-color: #e6e6e6;
    border-bottom: solid 3px #13553a; }

.cta {
  background-color: #13553a;
  padding: 5px 35px;
  color: white; }
  .cta:hover {
    border: 1px solid #13553a;
    border-bottom: solid 3px #13553a;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }

/*FORMS*/
.form-holder {
  max-width: 800px;
  margin: 15px auto; }

.form-control {
  border-radius: 0; }

fieldset {
  margin: 0 3px;
  position: relative; }

.form-loader {
  text-align: center;
  padding: 15px; }

.form-error {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  font-size: 1.6rem; }

form {
  margin: 10px 15px;
  position: relative; }
  form textarea.form-control {
    height: 135px; }

.submitForm {
  color: #3c3c3c;
  background-color: #d9d9d9;
  border-radius: 0;
  border-bottom: solid 3px transparent; }
  .submitForm:hover {
    color: #3c3c3c;
    background-color: #e6e6e6; }

.has-error {
  position: relative; }
  .has-error:after {
    content: '*';
    position: absolute;
    left: 0;
    top: -5px;
    margin-left: -15px;
    font-size: 2.8rem; }

@media screen and (max-width: 992px) {
  .navbar {
    width: 100%; } }
@media screen and (max-width: 820px) {
  .navbar {
    width: 100%; }

  .left-side {
    margin-top: 50px; }
    .left-side .contact {
      margin-left: 0; }

  .image-holder:last-of-type {
    display: none; }

  main p, main ul {
    font-size: 1.6rem; }

  .header-text {
    font-size: 3rem; }

  .header {
    font-size: 2.6rem; }

  article h2, article h3, article h4 {
    margin: 10px auto 10px;
    max-width: 660px; }

  #facebook {
    max-width: 80%; } }
@media screen and (max-width: 768px) {
  .icolink {
    float: left;
    margin-top: 20px; }

  #MainVideo {
    left: 0; }

  #top .mobile-header {
    font-size: 3.4rem; }

  .logo {
    width: 200px; }

  h1, h2, h3, h4 {
    margin-bottom: 15px; }

  h1 {
    font-size: 4rem; }

  h4 {
    text-align: center; }

  .quote {
    font-size: 1.4rem; }

  .navbar-nav {
    height: auto; }

  .navbar-nav > li {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }

  #top {
    max-width: 90%; }
    #top h1 {
      font-size: 3rem;
      line-height: 3rem; }
    #top small {
      font-size: 2rem;
      line-height: 2.5rem; }

  .text-full {
    max-width: 80%; }

  .logo {
    margin: 50px auto; }

  section.bg-image .row {
    display: block; }

  footer .logot {
    text-align: center; }
    footer .logot h4 {
      text-align: center; }
    footer .logot img {
      margin: 8px auto;
      float: none;
      clear: both; }

  .nosto {
    margin: 15px auto; } }
@media screen and (max-width: 520px) {
  .mobile-left {
    text-align: center; }
    .mobile-left ul {
      margin-left: auto;
      -webkit-padding-start: 0;
      font-size: 1.4rem; }

  .image-holder {
    display: none; }

  .image-holder:first-of-type {
    display: block; } }
@media (max-width: 965px) {
  .navbar-header {
    float: none;
    text-align: center; }

  .navbar > .container .navbar-brand {
    float: none;
    display: inline-block;
    margin: auto; } }
@media (max-width: 815px) {
  .navbar > .container .navbar-brand {
    margin-left: 60px; }

  .navbar-header {
    float: none;
    text-align: center; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-default .navbar-toggle {
    display: block;
    border: none; }
    .navbar-default .navbar-toggle:hover {
      background-color: transparent; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: white; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */
