@charset "UTF-8";
/*

DESC: METHATOR TYYLIT
REDANDBLUE 2015

*/
@import url("../css/font-awesome/css/font-awesome.min.css");
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?oy28ud");
  src: url("fonts/icomoon.eot?#iefixoy28ud") format("embedded-opentype"), url("fonts/icomoon.woff?oy28ud") format("woff"), url("fonts/icomoon.ttf?oy28ud") format("truetype"), url("fonts/icomoon.svg?oy28ud#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 19, ../sass/rb-styles.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, ../sass/rb-styles.scss */
.icon-Lehma:before {
  content: "\e600";
}

/* line 36, ../sass/rb-styles.scss */
.icon-Sika:before {
  content: "\e601";
}

/* ////////////////////////////////////////////////   SASS VARS */
/* /////////////////////////////////////////////////   IMPORTS */
/* //////////////////////////////////////////////////   BASICS */
/* line 62, ../sass/rb-styles.scss */
body {
  font-family: "Lato", serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.4em;
}

/* line 63, ../sass/rb-styles.scss */
body.et_cover_background {
  background: #fff no-repeat center top !important;
  background-size: auto !important;
}

/* line 65, ../sass/rb-styles.scss */
body {
  /*padding-top: 64px;*/
}

/* line 66, ../sass/rb-styles.scss */
body.admin-bar header#main-header {
  top: 32px;
}

/* ////////////// OTSIKOT */
/* line 70, ../sass/rb-styles.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", serif;
  padding-bottom: 15px;
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
}

/* line 71, ../sass/rb-styles.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

/* line 72, ../sass/rb-styles.scss */
h1 {
  font-size: 68px;
  font-weight: 300;
}

/* line 73, ../sass/rb-styles.scss */
h2 {
  font-size: 57px;
  font-weight: 300;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  background-image: url("../images/border.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
}

/* line 75, ../sass/rb-styles.scss */
h3 {
  font-size: 26px;
  font-weight: 300;
}

/* line 76, ../sass/rb-styles.scss */
h4 {
  font-size: 22px;
  font-family: "Lato", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.3em;
  font-weight: 400;
}

/* line 77, ../sass/rb-styles.scss */
h5 {
  font-size: 18px;
}

/* line 78, ../sass/rb-styles.scss */
h6 {
  font-size: 16px;
}

/* line 81, ../sass/rb-styles.scss */
.et_pb_text_align_center h2 {
  background-position: center bottom;
}

/* line 86, ../sass/rb-styles.scss */
p {
  line-height: 1.4em;
}

/* line 87, ../sass/rb-styles.scss */
a {
  color: #c32147;
  font-weight: 700;
  outline: medium none;
  text-decoration: none;
}

/* line 89, ../sass/rb-styles.scss */
a:hover {
  color: #8b2a41;
}

/* line 90, ../sass/rb-styles.scss */
.et_pb_bg_layout_dark a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 92, ../sass/rb-styles.scss */
sup, sub {
  font-size: 0.5em;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

/* line 100, ../sass/rb-styles.scss */
strong {
  font-weight: 700;
}

/* //////////////////////////////////////////////////   LAYOUT */
/* ET Framework */
/* line 107, ../sass/rb-styles.scss */
#main-content .alasivu-container {
  background-color: #FFF;
}
/* line 110, ../sass/rb-styles.scss */
#main-content .container {
  padding-top: 10px;
}
/* line 115, ../sass/rb-styles.scss */
#main-content .breadcrumbs {
  margin-bottom: 30px;
}

/* /// Basic stuff */
/* line 121, ../sass/rb-styles.scss */
.wp-caption {
  background-color: #f3f3f3;
  border: 0;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 0 0 8px;
  text-align: left;
}
/* line 128, ../sass/rb-styles.scss */
.wp-caption p.wp-caption-text {
  padding: 0 9px;
  font-size: 14px;
  font-family: "Lato", serif;
}

/* line 135, ../sass/rb-styles.scss */
.breadcrumbs {
  font-family: "Lato", serif;
  font-size: 14px;
}

/* ////////// HEADER */
/* line 142, ../sass/rb-styles.scss */
#et-secondary-menu {
  padding: 0;
}

/* line 157, ../sass/rb-styles.scss */
#home {
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21–28, Safari 6.1+ */
  display: flex;
  /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  /* OLD… */
  -ms-flex-align: center;
  /* You know the drill now… */
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  height: 100vh;
  width: 100%;
  /* needed for Firefox */
  padding: 0;
}
/* line 180, ../sass/rb-styles.scss */
#home .et_pb_row {
  padding: 50px 15px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
}
/* line 185, ../sass/rb-styles.scss */
#home .et_pb_text {
  margin: 0;
}

/* line 193, ../sass/rb-styles.scss */
header#main-header {
  padding: 0;
  background-color: #000;
  position: fixed;
}
/* line 198, ../sass/rb-styles.scss */
header#main-header .container #et-top-navigation {
  float: none;
}
/* line 200, ../sass/rb-styles.scss */
header#main-header .container #et-top-navigation nav#top-menu-nav {
  float: right;
  padding-right: 0;
  padding-top: 0;
}
/* line 205, ../sass/rb-styles.scss */
header#main-header .container #et-top-navigation #logo {
  margin-top: 22px;
  margin-left: 0;
  max-height: 30px;
}
/* line 212, ../sass/rb-styles.scss */
header#main-header .menu-lehmatila, header#main-header .menu-sikatila {
  position: relative;
}
/* line 214, ../sass/rb-styles.scss */
header#main-header .menu-lehmatila a, header#main-header .menu-sikatila a {
  padding-left: 70px !important;
  padding-right: 20px !important;
}
/* line 218, ../sass/rb-styles.scss */
header#main-header .menu-lehmatila:before, header#main-header .menu-sikatila:before {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "icomoon";
  font-size: 43px;
  left: 1px;
  padding: 13px 4px;
  position: absolute;
  top: 5px;
  z-index: -1;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 234, ../sass/rb-styles.scss */
header#main-header .menu-lehmatila:hover:before, header#main-header .menu-sikatila:hover:before {
  color: #8b2a41;
  background-color: #fff;
  -ms-transform: scale(1.25);
  /* IE 9 */
  -webkit-transform: scale(1.25);
  /* Chrome, Safari, Opera */
  transform: scale(1.25);
}
/* line 242, ../sass/rb-styles.scss */
header#main-header .menu-lehmatila:before {
  content: "\e600";
}
/* line 245, ../sass/rb-styles.scss */
header#main-header .menu-sikatila:before {
  content: "\e601";
}
/* line 248, ../sass/rb-styles.scss */
header#main-header ul#top-menu, header#main-header ul#et-secondary-nav {
  /* ////////////////////////////////////////////////////   WPML */
}
/* line 249, ../sass/rb-styles.scss */
header#main-header ul#top-menu li, header#main-header ul#et-secondary-nav li {
  padding: 0;
  margin: 0;
}
/* line 252, ../sass/rb-styles.scss */
header#main-header ul#top-menu li a, header#main-header ul#et-secondary-nav li a {
  padding: 20px 10px 21px;
  display: block;
  font-size: 16px;
  color: #fff;
}
/* line 257, ../sass/rb-styles.scss */
header#main-header ul#top-menu li a:hover, header#main-header ul#et-secondary-nav li a:hover {
  color: #fff !important;
}
/* line 264, ../sass/rb-styles.scss */
header#main-header ul#top-menu li.current-menu-item > a, header#main-header ul#et-secondary-nav li.current-menu-item > a {
  font-weight: 700;
  text-decoration: underline;
}
/* line 270, ../sass/rb-styles.scss */
header#main-header ul#top-menu li.current-menu-item.menu-sikatila > a, header#main-header ul#top-menu li.current-menu-item.menu-lehmatila > a, header#main-header ul#et-secondary-nav li.current-menu-item.menu-sikatila > a, header#main-header ul#et-secondary-nav li.current-menu-item.menu-lehmatila > a {
  font-weight: 700;
  text-decoration: none;
}
/* line 274, ../sass/rb-styles.scss */
header#main-header ul#top-menu li.current-menu-item.menu-sikatila:before, header#main-header ul#top-menu li.current-menu-item.menu-lehmatila:before, header#main-header ul#et-secondary-nav li.current-menu-item.menu-sikatila:before, header#main-header ul#et-secondary-nav li.current-menu-item.menu-lehmatila:before {
  color: #8b2a41;
  background-color: #fff;
}
/* line 280, ../sass/rb-styles.scss */
header#main-header ul#top-menu li.menu-item-language-current, header#main-header ul#et-secondary-nav li.menu-item-language-current {
  display: none;
}

/* ///////////////////////////////////////////// RoyalSlider */
/* line 292, ../sass/rb-styles.scss */
.karuselli-container, .karuselli {
  padding: 0;
  background-color: #292929;
}

/* line 298, ../sass/rb-styles.scss */
.royalSlider {
  width: 100%;
}
/* line 303, ../sass/rb-styles.scss */
.royalSlider .rsNav {
  position: absolute;
  bottom: auto;
  top: -20px;
  width: 100%;
  text-align: center;
}
/* line 309, ../sass/rb-styles.scss */
.royalSlider .rsNav .rsNavItem {
  padding: 5px 0 6px;
  border: 2px solid #c32147;
  display: inline-block;
  margin-right: 10px;
  font-family: "Lato", serif;
  font-weight: 800;
  width: 190px;
  cursor: pointer;
}
/* line 319, ../sass/rb-styles.scss */
.royalSlider .rsNav .rsNavItem.rsNavSelected {
  border-color: #ffffff;
  cursor: default;
}
/* line 322, ../sass/rb-styles.scss */
.royalSlider .rsNav .rsNavItem.rsNavSelected a {
  color: #ffffff;
  cursor: default;
}

/* line 330, ../sass/rb-styles.scss */
.et_pb_member_social_links {
  margin-top: 8px;
}

/* ///////////////////////////////////////////// SECTIONS */
/* line 349, ../sass/rb-styles.scss */
ul#mobile_menu {
  width: 280px;
  height: 100vh;
  top: 0;
  position: fixed;
  overflow: scroll;
  padding: 60px 0 0;
  background-color: #333;
  border: 0;
  display: block;
  left: inherit;
  right: -280px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
/* line 370, ../sass/rb-styles.scss */
ul#mobile_menu li a {
  color: #fff;
  font-size: 16px;
}

/* line 378, ../sass/rb-styles.scss */
body.menu-opened {
  overflow: hidden !important;
  height: 100vh;
}
/* line 381, ../sass/rb-styles.scss */
body.menu-opened ul#mobile_menu {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
/* line 385, ../sass/rb-styles.scss */
body.menu-opened span.mobile_menu_bar:after {
  right: -9px !important;
}

/* line 389, ../sass/rb-styles.scss */
body.menu-closed ul#mobile_menu {
  right: -100%;
}

/* /////////////// FOOTER */
/* line 396, ../sass/rb-styles.scss */
#main-footer {
  font-family: "Lato", serif;
  background-color: #313131;
}
/* line 401, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets {
  padding-top: 60px;
}
/* line 403, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets .footer-widget {
  margin-bottom: 0;
}
/* line 405, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets .footer-widget .widget_text {
  color: #333333;
}
/* line 407, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets .footer-widget .widget_text h4 {
  font-weight: 700;
  font-family: "Lato", serif;
  color: #c32147;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 414, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets .footer-widget .widget_text .textwidget {
  color: #fff;
  font-size: 14px;
}
/* line 420, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets ul {
  padding: 0;
}
/* line 421, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets li:before {
  display: none;
}
/* line 422, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets li {
  padding: 0 0;
}
/* line 424, ../sass/rb-styles.scss */
#main-footer .container #footer-widgets li a {
  font-family: 14px;
  text-transform: uppercase;
}
/* line 432, ../sass/rb-styles.scss */
#main-footer #footer-bottom {
  color: #fff;
  background-color: #313131;
}
/* line 435, ../sass/rb-styles.scss */
#main-footer #footer-bottom .et_pb_row:first-child {
  padding: 0;
}
/* line 438, ../sass/rb-styles.scss */
#main-footer #footer-bottom .et_pb_row + .et_pb_row {
  text-align: center;
}
/* line 440, ../sass/rb-styles.scss */
#main-footer #footer-bottom .et_pb_row + .et_pb_row a, #main-footer #footer-bottom .et_pb_row + .et_pb_row p, #main-footer #footer-bottom .et_pb_row + .et_pb_row img {
  display: inline-block;
}
/* line 444, ../sass/rb-styles.scss */
#main-footer #footer-bottom ul.bottom-nav {
  text-align: right;
  padding: 0;
}
/* line 447, ../sass/rb-styles.scss */
#main-footer #footer-bottom ul.bottom-nav li {
  padding-right: 10px;
  border-right: 1px solid #fff;
  line-height: 15px;
}
/* line 451, ../sass/rb-styles.scss */
#main-footer #footer-bottom ul.bottom-nav li a {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 458, ../sass/rb-styles.scss */
#main-footer #footer-bottom ul.bottom-nav li:nth-child(2), #main-footer #footer-bottom ul.bottom-nav li:last-child {
  border: none;
}
/* line 462, ../sass/rb-styles.scss */
#main-footer #footer-bottom ul.bottom-nav li:nth-child(2) a, #main-footer #footer-bottom ul.bottom-nav li:first-child a {
  font-size: 18px;
}

/* //// LOMAKKEET */
/* line 472, ../sass/rb-styles.scss */
input[type="text"], input[type="email"], input.text, input.title, textarea, select {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #4e4e4e;
  padding: 10px;
  width: 90%;
}

/* line 479, ../sass/rb-styles.scss */
input.wpcf7-submit {
  background: #c32147;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
  line-height: 14px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 12px 10px 11px;
  position: relative;
  width: 100%;
}

/* line 481, ../sass/rb-styles.scss */
input.wpcf7-submit:hover {
  background: #8b2a41;
  color: #fff;
}

/* line 482, ../sass/rb-styles.scss */
.et_pb_widget select {
  height: 38px;
  width: 100%;
}

/* line 487, ../sass/rb-styles.scss */
input[type="text"], input[type="email"], input.text, input.title, textarea, select {
  background-color: #fff;
  border: 1px solid #bbb;
  box-sizing: border-box;
  color: #4e4e4e;
  padding: 10px;
  width: 100%;
}

/* ////////////// BUTTONS */
/* Button punainen */
/* line 498, ../sass/rb-styles.scss */
.rb-button-dark {
  background: #c32147;
  color: #fff;
}

/* line 499, ../sass/rb-styles.scss */
.rb-button-dark:hover {
  background: #8b2a41;
  color: #D2E480;
}

/* Button valkoinen */
/* line 501, ../sass/rb-styles.scss */
.rb-button-white {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}

/* line 502, ../sass/rb-styles.scss */
.rb-button-white:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #8b2a41 !important;
}

/* Button perus */
/* line 505, ../sass/rb-styles.scss */
.rb-button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0;
  display: inline-block;
  line-height: 14px;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  padding: 14px 30px 13px 15px;
  position: relative;
}

/* line 506, ../sass/rb-styles.scss */
button.rb-button {
  padding: 15px 65px 15px 15px;
}

/* line 507, ../sass/rb-styles.scss */
.rb-button:after {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  content: "";
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* line 508, ../sass/rb-styles.scss */
.rb-button:hover {
  padding: 14px 23px 13px 22px;
}

/* line 509, ../sass/rb-styles.scss */
button.rb-button:hover {
  padding: 15px 50px 15px 30px;
}

/* line 510, ../sass/rb-styles.scss */
.rb-button:hover:after {
  opacity: 0;
  right: 5px;
}

/*/////////////////////////////////////////////////  VAIN FULL-SIZE */
@media only screen and (min-width: 1101px) and (max-width: 2560px) {
  /* line 517, ../sass/rb-styles.scss */
  .intro-esittely-teksti p {
    width: 90%;
  }

  /* line 521, ../sass/rb-styles.scss */
  .et_right_sidebar #left-area {
    float: left;
    width: 700px;
  }

  /* line 525, ../sass/rb-styles.scss */
  .et_right_sidebar #sidebar {
    float: left;
    width: 320px;
  }

  /* line 529, ../sass/rb-styles.scss */
  .et_right_sidebar #main-content .container:before {
    right: 320px;
  }
}
/*///////////////////////////////////////////  full-size ja 960 */
@media only screen and (min-width: 981px) and (max-width: 2560px) {
  /* line 537, ../sass/rb-styles.scss */
  h3 {
    margin-top: 1.1em;
  }

  /* line 541, ../sass/rb-styles.scss */
  .et_pb_column .et_pb_map {
    height: 370px;
  }

  /* line 544, ../sass/rb-styles.scss */
  #references {
    overflow: hidden;
    padding: 0;
  }
  /* line 547, ../sass/rb-styles.scss */
  #references .et_pb_row {
    padding: 80px 0 60px;
  }
  /* line 550, ../sass/rb-styles.scss */
  #references .et_pb_image {
    position: absolute;
    left: 52%;
    top: 0;
  }
}
/* //////////////////////////////////////    WIDGETS & PLUGINS */
/* line 560, ../sass/rb-styles.scss */
.tweettext a, .widget .tweettext a {
  color: #8b2a41 !important;
}

/* /////////////////////////////////////////////    RESPONSIVE */
/* /////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////   [1080px] */
/*/////////////////////////////////////////////////  [960px] */
@media only screen and (min-width: 981px) and (max-width: 1100px) {
  /* line 573, ../sass/rb-styles.scss */
  .et_pb_section {
    padding: 50px 0 15px;
  }

  /* line 576, ../sass/rb-styles.scss */
  .et_pb_row {
    padding: 0;
  }

  /* line 579, ../sass/rb-styles.scss */
  .et_pb_column {
    padding-bottom: 15px;
  }

  /* line 583, ../sass/rb-styles.scss */
  #home {
    min-height: 830px;
  }

  /* line 588, ../sass/rb-styles.scss */
  header#main-header .container {
    width: 100%;
  }
  /* line 593, ../sass/rb-styles.scss */
  header#main-header .container #et-top-navigation nav#top-menu-nav ul#top-menu li {
    padding-right: 5px;
  }

  /* ////////////// ISO HEADER */
  /* line 605, ../sass/rb-styles.scss */
  .big-header {
    height: 60%;
    min-height: 330px;
  }
  /* line 608, ../sass/rb-styles.scss */
  .big-header .et_pb_row {
    height: 100%;
  }
  /* line 610, ../sass/rb-styles.scss */
  .big-header .et_pb_row .et_pb_column {
    width: 60%;
  }
  /* line 612, ../sass/rb-styles.scss */
  .big-header .et_pb_row .et_pb_column h1 {
    font-size: 70px;
  }
  /* line 615, ../sass/rb-styles.scss */
  .big-header .et_pb_row .et_pb_column p {
    width: 100%;
  }

  /* CASET */
  /* line 626, ../sass/rb-styles.scss */
  .case-esittely .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
    width: 70%;
  }
  /* line 628, ../sass/rb-styles.scss */
  .case-esittely .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description {
    width: 100%;
  }

  /* line 640, ../sass/rb-styles.scss */
  .et_pb_blog_grid .et_pb_post {
    width: 280px;
  }
  /* line 642, ../sass/rb-styles.scss */
  .et_pb_blog_grid .et_pb_post h2 {
    font-size: 24px;
  }
}
/*/////////////////////////////////////////////////  [720px] */
@media only screen and (max-width: 980px) {
  /* line 654, ../sass/rb-styles.scss */
  body {
    font-size: 13px;
  }

  /* line 655, ../sass/rb-styles.scss */
  body {
    padding-top: 0;
  }

  /* ////////////// OTSIKOT */
  /* line 659, ../sass/rb-styles.scss */
  h1 {
    font-size: 40px;
  }

  /* line 660, ../sass/rb-styles.scss */
  h2 {
    font-size: 26px;
  }

  /* line 661, ../sass/rb-styles.scss */
  h3 {
    font-size: 20px;
  }

  /* line 662, ../sass/rb-styles.scss */
  h4 {
    font-size: 18px;
  }

  /* line 663, ../sass/rb-styles.scss */
  h5 {
    font-size: 16px;
  }

  /* line 664, ../sass/rb-styles.scss */
  h6 {
    font-size: 13px;
  }

  /* line 666, ../sass/rb-styles.scss */
  body.et_cover_background {
    background: none !important;
  }

  /* ////////// ET framework */
  /* line 670, ../sass/rb-styles.scss */
  .et_pb_section {
    padding: 30px 0 15px;
  }

  /* line 673, ../sass/rb-styles.scss */
  .et_pb_row {
    padding: 0;
  }

  /* line 676, ../sass/rb-styles.scss */
  .et_pb_column {
    padding-bottom: 15px;
  }

  /* line 680, ../sass/rb-styles.scss */
  .et_pb_column .et_pb_map {
    width: 100%;
  }

  /* ////////// HEADER */
  /* line 686, ../sass/rb-styles.scss */
  header#main-header {
    font-family: "Lato", serif;
    background: none;
    box-shadow: none;
    padding: 0;
    position: fixed;
  }
  /* line 692, ../sass/rb-styles.scss */
  header#main-header .container {
    width: 100%;
    background-color: #000;
  }
  /* line 695, ../sass/rb-styles.scss */
  header#main-header .container #et-top-navigation {
    float: none;
  }
  /* line 697, ../sass/rb-styles.scss */
  header#main-header .container #et-top-navigation #logo {
    margin-top: 15px;
    margin-left: 15px;
  }
  /* line 698, ../sass/rb-styles.scss */
  header#main-header .container #et-top-navigation #logo img {
    height: 12px;
  }
  /* line 704, ../sass/rb-styles.scss */
  header#main-header .container #et-top-navigation #et_mobile_nav_menu {
    float: right;
    margin: 0;
  }
  /* line 707, ../sass/rb-styles.scss */
  header#main-header .container #et-top-navigation #et_mobile_nav_menu a.mobile_nav {
    padding: 10px 9px 5px;
    display: block;
  }
  /* line 711, ../sass/rb-styles.scss */
  header#main-header .container #et-top-navigation #et_mobile_nav_menu a.mobile_nav span.mobile_menu_bar:before {
    color: #fff;
    z-index: 999999;
  }

  /* line 723, ../sass/rb-styles.scss */
  body.menu-opened span.mobile_menu_bar:before {
    content: "Q";
  }

  /* line 733, ../sass/rb-styles.scss */
  .et_pb_blog_grid .et_pb_image_container a {
    display: block;
    max-height: 300px;
    overflow: hidden;
  }
  /* line 737, ../sass/rb-styles.scss */
  .et_pb_blog_grid .et_pb_image_container a img {
    margin-top: -50px;
    width: 100%;
  }
  /* line 743, ../sass/rb-styles.scss */
  .et_pb_blog_grid .et_pb_post {
    width: inherit;
    margin: 0 0 60px;
  }
  /* line 746, ../sass/rb-styles.scss */
  .et_pb_blog_grid .et_pb_post h2 {
    font-size: 24px;
  }

  /* line 754, ../sass/rb-styles.scss */
  .footer-widget {
    margin: 0 0 15px;
  }

  /* line 757, ../sass/rb-styles.scss */
  .footer-widget.last {
    margin: 0;
  }
}
/*/////////////////////////////////////////////////  [480px] */
@media only screen and (max-width: 767px) {
  /* ET framework */
  /* line 770, ../sass/rb-styles.scss */
  .et_pb_row, .container, .et_pb_container, .slider-description {
    width: 450px;
    margin: 0 auto;
  }

  /* line 776, ../sass/rb-styles.scss */
  #top-header a #logo {
    margin: 20px 0;
  }

  /* line 781, ../sass/rb-styles.scss */
  #et-secondary-menu {
    display: none;
  }

  /* line 800, ../sass/rb-styles.scss */
  #main-footer #footer-bottom a, #main-footer #footer-bottom p, #main-footer #footer-bottom img {
    display: block;
    margin: 0 auto;
  }
  /* line 805, ../sass/rb-styles.scss */
  #main-footer #footer-bottom ul.bottom-nav li {
    border-right: none;
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  /* line 810, ../sass/rb-styles.scss */
  #main-footer #footer-bottom ul.bottom-nav li a {
    color: #fff;
    font-weight: 700;
    font-size: 14px !important;
    text-transform: inherit;
    position: relative;
    display: inline-block;
  }
  /* line 817, ../sass/rb-styles.scss */
  #main-footer #footer-bottom ul.bottom-nav li a:after {
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 400;
    line-height: 1em;
    content: "";
    opacity: 1;
    position: absolute;
    top: 1px;
    right: -12px;
    display: inline-block;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
/*/////////////////////////////////////////////////  [360px] */
@media only screen and (max-width: 479px) {
  /* ET framework */
  /* line 834, ../sass/rb-styles.scss */
  .et_pb_row, .container, .et_pb_container, .slider-description {
    width: 340px;
    margin: 0 auto;
  }

  /* ///////////////////////////////////// SEGMENTTI VALIKKO */
  /* line 841, ../sass/rb-styles.scss */
  .segmentti-valikko .et_pb_column .et_pb_blurb_position_left {
    border: 3px solid #8b2a41;
  }
  /* line 843, ../sass/rb-styles.scss */
  .segmentti-valikko .et_pb_column .et_pb_blurb_position_left .et_pb_blurb_content {
    padding: 20px 10px 20px 125px;
  }
  /* line 845, ../sass/rb-styles.scss */
  .segmentti-valikko .et_pb_column .et_pb_blurb_position_left .et_pb_blurb_content .et_pb_main_blurb_image {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 90px;
    margin: 36px 0 0 18px;
  }
  /* line 854, ../sass/rb-styles.scss */
  .segmentti-valikko .et_pb_column .et_pb_blurb_position_left .et_pb_blurb_content h4 {
    font-size: 26px;
    color: #8b2a41;
  }

  /* line 862, ../sass/rb-styles.scss */
  .royalSlider .rsNav .rsNavItem {
    width: 141px;
  }

  /* line 863, ../sass/rb-styles.scss */
  .royalSlider .rsNav .rsNavItem:last-child {
    margin-right: 0;
  }

  /* line 865, ../sass/rb-styles.scss */
  .et_pb_column .et_pb_team_member_image {
    float: left !important;
    margin: 0 15px 0 0 !important;
    text-align: left !important;
    width: 110px !important;
  }
}
/*/////////////////////////////////////////////////  [320px] */
@media only screen and (max-width: 359px) {
  /* ET framework */
  /* line 881, ../sass/rb-styles.scss */
  .et_pb_row, .container, .et_pb_container, .slider-description {
    width: 300px;
    margin: 0 auto;
  }

  /* line 886, ../sass/rb-styles.scss */
  .etusivu-header .slider-description {
    width: 300px;
  }
}
