body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family:'Open Sans', sans-serif;
  color: #e29e00;
  font-size: 17px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat, sans-serif;
  color: #745785;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  display: block;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  color: #d6d6d6;
  font-size: 15px;
  line-height: 23px;
}
.button {
  display: block;
  width: 261px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 21px;
  border-radius: 5px;
  background-color: #25a6d9;
  box-shadow: rgba(255, 255, 255, 0.29) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.27) 0px 2px 11px 0px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #72d4ed;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.button.taustaa {
  margin-top: 34px;
}
.button.taustaa.english {
  margin-top: 21px;
}
.button.taustaa.koulu {
  margin-top: 55px;
  margin-bottom: 64px;
}
.button.refe {
  width: 260px;
  background-color: #c92c2c;
}
.button.refe:hover {
  background-color: #fc5353;
}
.button.refe.w--current {
  background-color: #c92c2c;
}
.button.etusivu {
  width: 230px;
  margin-top: 10px;
  margin-bottom: 18px;
}
.section {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section.hero {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/risto_background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.section.hero.section_video {
  z-index: 0;
  background-image: url('../images/risto_background_1.jpg');
}
.section.grey {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #4c5359;
  background-image: url('../images/grey-tausta.jpg');
}
.section.grey.footer {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #d6d6d6;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
}
.section.grey.taustaa {
  padding-top: 53px;
  padding-bottom: 47px;
  background-position: 50% 50%;
  background-attachment: scroll;
}
.section.grey.refe {
  padding-top: 40px;
  background-color: #e0e0e0;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.section.grey.etusivu {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section.grey.etusivu.english {
  padding-top: 10px;
  padding-bottom: 10px;
}
.section.palkinnot {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-link {
  position: static;
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom-color: #f02e4e;
  color: white;
}
.nav-link.w--current {
  font-family: Montserrat, sans-serif;
}
.nav-column {
  position: static;
  left: 0px;
  top: 0px;
  overflow-x: visible;
  overflow-y: visible;
  text-align: right;
}
.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #536173;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.social-button:hover {
  background-color: #d60000;
}
.footer-text {
  display: inline;
  font-family:'Open Sans', sans-serif;
  color: black;
}
.center {
  text-align: center;
}
.navbar {
  margin-bottom: 31px;
  padding-top: 31px;
  padding-bottom: 28px;
}
.navbar.grey {
  z-index: 1;
  margin-bottom: 0px;
  padding-bottom: 28px;
  background-color: #a6a6a6;
  background-image: url('../images/Background_banner_1color.png');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: scroll;
}
.navbar.taustaa {
  position: static;
  margin-bottom: 0px;
  padding-bottom: 28px;
  background-color: #1b2023;
  background-image: url('../images/Background_banner.png');
  background-position: 50% 50%;
  background-size: auto;
}
.text-link {
  float: none;
  color: #25a6d9;
  text-decoration: none;
}
.text-link:hover {
  color: #72d4ed;
  text-decoration: underline;
}
.text-link.fb {
  float: none;
}
.button-block {
  margin-top: 17px;
}
.logo {
  margin-right: 12px;
  float: left;
}
.container_trophy {
  margin-top: 26px;
}
.video_container {
  margin-top: 0px;
}
.referenssit {
  margin-top: 29px;
  margin-bottom: 9px;
  font-family:'Open Sans', sans-serif;
  color: #e3e3e3;
  font-size: 18px;
  font-weight: 400;
}
.referenssit.suosittelija {
  margin-top: 7px;
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #e60000;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}
.referenssit.suosittelija.uek {
  margin-top: 0px;
  margin-bottom: 21px;
}
.referenssit.etusivu {
  margin-top: 0px;
  font-family:'Open Sans', sans-serif;
}
.referenssit_toinen_rivi {
  margin-top: 22px;
  padding-right: 113px;
  padding-left: 113px;
}
.referenssit_eka_rivi {
  padding-right: 19px;
  padding-left: 19px;
}
.leipis {
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
}
.leipis.leipisteksti {
  margin-top: 26px;
  margin-bottom: 9px;
  color: #e3e3e3;
}
.leipis.leipisteksti.taikaisku {
  margin-top: 44px;
  padding-right: 10%;
  padding-left: 10%;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  text-align: left;
}
.leipis.leipisteksti.info {
  padding-right: 34px;
  padding-left: 34px;
  font-size: 14px;
}
.esitys {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  height: 529px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}
.esitys-1 {
  display: block;
  overflow-x: visible;
  overflow-y: visible;
}
.signature {
  margin-top: 125px;
}
.slider {
  height: 638px;
  margin-top: 20px;
  background-color: #bdbdbd;
  opacity: 1;
}
.slide.risto1 {
  background-image: url('../images/risto-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide.risto2 {
  background-image: url('../images/Risto_Leppänen_pr_WEB.jpg');
  background-position: 50% 0px;
  background-size: cover;
}
.slide.risto5 {
  background-image: url('../images/risto-5.jpg');
  background-position: 0px 0px;
  background-size: cover;
}
.slide.live_1 {
  background-image: url('../images/valonkorjuu-mika-saloranta-2014-02-28-rio_rehelliset-huijarit-0503-1800px-vedos.jpg');
  background-size: cover;
}
.slide.live_2 {
  background-image: url('../images/valonkorjuu-mika-saloranta-2014-02-28-rio_rehelliset-huijarit-0486-1800px-vedos.jpg');
  background-size: cover;
}
.slide.live_3 {
  background-image: url('../images/valonkorjuu-mika-saloranta-2014-02-28-rio_rehelliset-huijarit-0478-1800px-vedos.jpg');
  background-size: cover;
}
.slide.live_4 {
  background-image: url('../images/valonkorjuu-mika-saloranta-2014-02-28-rio_rehelliset-huijarit-0548-1800px-vedos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide.risto6 {
  background-image: url('../images/Risto_pr5.jpg');
  background-size: cover;
}
.slide.live_5 {
  background-image: url('../images/valonkorjuu-mika-saloranta-2014-02-28-rio_rehelliset-huijarit-0573-1800px-vedos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide.risto7 {
  background-image: url('../images/Risto_pr4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.ohjelma {
  margin-bottom: 0px;
  font-family:'Open Sans', sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.ohjelma.ingressi {
  padding-right: 114px;
  padding-left: 114px;
  direction: ltr;
  font-family: Bitter, serif;
  color: #333;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.ohjelma.ingressi.juontaja {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}
.date {
  font-family:'Open Sans', sans-serif;
  color: #e29e00;
  font-size: 16px;
  text-align: left;
}
.whatsup {
  margin-top: 0px;
  margin-bottom: 8px;
  color: black;
  text-align: left;
}
.container_nav {
  position: static;
}
.column_news {
  margin-bottom: 20px;
}
.column_referenssit {
  margin-bottom: 0px;
  padding-right: 54px;
  text-align: justify;
}
.refe-otsikko {
  margin-bottom: 4px;
  color: #333;
  text-align: center;
}
.refe-otsikko.kevennys {
  margin-bottom: 0px;
  color: white;
  font-size: 28px;
  line-height: 30px;
}
.refe-otsikko.kevennys.tarjous {
  margin-bottom: 10px;
  text-align: left;
}
.refe-otsikko.kevennys.juhlatila {
  margin-top: 65px;
  text-align: left;
}
.refe-otsikko.kevennys.english {
  text-align: left;
}
.refe-otsikko.ingressi {
  margin-bottom: 24px;
  padding-right: 114px;
  padding-left: 114px;
  color: #d90000;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.refe-otsikko.ingressi.juontaja {
  margin-top: 65px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  text-align: left;
}
.viiva {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #878787;
}
.referenssit-teksti {
  font-family:'Open Sans', sans-serif;
  color: #333;
  text-align: left;
}
.grey_section {
  padding-top: 33px;
  padding-bottom: 14px;
  background-color: #e0e0e0;
}
.grey_section.refe {
  padding-top: 47px;
  padding-bottom: 47px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: #cfcfcf;
}
.grey_section.refe.juontaja {
  padding-bottom: 0px;
}
.refe-yl-palkki {
  font-family:'Open Sans', sans-serif;
  color: white;
}
.ohjelma-otsikko {
  margin-bottom: 25px;
  color: #d90000;
}
.form_text {
  color: white;
}
.laheta_painike {
  margin-top: 12px;
  background-color: #25a6d9;
}
.laheta_painike:hover {
  background-color: #72d4ed;
}
.yhteys.form {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.kiitos {
  font-family:'Open Sans', sans-serif;
  color: #333;
  text-align: center;
}
.error {
  color: #404040;
}
.fb-seuraa {
  margin-top: 25px;
  color: white;
  font-size: 21px;
  text-align: center;
}
.navbar-ohjelmat {
  position: static;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.navbar-titles {
  position: static;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  border-bottom: 2px solid transparent;
  color: white;
  font-size: 17px;
  text-align: center;
}
.navbar-titles:hover {
  border-bottom: 2px solid #f02e4e;
}
.nav-menu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.media-files {
  margin-bottom: 24px;
}
.kuva {
  margin-top: 35px;
}
.kuva-juontaja {
  margin-top: 31px;
  padding-right: 250px;
  padding-left: 250px;
}
.kuva-risto-syv-tty {
  padding-right: 59px;
  padding-left: 59px;
}
.risto-english {
  margin-top: -37px;
  margin-left: 0px;
  font-size: 14px;
  font-style: normal;
  text-align: left;
}
.englsih-flag {
  display: block;
  max-width: 42px;
  margin-top: 9px;
}
.row-english {
  margin-top: -36px;
}
.english-2ndline {
  font-size: 20px;
}
.video-englsih {
  margin-top: 22px;
}
.in-english {
  margin-bottom: 36px;
  color: white;
  font-size: 15px;
}
.refe-muut {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
}
.taikaisku-kuva {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}
.taikaisku {
  display: block;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
  text-align: center;
}
.taikaisku.otsikko {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-bottom: 29px;
  float: none;
}
.taikaisku-kuva-small {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}
.koulu {
  margin-top: 37px;
}
@media (max-width: 991px) {
  body {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
  }
  h1 {
    margin-top: 9px;
    font-size: 15px;
    line-height: 20px;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  p {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 21px;
  }
  .button {
    width: 260px;
  }
  .button.w--current {
    width: 255px;
  }
  .button.taustaa.english {
    margin-top: 31px;
  }
  .button.refe {
    width: 211px;
    height: 51px;
    font-size: 16px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.hero {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .section.hero.section_video {
    position: relative;
    background-color: black;
  }
  .section.grey {
    padding: 30px 38px;
  }
  .section.grey.taustaa {
    margin-top: 0px;
    margin-bottom: -1px;
    padding-top: 30px;
  }
  .section.grey.refe {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section.palkinnot {
    display: block;
    padding-top: 19px;
    padding-bottom: 15px;
  }
  .nav-link {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
  }
  .nav-column {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
  }
  .navbar {
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    margin-bottom: 0px;
    padding-bottom: 22px;
  }
  .navbar.grey {
    height: 210px;
    margin-bottom: 0px;
    padding-bottom: 19px;
  }
  .navbar.taustaa {
    height: 210px;
    margin-bottom: 0px;
    padding-right: 38px;
    padding-bottom: 0px;
    padding-left: 38px;
  }
  .logo {
    margin-right: 0px;
  }
  .container_trophy {
    margin-top: 1px;
  }
  .container_trophy.trophy {
    margin-top: 11px;
  }
  .video_container {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .referenssit {
    font-size: 17px;
  }
  .referenssit_toinen_rivi {
    padding-right: 68px;
    padding-left: 68px;
  }
  .referenssit_eka_rivi {
    margin-top: 0px;
  }
  .leipis.leipisteksti {
    margin-top: 22px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .leipis.leipisteksti.taikaisku {
    padding-right: 0px;
    padding-left: 0px;
  }
  .esitys {
    height: 411px;
  }
  .signature {
    margin-top: 75px;
  }
  .slider {
    height: 464px;
    margin-top: 20px;
  }
  .ohjelma {
    margin-bottom: 0px;
    text-align: left;
  }
  .ohjelma.ingressi {
    margin-bottom: 0px;
    padding-right: 43px;
    padding-left: 43px;
  }
  .date {
    text-align: left;
  }
  .section_kuva {
    position: static;
    min-height: 0px;
    min-width: 0px;
    float: none;
  }
  .whatsup {
    text-align: left;
  }
  .column_mitalit {
    padding-right: 0px;
    padding-left: 0px;
  }
  .refe-otsikko.kevennys.juhlatila {
    margin-top: 27px;
    text-align: center;
  }
  .refe-otsikko.ingressi {
    padding-right: 43px;
    padding-left: 43px;
  }
  .refe-otsikko.ingressi.juontaja {
    margin-top: 12px;
  }
  .grey_section {
    padding: 27px 38px 9px;
  }
  .grey_section.refe {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .navbar-titles {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
  }
  .ohjelmat-submenu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .kuva-l-hitaikuus {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .kuva-juontaja {
    padding-right: 128px;
    padding-left: 128px;
  }
  .risto-english {
    margin-left: 14px;
  }
  .englsih-flag {
    margin-left: 8px;
  }
  .english-2ndline {
    font-size: 19px;
    line-height: 19px;
  }
  .taikaisku-kuva {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  p {
    margin-bottom: 25px;
  }
  .button.refe {
    position: relative;
    width: 144px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 17px;
    list-style-type: none;
  }
  .button.refe.w--current {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .section.hero {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-right: 0px;
    padding-bottom: 52px;
    padding-left: 0px;
    clear: none;
    text-align: center;
  }
  .section.hero.section_video {
    padding-bottom: 0px;
  }
  .section.grey {
    padding: 30px 33px;
  }
  .section.grey.taustaa {
    padding-top: 44px;
  }
  .section.grey.refe {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section.palkinnot {
    padding: 15px 17px;
  }
  .nav-column {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 21px;
    text-align: center;
  }
  .center {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 18px;
    text-align: center;
  }
  .navbar.grey {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 18px;
  }
  .navbar.taustaa {
    margin-bottom: 0px;
    padding-right: 17px;
    padding-bottom: 8px;
    padding-left: 17px;
  }
  .text-link {
    float: none;
  }
  .text-link.fb {
    float: none;
  }
  .logo {
    display: block;
    max-height: 155px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .referenssit {
    margin-top: 0px;
  }
  .referenssit.suosittelija {
    text-align: center;
  }
  .referenssit_toinen_rivi {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .referenssit_eka_rivi {
    margin-top: 0px;
  }
  .leipis.leipisteksti {
    text-align: left;
  }
  .leipis.leipisteksti.taikaisku {
    margin-top: 34px;
    font-size: 14px;
    line-height: 18px;
  }
  .leipis.leipisteksti.info {
    margin-bottom: 48px;
    line-height: 18px;
  }
  .signature {
    display: none;
    overflow-x: visible;
    overflow-y: visible;
  }
  .slider {
    position: relative;
    display: block;
    height: 363px;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .slide.risto1 {
    background-position: 50% 0px;
  }
  .slide.live_1 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .ohjelma {
    margin-bottom: 0px;
  }
  .ohjelma.ingressi {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column_news {
    padding-left: 0px;
  }
  .column_referenssit {
    margin-bottom: 11px;
  }
  .logot-refe {
    position: relative;
    margin-bottom: 0px;
    float: left;
  }
  .refe-otsikko.kevennys {
    line-height: 42px;
  }
  .refe-otsikko.kevennys.juhlatila {
    margin-top: 0px;
  }
  .refe-otsikko.kevennys.english {
    line-height: 36px;
  }
  .refe-otsikko.ingressi {
    padding-right: 0px;
    padding-left: 0px;
  }
  .refe-otsikko.ingressi.juontaja {
    margin-top: 24px;
  }
  .grey_section {
    padding: 18px 33px 4px;
  }
  .grey_section.refe {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .grey_section.refe.juontaja {
    padding-bottom: 27px;
  }
  .column_-etusivu_refe {
    margin-bottom: 22px;
  }
  .refe-yl-palkki {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: left;
  }
  .navbar-titles {
    margin-right: auto;
    margin-left: auto;
    padding: 15px 0px;
    font-size: 15px;
  }
  .ohjelmat-submenu {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .kuva-juontaja {
    padding-right: 56px;
    padding-left: 56px;
  }
  .kuva-risto-syv-tty {
    padding-right: 68px;
    padding-left: 68px;
    border-bottom: 2px solid #bdbdbd;
  }
  .logo-lounge {
    margin-top: 21px;
    padding-right: 56px;
    padding-left: 56px;
  }
  .risto-english {
    margin-top: 0px;
    text-align: center;
  }
  .englsih-flag {
    margin-left: 0px;
  }
  .row-english {
    margin-top: 0px;
  }
  .english-2ndline {
    line-height: 19px;
    list-style-type: none;
  }
}
@media (max-width: 479px) {
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 20px;
  }
  .button.refe {
    margin-bottom: 19px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .section.hero.section_video {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.grey {
    padding: 30px 20px;
  }
  .section.grey.taustaa {
    padding-top: 30px;
  }
  .section.grey.refe {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .section.palkinnot {
    padding: 15px 22px;
  }
  .nav-column {
    padding-top: 19px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .center {
    padding: 0px;
  }
  .navbar.taustaa {
    margin-bottom: 0px;
  }
  .text-link.fb {
    float: none;
  }
  .leipis.leipisteksti {
    font-size: 14px;
    text-align: left;
  }
  .leipis.leipisteksti.taikaisku {
    font-size: 13px;
    line-height: 17px;
  }
  .leipis.leipisteksti.info {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 17px;
  }
  .esitys {
    position: relative;
    left: 0px;
    top: 0px;
    height: 300px;
  }
  .slider {
    height: 201px;
    margin-top: 29px;
  }
  .slide.risto2 {
    left: 0px;
    top: 0px;
    background-position: 50% 50%;
  }
  .ohjelma {
    margin-bottom: 0px;
  }
  .ohjelma.ingressi {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .logot-refe {
    margin-bottom: 0px;
  }
  .refe-otsikko.kevennys.juhlatila {
    margin-top: 0px;
  }
  .grey_section {
    padding: 19px 20px 4px;
  }
  .grey_section.refe {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .column_-etusivu_refe {
    margin-bottom: 10px;
  }
  .refe-yl-palkki {
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
  }
  .navbar-titles {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .kuva-l-hitaikuus {
    padding-bottom: 10px;
  }
  .kuva-juontaja {
    padding-right: 18px;
    padding-left: 18px;
  }
  .kuva-risto-syv-tty {
    padding-right: 34px;
    padding-left: 34px;
  }
}

