/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400i");
html {
  position: relative;
  min-height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  color: #111;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  background: no-repeat center right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #2d322c;
  background-image: url("../images/master-bg.jpg"); }

/* HEADER */
header {
  z-index: 5;
  position: absolute;
  pointer-events: none;
  width: 100%; }
  header p {
    font-size: 1.3rem;
    margin: 5px 0 10px; }
  header .logo {
    pointer-events: none; }

nav {
  font-size: 1.6rem;
  color: #3c3c3c; }

ul.languagenav {
  font-size: 1.2rem;
  float: right;
  font-size: 1.2rem;
  float: right;
  line-height: 30px;
  margin-bottom: 0; }
  ul.languagenav li {
    float: left;
    list-style: none;
    margin: 5px 10px 10px; }
    ul.languagenav li a {
      color: #f1f1f1; }

#top {
  font-size: 1.2rem;
  position: absolute;
  width: 100%; }
  #top p {
    margin: 5px; }

/* HEADER END */
/* CONTENT AREA */
.main-bg {
  font-size: 1.5rem;
  padding: 0;
  background-color: #000000;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% -80px);
  width: calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 40px;
  background: no-repeat center right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: static;
  z-index: 2; }
  .main-bg section .row {
    margin: 0 auto 20px;
    padding-top: 20px; }
  .main-bg section .row:first-child {
    border-top: none; }

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

#yritys {
  background-image: url(../images/bg.jpg); }

#artisti {
  background-image: url(../images/bg3.jpg); }
  #artisti .logo {
    display: none; }

#info {
  background-image: url(../images/bg4.jpg); }

#gallery {
  background-image: url(../images/bg5.jpg); }

#content {
  padding: 0;
  height: 100%;
  margin: 0;
  width: 100%;
  position: static; }

.left-side {
  float: left;
  width: 40%;
  height: 100%;
  padding: 30px;
  position: relative; }
  .left-side .logo {
    max-width: 70%; }
  .left-side .contact {
    padding: 5px 0;
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
    bottom: 0;
    position: absolute;
    margin-left: -30px; }

.right-side {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: static;
  z-index: 10;
  overflow-y: auto;
  overflow-x: scroll; }

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

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

img.bordered {
  margin-top: 25px; }

.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 {
  /* Prevent vertical gaps */
  line-height: 1;
  -webkit-column-count: 4;
  -webkit-column-gap: 3px;
  -moz-column-count: 4;
  -moz-column-gap: 3px;
  column-count: 4;
  column-gap: 3px;
  display: inline-block;
  margin-left: -10px; }
  #instafeed a {
    display: table; }
    #instafeed a img {
      margin: 1px 4px; }

.instabar #instafeed {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }

#instafeed img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important; }

@media (max-width: 1200px) {
  #instafeed {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; }

  .instabar #instafeed {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media (max-width: 1000px) {
  #instafeed {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media (max-width: 800px) {
  #instafeed {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 400px) {
  #instafeed {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
#gallerylist > img {
  max-height: 225px;
  float: left;
  margin: 8px; }

.imagerow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px; }
  .imagerow .imagecol {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px; }
    .imagerow .imagecol img {
      margin-top: 8px;
      vertical-align: middle; }

/* CONTENT AREA END */
/* FOOTER */
footer {
  color: white;
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 35px; }
  footer p {
    margin: 0; }

/* 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 */
/*NAVIGATION*/
.navbar-brand {
  padding-top: 0; }

.navbar {
  background-color: black; }
  .navbar .navbar-collapse {
    text-align: center;
    border: none; }
    .navbar .navbar-collapse .navbar-right {
      float: none !important;
      margin: auto;
      display: inline-block; }

.navbar-default {
  background-color: #111;
  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); }

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

.navbar-nav > .active > span {
  width: 100%;
  background-color: #005700; }

.navbar-default .navbar-nav > li > a {
  color: #E0E0E0; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white; }

.navbar-nav > li > span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 2px;
  margin: 0 auto;
  background-color: rgba(239, 179, 0, 0.9);
  width: 0%;
  display: block;
  position: relative;
  bottom: 0; }

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

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.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: #dca604; }

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

/*TEXT STYLES*/
main {
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
  text-shadow: 1px 1px 1px black; }

a {
  color: white;
  line-height: normal; }
  a:hover {
    color: white;
    font-style: italic; }
  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: #dca604; }

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

h1, h2, h3 {
  font-weight: 300; }

h1 {
  margin-bottom: 35px; }

h2 {
  font-size: 3.2rem; }

h4, h5, h6 {
  font-weight: 300; }

article {
  text-align: left;
  margin: 35px 0; }
  article h2, article h3 {
    margin: 20px auto 20px;
    z-index: 2; }
  article h4 {
    margin: 20px auto 8px; }

.header-text {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  width: 100%;
  top: 35%;
  padding: 50px;
  position: absolute; }

.saku {
  max-width: 300px;
  margin: 0 10px 10px; }

.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: white;
  background-color: #111;
  border-radius: 0;
  border-bottom: solid 3px transparent; }
  .more:hover {
    background-color: transparent;
    color: #111;
    border-bottom: solid 3px #dca604; }

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

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

.form-group {
  min-height: 45px; }

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

form {
  margin: 10px 15px; }

.reservation {
  -webkit-transition: all 0.5s;
  margin: 10px;
  border-radius: 0;
  padding: 10px 30px;
  border: 1px solid #dca604;
  cursor: pointer;
  background-color: white; }
  .reservation:hover {
    background-color: black;
    color: white; }

.pageinfo {
  margin: 0 auto;
  float: left;
  text-align: center;
  width: 100%; }

.copy {
  margin-top: -15px;
  float: right;
  margin-right: 40px;
  font-size: 1.2rem;
  color: #606060; }
  .copy a {
    color: #606060;
    line-height: normal; }

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

  .saku {
    max-width: 250px; }

  .icolink {
    margin-top: 20px; } }
@media screen and (max-width: 820px) {
  footer {
    display: none; }

  .right-side {
    position: static;
    padding-bottom: 60px; }

  .navbar {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    margin-left: -25px; }

  .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; }

  .saku {
    max-width: 200px;
    float: left;
    clear: both; }

  .main-bg {
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    background: no-repeat center left fixed; }

  section.content {
    margin-top: 20px; }

  .quote {
    margin-top: 30px; }

  .logo {
    width: 200px; }

  .quote {
    font-size: 2.5rem; }

  .navbar-nav {
    height: auto; }

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

  footer {
    padding: 0 40px; }

  #info, #artisti {
    background-position: -100px; }
    #info .logo, #artisti .logo {
      max-width: 50%;
      display: block; }

  #gallery .logo {
    max-width: 50%; }

  #yritys {
    background-position: -100px -150px; }

  .logo {
    margin: 50px auto; } }
@media screen and (max-width: 520px) {
  .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) {
  .main-bg {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 25px; }

  #content {
    overflow-x: scroll; }

  .left-side {
    width: 100%;
    height: auto;
    clear: both; }
    .left-side .contact {
      position: relative; }

  .right-side {
    float: left;
    clear: both;
    height: auto; }

  .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 */
