/**
 * @file
 * Ilmasto layout CSS.
 */

 .l2014 #header2 .navbar-toggle {
  display:none;
 }

.navbar-toggle {
    background-color: #668da9;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    cursor:pointer;
}

.navbar-toggle:hover .menu-block-wrapper {
  display:block !important;
}

.navbar-toggle:hover > span {
  display:none;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    background:#fff;
    height: 2px;
    width: 22px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/** 
 * Media queries 
 */

/* Tablet */
@media only screen and (min-width: 720px) and (max-width: 960px) {
   /* .dev.l2014 .section {
        width:720px;
    }*/
}

/* Stupid front page hack - move along, nothing to see here... */

@media only screen and (max-width: 360px) {
    .dev.l2014 body.front div.main-2 .section.divided .block:nth-child(2) .block-half {
      margin-left:0;
      margin-right:0;
    }
  }

/* Phone */
@media only screen and (max-width: 719px) {
  .dev.l2014 body {
    line-height:20px;
  }

  .dev.l2014 #main-menu {
        position: absolute;
    right: 17px;
    text-transform: uppercase;
    top: 23px;
    z-index:200;
    background:#668da9;
    }
    .dev.l2014 .row {
      width:100%;
    }
    .dev.l2014 #logo {
      margin-left: 15px;
      top: 25px;
    }

    .dev.l2014 #overlay {
      background:transparent !important;
    }

    .dev.l2014 #header2 .menu-block-wrapper {
      display:none;
    }

    .dev.l2014 #header2 .navbar-toggle:hover {
        border: 1px solid #668da9;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    }

    .dev.l2014 #facebook-like {
      display:none;
      left: 290px;
      opacity: 0.85;
      position: absolute;
      top: 45px;
      width:160px;
    }

    .dev.l2014 #header2 .navbar-toggle {
      display:inline-block !important;
    }

    .dev.l2014 #group2 .parallax__layer--back {
      transform:none;
    }
    .dev.l2014 .parallax__layer--base {
      transform:none;
      overflow:hidden;
    }
    .dev.l2014 .footer .section {
      min-height: 60px !important;
    }
    .dev.l2014 .footer {
      background: #668da9;
      height:auto;
      border-top: 1px solid #eee;
    }
    .dev.l2014 .footer .section a {
      font-size:17px;
      color:#666 !important;
    }
    .dev.l2014 .footer .section {
      background:#f6f6f6;
    }
    .dev.l2014 .section {
        width:100%;
    }
    .dev.l2014 #middle {
      padding:0;
      margin:0;
      float:none;
      clear:both;
      width:100%;
    }
    .dev.l2014 body .main {
      padding-top:0;
    }
    .dev.l2014 body.front .main-2 {
      padding-top: 430px;
      border-bottom:1px solid #ddd;
      padding-bottom:20px;
    }
    .dev.l2014 body.front .block.b3:first-child {
      
    }
    .dev.l2014 body.front .main-2 .section.divided {
      text-align:center;
    }
    .dev.l2014 body.front .main-2 .section.divided .block:nth-child(1) {
      display:inline-block;
      clear:both;
      float:none;
      margin-bottom:10px;
    }

    .dev.l2014 .block-half:first-child {
      margin-bottom:10px;
    }

    .dev.l2014 body.front .main-2 .section.divided .block:nth-child(2) {
      clear: both;
    display: block;
    float: none;
    text-align: center;
    width: 100%;
    }
    .dev.l2014 body.front .main-2 .section.divided .block:nth-child(2) .block-half {
      clear: both;
    display: inline-block;
    float: none;
    margin-left: 30px;
    margin-right: 30px;
    }
    .dev.l2014 .block-half-inner > span {
      left:0;
    }
    .dev.l2014 body.front .main-2 .section.divided .block:nth-child(2) .block-half:first-child:after {
      content:'';
      clear:both;
      display:block;
    }
    .dev.l2014 body.front .main-2 .section.divided .block:nth-child(1) .block-inner > span  {
      text-align:left;
      left:0;
    }
    .dev.l2014 body.front .main-2 .section.divided .block:nth-child(3) {
      text-align:left;
    }

    .dev.l2014 body.front .main-3 .block.b3:first-child {
      width:50%;
    }

    .dev.l2014 body.front .main-3 .block.b3:nth-child(2){
      max-width:50%;
    }

    .dev.l2014 body.front .main-3 .block.b3:nth-child(3){
      width:100%;
      border-top:1px solid #ddd;
      margin-top:20px;
      padding-top:20px;
      padding-bottom:10px;
    }
    .dev.l2014 body.front .main-3 .block.b3:nth-child(3) > div {
        padding: 18px;
      width: auto;
      min-height:0 !important;

    }
    .dev.l2014 body.front .main-3  .special-text {
      font-size:15px;
      line-height:18px;
    }

    .dev.l2014 .block .block-inner.block-special {
      margin-top:0;
      padding:10px;
      width:auto;
    }


    .dev.l2014 body #block-system-main h1, .dev.l2014 body .cke_show_borders h1,.dev.l2014 body #block-system-main .view-header {
      color: #555;
      font-family: varela round;
      font-size: 25px;
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 15px;
      word-wrap: break-word;
    }

    .dev.l2014 body #block-system-main .field-name-body a, .dev.l2014 body .views-row .content a  {
    border-bottom: 2px solid #4f8abd;
    text-decoration: none;
  }
    .dev.l2014 body .author-box .author {
      background: rgba(0, 0, 0, 0) url("../gfx/2014/pen.jpg") no-repeat scroll 10px 11px / 15px 15px;
    float: none;
    padding: 8px 12px 8px 30px;
}

.dev.l2014 body .author-box .author-info {
    font-size: 12px;
    line-height: 15px;
    padding: 0 12px 10px 30px;
}
    .dev.l2014 body .author-box {

        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: none;
        color:#505050 !important;
        border-radius: 2px;
        float: left;
        font-family: "varela round";
        font-size: 15px;
        font-weight: 300;
        height: auto;
        line-height: 20px;
        margin: 0 0 10px 0;
        max-width: none !important;
        padding: 0;
         width: auto !important;
    }
    .dev.l2014 iframe {
      max-width:100% !important;
    }
    .dev.l2014 div div.undefined {
      width:100% !important;

    }
    .dev.l2014 div div.undefined img {
      max-width:100%;
    }
    .dev.l2014 div[class*="file_image"] {
      max-width:100% !important;
    }
    .dev.l2014 div[class*="file_image"] img {
      max-width:100% !important;
    }

     .dev.l2014 #middle > * {
        padding:20px;
     }

      .dev.l2014 .content .media-image {
        width:100% !important;
      }
      .dev.l2014 .content .media-image img {
        max-width:100%;
      }

     .dev.l2014 .field div.media-image {
        width:100% !important;
     }
     .dev.l2014 .field div.media-image img {
        max-width:100% !important;
     }

     .dev.l2014  #sidebar {
          width:100%;
          clear:both;
          margin:0;
          margin-left:0 !important;

     }
     .dev.l2014  #sidebar .menu {
        text-align:center;
        padding-left:0;
     }
     .dev.l2014  #sidebar .menu a {
      font-size:16px;
     }
     .dev.l2014  #sidebar .menu .menu a {
        font-size:13px;
     }
     .dev.l2014  #sidebar .menu .menu li {
      padding-top:2px;
      padding-bottom:2px;
     }

    .dev.l2014  #sidebar > * {
      border-top: 1px solid #ddd;
      padding: 15px 30px 20px;
      margin:0 !important;
      text-align: center;
    }
    .dev.l2014 .news-picks-header, 
    .dev.l2014 #sidebar .field-label {
      color: #003366;
    font-family: Varela Round;
    font-size: 16px;
    font-weight: bold;
    }

    .dev.l2014 #block-system-main .tag {
    display: inline-block;
    line-height: 24px;
    margin-right: 8px;
    padding: 0 6px;
    position: relative;
    top: -4px;
    white-space: normal;
  }

    .dev.l2014 #sidebar .field-name-field-related a {
      margin:0;
      display:block;
      clear:both;
      margin-bottom:10px;
      max-width:none;
    }
    .dev.l2014 #header2 {
      background:#668da9;
      margin-bottom:0;
      height:80px;
      box-shadow:0 2px 5px rgba(0, 0, 0, 0.26);
    }
    .dev.l2014 body, html.dev.l2014 {
      overflow-x: hidden;
    overflow-y: visible;
    }
    .dev.l2014 .parallax {
      height: auto;
      perspective: none;
      overflow: visible !important;
    }
    .dev.l2014 #group2.parallax__group {
      height:auto;
    }
    .dev.l2014 .parallax__layer {
      position:static;
    }
    .l2014 #group2 .parallax__layer--back {
      background:transparent;
      background-image:none;

    }

    .pager a {
      white-space:nowrap;
    }

    /* Front */

    .dev.l2014 .bxslider .slide_container {
      /*width:100% !important;*/
      max-width:100% !important;
    }

    .dev.l2014 .bxslider li  {
      width:100% !important;
      max-width:100% !important;
      background-size:cover;
      background-position:center center;
    }

    .dev.l2014 .bxslider {
      width:100% !important;
      max-width:100% !important;
    }

    .dev.l2014 .bxslider p.blackBig {
    background: rgba(49, 56, 60, 0.6) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Varela round";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 23px;
    max-width: 600px;
    padding: 23px 40px;
  }
  .dev.l2014 .bxslider p, .l2014 .bxslider p.whiteSmall {
    background: rgba(255, 255, 255, 0.68) none repeat scroll 0 0;
    color: #111;
    display: inline-block;
    font-family: "Varela round";
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin-bottom: 25px;
    max-width: 90%;
    padding: 12px 22px;
    text-align: center;
  }
  .dev.l2014 .bx-wrapper .bx-controls-direction a {
    opacity:.65;
  }

  .dev.l2014 #group4.parallax__group { 
    height:auto;
  }
  .dev.l2014 .node-type-front2014 #group2.parallax__group {
    height: auto;
  }

  .dev.l2014 .section.frontslider {
    margin-bottom: 0;
  }

  .dev.l2014 .main {
    background:#fff;
    padding-top: 430px;
    position: relative;
  }
  .dev.l2014 .block.b3 { 
    margin:0;
  }
  .dev.l2014 .main-2 .section .block.b3:last-child {
    border-bottom: 1px solid #ddd;
    float: left;
    position: absolute;
    top: 15px;
    width: 100%;
  }
  .dev.l2014 .main-2 .section .block.b3:last-child .block-inner {
    width:95%;
  }
  .dev.l2014 .main-2 .section .block.b3:last-child > * {
    margin-left:15px;
    margin-right:15px;
  }
  .dev.l2014 .block .block-inner {
    min-height:390px;
  }
}
 
/**
 * Elementary
 */
 
body {
	margin:0;
  padding: 0;
  -webkit-text-size-adjust:none;  
}

/**
 * Outer elements
 */
 
#wrapper {
  width: 960px;
  margin: 10px auto 20px;
}

/**
 * Header
 */

#header {
  height: 150px;
  padding: 0;
  width: 100%;
  position: relative;
}

#logo a {
  display: block;
  height: 48px;
  left: 129px;
  position: absolute;
  text-indent: -9999px;
  top: 46px;
  width: 234px;
}
#header .top-links {
background: url("../gfx/ylaosa.png") no-repeat scroll -114px 0 transparent;
height: 35px;
position: absolute;
right: 20px;
width: 85px;
z-index: 10;
}
#header .top-links:hover {
  background-position: -114px -35px;
}
#header .top-links a {
    display: block;
    height: 100%;
    width: 100%;
}
/* Menu */

#header .block-menu-block {
  left: 396px;
  position: absolute;
  top: 39px;
}
#header .menu-block-wrapper > ul {
  width: 563px;
  overflow: hidden;
}
#header .menu-block-wrapper > ul > li > a {
    float: left;
    margin-left: 4px;
    padding: 20px 20px 20px 8px;
}

#header .menu-block-wrapper > ul > li > a {
  background:none !important;
}

#header .menu-mlid-613 {
  display:none; 
}

/**
 * Middle
 */
 
.front #main {
  position: relative;
  z-index: 2;
}
 
/* Promo */
 
#promo-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
}

#promo {
  position: relative;
  width: 100%;
  height: 300px;
}

#promo > div {
  position: absolute;
  height: 100%;
}

#promo > div > div {
  padding: 20px 10px;
}

.front #left {
  width: 320px;
  left: 0;
  top: 0;
}

.front #synopsis a {
  text-decoration:underline;
}
.front #synopsis a:hover {
  text-decoration:none;
}
.front #synopsis strong a {
  text-decoration:none;
}

.front #synopsis strong a:hover {
  text-decoration:underline;
}

.front #front-middle {
  width: 397px;
  left: 320px;
  top: 0;
}

.front #right {
  width: 240px;
  left: 718px;
  top: 0;
}
 
h2.front-subhead { 
  padding-bottom: 15px;
  line-height: 18px;
}

.front #school-pickup {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 17px;
}
.front #school-pickup .block-title a {
  margin: 0 0 10px 0;
  display: block;
  padding: 0;
  clear: none;
}
.front #school-pickup .views-row a {
  clear: both;
  display: block;
  width: 65px;
  margin-top: 10px;
  padding: 2px 7px;
}

#mid-pickups .pick-content a {
  display: block;
}

/* Front News Single View */

.front #blog-quote {
  bottom: 10px;
  max-height: 80px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  position: absolute;
  z-index: 10;
}
.front #blog-quote .view {
  margin-top: 22px;
  position: relative;
  z-index: 10;
}
.front #pickup-img {
  padding: 0;
  position: absolute;
  right: 0;
  top: -15px;
}
.front #pickup-img img {
  display: block;
}

.front #pickup-text {
  height: 111px;
  left: 11px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 70px;
  width: 150px;
}

/* Front News Views */

.front #right .view-blogi {
  margin-top: 20px;
}
/*.front #right .view-blogi .views-row-1 {
  display: none;
}*/
.front #right .view-blogi .views-row {
  padding-left: 15px;
}
.front #right .view-blogi .views-row .title {
  margin-left: 45px;
  margin-bottom: 8px;
}
.front #right .view-blogi .views-row .title a {
  display: block;
}
/* Front page middle section */

#promo-2 {
  margin-top: 10px;
}

#synopsis {
  width: 340px;
  margin-left: 10px;
  padding-top: 30px;
  float: left;
  height: 280px;
  position: relative;
}
#synopsis-bottom {
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#mid-pickups {
  float: left;
  height: 310px;
  margin-left: 20px;
  position: relative;
  width: 280px;
}
#pick-1,
#pick-2 {
  position: absolute;
  height: 140px;
  margin-top: 10px;
  width: 100%;
}
#pick-2 {
  margin-top: 160px;
}
#mid-pickups img {
  margin: 18px 0 0 18px;
}
#mid-pickups .pick-content {
  height: 110px;
  margin-left: 121px;
  position: absolute;
  margin-right: 16px;
  top: 19px;
}
#mid-pickups .pick-content span {
    clear: both;
    display: block;
    margin-top: 4px;
}

#right-pickups {
  float: left;
  height: 310px;
  margin-left: 20px;
  position: relative;
  width: 280px;
}
#right-pickups .pick-content {
  padding: 0 50px;
  position: absolute;
  top: 70px;
}
#right-pickups span {
  margin-top: 3px;
  display: block;
}
#right-pickups .pick-content a {
  display: block;
}
#right-pickups #pick {
  margin-top: 20px;
  position: relative;
}

/* Front page bottom section */

#bottom-pickups #twitter {
  float: left;
  margin-left: 10px;
  padding-top: 25px;
  position: relative;
  width: 340px;
}

#bottom-pickups #twitter .tw-logo {
  height: 70px;
  width: 70px;
  float: left;
  margin: 0 20px 20px 0;
}

#twitter div.tweets-pulled-listing div.tweet-authorphoto img {
  max-height: 35px;
  max-width: 35px;
}
#twitter div.tweets-pulled-listing div.tweet-authorphoto {
  margin: 0 10px 0 0;
}
#twitter .tweet-content {
    margin-left: 45px;
}
#twitter ul li {
  margin-bottom: 10px;
}

#bottom-pickups #facebook {
  float: left;
  margin-left: 10px;
  padding-top: 20px;
  position: relative;
  width: 280px;
}

#bottom-pickups #tagcloud {
  float: left;
  margin-left: 30px;
  padding-top: 25px;
  position: relative;
  width: 280px;
  /*display: none;*/
}

/* Table of Contents */

.table-of-contents {
  margin-bottom: 20px;
}
.content .toc {
  max-width: auto;
  padding: 10px 12px;
  
}

.block .toc {
  max-width: 100%;
}

.toc-list {
  padding: 0 10px 0 0;
}

#block-tableofcontents-block-tableofcontents-block .toc ul,
#block-tableofcontents-block-tableofcontents-block .toc ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  text-indent: 0;
}
#block-tableofcontents-block-tableofcontents-block .toc ul li:before {
  content: '';
  padding-right: 0;
}

.toc-number {
  display: block;
  margin-left: -30px;
  float: left;
}
.toc-title { 
  margin-bottom: 5px;
}
.toc-back-to-top {
  padding-right: 25px;
}

/* Content */

#middle {
  float: right;
  margin-bottom: 15px;
  margin-right: 35px;
  padding: 20px;
  width: 612px;
  z-index: 2;
  position: relative;
}
#block-system-main .tag {
  margin-right: 8px;
  padding: 4px 6px;
  position: relative;
  top: -4px;
  white-space: nowrap;
}

#block-system-main .field-name-body {
  clear: left;
}
.not-logged-in.page-user #middle {
  height: 260px;
}

#block-system-main img {
  display: block;
}
#block-system-main img[src*='/styles/'] {
  cursor: pointer;
}
.caption {
  padding-top: 10px;
}

/* Content blocks */

#middle .view-blogi .views-row,
#middle .view-jarjestoblogi .views-row,
#middle .view-ilmastoblogi .views-row {
  margin-bottom: 20px;
}
#middle .view-blogi .blog-post,
#middle .view-jarjestoblogi .blog-post,
#middle .view-ilmastoblogi .blog-post {
  margin-bottom: 5px;
}
#block-system-main .view-blogi .blog-post,
#block-system-main .view-jarjestoblogi .blog-post,
#block-system-main .view-ilmastoblogi .blog-post {
  margin-bottom: 15px;
}
#middle .view-blogi .content,
#middle .view-jarjestoblogi .content,
#middle .view-ilmastoblogi .content {
  margin-top: 5px;
}
.author-box {
  float: right;
  margin: 0 0 15px 15px;
  padding: 8px 10px;
  max-width: 200px;
}
.author-box .author {
  float: left;
}
.author-box .author-info {
  clear: both;
}
.author-box .author-image {
  margin: 5px 0 10px;
}
.author-box .author-info {
  padding-top: 5px;
  display:inline;
  visibility: hidden;
}
#block-system-main .links {
  float: left;
  margin-bottom: 11px;
}
#block-system-main .links li {
  list-style: none;
  text-indent: 0;
  padding:0;
  margin: 0;
  display: inline;
}
#block-system-main .links li > iframe {
  width: 90px!important;
}
#block-system-main .links li > div {
  width: 80px!important;
}
.html #block-system-main .links li:before {
  content: '';
  padding: 0!important;
  padding-right: 0;
}
.service-links-google-plus-one {
  width: 73px;
}

#block-system-main .view-blogi .reference,
#block-system-main .view-blogi .footnotes,
#block-system-main .view-jarjestoblogi .reference,
#block-system-main .view-jarjestoblogi .footnotes,
#block-system-main .view-ilmastoblogi .reference,
#block-system-main .view-ilmastoblogi .footnotes  {

  display: none;
}
#block-system-main .view-blogi .views-row,
#block-system-main .view-jarjestoblogi .views-row,
#block-system-main .view-ilmastoblogi .views-row {
  margin-bottom: 35px;
}
.page-blogi-tagit #block-system-main .view-blogi .views-row,
.page-jarjestoblogi-tagit #block-system-main .view-jarjestoblogi .views-row,
.page-ilmastoblogi-tagit #block-system-main .view-ilmastoblogi .views-row {
  margin-bottom: 20px;
}
.view-blogi .previous-titles,
.view-jarjestoblogi .previous-titles,
.view-ilmastoblogi .previous-titles {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 25px;
}
/* Sidebar */

#sidebar {
  width: 190px;
  margin-left: 15px;
}
#sidebar .region {
  margin-bottom: 25px;
}

#sidebar .field-name-field-related .field-label {
  margin-bottom: 15px;
}
#sidebar ul ul {
  margin: 3px 0 3px 10px;
}
#sidebar .menu-block-wrapper li {
  padding-top: 4px;
  padding-bottom: 4px;
}
#sidebar .menu-block-wrapper > ul > li {
  padding: 4px 15px;
}
#sidebar .menu-block-wrapper > ul > li.first {
  padding-top: 5px;
}
#sidebar .menu-block-wrapper > ul > li.last {
  padding-bottom: 5px;
}
#sidebar .field-name-field-related {
  margin-left: 10px;
}

#sidebar .view-display-id-block_8 .views-row {
  margin-bottom:15px;
  line-height: 15px;
}
#sidebar .view-display-id-block_8 .date {
    font-size: 11px;
}
#sidebar .news-picks-header {
    font: 18px/15px tc,arial,sans-serif;
    margin: 15px 0;
}

#sidebar .meetings-menu {
  margin-top: 10px;
  padding-bottom: 5px;
}

.fb_iframe_widget.fb-like {
  top: -10px !important;
}

/**
 * Footer
 */

#footer {
  width: 100%;
  min-height: 195px;
  padding-bottom: 20px;
  position: relative;
}
#footer-top {
  height: 70px;
  margin-top: 20px;
  width: 100%;
}
#footer .view-blogi {
  margin-left: 20px;
  margin-top: 30px;
  position: absolute;
  width: 200px;
}
#footer .view-blogi .news-bottom a {
  clear: both;
  display: block;
  margin-top: 10px;
  padding: 2px 7px;
  width: 43px;
}
#footer .view-blogi .views-row {
  margin-bottom: 8px;
}
#footer .block-menu-block { 
  width: 100%;
  padding-bottom: 20px;
  overflow: auto;
  margin-top: -10px;
}
#footer .menu-block-wrapper {
  padding: 0 20px 20px;
}
#footer .menu-block-wrapper > ul > li {
  float: left;
  width: 200px;
  padding-right: 20px;
  margin-right: 20px;
}
#footer .menu-block-wrapper > ul > li.first ul {
  display: none;
}
#footer .menu-block-wrapper > ul > li > ul {
 padding-top: 10px;
}
#footer .menu-block-wrapper > ul > li.last {
  margin-right: 0;
  padding-right: 0;
}

#footer .menu-block-wrapper > .menu > li.last {
  display:none;
}
#footer .info-link {
  display:none;
}
/**
 * Tabs
 */
 
#tabs {
  position: relative;
  z-index: 1;
}

/* Overlay */

#overlay {
  display: none;
  width: 100%;
  background: rgba(0,0,0,.3);
  z-index: 998;
  position: absolute;
  left: 0;
  top: 0;
}
.modal {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background: #eee;
  background: rgba(0,0,0,.25);
  border-radius: 3px;
  display: none;
}
.modal img {
  display: block;
}
.quitter {
background: url("../gfx/cl.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 21px;
    opacity: 0.7;
    position: absolute;
right: -7px;
box-shadow: none;
padding: 0;
    top: -8px;
    width: 20px;
    z-index: 1001;
}
/**
 * Misc.: Edit tabs
 */
 
ul.primary {
border-bottom: 0 none;
    left: 50%;
    margin: 0 auto 0 445px;
    padding: 0;
    position: absolute;
    top: 242px;
    width: 32px;
    z-index: 1;
}
.not-logged-in.page-user ul.primary {
  top: 172px;
}
.front ul.primary {
  margin: 0 auto 0 480px;
  top:322px;
}
ul.primary li {

height: 100%;
    position: relative;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: pre-wrap;
}
ul.primary li a,
ul.primary li.active a {
background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    clear: both;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    margin: 0 0 10px;
    padding: 11px 16px 12px 12px;
    width: 1px;
    word-wrap: break-word;
}

ul.primary li a:hover {
  text-decoration: none;
  background: #fff;
  color: #2CA9C7;
}

#footer .info-link {
  top: 150px;
  color: #68DA2F;
  font-family: tc;
  font-size: 14px;
  left: 741px;
  position: absolute;
  display:block !important;
}

#footer .additional-links {
  position:absolute;
  left:741px;
  display:block;
  font-weight:bold;
  top:0px;
}

/* Layout 2014 */


/***************/

.l2014 body, html.l2014 {
    overflow: hidden;
}

.l2014 body {
    background:#668da9;
    background:#f6f6f6;
    font-family:"Open Sans", "helvetica neue", helvetica, arial, sans-serif;
    margin:0;
    padding:0;
}
.l2014 body.node-type-front2014 {
background:#668da9;
  }



.l2014 a {
  transition:none;
}

.l2014 a#logo:hover {
  text-decoration:none;
}
.l2014 a#logo {
    color: #fff;
    display: block;
    float: left;
    font-family: tc,arial;
    font-size: 44px;
    left: 5px;
    line-height: 30px;
    position: relative;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    top: 42px;
}

.l2014 a#logo .nl {
  font-family:ta, arial;
  color:#cfdfeb;
}

.l2014 .node-type-front2014 a:hover {
  text-decoration:underline;
}
.l2014 .block-inner.no-shadow .title a:hover {
  text-decoration:underline;
}

.l2014 .row {
  width:940px;
  margin:0 auto;
  position:relative;
}

.l2014 #facebook-like {
  position:absolute;
  right:20px;
  top:35px;
  opacity:.85;
}

.l2014 .footer {
    height:100px;
    text-shadow:none;
}



.l2014 .section {
  min-height:100px;
  width:960px;
  margin:0 auto 25px
}

.l2014 .block.b3 {
    width:300px;
    float:left;
    margin-left:30px;
    position:relative;
}
.l2014 .block.b4 {
    width:210px;
    float:left;
    margin-left:30px;
    position:relative;
}
.l2014 .block.b3:first-child, .l2014 .block.b4:first-child {
    margin-left:0;
}


.l2014 .block .block-inner {
  min-height:400px;
  width:100%;
  position:relative;
  display:block;
}

.l2014 .block .block-inner.block-short {
  min-height:250px;
}

.l2014 .block-inner > span {
  background: none repeat scroll 0 0 rgba(49, 56, 60, 0.75);
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: quicksand;
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 22px;
    max-width: 800px;
    padding: 16px 22px;
    position: absolute;
    text-align: center;
}

.l2014 .block-half-inner > span {
  background: none repeat scroll 0 0 rgba(49, 56, 60, 0.75);
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: quicksand;
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 22px;
    max-width: 800px;
    padding: 16px 22px;
    position: absolute;
    text-align: center;
    width:256px;
}

.l2014 .block-half:first-child {
    margin-bottom: 30px;
}
.l2014 .block-half {
    height: 185px;
    position: relative;
    width: 300px;
}

.l2014 .b4 .block-half {
  width:210px;
  }

.l2014 .block-half-inner, .l2014 .block-inner, .l2014 .slide_container {
display:block;
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%); /* W3C */
}

.l2014 .block-half-inner, .l2014 .block-inner {
  transition:all .1s;
}

.l2014 .block-half-inner:hover, .l2014 .block-inner:hover {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%, rgba(0,0,0,0.06) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.06))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%,rgba(0,0,0,0.06) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%,rgba(0,0,0,0.06) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 50%,rgba(0,0,0,0.06) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 50%,rgba(0,0,0,0.06) 100%); /* W3C */
  box-shadow: 0 0 80px rgba(255, 255, 255, .2) inset;
  }

.l2014 .block-inner.no-shadow {
  background:transparent;
}

.l2014 .block-half-inner:hover span, .l2014 .block-inner:hover span {
  text-decoration:underline;
}

.l2014 .block-inner:hover .view-blogi span,
.l2014 .block-inner:hover #twitter span {
  text-decoration:none;
}

.l2014 .block-inner.no-shadow h2 {
    border-bottom: 2px solid rgba(49, 56, 60, 0.5);
    color: #444;
    font-family: varela round;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 36px;
    margin-bottom: 20px;
    padding: 0 4px 0 1px;
}

.l2014 .block-half-inner, .block-inner {
  width:100%;
  height:100%;
}

.l2014 .block .block-inner.block-special {

    font-family: tc,arial;
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase;
    line-height:20px;
    min-height:0;
     margin-top: 50px;
}

.l2014 .block .block-inner.block-special img {
  margin-bottom: 20px;
}

.l2014 .block-inner.block-special a {
  color:#444;
}

.l2014 .section.frontslider {
  margin-bottom:25px;
}

.l2014 #header2 {
background:#296b9a;
background:#153857;
background:transparent;
    background:url("../../../../../2014/sites/all/themes/ilmasto/gfx/2014/header_top_gradient.png") repeat-x 0 -205px;

height:110px;
width:100%;
margin-bottom: 6px;
}

.l2014 #main-menu {
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 46px;
    top:65px;
}

.l2014 #main-menu ul, .l2014 #main-menu li {
    margin:0;
    padding:0;
    list-style:none;
}

.l2014 #main-menu li {
    float:left;
}

.l2014 #main-menu ul li a {
    color: #fff;
    display: block;
    float: left;
    font-family: tc,arial;
    font-size: 15px;
    height: 40px;
    letter-spacing: 0.5px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    transition:all .1s;
}
.l2014 #main-menu ul li a:hover {
    background: none repeat scroll 0 0 rgba(35, 109, 148, 0.6);
    background:none repeat scroll 0 0 rgba(10, 47, 60, 0.5);
    text-decoration: none;
}

.l2014 .bxslider {
  height:430px;
  overflow:hidden;
  display:block;
}

.l2014 .bxslider li {
  width:100%;
  display:block;
  height:430px;
  position:relative;
  text-align:center;
}

.l2014 .bxslider .slide_container {
    display: table-cell;
    height: 430px;
    left: 0;
    top: 0;
    vertical-align: middle;
    width: 960px;
}

.l2014 .bx-controls-auto {
  display:none;
}

.l2014 .bxslider .icon.license {
    cursor:pointer;
    background: url("../gfx/2014/i.png");
    bottom: 10px;
    display: block;
    height: 24px;
    opacity: 0.75;
    position: absolute;
    right: 10px;
    width: 24px;
    transition: all .2s;
}

.l2014 .license-small-icon {
    background: url("../gfx/2014/i2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 16px;
    opacity: 0.8;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 0.2s ease 0s;
    width: 16px;
}

.l2014 .license-small-text {
  background: rgba(0, 0, 0, 0.68);
    font-size:11px;
    top: 5px;
    color: #fff;
    display: block;
    opacity: 0.75;
    padding: 1px 5px;
    position: absolute;
    right: 5px;
    transition: all 0.2s ease 0s;
}


.l2014 .license-small-text.hide {
  display:none;
}

.l2014 .license-small-text * {
  color:#fff !important;
}

.l2014 .license-small-text a, .l2014 .bxslider .licensetext a {
  text-decoration:underline;
}

.l2014 .bxslider .icon.license:hover {
  opacity:.9;
}

.l2014 .bxslider .icon.license span {
  display:block;
}
.l2014 .bxslider .licensetext {
    background: rgba(0, 0, 0, 0.68);
    font-size:11px;
    bottom: 10px;
    color: #fff;
    display: block;
    opacity: 0.75;
    padding: 4px 9px;
    position: absolute;
    right: 10px;
    transition: all 0.2s ease 0s;
}
.l2014 .bxslider .licensetext * {
  color:#fff !important;
}
.l2014 .bxslider .licensetext.hide {
  display:none;
}


.l2014 .bxslider p.blackSmall {
    background: none repeat scroll 0 0 rgba(49, 56, 60, 0.6);
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);*/
    color: #fff;
    display: inline-block;
    font-family: "Varela round";
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    max-width: 800px;
    padding: 16px 22px;
    text-align: center;
}


.l2014 .bxslider p.blackBig {
    background: none repeat scroll 0 0 rgba(49, 56, 60, 0.6);
    color: #fff;
    display: inline-block;
    font-family: "Varela round";
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 30px;
    max-width: 600px;
    padding: 30px 40px;
}

.l2014 .bxslider p.whiteBig {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.68);
    color: #111;
    display: inline-block;
    font-family: "Varela round";
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 30px;
    max-width: 600px;
    padding: 30px 40px;
}

.l2014 .bxslider p, 
.l2014 .bxslider p.whiteSmall {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.68);
    color: #111;
    display: inline-block;
    font-family: "Varela round";
    font-size: 15px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    max-width: 800px;
    padding: 16px 22px;
    text-align: center;
}

.l2014 .bxslider p.whiteSmall *,
.l2014 .bxslider p.whiteBig *,
.l2014 .bxslider p * {
  color:#111 !important;
  text-decoration:none;
}

.l2014 .bxslider p.blackBig *, 
.l2014 .bxslider p.blackSmall * {
  color:#fff !important;
  text-decoration:none;
}
.l2014 .bxslider p a:hover {
  text-decoration:underline;
}


.l2014 .bx-wrapper .bx-viewport {
    background: transparent;
    border: 0;
    box-shadow: none;
    left: 0;
    transform: translateZ(0px);
}

.l2014 .block-inner.no-shadow .views-row {
    margin-bottom: 10px;
    position: relative;
    min-height:70px;
}
.l2014 .block-inner.no-shadow .details {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

.l2014 .block-inner.no-shadow .views-row-last {
    border: medium none;
}
.l2014 .block-inner.no-shadow, .l2014 .block-inner.no-shadow .views-row {
    position: relative;
}
.l2014 .block-inner.no-shadow .date {
    background: none repeat scroll 0 0 rgba(133, 162, 186, 0.25);
    border-radius: 300px;
    color: #333;
    float: left;
    font-family: open sans;
    font-size: 15px;
    font-weight: 700;
    height: 55px;
    left: 0;
    line-height: 40px;
    margin-bottom: 8px;
    margin-right: 10px;
    margin-top: 1px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
}
.l2014 .block-inner.no-shadow .month {
    font-size: 13px;
    font-weight: 400;
    line-height: 0;
}
.l2014 .block-inner.no-shadow .detail {
    font-size: 14px;
    margin-left: 70px;
    padding: 8px 0;
}

.l2014 .block-inner.no-shadow .title a {
    display: block;
    font-family: "open sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}


.l2014 .block-inner.no-shadow .date .day > span {
    border-bottom:1px solid #888;
}
.l2014 .block-inner.no-shadow .details > span {
    margin-right: 5px;
}
.l2014 .block-inner.no-shadow .details-text {
    display: block;
    padding-top: 10px;
}



.l2014 .tw-logo {
    background: url("../gfx/tw.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
}
.l2014 .tw-logo {
    float: left;
    height: 70px;
    margin: 0 20px 20px 0;
    width: 70px;
}

.l2014 .section {
  width:960px;
  margin: 0 auto;
}

.l2014 #twitter {
    font-size: 14px;
    line-height: 18px;
}

.l2014 div.tweets-pulled-listing .tweet-author a {
    display: none;
    font-family: quicksand;
    font-size: 14px;
    font-weight: bold;
}

.l2014 #wrapper {
  width:100%;
  margin:0;
}

.l2014 #twitter div.tweets-pulled-listing div.tweet-authorphoto {
  float:left;
}

.l2014 .section {
  margin:0 auto;
  width:960px;
}

.l2014 .main {
  width:100%;
}
.l2014 .parallax {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 300px;
}
.l2014 .parallax__group {
    height: 500px;
    position: relative;
    transform-style: preserve-3d;
}
.l2014 .parallax__layer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.l2014 .parallax__layer--fore {
    transform: translateZ(90px) scale(0.7);
    z-index: 1;
}
.l2014 .parallax__layer--base {
    transform: translateZ(0px);
    z-index: 4;
}
.l2014 .parallax__layer--back {
    transform: translateZ(-150px) scale(2);
    z-index: 3;
}
.l2014 .parallax__layer--deep {
    transform: translateZ(-600px) scale(3);
    z-index: 2;
}
.l2014 .debug {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85);
    border-radius: 0 0 5px 5px;
    color: #fff;
    left: 0.5em;
    padding: 0.5em;
    position: fixed;
    top: 0;
    z-index: 999;
}
.l2014 .debug-on .parallax__group {
    transform: translate3d(700px, 0px, -800px) rotateY(30deg);
}
.l2014 .debug-on .parallax__layer {
    box-shadow: 0 0 0 2px #000;
    opacity: 0.9;
}
.l2014 .parallax__group {
    transition: transform 0.5s ease 0s;
}




.l2014 #group2 {
    z-index: 3;
}
.l2014 #group2 .parallax__layer--back {
      background-image: url("../gfx/2014/ilmastobg_02.jpg");
      background-position:top 50%;
      background-repeat:no-repeat;
      background-color: #f6f6f6;
      background-position: center top;
}

.l2014 .node-type-front2014 #group2.parallax__group { 
  height:1000px;
}
.l2014 #group2.parallax__group { 
  height:750px;
}
.l2014 #group3 {
    z-index: 4;
}

.l2014 #group4.parallax__group  {
    background: #fff;

    height: 365px;
}

.l2014 #group4 .parallax__layer {
  padding-top:30px;
}

.l2014 #group3 .parallax__layer--base {
    background: white;
}
.l2014 #group4 {
    z-index: 4;
}
.l2014 #group4 .parallax__layer--deep {
    background: none repeat scroll 0 0 rgb(184, 223, 101);
}
.l2014 #group5 {
    z-index: 3;
}
.l2014 #group5 .parallax__layer--base {
    background: none repeat scroll 0 0 rgb(214, 229, 100);
}
.l2014 #group6 {
    z-index: 2;
}
.l2014 #group6 .parallax__layer--back {
    background: none repeat scroll 0 0 rgb(245, 235, 100);
}
.l2014 #group7.parallax__group.footer {
    z-index: 9;
    height:100px;
}
.l2014 #group7 .parallax__layer--base {
  background:#668da9;
}


.l2014 .footer .section {
  text-align:center;
  padding-top:40px;
  min-height: 90px !important;

}

.l2014 .footer .section a {
  color:#666;
  margin:0 15px;
  font-family:"Varela round";
  letter-spacing:1px;
  font-size:18px;
}

.l2014 .node-type-front2014 .footer .section a {

  color:#fff;
}


.l2014 #header2 .menu-mlid-613 {
  display:none;
}







/* 2014 PAGE */



.l2014 #main .section {
  background:#fff;
  overflow:auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}



.l2014 #sidebar .region {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.l2014 #sidebar .menu-block-wrapper > ul > li.active-trail {
  background:#fff;
  box-shadow:none;
  }

.l2014 #sidebar {
    font-family: varela round;
    font-size: 14px;
    margin-left: 22px;
    margin-top: 34px;
    width: 190px;
}
.l2014 #sidebar a {
    font-family: varela round;
    color: #666;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 20px;
}

.l2014 #middle {
    float: right;
    margin-bottom: 15px;
    margin-right: 35px;
    margin-top: 6px;
    padding: 20px;
    position: relative;
    width: 642px;
    z-index: 2;
}

.l2014 #block-system-main h1, .l2014 .cke_show_borders h1, .l2014 #block-system-main .view-header {
    color: #555;
    font-family: varela round;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 15px;
}

.l2014 #block-system-main h1, .l2014 #block-system-main .view-header {
  background:none;
}

.l2014 .content .toc {
    padding: 17px 23px;
}
.l2014 #block-system-main h2, .l2014 .cke_show_borders h2 {
    color: #3f3f3f;
    font: 23px/23px "varela round",arial,sans-serif;
    margin-bottom: 18px;
}




.l2014 .author-box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #668da9;
    border-radius: 2px;
    font-family: "varela round";
    font-size: 16px;
    font-weight: 300;
    padding:18px;
    line-height: 20px;
}

.l2014 .author-box .author {
    font-weight: 500;
}

.l2014 #block-system-main .tag {
    background: none repeat scroll 0 0 #668da9;
    border-radius: 4px;
    color: #fff;
    box-shadow:none;
}

.l2014 #block-system-main .tag:hover {
  background:#668da9;
    color: #fff;
    text-decoration: underline;
}

.l2014 #block-system-main ul li:before, .l2014 .cke_show_borders ul li:before {
    color: #336699;
    content: "•";
    font-size: 22px;
    padding-right: 10px;
    position: relative;
    top: 3px;
}
.l2014 #block-system-main ul li, .l2014 .cke_show_borders ul li {
    display: block;
    line-height: 20px;
    list-style-type: none;
    margin-bottom: 8px;
    margin-left: 25px;
    text-indent: -19px;
}

.l2014 #block-system-main .toc-list ul li {
    display: block;
    line-height: 18px;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    text-indent: 0;
}

.l2014 #block-system-main .toc-list ul li:before {
  content:'';
  padding-right:0;
  }
.shareaholic-share-buttons li:before {
    content: '' !important;
    display:none !important;
}
.l2014 .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
    margin-left:0 !important;
    padding-top:0 !important;
}
.shareaholic-share-buttons li {
    display:list-item !important;
    text-indent: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

div.tweets-pulled-listing {
    font-size: 12px;
}
