/* #Fonts
================================================== */
@font-face {
  font-family: 'montserratbold';
  src: url("/s/webfonts/montserrat-bold-webfont.eot");
  src: url("/s/webfonts/montserrat-bold-webfont.eot?#iefix") format('embedded-opentype'), url("/s/webfonts/montserrat-bold-webfont.woff") format('woff'), url("/s/webfonts/montserrat-bold-webfont.ttf") format('truetype'), url("/s/webfonts/montserrat-bold-webfont.svg#montserratbold") format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url("/s/webfonts/montserrat-regular-webfont.eot");
  src: url("/s/webfonts/montserrat-regular-webfont.eot?#iefix") format('embedded-opentype'), url("/s/webfonts/montserrat-regular-webfont.woff") format('woff'), url("/s/webfonts/montserrat-regular-webfont.ttf") format('truetype'), url("/s/webfonts/montserrat-regular-webfont.svg#montserratregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* #Mixins
================================================== */
/* #Reset (Modernizer)
================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
/* #Base
================================================== */
html {
  font-family: "montserratregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #f0eeeb;
  margin: 0;
  font-size: 100%;
  color: #444;
  min-width: 1009px;
}
/* #Grid
================================================== */
.container {
  width: 1009px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.container-1024 {
  width: 1024px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.grid1,
.grid2,
.grid3,
.grid3-half,
.grid4,
.grid5,
.grid6,
.grid7,
.grid7-half,
.grid8,
.grid9,
.grid10,
.grid11,
.grid12 {
  float: left;
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
.grid1 {
  width: 54px;
}
.grid2 {
  width: 138px;
}
.grid3 {
  width: 222px;
}
.grid3-half {
  width: 261px;
}
.grid4 {
  width: 306px;
}
.grid5 {
  width: 390px;
}
.grid6 {
  width: 474px;
}
.grid7 {
  width: 558px;
}
.grid8 {
  width: 642px;
}
.grid9 {
  width: 726px;
}
.grid10 {
  width: 810px;
}
.grid11 {
  width: 894px;
}
.grid12 {
  width: 978px;
}
/* #Typography
================================================== */
a {
  color: #333;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #3e7c89;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #2b2a29;
  font-family: "montserratregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2b2a29;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
p {
  margin: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* #Embedded content
================================================== */
img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
iframe {
  max-width: 100% !important;
}
/* #Figures
================================================== */
figure {
  margin: 0;
}
/* #Forms
================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  max-width: 95%;
  font-family: inherit;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  text-align: center;
  padding: 15px 20px;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text],
input[type=password],
input[type=email] {
  padding: 0.4em 0.5em;
  margin-bottom: 10px;
  font-size: 0.9em;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
select {
  margin-bottom: 10px;
  font-size: 0.9em;
  width: 170px;
}
label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 5px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* #Tables
================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  display: table-cell;
  vertical-align: inherit;
}
.entry-content table,
.weatherp table {
  font-size: 0.9em;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-top: 20px;
}
.entry-content th,
.weatherp th {
  padding: 6px 5px;
}
.entry-content td,
.weatherp td {
  padding: 6px 5px;
  background-color: #f2f0ee;
  text-align: right;
  border: 1px solid #d7d7d7;
}
/* #General
================================================== */
.alpha {
  margin-left: 0;
  clear: left;
}
.omega {
  margin-right: 0;
  clear: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.imgcenter {
  display: block;
  margin: 0 auto;
}
span.label {
  display: inline-block;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("/s/images/label-nolink.png");
  background-position: left 0;
  color: #fff;
  line-height: 18px;
  font-size: 9px;
  height: 19px;
  margin-right:15px;
}
span.label span {
  position: relative;
  display: block;
  right: -10px;
  height: 19px;
  padding-right: 10px;
  background-image: url("/s/images/label-nolink.png");
  background-position: right 0;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
}
a.label {
  display: inline-block;
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("/s/images/label-lblue.png");
  background-position: left 0;
  color: #fff;
  line-height: 18px;
  font-size: 9px;
  height: 19px;
}
a.label span {
  position: relative;
  display: block;
  right: -10px;
  height: 19px;
  padding-right: 10px;
  background-image: url("/s/images/label-lblue.png");
  background-position: right 0;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
}
a.label:hover {
  background-position: left -19px;
}
a.label:hover span {
  background-position: right -19px;
}
button,
.btn,
.btn-flat {
  display: inline-block;
  background-color: #5b9aa9;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  border: none;
}
.btn {
  -webkit-box-shadow: -3px 3px 0px 0px #c9c4ca;
  box-shadow: -3px 3px 0px 0px #c9c4ca;
}
button:hover,
.btn:hover,
.btn-flat:hover {
  color: #fff;
  background-color: #3e7c89;
}
span.date {
  font-size: 0.7em;
  display: inline;
  color: #3c6f7a;
}
span.date a {
  color: #3c6f7a;
}
span.date a:hover {
  color: #83b1bb;
}
.date {
  margin-right: 8px;
}
.row {
  clear: both;
  overflow: hidden;
}
.anchor {
  position: relative;
  top: -88px;
}
/* #Base sections
================================================== */
.wrapper {
  padding-top: 95px;
}
.wide-bg {
  margin: 0 auto;
}
.wide-bg,
.main {
  width: 100%;
  clear: both;
}
.wide-bg .container {
  padding: 40px 0 30px;
}
#top-wide-ad .container,
#uutiset-tv .container {
  overflow: hidden;
}
.main {
  margin-top: 50px;
}
#page-branding.wide-bg {
  margin: 0 auto;
  padding: 0;
}
#page-branding.wide-bg .container {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
#page-branding.wide-bg .doctype-nosto a img {
  vertical-align: middle;
}
/* #Header (top hat and main navigation)
================================================== */
header {
  width: 100%;
  position: fixed;
  height: 103px;
  z-index: 100;
}
/* Top hat */
.top-hat {
  width: 100%;
  height: 50px;
  background: #253032;
}
.hidden-top {
  background: #141c1e;
}
.hidden-top ul li {
  float: left;
  list-style: none;
  margin: 26px 25px;
}
.hidden-top ul li a {
  display: block;
}
.hidden-top ul li.pushtop {
  padding-top: 15px;
}
.select-site {
  display: inline;
  float: left;
  height: 24px;
}
.select-site img {
  padding-top: 13px;
  float: left;
  display: inline;
}
.select-site .toggle-sites {
  float: left;
  margin-left: 4px;
  display: inline;
  background: #141c1e url("/s/images/shownav.png") no-repeat 6px 16px;
  width: 85px;
  color: #babbbc;
  font-size: 0.6em;
  padding: 15px 2px 6px 27px;
  border-left: 2px solid #1c2426;
  border-right: 2px solid #1c2426;
  border-bottom: 2px solid #1c2426;
  cursor: pointer;
}
.select-site .toggle-sites:hover {
  background-color: #334347;
}
/* Logo */
.logo {
  background: #253032;
  display: inline;
  float: left;
  position: relative;
  margin: 8px 168px 0 15px;
}
/* Plaza-login */
.loginForm {
  display: inline;
  float: right;
  margin: 8px 0 0 0;
}
.loginForm p {
  float: left;
  margin-right: 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  color: #fff;
  margin-top: 0;
}
.loginForm a {
  color: #fff;
}
.loginForm a:hover {
  color: #bebebe;
}
.loginForm a.login-button,
.loginForm a.logout-button {
  display: inline;
  float: left;
  width: 97px;
  background: #141c1e url("/s/images/icon-login.png") no-repeat 20px center;
  padding: 12px 0 12px 46px;
  line-height: 1em;
}
.loginForm a.login-button:hover,
.loginForm a.logout-button:hover {
  background-color: #3f5257;
}
.loginForm a.login-button {
  font-size: 0.6em;
  margin-right: 10px;
}
.loginForm a.logout-button {
  font-size: 0.9em;
  margin-left: 10px;
  float: right;
}
/* Main navigation */
nav.main-navigation {
  width: 100%;
  background: #344c4f;
  border-bottom: 3px solid #c5c7c6;
  overflow: hidden;
}
nav.main-navigation ul {
  margin: 0 10px;
  list-style: none;
}
nav.main-navigation ul li {
  float: left;
}
nav.main-navigation ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
  padding: 13px 11px 13px 12px;
}
nav.main-navigation ul li a:visited {
  color: #fff;
}
nav.main-navigation ul li a:hover {
  color: #fff;
  background: #3d6a74;
  text-decoration: none;
}
nav.main-navigation ul li.current-menu-item a {
  color: #fff;
  background: #3d6a74;
}
/* Top wide ad */
#top-wide-ad {
  padding: 30px 0;
}
/* #Page branding
================================================== */
#page-branding {
  background: url("/s/images/page-branding-bg.jpg") repeat-x top center #e4e3df;
  color: #fff;
}
#page-branding p {
  color: #fff;
}
#page-branding .ad {
  float: right;
}
#page-branding .grid12 {
  position: relative;
}
#page-branding h2.page-branding-heading {
  position: absolute;
  width: 100%;
  top: 18%;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.8em;
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-image: url("");
}
#page-branding h2.page-branding-heading span {
  display: block;
  font-size: 0.25em;
  text-transform: none;
  font-family: "montserratregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 15px;
  background: transparent url("/s/images/heading-stripe-white.png") no-repeat bottom center;
}
/* #Frontpage top & general
================================================== */
/* Anchor Navigation */
.anchor-nav {
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 110;
}
.anchor-nav ul {
  width: 115px;
  position: relative;
}
.anchor-nav ul li a {
  display: block;
  background-color: #243032;
  color: #fff;
  font-size: 0.65em;
  font-family: montserratbold;
  border-bottom: 1px solid #4b5658;
  border-right: 3px solid #c5c1be;
  padding: 10px 10px;
  text-transform: uppercase;
}
.anchor-nav ul li:hover {
  margin-right: -25px;
}
.anchor-nav ul li.current {
  margin-right: -25px;
}
.anchor-nav ul li.current a {
  background-color: #66a4b2;
}
.anchor-nav ul li.current a.ajankohtaista-nav {
  background-color: #e2905a;
}
.anchor-nav ul li.current a.viihde-nav {
  background-color: #cc5656;
}
.anchor-nav ul li.current a.niksinurkka-nav {
  background-color: #2d5c63;
}
.anchor-nav ul li.current a.hyvinvointi-nav {
  background-color: #756597;
}
.anchor-nav ul li.current a.matkailu-nav {
  background-color: #e8c674;
}
.anchor-nav ul li.current a.muut-nav {
  background-color: #734610;
}
.anchor-nav ul li.current a.tv-nav {
  background-color: #272727;
}
.ie .anchor-nav {
  display: none;
}
/* Page branding section */
.etusivu #page-branding {
  background: #3d322d url("/s/images/plaza-quicklink-bg.jpg") repeat-x;
  padding: 30px 0;
}
.weather {
  position: relative;
}
.weather h2.city {
  background: transparent url("/s/images/icon-weather-spot.png") no-repeat;
  font-size: 1em;
  font-family: "montserratbold", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 0 10px 30px;
  display: inline;
  float: left;
  width: 276px;
}
.weather input#weatherinput {
  width: 288px;
  background: #3d322d;
  border: 2px solid #4e757d;
  padding: 4px 7px;
  color: #cacbc6;
  margin-bottom: 5px;
  font-size: 0.7em;
}
.weather .weather-block {
  width: 400px;
}
.weather ul li {
  display: inline;
  float: left;
  width: 101px;
  background: #fdfdfd;
  border-right: 1px solid #e6e6e6;
}
.weather span.day {
  text-transform: uppercase;
  color: #595350;
  font-size: 0.6em;
  display: block;
  margin: 8px 0 2px;
  text-align: center;
}
.weather h3.temp {
  width: 70px;
  color: #595350;
  margin: 0 auto;
  text-align: right;
  font-size: 1.3em;
  padding-bottom: 20px;
  padding-top: 5px;
}
.weather a.btn-flat {
  margin-top: 6px;
  width: 266px;
  padding: 8px 20px;
}
.date-search {
  display: inline;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 425px;
}
.date-search .date {
  background: transparent url("/s/images/current-day-bg.png") repeat-x;
  width: 32px;
  height: 24px;
  float: left;
  display: inline;
  font-size: 1em;
  text-align: center;
  padding-top: 3px;
  color: #4e6622;
}
.date-search .today {
  margin-bottom: 16px;
}
.date-search .today p {
  margin: 0;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 0.8em;
}
.date-search .today span {
  font-size: 0.7em;
}
.search-jumbo {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 5px;
}
.search-jumbo input {
  border: none;
  color: #333;
  font-size: 1.2em;
  font-weight: 400;
  width: 290px;
  padding: 25px 16px;
  margin-bottom: 0;
}
.search-jumbo button {
  background: #5a9aa8 url("/s/images/search-big.png") no-repeat center center;
  border: 0;
  cursor: pointer;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 85px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 75px;
}
.search-jumbo button:hover {
  background-color: #76c1d1;
}
.email-bank {
  display: inline;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  width: 180px;
}
.email-bank h2 {
  background: transparent url("/s/images/icon-lightning.png") no-repeat;
  font-size: 1.05em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
}
.email-bank h5 {
  color: #fff;
  font-size: 0.75em;
  font-weight: normal;
  margin: 7px 0 3px;
}
.email-bank select {
  -webkit-appearance: none;
  display: inline-block;
  width: 100px;
  background: #fdfdfd;
  padding: 5px 6px;
  border: 2px solid #5a9aa8;
  font-size: 0.7em;
  color: #232323;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  outline: 0px;
}
.email-bank select option {
  -webkit-appearance: none;
  width: 228px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 1.1em !important;
  outline: 0px;
}
.email-bank .btn-flat {
  display: inline-block;
  padding: 0.6em 15px;
}
.email-bank .btn-flat:hover {
  background: #3e7c89;
}
.search-page {
  margin: 10px 0 5px;
  float: right;
  display: block;
}
.search-page button {
  padding: 10px 20px;
}
.icon-rss {
  width: 79px;
  height: 19px;
  display: inline-block;
  background: transparent url("/s/images/icon-rss.png") no-repeat center center;
  margin-top: 15px;
}
.icon-rss:hover {
  opacity: 0.7;
}
.advert {
  display: none;
}
/* #Frontpage News
================================================== */
#uutiset-tv {
  min-height: 564px;
}
#uutiset-tv .container {
  padding: 60px 0 50px;
  background-color: #f0eeeb;
}
#uutiset-tv .news-single {
  padding: 15px 0 15px;
  border-bottom: 1px solid #cdd7d7;
}
#uutiset-tv .news-single h3 {
  margin-bottom: 0;
}
#uutiset-tv .news-single h3 a {
  font-size: 0.8621em;
  line-height: 1.4em;
}
#uutiset-tv .news-single h3 a:hover {
  color: #3e7c89;
}
.ie7 #uutiset-tv .news-single h3 a {
  font-size: 0.9em;
}
ul.news-tab {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  height: 45px;
}
ul.news-tab li {
  float: left;
}
ul.news-tab li a {
  padding: 15px 15px;
  background: #337b8a;
  color: #e3eef0;
  font-size: 0.8em;
  border-right: 1px solid #3c8191;
}
ul.news-tab li.active a {
  background: #5b9aa9;
  font-size: 1em;
  padding: 30px 21px 15px 21px;
  color: #fff;
}
ul.news-tab li.ampparit a {
  background: #337b8a;
  font-size: 0.8em;
  color: #337a8a;
}
ul.news-tab li.ampparit a img {
  vertical-align: middle;
}
ul.news-tab li.ampparit.active a {
  background: #5b9aa9;
  font-size: 0.8em;
  padding: 15px 15px;
  color: #fff;
}
ul.news-tab li a:hover {
  background: #5b9aa9;
  color: #fff;
}
/* TV upcoming */
.tv-upcoming {
  margin: 20px 0;
  clear: both;
  overflow: auto;
}
.tv-upcoming ul.tv-tab {
  width: 57px;
  border-right: 3px solid #294449;
  float: left;
}
.tv-upcoming ul.tv-tab li {
  line-height: 1.5em;
  position: relative;
}
.tv-upcoming ul.tv-tab li a {
  text-align: center;
  display: block;
  margin-left: 9px;
  width: 38px;
  height: 20px;
  background: #232323;
  padding: 8px 5px;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-image: url("/s/images/icons-tvchannels.png");
}
.tv-upcoming ul.tv-tab li a:hover,
.tv-upcoming ul.tv-tab li a.active {
  margin-left: 0px;
  padding-right: 8px;
  width: 47px;
  background-position-x: 14px;
}
.tv-upcoming ul.tv-tab li a:hover {
  background-color: #294449;
}
.tv-upcoming ul.tv-tab li a.active {
  background-color: #5a9aa8;
}
.tv-upcoming ul.tv-tab .tv1 {
  background-position: -74px 8px;
}
.tv-upcoming ul.tv-tab .tv2 {
  background-position: -74px -31px;
}
.tv-upcoming ul.tv-tab .mtv {
  background-position: -74px -67px;
}
.tv-upcoming ul.tv-tab .nel {
  background-position: -74px -103px;
}
.tv-upcoming ul.tv-tab .fsd {
  background-position: -74px -177px;
}
.tv-upcoming ul.tv-tab .yte {
  background-position: -74px -143px;
}
.tv-upcoming .tv-programs {
  background: #5a9aa8;
  color: #f6f9fa;
  display: inline;
  float: left;
  width: 240px;
  min-height: 216px;
}
.tv-upcoming .tv-programs h3 {
  font-family: "montserratbold", sans-serif;
  font-size: 0.9em;
  color: #f6f9fa;
  text-transform: uppercase;
  padding: 10px 10px;
}
.tv-upcoming .tv-programs table {
  font-size: 0.75em;
  border-collapse: collapse;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tv-upcoming .tv-programs table tr {
  border-bottom: 1px solid #5f9dab;
}
.tv-upcoming .tv-programs table td.program-time {
  width: 40px;
  padding: 9px 0 9px 10px;
  color: #c2d7dc;
}
.tv-upcoming .tv-programs table td.program-title {
  width: 189px;
  color: #fff;
  line-height: 1.3em;
}
.tv-upcoming .tv-programs table td.program-title a {
  display: block;
  padding: 9px 0;
  color: #fff;
}
.tv-upcoming .tv-programs table td.program-title a:hover {
  color: #d7e7ed;
}
.tv-upcoming a.btn {
  font-family: "montserratregular", sans-serif;
  font-size: 0.6em;
  margin: 13px 0 10px 61px;
  background-color: #3e7c89;
  padding: 13px 19px;
}
.tv-upcoming a.btn:hover {
  background-color: #2d5b65;
}
.tv-suggestion {
  background: #424141;
}
.tv-suggestion h2.sectionheader {
  padding: 10px 15px;
  font-size: 0.9em;
  text-transform: uppercase;
  background: #de8550;
  margin: 0;
  color: #fff;
}
.tv-suggestion .itemlist {
  padding: 22px;
  width: 261px;
}
.tv-suggestion .itemlist img {
  display: block;
  margin: 0 auto;
}
.tv-suggestion .itemlist h2 {
  margin: 10px 0 10px;
  color: #fff;
  font-size: 0.9em;
}
.tv-suggestion .itemlist h2 a {
  color: #fff;
}
.tv-suggestion .itemlist h2 a:hover {
  color: #de8550;
}
.tv-suggestion .itemlist p {
  font-size: 0.7em;
  color: #fff;
}
/* #Frontpage section styles
================================================== */
/* Frontpage section heading */
.big-heading {
  margin: 0 0 40px;
  text-align: center;
}
.big-heading h2 {
  font-size: 4em;
  letter-spacing: -2px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 0.9em;
}
.big-heading p {
  font-size: 0.8em;
  padding-bottom: 15px;
}
/* Frontpage article list img left */
.article-list-img-left {
  margin-bottom: 10px;
}
.article-list-img-left .article-img {
  width: 100px;
  margin-right: 20px;
}
.article-list-img-left .article-content {
  width: 255px;
}
.article-list-img-left img {
  margin-right: 10px;
  display: inline;
  float: left;
}
.article-list-img-left h2 {
  font-size: 1.05em;
  color: #363533;
  line-height: 1.35em;
  margin-bottom: 5px;
  letter-spacing: -1px;
  text-shadow: 0px 1px 1px #fff;
}
.article-list-img-left h2 a {
  color: #343232;
}
.article-list-img-left h2 a:hover {
  color: #605d5d;
}
.article-list-img-left p {
  margin-top: 5px;
  font-size: 0.6875em;
}
/* Frontpage discussions */
.discussions h2.sectionheader {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.discussions .item {
  display: inline;
  float: left;
  width: 279px;
  margin-bottom: 20px;
}
.discussions .item h2 {
  font-size: 0.7em;
  color: #292828;
  padding-left: 23px;
}
.discussions .item p {
  background: transparent url("/s/images/quotes.png") no-repeat left 9px;
  padding: 5px 17px 5px 23px;
  font-size: 0.8em;
  line-height: 16px;
  color: #292828;
}
.discussions .item h2:hover,
.discussions .item p:hover {
  color: #3e7c89;
}
.discussions span.date {
  margin-left: 23px;
}
.discussions-bg {
  background: #000;
}
/* Article content over image */
.article-text-top {
  position: relative;
  margin-bottom: 20px;
  height: 200px;
}
.article-text-top .article-content {
  background: #555;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 230px;
  padding: 10px 15px;
}
.article-text-top .article-content h2 {
  display: inline;
}
.article-text-top .article-content h2 a {
  color: #fff;
  font-size: 0.7em;
}
.article-text-top .article-content h2 a:hover {
  color: #cdcdcd;
}
.article-text-top img:hover {
  opacity: 0.8;
}
/* Frontpage slider */
.karuselli2 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.karuselli2 .flex-prev,
.karuselli2 .flex-next {
  display: none;
}
.karuselli2 .article-content {
  position: absolute;
  bottom: -1px;
  background: #5a9aa8;
  width: 558px;
}
.karuselli2 .article-content h2 {
  font-size: 1.1em;
  color: #fff;
  padding: 20px 0 50px;
  margin: 0 20px;
  letter-spacing: -1px;
  line-height: 1.2em;
}
.karuselli2 .article-content h2 a {
  font-size: 1.1em;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2em;
}
.karuselli2 .flex-prev,
.karuselli2 .flex-next {
  z-index: 10;
  position: absolute;
  top: 35%;
  background-color: #5a9aa8;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
}
.karuselli2 .flex-prev {
  left: 0;
  background-image: url("/s/images/icon-carousel-left-small.png");
}
.karuselli2 .flex-next {
  right: 0;
  background-image: url("/s/images/icon-carousel-right-small.png");
}
.karuselli2 .flex-disabled {
  background-color: #afafaf;
  cursor: default;
}
.karuselli2 .flex-control-nav {
  width: 50%;
  bottom: 17px;
  left: 15px;
  text-align: left;
}
.ie7 .karuselli2 .flex-control-nav {
  bottom: 60px;
}
/* #Frontpage sect-food
================================================== */
.sect-food .recipe-list h2.sectionheader {
  font-size: 1.3em;
  color: #6a5a8c;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.sect-food .discussions {
  overflow: hidden;
  background: #6a5a8c url("/s/images/discussions-violet.png") no-repeat center 30px;
  padding: 90px 30px 50px;
}
.sect-food .discussions h2.sectionheader {
  font-size: 0.95em;
  color: #fff;
  margin-bottom: 30px;
}
.sect-food .discussions .item {
  width: auto;
  margin-bottom: 35px;
}
.sect-food .discussions .item h2 {
  padding: 0;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.sect-food .discussions .item p {
  background: transparent;
  color: #efedea;
  padding: 0;
  margin-bottom: 4px;
  letter-spacing: -0.1px;
}
.sect-food .discussions span.date {
  margin-left: 0;
  color: #292828;
}
.article-list-img-left,
.recipe {
  margin-bottom: 25px;
  overflow: hidden;
}
.article-text-top .recipe .article-content h2 a {
  font-size: 1em;
}
.article-list-img-left .article-img,
.article-list-img-left .article-content,
.recipe .recipe-img,
.recipe .recipe-content {
  display: inline;
  float: left;
}
.recipe .recipe-img {
  width: 75px;
  margin-right: 15px;
}
.recipe .recipe-content {
  width: 170px;
}
.recipe h2 {
  font-size: 1em;
}
.recipe li a {
  font-size: 0.7em;
}
.prep_icon {
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: left 45%;
}
.prep_alle-30-min {
  background-image: url("/s/img/ui/preptime_1_4.png");
}
.prep_30-60-min {
  background-image: url("/s/img/ui/preptime_1_2.png");
}
.prep_yli-60-min {
  background-image: url("/s/img/ui/preptime_1.png");
}
.prep_yli-2-h {
  background-image: url("/s/img/ui/preptime_2.png");
}
.prep_vahintaan-vuorokausi {
  background-image: url("/s/img/ui/preptime_2.png");
}
/* #Frontpage Viivi & Wagner
================================================== */
.wagner {
  margin-top: 40px;
  width: 978px;
  padding: 0 15px;
}
.wagner .big-heading {
  width: 280px;
  float: left;
  display: inline;
  margin-right: 30px;
}
.wagner .big-heading h2 {
  padding-top: 40px;
  text-align: left;
  color: #424242;
  font-size: 3.5em;
}
.wagner .karuselli2 {
  display: inline;
  float: left;
  width: 600px;
}
.wagner .karuselli2 .flex-prev,
.wagner .karuselli2 .flex-next {
  top: 39%;
  height: 45px;
  width: 45px;
  display: inline;
}
.wagner .karuselli2 .flex-prev {
  left: -29px;
}
.wagner .karuselli2 .flex-next {
  right: -29px;
}
.wagner .karuselli2 .article-content,
.wagner .karuselli2 .flex-control-nav {
  display: none;
}
.wagner p {
  margin-top: 10px;
  padding-right: 160px;
  text-align: right;
  clear: both;
  display: block;
}
/* #Frontpage EPG
================================================== */
.epg-wrapper {
  width: 978px;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: transparent;
  position: relative;
}
.epg-wrapper .btn-flat {
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 41px;
  padding: 0;
}
.epg-wrapper .epg-previous {
  background-image: url("/s/images/icon-arrow-left.png");
  top: 0px;
  left: 59px;
}
.epg-wrapper .epg-next {
  background-image: url("/s/images/icon-arrow-right.png");
  top: 0px;
  right: 0px;
}
.epg-timetable {
  position: relative;
  float: left;
  display: inline;
  width: 878px;
  overflow: hidden;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.epg-currenttime {
  position: absolute;
  height: 500px;
  left: 5px;
  top: 20px;
  width: 2px;
  background: #000;
  z-index: 2;
}
.epg-channelbrand {
  float: left;
  display: inline;
  width: 98px;
  padding-top: 41px;
}
.epg-channelbrand li {
  background-color: #fff;
}
.epg-channelbrand li span {
  width: 98px;
  height: 53px;
  display: block;
  background-image: url("/s/images/epg-channels.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.epg-channelbrand li a {
  width: 98px;
  height: 53px;
  display: block;
  background-image: url("/s/images/epg-channels.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.epg-channelbrand li a.tv2 {
  background-position: 15px -52px;
}
.epg-channelbrand li a.mtv {
  background-position: 15px -111px;
}
.epg-channelbrand li a.nel {
  background-position: 15px -174px;
}
.epg-channelbrand li a.fsd {
  background-position: 15px -241px;
}
.epg-channelbrand li a.yte {
  background-position: 15px -310px;
}
.epg-channelbrand li a.liv {
  background-position: 15px -377px;
}
.epg-channelbrand li a.nep {
  background-position: 15px -442px;
}
.epg-channelbrand li a.tvt {
  background-position: 15px -498px;
}
.epg-channelbrand li a.epg-stripecolor {
  background-color: #f9f8f7;
}
.epg-channelbrand li a:hover {
  opacity: 0.7;
}
.epg-onechannel {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: block;
  float: left;
  overflow: hidden;
}
.epg-onechannel ul {
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  background-color: #fff;
  position: relative;
}
.epg-onechannel ul li {
  font-size: 0.7em;
  display: inline;
  overflow: hidden;
  float: left;
  height: 100%;
  padding: 20px 0px 20px 10px;
  margin: 0;
  white-space: nowrap;
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
}
.epg-onechannel ul li.epg-noprogram {
  background-color: #b5b5b5;
}
.epg-onechannel .epg-stripecolor {
  background-color: #f9f8f7;
}
.epg-onechannel .epg-currentprogram {
  background-color: #cfe0da;
}
.epg-onechannel .epg-stripecolor .epg-currentprogram {
  background-color: #b9d4cb;
}
.epg-time {
  float: left;
  display: inline;
  background: #232323;
}
.epg-time li {
  float: left;
  padding: 12px 0 12px 10px;
  color: #8b8b8b;
}
/* other front page settings */
.vaaka li {
  float: left;
  display: inline;
  margin: 0 15px;
}
.vaaka li img {
  display: block;
  margin: 0 auto 10px;
}
.front-columnBottom .vaaka li {
  width: 222px;
}
.front-columnBottom .vaaka li h2 {
  margin-bottom: 10px;
}
.front-columnBottom .vaaka li p {
  margin-top: 10px;
  font-size: 0.7em;
}
.front-columnBottom .vaaka li .article-content h2 {
  font-size: 1em;
}
.front-columnBottom .vaaka li .recipe-content h2 {
  font-size: 1em;
  margin-bottom: 2px;
}
.front-columnBottom .vaaka li .recipe-content li {
  margin: 0;
}
.front-columnBottom .vaaka li .recipe-content li a {
  font-size: 0.75em;
  margin-left: 14px;
}
.front-columnBottom .vaaka li .recipe-content li a.prep_icon {
  margin-left: 0;
}
.loadmore,
.front-button-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
  clear: both;
}
.loadmore a.btn,
.front-button-wrapper a.btn {
  min-width: 305px;
}
.more .vaaka li {
  width: 47%;
}
.more .vaaka li .article-content {
  width: 340px;
}
#muut li .article-content {
  width: 303px;
}
/* #Frontpage section colors
================================================== */
#ajankohtaista {
  background-color: #f0eeeb;
  background-image: url("/s/images/gradient-peach.jpg");
  background-repeat: repeat-x;
  background-position: top;
}
#ajankohtaista .big-heading p {
  color: #e28447;
  background: transparent url("/s/images/heading-stripe-peach.jpg") no-repeat bottom center;
}
#ajankohtaista a.btn {
  background-color: #de8550;
}
#ajankohtaista a.btn:hover {
  background-color: #ac6237;
}
#ajankohtaista span.date {
  color: #dc834f;
}
#ajankohtaista span.date a {
  color: #dc834f;
}
#ajankohtaista span.date a:hover {
  color: #c76d38;
}
#ajankohtaista a.label,
#ajankohtaista a.label span {
  background-image: url("/s/images/label-peach.png");
}
#ajankohtaista a.label:hover {
  background-position: left -19px;
}
#ajankohtaista a.label:hover span {
  background-position: right -19px;
}
#ajankohtaista .discussions h2.sectionheader {
  color: #dc834f;
}
#ajankohtaista .discussions a:hover h2,
#ajankohtaista .discussions a:hover p {
  color: #de8550;
}
#ajankohtaista .karuselli2 .prev,
#ajankohtaista .karuselli2 .next,
#ajankohtaista .karuselli2 .article-content {
  background-color: #de8550;
}
#ajankohtaista .article-list-img-left .article-content h2 a:hover {
  color: #de8550;
}
#ajankohtaista .front-columnBottom .article-content h2 a:hover,
#ajankohtaista .front-columnBottom .recipe-content h2 a:hover {
  color: #de8550;
}
#viihde {
  background-color: #f0eeeb;
  background-image: url("/s/images/gradient-rose.jpg");
  background-repeat: repeat-x;
  background-position: top;
}
#viihde .big-heading p {
  color: #c54c4c;
  background: transparent url("/s/images/heading-stripe-rose.jpg") no-repeat bottom center;
}
#viihde a.btn {
  background: #c54c4c;
}
#viihde a.btn:hover {
  background: #a03a3a;
}
#viihde span.date {
  color: #c54c4c;
}
#viihde span.date a {
  color: #61787b;
}
#viihde span.date a:hover {
  color: #8babaf;
}
#viihde a.label,
#viihde a.label span {
  background-image: url("/s/images/label-rose.png");
}
#viihde a.label:hover {
  background-position: left -19px;
}
#viihde a.label:hover span {
  background-position: right -19px;
}
#viihde .discussions h2.sectionheader {
  color: #c54c4c;
}
#viihde .discussions a:hover h2,
#viihde .discussions a:hover p {
  color: #c54c4c;
}
#viihde .article-text-top .article-content {
  background: transparent url("/s/images/bg-rose.png") repeat;
}
#viihde .article-list-img-left .article-content h2 a:hover {
  color: #c54c4c;
}
#viihde .front-columnBottom .article-content h2 a:hover,
#viihde .front-columnBottom .recipe-content h2 a:hover {
  color: #c54c4c;
}
#niksinurkka {
  background-image: url("/s/images/gradient-blue.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f0eeeb;
}
#niksinurkka .big-heading p {
  color: #285258;
  background: transparent url("/s/images/heading-stripe-blue.jpg") no-repeat bottom center;
}
#niksinurkka a.btn {
  background: #285258;
}
#niksinurkka a.btn:hover {
  background: #3e7178;
}
#niksinurkka span.date {
  color: #61787b;
}
#niksinurkka span.date a {
  color: #61787b;
}
#niksinurkka span.date a:hover {
  color: #8babaf;
}
#niksinurkka a.label,
#niksinurkka a.label span {
  background-image: url("/s/images/label-blue.png");
}
#niksinurkka a.label:hover {
  background-position: left -19px;
}
#niksinurkka a.label:hover span {
  background-position: right -19px;
}
#niksinurkka .discussions h2.sectionheader {
  color: #285258;
}
#niksinurkka .discussions a:hover h2,
#niksinurkka .discussions a:hover p {
  color: #285258;
}
#niksinurkka .article-text-top .article-content {
  background: transparent url("/s/images/bg-blue.png") repeat;
}
#niksinurkka .article-list-img-left .article-content h2 a:hover {
  color: #285258;
}
#niksinurkka .front-columnBottom .article-content h2 a:hover,
#niksinurkka .front-columnBottom .recipe-content h2 a:hover {
  color: #285258;
}
#hyvinvointi {
  background-image: url("/s/images/gradient-violet.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f0eeeb;
}
#hyvinvointi .big-heading p {
  color: #9a758a;
  background: transparent url("/s/images/heading-stripe-violet.jpg") no-repeat bottom center;
}
#hyvinvointi a.btn {
  background: #6a5a8c;
}
#hyvinvointi a.btn:hover {
  background: #4c3e69;
}
#hyvinvointi a.label,
#hyvinvointi a.label span {
  background-image: url("/s/images/label-violet.png");
}
#hyvinvointi a.label:hover {
  background-position: left -19px;
}
#hyvinvointi a.label:hover span {
  background-position: right -19px;
}
#hyvinvointi .discussions a:hover h2,
#hyvinvointi .discussions a:hover p {
  color: #4c3e6b;
}
#hyvinvointi .article-text-top .article-content {
  background: transparent url("/s/images/bg-violet.png") repeat;
}
#hyvinvointi .article-list-img-left .article-content h2 a:hover {
  color: #6a5a8c;
}
#hyvinvointi .article-list-img-left span.date {
  color: #8c5d79;
}
#hyvinvointi .article-list-img-left span.date a {
  color: #61787b;
}
#hyvinvointi .article-list-img-left span.date a:hover {
  color: #8babaf;
}
#hyvinvointi .front-columnBottom .article-content h2 a:hover,
#hyvinvointi .front-columnBottom .recipe-content h2 a:hover {
  color: #6a5a8c;
}
#matkailu {
  background-image: url("/s/images/gradient-yellow.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f0eeeb;
}
#matkailu .big-heading p {
  color: #dbb259;
  background: transparent url("/s/images/heading-stripe-yellow.jpg") no-repeat bottom center;
}
#matkailu a.btn {
  background: #e5be69;
}
#matkailu a.btn:hover {
  background: #c7a457;
}
#matkailu span.date {
  color: #dbb259;
}
#matkailu span.date a {
  color: #61787b;
}
#matkailu span.date a:hover {
  color: #8babaf;
}
#matkailu a.label,
#matkailu a.label span {
  background-image: url("/s/images/label-yellow.png");
}
#matkailu a.label:hover {
  background-position: left -19px;
}
#matkailu a.label:hover span {
  background-position: right -19px;
}
#matkailu .discussions h2.sectionheader {
  color: #e5be69;
}
#matkailu .discussions a:hover h2,
#matkailu .discussions a:hover p {
  color: #e5be69;
}
#matkailu .karuselli2 .prev,
#matkailu .karuselli2 .next,
#matkailu .karuselli2 .article-content {
  background-color: #e5be69;
}
#matkailu .article-list-img-left .article-content h2 a:hover {
  color: #e5be69;
}
#matkailu .front-columnBottom .article-content h2 a:hover,
#matkailu .front-columnBottom .recipe-content h2 a:hover {
  color: #e5be69;
}
#muut {
  background-image: url("/s/images/gradient-brown-green.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #f0eeeb;
}
#muut .section-brown .big-heading p {
  color: #683c11;
  background: transparent url("/s/images/heading-stripe-brown.jpg") no-repeat bottom center;
}
#muut .section-brown a.btn {
  background: #683c11;
}
#muut .section-brown a.btn:hover {
  background: #46280b;
}
#muut .section-brown span.date {
  color: #683c11;
}
#muut .section-brown span.date a {
  color: #61787b;
}
#muut .section-brown span.date a:hover {
  color: #8babaf;
}
#muut .section-brown a.label,
#muut .section-brown a.label span {
  background-image: url("/s/images/label-brown.png");
}
#muut .section-brown a.label:hover {
  background-position: left -19px;
}
#muut .section-brown a.label:hover span {
  background-position: right -19px;
}
#muut .section-brown a.label:hover span .discussions h2.sectionheader {
  color: #9a758a;
}
#muut .section-brown .article-list-img-left .article-content h2 a:hover {
  color: #683c11;
}
#muut .section-brown .front-columnBottom .article-content h2 a:hover,
#muut .section-brown .front-columnBottom .recipe-content h2 a:hover {
  color: #683c11;
}
#muut .section-green .big-heading p {
  color: #1f7f5c;
  background: transparent url("/s/images/heading-stripe-green.jpg") no-repeat bottom center;
}
#muut .section-green a.btn {
  background: #1f7f5c;
}
#muut .section-green a.btn:hover {
  background: #155c42;
}
#muut .section-green span.date {
  color: #1f7f5c;
}
#muut .section-green span.date a {
  color: #1f7f5c;
}
#muut .section-green span.date a:hover {
  color: #8babaf;
}
#muut .section-green a.label,
#muut .section-green a.label span {
  background-image: url("/s/images/label-green.png");
}
#muut .section-green a.label:hover {
  background-position: left -19px;
}
#muut .section-green a.label:hover span {
  background-position: right -19px;
}
#muut .section-green a.label:hover span .discussions h2.sectionheader {
  color: #9a758a;
}
#muut .section-green .article-list-img-left .article-content h2 a:hover {
  color: #1f7f5c;
}
#muut .section-green .front-columnBottom .article-content h2 a:hover,
#muut .section-green .front-columnBottom .recipe-content h2 a:hover {
  color: #1f7f5c;
}
#tv {
  background-image: url("/s/images/gradient-lbrown.jpg");
  background-repeat: repeat-x;
  background-position: top;
  background-color: #f0eeeb;
}
#tv .big-heading p {
  color: #232323;
  background: transparent url("/s/images/heading-stripe-lbrown.jpg") no-repeat bottom center;
}
#tv span.date {
  color: #c54c4c;
}
#tv span.date a {
  color: #61787b;
}
#tv span.date a:hover {
  color: #8babaf;
}
#tv a.label,
#tv .label-source a {
  background: #c54c4c;
}
#tv .discussions h2.sectionheader {
  color: #c54c4c;
}
/* #Content
================================================== */
.sideads-container {
  width: 1009px;
  overflow: inherit;
  position: relative;
  margin: 0 auto;
}
.sideads {
  position: absolute;
  z-index: 20;
  height: 1200px;
  right: -180px;
  top: 10px;
}
.etusivu .sideads {
  top: 90px;
  right: -180px;
}
/* #Folder and item styles
================================================== */
.subnavigation {
  width: 978px;
  margin: 30px auto 10px;
  text-align: center;
  background-color: #fff;
  height: 48px;
}
.subnavigation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.subnavigation ul li {
  float: left;
}
.subnavigation ul a {
  padding: 17px 30px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  display: block;
  line-height: 1.1em;
}
.subnavigation ul .active a {
  background-color: #222c2d;
  color: #fff;
}
.subnavigation ul a:hover {
  background-color: #3b5659;
  color: #fff;
}
.wrapperBA .container {
  background-color: #f0eeeb;
  clear: both;
  overflow: hidden;
}
.wrapperBA .main {
  width: 1009px;
  margin: 0 auto;
  padding: 0;
  margin-top: 0;
}
.wrapperBA .main .container {
  width: 979px;
  padding: 0 15px 0;
  background-image: url("/s/images/sidebar-bg-grey.png");
  background-repeat: repeat-y;
  background-position: 15px;
}
.wrapperBA .main .container .grid4 {
  margin-left: 0;
}
.wrapperBA .main .container .grid8 {
  margin-right: 0;
}
.wrapperBA .columnA {
  padding-bottom: 20px;
}
.wrapperBA .columnA strong {
  font-weight: bold;
}
.wrapperBA .columnA .ad {
  display: inline;
  float: left;
  padding: 15px 170px 45px;
  display: block;
}
.wrapperBA #searchtextfield {
  background: #eae6e3;
  border: 2px solid #5a99aa;
  color: #6c6c6a;
}
.small-icon {
  padding-left: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 1px;
}
ul.tags {
  background-image: url("/s/images/icon-tag.png");
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
ul.tags li {
  display: inline;
  float: left;
  margin-right: 6px;
}
ul.tags a {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  color: #de8550;
  padding: 2px;
}
ul.tags a:hover {
  background-color: #e5e4e1;
}
.entry-meta {
  margin-bottom: 10px;
}
.entry-meta .date,
.entry-meta .commentcounter {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
}
.entry-meta .date {
  background-image: url("/s/images/icon-date.png");
  color: #7a7878;
}
.entry-meta .commentcounter {
  background-image: url("/s/images/icon-comments.png");
  margin-left: 5px;
}
.entry-meta .commentcounter a {
  color: #de854f;
  padding: 2px;
}
.entry-meta .commentcounter a:hover {
  background-color: #e5e4e1;
}
.entry-content {
  display: inline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  line-height: 1.7em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  letter-spacing: -1px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-content h2 {
  font-size: 1.8em;
  padding-bottom: 25px;
}
.entry-content h3 {
  font-size: 1.6em;
  padding-bottom: 30px;
}
.entry-content h4 {
  font-size: 1.2em;
  padding-bottom: 10px;
}
.entry-content h5 {
  font-size: 1.25em;
  padding-bottom: 10px;
}
.entry-content h6 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding-bottom: 10px;
  font-weight: bold;
}
.entry-content ul {
  margin: 5px 0 10px 20px;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content p {
  margin-bottom: 27px;
}
.entry-content a {
  color: #de8550;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content ol {
  margin-left: 30px;
}
.entry-content li {
  font-size: 1em;
  line-height: 1.7em;
  margin: 10px 0 10px 20px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry-content .oikea {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-bottom: 5px;
}
.entry-content .vasen {
  float: left;
  display: inline;
  margin-right: 14px;
  margin-bottom: 5px;
}
.entry-content .picture_widget {
  overflow: hidden;
}
.entry-content .picture_widget ul li {
  list-style: none;
}
.entry-content .gallery-thumb-intro {
  margin: 5px 0 10px 0;
}
.entry-content .gallery-thumb-intro li {
  margin: 10px;
  height: 120px;
  width: 150px;
}
.entry-content .gallery-thumb-intro img {
  border: 1px solid #423f3f;
}
.entry-content a.btn {
  background: #de8550;
  margin-bottom: 33px;
  padding: 12px 40px;
  color: #fff;
}
.entry-content a.btn:hover {
  background-color: #ac6237;
  text-decoration: none;
}
.folderBA .columnA .itemlist-item {
  display: block;
  clear: both;
  border-bottom: 3px solid #de8550;
  margin-top: 21px;
  margin-bottom: 35px;
}
.folderBA .columnA .itemlist-item .ad {
  border-bottom: 3px solid #de8550;
  margin-bottom: 30px;
}
.folderBA .columnA ul.tags {
  clear: none;
  width: 490px;
}
.columnA .entry-short-img {
  position: absolute;
  bottom: -60px;
  right: -138px;
  float: right;
  clear: both;
  width: 120px;
  height: 120px;
  padding: 9px;
  background: transparent url("/s/images/folder-list-img-bg.png");
}
.columnA .entry-short-stripe {
  position: relative;
  margin: 0 140px 10px 0;
  border-bottom: 3px solid #e1e1e1;
}
.columnA .entry-short h2 {
  font-size: 1.7em;
  line-height: 1.1em;
  padding: 3px 0 25px;
  margin: 0 10px 0 0;
}
.columnA .entry-short .entry-content p,
.columnA .entry-short .entry-content div {
  width: 77%;
}
.columnA .entry-short-meta {
  margin-bottom: 15px;
}
.wrapperA .sideads {
  top: 40px;
}
.wrapperA #main {
  margin-top: 30px;
}
.columnA .entry-full .entry-title {
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  margin-bottom: 0;
  padding-bottom: 20px;
  background: transparent url("/s/images/title-stripe-orange.png") no-repeat left bottom;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
#TB_caption h3 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.kainalo {
  width: 94%;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  border: 1px solid #000;
  padding: 3%;
}
.kainalo a {
  text-decoration: underline;
}
.kainalo p:last-child {
  margin-bottom: 0;
}
.competitiondocument input[type=radio],
.polldocument input[type=radio],
.competitiondocument input[type=checkbox],
.polldocument input[type=checkbox] {
  float: left;
  margin: 5px 5px 0 0;
}
.competitiondocument label,
.polldocument label {
  font-size: 1.1em;
}
.competitiondocument .competition-form,
.polldocument .competition-form {
  margin-bottom: 20px;
  clear: both;
}
.competitiondocument .competition-form p,
.polldocument .competition-form p {
  margin: 5px 15px 5px 5px;
}
.competitiondocument .competition-form h3,
.polldocument .competition-form h3 {
  padding-top: 30px;
}
.competitiondocument .competition-form .competitionagreement,
.polldocument .competition-form .competitionagreement {
  margin-bottom: 20px;
}
.competitiondocument form ul,
.polldocument form ul {
  margin-bottom: 20px;
  margin-left: 5px;
}
.competitiondocument form li,
.polldocument form li {
  list-style: none;
  margin-left: 0;
}
.competitiondocument form li label,
.polldocument form li label {
  display: inline;
  font-size: 0.9em;
}
.tulokset {
  margin-bottom: 15px;
}
.tulokset table {
  margin-top: 0;
  font-size: 0.95em;
}
.tulokset table td,
.tulokset table th {
  text-align: left;
  padding: 11px 12px;
}
.tulokset table td {
  font-size: 0.99em;
}
.tulokset table img {
  height: 17px;
  margin-right: 7px;
  vertical-align: middle;
}
.tulokset table .bluebg {
  background-color: #6199aa;
}
.socialfunctions {
  background: #eae8e4;
  padding: 19px 17px 10px 17px;
  margin-bottom: 15px;
}
.socialfunctions a {
  font-size: 0.9em;
}
/* Comments */
#kommenttilomake {
  background-color: #fff;
  padding: 33px 37px;
  border-top: 5px solid #d6773c;
}
#comments {
  background-color: #fcfcfc;
  border-top: 5px solid #d6773c;
  overflow: hidden;
  clear: both;
}
#comments h2 {
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #423e3f;
  font-size: 1.4em;
  padding-bottom: 15px;
  letter-spacing: -1px;
}
#comments h2 span {
  font-family: "montserratregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6em;
}
#comments h3 {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#comments h2.comments-heading {
  padding: 37px 37px 0;
}
#comments h2#kommentoi {
  font-size: 1.9em;
}
#comments h2#kommentoi label {
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#comments .virhe {
  margin-bottom: 20px;
}
#comments p {
  font-size: 0.8em;
  margin-bottom: 20px;
}
#comments p a {
  text-decoration: underline;
}
#comments textarea.virhe,
#comments input.virhe {
  border: 1px solid #fd1a25;
}
#comments em {
  display: block;
  max-width: 380px;
  margin: -10px 0 10px 0;
  font-size: 0.9em;
  color: #e74b3b;
}
#comments #kommentti {
  width: 97%;
  max-width: 97%;
  height: 100px;
  margin-bottom: 30px;
}
#comments .formhalf {
  display: inline;
  float: left;
  width: 267px;
  margin-right: 16px;
  padding-right: 16px;
  border-right: 2px solid #ccc;
  min-height: 200px;
}
#comments .formhalf p {
  color: #444;
  font-size: 0.7em;
  line-height: 1.4em;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#comments .formhalf p em {
  font-size: 1em;
}
#comments .formhalf a {
  color: #444;
  text-decoration: underline;
}
#comments .nomargin {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#comments .formfull {
  padding-top: 15px;
  border-top: 2px solid #ccc;
  width: 100%;
  clear: both;
}
#comments .formfull.noborder {
  border-top: none;
}
#comments input[type=text],
#comments input[type=password],
#comments input[type=email],
#comments textarea {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#comments input[type=text],
#comments input[type=password],
#comments input[type=email] {
  width: 248px;
}
#comments input[type=submit] {
  background-color: #423f3f;
  border: none;
  -webkit-box-shadow: -3px 3px 0px 0px #c9c4ca;
  box-shadow: -3px 3px 0px 0px #c9c4ca;
  color: #fff;
  font-size: 0.9em;
  padding: 9px 20px;
  float: right;
  margin-top: -46px;
}
#comments input[type=submit]:hover {
  background-color: #5e5b5c;
}
#comments label {
  color: #444;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
}
.comment {
  border-bottom: 2px solid #eeeeea;
  padding: 23px 37px;
}
.comment .author {
  margin-bottom: 5px;
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: -0.1px;
}
.comment .author span {
  font-family: "montserratregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comment .author span.comment-visitor {
  font-size: 0.7em;
  margin-top: -5px;
  color: #433f40;
}
.comment .author span.comment-date {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7em;
  color: #7e7e7e;
}
.comment .message p {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444243;
  font-size: 0.8em;
  line-height: 1.7em;
}
/* Contact form */
.contactform .button {
  display: block;
  margin: 10px 0 0;
}
.contactform input[type=text],
.contactform input[type=password],
.contactform input[type=email],
.contactform select {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Sidebar styles */
ul.sidenavi {
  padding-right: 20px;
  margin-bottom: 20px;
  width: 291px;
}
ul.sidenavi li a {
  width: 264px;
  display: block;
  position: relative;
  background-color: #454545;
  padding: 9px 10px 9px 16px;
  color: #c1bebe;
  font-size: 0.7em;
  text-transform: uppercase;
  border-bottom: 1px solid #2e3f43;
}
ul.sidenavi li a:hover {
  color: #fff;
  background-color: #365961;
}
ul.sidenavi li.sidenavi-folder a {
  background-color: #222c2e;
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 264px;
}
ul.sidenavi li.active a {
  color: #fff;
  padding-right: 25px;
  background-color: transparent;
  background-image: url("/s/images/sidenavi-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: transparent;
}
ul.sidenavi li.sidenavi-sub-folder ul li {
  padding: 0 0 0 10px;
}
ul.sidenavi li.sidenavi-sub-folder ul li a {
  width: 239px;
  background-color: #4e4e4e;
  background-image: none;
}
ul.sidenavi li.sidenavi-sub-folder ul li.active a {
  padding-right: 40px;
  background-color: transparent;
  background-image: url("/s/images/sidenavi-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: transparent;
}
/* Sidebar widgets */
.sidebar-wrapper {
  margin: 0 35px 10px 20px;
}
.sidebar-wrapper .item,
.sidebar-wrapper .itemlist {
  margin: 30px 0;
}
.sidebar-wrapper .item p,
.sidebar-wrapper .itemlist p {
  font-size: 0.8em;
  line-height: 16px;
  color: #292828;
  word-wrap: break-word;
}
.sidebar-wrapper .item:first-child,
.sidebar-wrapper .itemlist:first-child {
  margin-top: 0;
}
.sidebar-wrapper .entry-short .btn,
.sidebar-wrapper .entry-short .tags,
.sidebar-wrapper .entry-short .commentcounter {
  display: none;
}
.sidebar-wrapper .list_widget h2 {
  font-size: 0.7em;
}
.sidebar-wrapper h2.sectionheader {
  font-size: 0.95em;
}
.sidebar-wrapper .entry-short h2.sectionheader {
  font-size: 1.4em;
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 30px 0 15px 0;
  text-align: center;
}
.sidebar-wrapper .doctype-galleria,
.sidebar-wrapper .doctype-dokumentti {
  padding: 15px;
  margin-bottom: -10px;
  background: #f0f0ee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
.sidebar-wrapper .doctype-galleria h2,
.sidebar-wrapper .doctype-dokumentti h2 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 32px;
}
.sidebar-wrapper .doctype-feed h2 {
  padding: 0 0 0 23px;
}
.sidebar-wrapper .doctype-feed p {
  padding: 5px 0 5px 23px;
  background: transparent url("/s/images/quotes.png") no-repeat left 9px;
}
.sidebar-wrapper .article-img {
  margin-bottom: 8px;
}
.sidebar-wrapper a img:hover {
  opacity: 0.8;
}
.sidebar-wrapper .doctype-dokumentti .tags,
.sidebar-wrapper .doctype-dokumentti .entry-content {
  display: none;
}
.sidebar-wrapper .doctype-dokumentti .advert {
  display: block;
  font-size: 0.5em;
}
.sidebar-wrapper .doctype-nosto img {
  margin-bottom: 10px;
}
.sidebar-wrapper .doctype-nosto p {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.7em;
}
/* #Page & Folder related special styles
================================================== */
/* Folder Viivi & Wagner */
.alue-viivi-wagner .folderBA .columnA ul.itemlist p {
  width: 100%;
}
/* Foreca Weather Page */
#weatherpage h2 {
  font-size: 1.7em;
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.weatherp-section,
.alue-saa .doctype-nosto {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #d6773d;
  overflow: hidden;
}
.alue-saa .doctype-nosto h2,
.alue-saa .doctype-nosto h3 {
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 2em;
}
.weatherp h2,
.weatherp h3,
.weatherp h4 {
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.weatherp h2 span,
.weatherp h3 span,
.weatherp h4 span {
  display: inline;
  margin-left: 10px;
  font-size: 0.4em;
  color: #787775;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0px;
}
.weatherp h2 {
  font-size: 2em;
  display: inline;
}
.weatherp h3 {
  font-size: 2em;
}
.weatherp h4 {
  font-size: 1.5em;
}
.weatherp #weathersearch {
  margin-bottom: 10px;
}
.weatherp #weathersearch #weatherinput {
  width: 200px;
  background: transparent;
  border: 2px solid #5a99aa;
  padding: 5px 7px;
  color: #6c6c6a;
  margin-bottom: 5px;
  font-size: 0.7em;
}
.weatherp #weathersearch .btn-flat {
  padding: 7px 15px;
}
.weatherp-current-details {
  float: left;
  background-color: #fff;
  margin-bottom: 10px;
}
.weatherp-current-details ul {
  float: left;
}
.weatherp-current-details ul li {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #232323;
}
.weatherp-current-details .weatherp-details-1,
.weatherp-current-details .weatherp-details-2,
.weatherp-current-details .weatherp-details-3 {
  display: inline;
  float: left;
}
.weatherp-current-details .weatherp-details-1 li,
.weatherp-current-details .weatherp-details-2 li,
.weatherp-current-details .weatherp-details-3 li {
  margin: 8px 0;
}
.weatherp-current-details .weatherp-details-1 {
  width: 230px;
  display: inline;
  float: left;
  padding: 29px 10px;
  border-right: 1px solid #eee;
}
.weatherp-current-details .weatherp-details-1 img {
  float: left;
  margin: 0 10px 0 10px;
}
.weatherp-current-details .weatherp-details-1 .temp {
  float: left;
  font-size: 2.4em;
  color: #232323;
  margin-top: 17px;
}
.weatherp-current-details .weatherp-details-2 {
  width: 153px;
  padding: 25px 0 26px 0;
  margin-left: 25px;
  border-right: 1px solid #eee;
}
.weatherp-current-details .weatherp-details-2 img {
  vertical-align: bottom;
  margin-right: 2px;
}
.weatherp-current-details .weatherp-details-3 {
  width: 190px;
  padding: 35px 0 0px 0;
  margin-left: 20px;
}
.weatherp-fiveday {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.weatherp-fiveday li {
  width: 117px;
  float: left;
  margin: 0 14px 0 0;
  text-align: center;
  background: #fff;
  position: relative;
}
.weatherp-fiveday li:last-child {
  margin: 0 0 0 0;
}
.weatherp-fiveday span.weatherp-fiveday-date {
  background-color: #232d2e;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.7em;
  display: block;
  padding: 7px 0;
  text-align: center;
}
.weatherp-fiveday-content {
  padding: 10px 0;
  text-align: center;
  font-size: 0.7em;
}
.weatherp-fiveday-content img {
  margin: 0 auto 7px;
  display: block;
}
.weatherp-fiveday-content span {
  text-transform: uppercase;
}
.weatherp-fiveday-content a {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e5814f;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 8px;
  display: block;
}
.weatherp-fiveday-content a:hover {
  text-decoration: underline;
}
.weatherp-hourly table {
  width: 100%;
  font-size: 0.8em;
}
.weatherp-hourly td {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ddd;
  font-size: 1em;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.weatherp-hourly td span {
  display: block;
  color: #888;
}
.weatherp-hourly td img {
  vertical-align: middle;
}
.weatherp-hourly .hourly-time {
  width: 14%;
  text-align: center;
}
.weatherp-hourly .hourly-temp {
  color: #f00;
  font-size: 1.1em;
}
.weatherp-hourly .hourly-icon {
  text-align: center;
  height: 40px;
}
.weatherp-hourly .hourly-wind img {
  vertical-align: middle;
  margin-right: 4px;
}
#rainmaptoggle {
  display: none;
  margin-bottom: 23px;
  overflow: hidden;
}
#rainmaptoggle li {
  float: left;
  padding: 14px 30px;
  cursor: pointer;
  font-size: 0.8em;
  background-color: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #222c2e;
}
#rainmaptoggle li.active {
  background: #222c2e;
  color: #fff;
}
.saataulukko {
  font-size: 1.1em;
}
.saataulukko th {
  text-align: right;
  background-color: #3b5659;
  color: #fff;
}
.saataulukko th.kulma {
  background-color: transparent;
}
.saataulukko .even td {
  background-color: #fff;
}
.saataulukko .vuodet {
  background-color: #f4f4f4;
}
.script #rainmaptoggle {
  display: block;
}
.script #weatherpage .hidden {
  display: none;
}
.pagination {
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  height: 80px;
}
.pagination .page {
  display: block;
  margin-bottom: 20px;
  font-size: 0.8em;
}
.pagination a {
  padding: 10px 13px;
  background-color: #232323;
  color: #fff;
  font-size: 0.9em;
}
.pagination a:hover {
  background-color: #434343;
}
.pagination .first,
.pagination .next {
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 37px;
  height: 37px;
}
.pagination .current {
  background-color: #dc854f;
}
.pagination .first {
  background-image: url("/s/images/icon-carousel-left-small.png");
}
.pagination .next {
  background-image: url("/s/images/icon-carousel-right-small.png");
}
/* Login */
.alue-tunnus dd {
  margin: 0;
}
.alue-tunnus input[type=checkbox] {
  float: left;
  margin: 4px 4px 4px 0;
}
.alue-tunnus .valinnat {
  margin: 6px 5px 6px 0;
}
.alue-tunnus .article p {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  margin-bottom: 20px;
}
.alue-tunnus .article p a {
  text-decoration: underline;
}
.alue-tunnus em {
  font-size: 0.7em;
  margin-bottom: 20px;
  display: block;
}
.alue-tunnus #recaptcha_area {
  margin-bottom: 20px;
}
/* Leiki */
.c9 {
  padding: 0 !important;
  width: 100%;
}
#leiki_otavamedia_tabbed {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 5px solid #d6773c;
}
#leiki_otavamedia_tabbed .leikiwidget .headline {
  padding: 0;
  margin-bottom: 20px !important;
  background: none;
  font-family: "montserratbold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  font-style: normal;
  font-size: 1.4em;
}
#leiki_otavamedia_tabbed .leikiwidget .item {
  font-size: 0.8em;
}
#leiki_otavamedia_tabbed .leikiwidget .item .source,
#leiki_otavamedia_tabbed .leikiwidget .item .time {
  font-size: 0.8em;
  font-style: normal;
}
#leiki_otavamedia_tabbed .leikiwidget .link-headline {
  color: #d6773c;
}
#leiki_otavamedia_tabbed .leikiwidget .link-headline:hover {
  color: #444;
}
#leiki_otavamedia_tabbed .leikiwidget .images .item {
  width: 23%;
  margin-left: 45px !important;
}
#leiki_otavamedia_tabbed .leikiwidget .images .item:first-child {
  margin-left: 0 !important;
}
#leiki_otavamedia_tabbed .leikiwidget .images .item img {
  margin: 0 0 10px 0 !important;
}
#leiki_otavamedia_tabbed h4 {
  padding-bottom: 5px;
}
/* TV-opas */
.columnA .submenu-top-container {
  background-color: #000;
}
/* #Footer
================================================== */
.footer-plaza {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 30px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-plaza .container {
  width: 1008px;
}
.footer-plaza .pl-full {
  width: 100%;
  margin: 0 15px 10px;
}
.footer-plaza .pl-first,
.footer-plaza .pl-second,
.footer-plaza .pl-third,
.footer-plaza .pl-fourth,
.footer-plaza .pl-fifth,
.footer-plaza .pl-sixth {
  float: left;
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
.footer-plaza .pl-first {
  width: 140px;
}
.footer-plaza .pl-second {
  width: 130px;
}
.footer-plaza .pl-third {
  width: 100px;
}
.footer-plaza .pl-fourth {
  width: 110px;
}
.footer-plaza .pl-fifth {
  width: 150px;
}
.footer-plaza .pl-sixth {
  width: 190px;
}
.footer-plaza .linklist h4.linklist-heading {
  color: #515151;
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 4px;
}
.footer-plaza .linklist li {
  margin-bottom: 1px;
}
.footer-plaza .linklist li a {
  color: #515151;
  font-size: 0.8em;
}
.footer-plaza .linklist li a:hover {
  color: #5a9aa8;
}
.footer-plaza .linklist-blue li {
  margin-bottom: 2px;
}
.footer-plaza .linklist-blue li a {
  font-size: 0.9em;
  font-weight: 700;
  color: #5a9aa8;
}
.footer-plaza .linklist-blue li a:hover {
  color: #32636e;
}
.btn.helpsite {
  padding: 50px 25px 20px 25px;
  background-image: url("/s/images/icon-help.png");
  background-repeat: no-repeat;
  background-position: center 10px;
  font-size: 0.9em;
}
/* Google ads */
.google-ads-block {
  width: 160px;
  margin: 0 auto;
}
.google-ads-landscape {
  width: 72%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2% 14%;
  margin-top: 30px;
  margin-bottom: 20px;
  border: 2px solid #d7d6d3;
}
/* Random stuff */
.columnB .sponsorlogo {
  display: none;
}
.etusivu .sponsorlogo {
  display: none;
}
.loading {
  text-indent: -9999px;
  background: transparent url("/s/img/ajax-loader_min.gif") no-repeat 50% 50%;
}
ul.ui-autocomplete {
  width: 330px !important;
  padding: 10px !important;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(50,50,50,0.49);
  -moz-box-shadow: 3px 3px 10px rgba(50,50,50,0.49);
  box-shadow: 3px 3px 10px rgba(50,50,50,0.49);
}
li.ui-menu-item a {
  cursor: pointer;
  text-decoration: none;
  font-size: 0.8em;
  display: block;
  padding: 5px;
}
li.ui-menu-item a:hover {
  background: #f0eeeb;
}
li.ui-menu-item img {
  vertical-align: middle;
}
.gsc-search-box {
  display: none;
}
.gsc-control-cse {
  border-color: #f0eeeb;
  background-color: #f0eeeb;
}
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#tiptip_holder.tip_top {
  padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
  padding-top: 5px;
}
#tiptip_holder.tip_right {
  padding-left: 5px;
}
#tiptip_holder.tip_left {
  padding-right: 5px;
}
#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 4px 8px;
  border: 1px solid rgba(255,255,255,0.25);
  background-color: #191919;
  background-color: rgba(25,25,25,0.92);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tiptip_content {
    padding: 4px 8px 5px 8px;
    background-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }
  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}
@media only screen and (max-width: 1278px) {
  .anchor-nav {
    display: none;
  }
}
/* #Jos et käytä Stylusta, kirjoita tyylit style2.css:n
================================================== */
                                                                                                                                  