html {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Open Sans, Arial; 
  font-size: 15px;
  color: #606060;
}

.gf-menu-toggle {z-index: 999;}

.button {margin-bottom:5px;}

ul li {
  line-height: 24px;
}

#rt-top {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 90px;
  z-index: 99;
  border-bottom: 1px solid #cccccc;
}

a#rt-logo {
  background-size: 75%!important;
}

.menu-etusivu #rt-breadcrumbs .rt-container, .menu-etusivu #rt-breadcrumbs .rt-container .rt-grid-12 {
  width:100%; 
}

.menu-etusivu #rt-breadcrumbs .rt-block {
  margin: 0;
  padding: 0; 
}

.menu-etusivu #rt-mainbody-surround {
  margin-top: 0px; 
  display:none; 
}

#rt-mainbody-surround {
  margin-top: 90px; 
}

.artikkeli #rt-main, .artikkeli .rt-grid-12, .artikkeli #rt-content-top, .artikkel1 #rt-content-bottom {
  max-width: 580px; 
  margin:auto; 
}

.artikkeli .rt-container {
  width: 100%!important;
  max-width: 1200px; 
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
}

h1 {
  line-height: 120%;
}

.menu-block {
  float:right; 
}

.gf-menu {
  background: transparent; 
}

.gf-menu.l1 > li > .item, .gf-menu.l1 > li > .item::after {
  border-right: none; 
}

.gf-menu.l1 > li > .item {
  padding: 0px 15px;
  font-size: 12px;
}

.title, .component-content h2 {
  border-bottom:none; 
  font-size: 25px;
  line-height: 28px; 
  font-weight: 800; 
  letter-spacing: -1px;
}

#rt-logo-accent {
  display:none;
}

#hero {
  background:url(/images/content/header2.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 90px;
}

#rt-header {
  background: rgba(0, 0, 0, 0.4);
  padding: 128px 20px;
  margin: auto;
  padding-top: 90px;
}

#rt-header .rt-block {
  padding: 0px;
  margin: auto;
}

.customheader {
  text-align:center;
  max-width: 780px;
  margin: auto;
}

.customheader h1 {
  color:#ffffff; 
  font-size: 60px;
  line-height: 62px;
  letter-spacing: -2px;
}

.inkku {
  font-size: 18px;
  line-height: 30px;
  color:#ffffff;
  max-width: 780px;
  margin:auto; 
  margin: 30px auto 50px auto;
}

.rt-block.etunosto {
  max-width: 600px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 60px; 
}

.rt-block.etunosto p, .rt-block.etunosto ul li {
  color: #ffffff;
}

.custometunosto a {
  color: #03272D;
  font-weight: 800;
}

#rt-bottom .rt-container {
  width:100%!important;
    max-width: none;
}

#rt-bottom .rt-container .rt-grid-6 {
  width:50%!important;
  display: table;
  height: 260px;
  min-height: 300px;
  max-height: 260px;
}

#rt-bottom .rt-container .rt-grid-6.rt-alpha, #rt-bottom {
  background: #0D93AC;
}

#rt-bottom .rt-container .rt-grid-6.rt-omega {
  background: #0E7D91;
}

#rt-bottom .title {
  color:#ffffff;
}

#rt-footer {
  background: #333333; 
}

.button a {
  color:#ffffff; 
}

.artikkeli #rt-footer .rt-grid-12 {
  max-width:1200px!important;
  width:100%;
}

@media (max-width: 767px) {
  .menu-block {float:none;}
  #rt-bottom .rt-container .rt-grid-6 {float: left; width: 100%!important;}
  
}

@media (max-width: 520px) {
  .menu-block {float:none;}
  .rt-block.etunosto, #rt-bottom .rt-container .rt-grid-6 {width: 100%!important;}
}