/**
*
* The colors used and fonts
*
*/
/**
*
* Basic styles
*
*/
body {
  font-family: "PT Sans", sans-serif;
  color: black; }

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

h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 60px; }

h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "PT Sans Caption", sans-serif;
  margin-bottom: 35px; }

ul {
  margin-left: -22px; }
  ul li {
    padding-left: 20px;
    margin-bottom: 15px; }

.listLeft {
  float: left; }

.listRight {
  float: left;
  margin-left: 16%; }

.small {
  font-size: 24px; }

.strongUnderline {
  text-decoration: underline;
  font-weight: 700; }

.container, .container-wide, .container-small {
  max-width: 820px;
  margin: 0 auto; }
  .container-wide {
    max-width: 890px; }
  .container-small {
    max-width: 560px; }

.section, .section-light, .section-dark {
  padding: 40px 0px 70px 0px; }
  .section-light {
    background-color: #b1ccca; }
  .section-dark {
    background-color: #142e4d;
    color: white; }

.padding {
  padding-left: 185px;
  padding-bottom: 10px; }
  .padding p {
    max-width: 560px; }

.sectionSeparator, .sectionSeparator-brown, .sectionSeparator-dark, .sectionSeparator-light {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  display: block;
  position: relative;
  top: -40px; }
  .sectionSeparator-brown {
    border-top-color: #26201e; }
  .sectionSeparator-dark {
    border-top-color: #142e4d; }
  .sectionSeparator-light {
    border-top-color: #b1ccca; }

.lightBoxButton, .lightBoxButton-big, .submitButton {
  display: block;
  max-width: 195px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 30px 10px 30px;
  background-color: #f10a3b;
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }
  .lightBoxButton-big {
    max-width: 300px;
    font-size: 24px; }

.centered {
  text-align: center; }

.hidden {
  display: none; }

.mainWrapper {
  width: 100%;
  height: 100%; }

.headerRow {
  text-align: center; }

.clearfix {
  clear: both; }

/**
*
* Header & Menu
*
*/
#heroImage {
  padding-top: 0px;
  padding-bottom: 50px;
  background: url("../img/hero.jpg") no-repeat center -170px;
  color: white; }

.menuIcon {
  display: none; }

.menuWrapper {
  height: 80px;
  max-width: 890px;
  padding: 30px 0px 10px 0px;
  margin: 0 auto;
  margin-bottom: 80px; }
  .menuWrapper .menu {
    z-index: 5;
    padding-top: 15px;
    overflow: hidden; }
    .menuWrapper .menu .menuContainer {
      width: 100%;
      max-width: 890px;
      margin: 0 auto;
      overflow: hidden; }
    .menuWrapper .menu .logoHolder {
      float: left; }
    .menuWrapper .menu .menuButtonHolder {
      float: right;
      padding: 0;
      overflow: hidden;
      margin-top: 0px;
      margin-bottom: 0px; }
      .menuWrapper .menu .menuButtonHolder li {
        padding: 0;
        list-style: none;
        float: left; }
        .menuWrapper .menu .menuButtonHolder li a {
          display: block;
          padding: 10px 20px 10px 20px;
          margin: 0;
          border: 1px solid white;
          border-right: 0px;
          color: white;
          text-decoration: none; }
        .menuWrapper .menu .menuButtonHolder li a:last-child {
          border-right: 1px solid white; }
    .menuWrapper .menu .mobileMenu {
      width: 100%;
      text-align: left;
      margin: 0;
      position: relative;
      padding: 0;
      display: none; }
      .menuWrapper .menu .mobileMenu li {
        display: block;
        width: 100%;
        padding: 10px;
        margin: 0;
        padding-left: 25px;
        background-color: #142e4d;
        border-bottom: 1px solid white; }
        .menuWrapper .menu .mobileMenu li a {
          color: white;
          text-decoration: none; }

/**
*
* Section specific stufff
*
*/
.justice {
  background: url("../img/justice.png") no-repeat 0px 45px; }

.speechBubbles {
  background: url("../img/speechBubbles.png") no-repeat 30px 0px; }
  .speechBubbles p {
    padding-top: 15px; }

.priceTable {
  overflow: hidden;
  border: 1px solid white;
  margin-bottom: 20px;
  padding: 20px 10px 20px 10px; }
  .priceTable ul li {
    list-style: none;
    margin-bottom: 7px;
    padding-left: 20px; }

#yhteys {
  padding-bottom: 30px; }

.footer {
  overflow: hidden;
  color: #959595; }

/**
*
* Mobile
*
*/
@media screen and (max-width: 920px) {
  .menu {
    padding-left: 20px !important; }

  .container, .container-wide, .container-small {
    padding-left: 15px;
    padding-right: 15px; }
    .container-small {
      padding-left: 15px;
      padding-right: 15px; }
    .container-wide {
      padding-left: 15px;
      padding-right: 15px; }

  .padding {
    text-align: center;
    padding-top: 100px;
    background-position: center 0px; }
    .padding p {
      max-width: none; } }
@media screen and (max-width: 750px) {
  .listRight, .listLeft {
    float: none;
    margin: 0; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 32px; }

  .priceTable ul {
    padding-left: 0px; }

  .headerRow {
    text-align: left;
    padding-left: 15px; } }
@media screen and (max-width: 570px) {
  .menuIcon {
    float: right;
    top: 5px;
    right: 20px;
    position: relative;
    font-size: 32px;
    cursor: pointer;
    display: block; }

  .menuWrapper {
    padding-top: 0; }

  .logoHolder {
    padding-left: 10px; }

  .menuButtonHolder {
    display: none; }

  .menu {
    padding-left: 0 !important;
    padding-top: 10px !important;
    background: #142e4d !important; } }
/**
*
* Lightbox
*
*/
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(../img/controls.png) no-repeat -36px -32px; }

#cboxContent {
  overflow: visible; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 5px; }

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C; }

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(../img/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px; }

#cboxPrevious:hover {
  background-position: -51px 0px; }

#cboxNext {
  left: 27px;
  background-position: -75px -25px; }

#cboxNext:hover {
  background-position: -75px 0px; }

#cboxClose {
  right: 0;
  top: 0;
  background-position: -100px -25px; }

#cboxClose:hover {
  background-position: -100px 0px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px; }

input {
  width: 100%;
  margin-bottom: 20px;
  color: black;
  border: 1px solid black;
  padding: 5px; }

textarea {
  width: 100%;
  font-weight: 400;
  color: black;
  border: 1px solid black; }

label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px; }

.honeypot {
  display: none; }

#contactForm {
  background-color: #142e4d;
  color: white;
  width: 100%;
  max-width: 480px;
  padding: 30px; }

.submitButton {
  border-radius: 0px;
  border: none; }

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