/*!
 * PWD P4 SASS Framework 2.0
 *
 * Copyright Poutapilvi Web Design
 * http://www.poutapilvi.fi
 *
 * All rights reserved.
 */
/* <project> Modules CSS <month/year> */
.navi-wrapper {
  border-top: 1px solid #cbcbcb;
  margin-top: 1em; }

.main-nav ul {
  zoom: 1; }
  .main-nav ul:before {
    content: "";
    display: table; }
  .main-nav ul:after {
    content: "";
    display: table;
    clear: both; }
.main-nav li {
  float: left;
  margin: 0 5px 0; }
.main-nav a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #961421;
  padding-left: 10px;
  padding-top: 10px;
  border-left: 1px solid white; }
  .main-nav a:hover {
    text-decoration: none;
    border-left: 1px solid #cbcbcb; }
.main-nav .selected > a {
  text-decoration: none;
  color: black; }

.navi-bg {
  height: 25px;
  -moz-box-shadow: inset 0px 10px 20px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 10px 20px -5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 20px -5px rgba(0, 0, 0, 0.3);
  background-image: url(../../images/default/feeds-bg.png);
  background-attachment: fixed;
  border-top: 2px solid #7f7f7f; }

.drop-down-menu {
  position: relative; }
  .drop-down-menu a.menu-trigger,
  .drop-down-menu a.menu-trigger span {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 100%; }
  .drop-down-menu a.menu-trigger {
    margin: 0 0 0 0.5em;
    vertical-align: middle;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 0;
    margin-top: -5px; }
    .drop-down-menu a.menu-trigger span {
      background: transparent url("../../images/default/menu-trigger-sprite.png") no-repeat 0px 0px; }
  .drop-down-menu a.menu-trigger-open span {
    background-position: 0px -24px; }
  .drop-down-menu .menu-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 10px 0 0;
    background: #ffffff;
    z-index: 9999;
    border: 2px solid #7f7f7f;
    border-top: 0;
    width: 100%;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0px 20px 15px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 20px 15px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 20px 15px -5px rgba(0, 0, 0, 0.15);
    background: #fff url("../../images/default/dropdown-bg.png") no-repeat right bottom; }
  .drop-down-menu .menu-background {
    margin: 20px; }
  .drop-down-menu h3,
  .drop-down-menu h4 {
    margin: 0 0 0.5em 0;
    font-weight: normal; }
  .drop-down-menu h3 {
    margin: 0.2em 5px 0.8em 15px;
    font-size: 16px;
    font-size: 1.6rem; }
    .drop-down-menu h3 a {
      color: #333; }
    .drop-down-menu h3 a:hover {
      text-decoration: underline; }
  .drop-down-menu ul ul li {
    width: 100%;
    display: inline-block;
    float: left;
    max-width: 160px;
    padding: 0;
    margin: 0; }
  .drop-down-menu ul ul a {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
    padding-left: 10px;
    margin: 5px 0;
    display: block; }
    .drop-down-menu ul ul a:hover {
      border-left: 1px solid #961421; }
  .drop-down-menu ul ul h4 a {
    color: #961421;
    font-size: 18px;
    font-size: 1.8rem; }
  .drop-down-menu ul ul li:hover,
  .drop-down-menu ul ul li.selected {
    background: none; }

.left-nav {
  margin-top: 25px;
  margin-bottom: 2em; }

.sidemenulevel .sidemenulevel {
  padding-left: 1em;
  border-left: 1px solid #ddd;
  margin-bottom: 15px; }
  .sidemenulevel .sidemenulevel .sidemenulevel {
    padding-left: .5em;
    border-left: 0;
    font-size: 0.85em; }

.sidemenulink {
  padding: 5px 0; }

a.sidemenulinka {
  color: #961421; }

a.sidemenuselected {
  font-weight: bold; }

.path {
  margin: 25px 0 2em;
  color: #999;
  font-size: 14px;
  font-size: 1.4rem; }

.path a {
  text-transform: uppercase;
  color: #961421;
  margin: 25px 10px 0; }

.path a:first-child {
  margin-left: 0px; }

.path a.pathlinkcurrent {
  color: #ccc; }

@media (min-width: 768px) {
  .main-nav > ul > li:first-child {
    margin-top: -10px;
    background: url(../../images/default/navi-frontpage-icon.png) no-repeat center 14px; }
    .main-nav > ul > li:first-child:hover {
      opacity: .8; }
    .main-nav > ul > li:first-child a {
      display: block;
      text-indent: -9999em;
      width: 25px; }
      .main-nav > ul > li:first-child a:hover {
        border-left: none; } }
@media (min-width: 992px) {
  .main-nav li {
    margin: 0 15px 0; }
  .main-nav a {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 15px; }

  .drop-down-menu ul ul li {
    max-width: 220px; } }
@media (min-width: 1200px) {
  .drop-down-menu ul ul li {
    max-width: 260px; } }
@font-face {
  font-family: "ico-moon";
  src: url("fonts/icomoon/ico-moon.eot");
  src: url("fonts/icomoon/ico-moon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon/ico-moon.ttf") format("truetype"), url("fonts/icomoon/ico-moon.woff") format("woff"), url("fonts/icomoon/ico-moon.svg#ico-moon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*="pwd-icon-"] {
  font-family: "ico-moon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pwd-icon-menu:before {
  content: "\e600"; }

.pwd-icon-earth:before {
  content: "\e601"; }

.pwd-icon-key:before {
  content: "\e602"; }

.pwd-icon-minus:before {
  content: "\e603"; }

.pwd-icon-plus:before {
  content: "\e604"; }

.pwd-icon-search:before {
  content: "\e605"; }

.pwd-mobile-menu {
  display: none; }
  .pwd-mobile-menu .pwd-sub-trigger,
  .pwd-mobile-menu ul ul {
    display: none; }

.mobile-nav {
  padding: 10px;
  background: #7f7f7f;
  font-size: 16px;
  font-size: 1.6rem; }
  .mobile-nav .pwd-icons {
    text-align: right; }
  .mobile-nav .pwd-menu-trigger {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    font-size: 2.8rem; }
  .mobile-nav .pwd-menu-trigger:first-child {
    margin-left: 0; }

.pwd-menu-drop {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  background: #b3b3b3;
  overflow: hidden;
  z-index: 900;
  zoom: 1; }
  .pwd-menu-drop:before {
    content: "";
    display: table; }
  .pwd-menu-drop:after {
    content: "";
    display: table;
    clear: both; }
  .pwd-menu-drop li {
    display: block;
    position: static;
    float: none;
    margin: 0;
    border-top: 1px solid #c4c4c4;
    background: transparent;
    zoom: 1; }
    .pwd-menu-drop li:before {
      content: "";
      display: table; }
    .pwd-menu-drop li:after {
      content: "";
      display: table;
      clear: both; }
    .pwd-menu-drop li:first-child {
      border: 0; }
  .pwd-menu-drop a {
    display: inline-block;
    padding: 0;
    color: #ffffff;
    font-weight: normal;
    text-transform: none;
    background: transparent;
    outline: 0;
    font-size: 16px;
    font-size: 1.6rem; }
    .pwd-menu-drop a span {
      display: inline-block;
      padding: 5% 10px; }
  .pwd-menu-drop a:hover {
    text-decoration: underline;
    background: transparent; }
  .pwd-menu-drop .selected a {
    position: static;
    color: #ffffff;
    font-weight: normal;
    background: transparent; }
  .pwd-menu-drop li a {
    width: 84%; }
  .pwd-menu-drop .pwd-sub-trigger {
    display: inline-block;
    width: 28px;
    margin: 10px 2%;
    padding: 0.2em 0;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 28px;
    font-size: 2.8rem; }
  .pwd-menu-drop ul li {
    border-top: 1px solid #c2c2c2; }
  .pwd-menu-drop ul a span {
    padding-left: 15px; }
  .pwd-menu-drop ul ul {
    position: relative;
    left: -100%;
    background: #c2c2c2; }
    .pwd-menu-drop ul ul li {
      border-top: 1px solid #c9c9c9; }
    .pwd-menu-drop ul ul a span {
      padding-left: 30px; }
  .pwd-menu-drop ul ul.pwd-submenu-open {
    display: block;
    left: 0; }
  .pwd-menu-drop ul ul ul {
    background: #c9c9c9; }
    .pwd-menu-drop ul ul ul li {
      border-top: 1px solid #d1d1d1; }
    .pwd-menu-drop ul ul ul a span {
      padding-left: 45px; }

.pwd-menu-open {
  display: block; }

@media (min-width: 480px) {
  .pwd-menu-drop li a {
    width: 86%; } }
@media (min-width: 768px) {
  .main-nav {
    display: block; } }
.news .content {
  margin-bottom: 0; }

.newsrow0,
.newsrow1 {
  margin: 0 0 20px;
  zoom: 1; }
  .newsrow0:before,
  .newsrow1:before {
    content: "";
    display: table; }
  .newsrow0:after,
  .newsrow1:after {
    content: "";
    display: table;
    clear: both; }

p.newstitle,
p.newsheading,
.newsdigesttitle {
  line-height: 1.5; }

p.newstitle,
.newsdigesttitle {
  margin: 1em 0 0.5em 0;
  color: #333333;
  font-family: "Rambla", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0; }

.newsimage {
  float: right; }
  .newsimage img {
    margin-left: 20px;
    margin-bottom: 20px;
    border-top: 5px solid #961421; }

p.newsheading {
  margin: 1.2em 0 0.5em 0;
  color: #333333;
  font-family: "Rambla", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0; }

.newsdate,
.newsname {
  color: #9b9b9b;
  font-weight: normal; }

.newsdate {
  display: block; }

.newsname {
  margin: 0 0 0 0.5em; }

p.newsheading .newsdate {
  font-size: 16px;
  font-size: 1.6rem; }

p.newsingress {
  margin: 0 0 1em; }

p.newsitemreadmore {
  margin: 1em 0 0; }

p.prevnext {
  margin: 25px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #cccccc; }

.newsclear {
  display: none; }

.newsdigesttitle:empty {
  display: none; }

.side-bar .newsdigesttitle {
  font-size: 23px;
  font-size: 2.3rem; }
.side-bar .newsdigest p.newsheading {
  font-size: 18px;
  font-size: 1.8rem; }
.side-bar .newsimage,
.side-bar .newsreadmore {
  display: none; }
.side-bar .newsrow0,
.side-bar .newsrow1 {
  margin: 0 0 10px; }

.form_table table {
  margin: 10px 0 0 0;
  border-collapse: separate;
  border-spacing: 0 5px; }
.form_table .checkbox label,
.form_table .radio label {
  margin: 0 0 0 0.5em; }

.form_header td:first-child {
  padding: 0 10px 0 0;
  font-weight: bold; }

.P4SlidesContainer {
  position: relative;
  display: none; }

.gt-ie8 .P4SlidesContainer,
.gt-ie8 .imageSwapContainer {
  max-width: 100%;
  height: auto !important; }
.gt-ie8 .imageSwapImage {
  position: relative !important; }
.gt-ie8 .P4SlidesContainer .imageSwapImage {
  float: left; }
.gt-ie8 .P4SlidesContainer .imageSwapImage + .imageSwapImage {
  position: absolute !important;
  z-index: 2; }
.gt-ie8 .P4SlidesContainer img {
  display: block;
  position: relative;
  left: 50%;
  max-width: none;
  margin-left: -1000px; }

.p4TextAreas {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #000000;
  text-align: left;
  background: rgba(153, 153, 153, 0.65);
  zoom: 1;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  .p4TextAreas:before {
    content: "";
    display: table; }
  .p4TextAreas:after {
    content: "";
    display: table;
    clear: both; }
  .p4TextAreas .p4SlidesTextArea {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 10px;
    color: white;
    font-size: 16px !important; }
  .p4TextAreas .p4SlidesTextAreaName_Otsikko {
    line-height: 1.2;
    font-weight: 700;
    font-size: 22px !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
  .p4TextAreas a {
    color: white; }
  .p4TextAreas a:hover {
    text-decoration: none; }

.pwd-fs-index,
.pwd-fs-control {
  z-index: 2; }

/* .pwd-fs-control {
	position:absolute;
	left:20px;
	top:5%;
	padding:5px;
	background:#ffffff;
	cursor:pointer;
	@include pwd-border-radius(50%, 50%, 50%, 50%);
	@include pwd-transition($property:background-color, $duration:0.3s);

	&:hover {
		background:lighten($theme-color-green-light, 20%);
		@include pwd-transition($property:background-color, $duration:0.1s);
	}
} */
.pwd-fs-control-next {
  left: auto;
  right: 20px; }

@media (min-width: 768px) {
  .P4SlidesContainer {
    display: block; } }
@media (min-width: 992px) {
  .gt-ie8 .imageSwapContainer img {
    position: static;
    left: auto;
    max-width: 100%;
    margin: 0; }

  .p4TextAreas {
    top: 40px;
    bottom: auto;
    left: 50%;
    width: 405px;
    margin-left: -510px;
    background: rgba(153, 153, 153, 0.65); }
    .p4TextAreas .p4SlidesTextArea {
      margin-left: 10px;
      margin-right: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
    .p4TextAreas .p4SlidesTextAreaName_Otsikko {
      font-size: 24px !important; }

  .pwd-fs-control {
    top: 50%;
    margin-top: -34px;
    padding: 20px; }

  .pwd-fs-control-prev {
    left: -41px; }

  .pwd-fs-control-next {
    right: -41px; } }
@media (min-width: 1200px) {
  .p4TextAreas {
    top: 30px; }
    .p4TextAreas .p4SlidesTextAreaName_Otsikko {
      font-size: 28px !important; } }
.filefoldertitle {
  margin: 0 0 1em 0;
  color: #333333;
  font-family: "Rambla", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5; }
  .filefoldertitle:empty {
    display: none; }

.filefolderbox table {
  width: 100%; }
.filefolderbox th {
  font-weight: bold;
  text-align: left; }
.filefolderbox img {
  margin: 5px 2px; }
.filefolderbox p {
  margin: 0 0 3px 0; }

.file_delete {
  text-align: center; }

#messagefiles img {
  padding: 2px; }

.column {
  text-align: left;
  padding: 2px; }

.content .filefolder {
  margin: 0 0 6px 0;
  color: #00bbe4;
  font-weight: bold;
  line-height: normal; }

td.filesystem0,
td.filesystem1 {
  padding-left: 5px; }

.filesystem0,
.filesystem1 {
  padding: 2px 4px; }

.filesystem {
  padding-top: 2px;
  background: #FFFFFF; }

.filesystem1 {
  background: #f7f7f7; }

.filesystem0 {
  background: transparent; }

#filefolder_newfolder,
#filefolder_uploadfile {
  margin-bottom: 1em; }
  #filefolder_newfolder table,
  #filefolder_uploadfile table {
    width: auto; }

.searchresultnavigation,
.searchresult {
  zoom: 1; }
  .searchresultnavigation:before,
  .searchresult:before {
    content: "";
    display: table; }
  .searchresultnavigation:after,
  .searchresult:after {
    content: "";
    display: table;
    clear: both; }

.content form[action*="searchterms="] {
  margin: 0 0 10px 0; }

.searchresultcount {
  font-size: 18px;
  font-size: 1.8rem; }
  .searchresultcount strong {
    font-style: italic; }

.searchresultnavigation {
  margin: 20px 0 0 0; }

.searchresult {
  margin: 20px 0 0 0; }

.searchheading {
  margin: 1.2em 0 0.5em 0;
  color: #333333;
  font-family: "Rambla", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5; }

.extendedsearch h1:empty {
  display: none; }
.extendedsearch fieldset {
  margin: 0 0 1em 0; }
.extendedsearch legend {
  font-weight: bold; }

.feedreader h1 {
  margin: 1em 0 0.5em 0;
  color: #333333;
  font-family: "Rambla", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0; }
.feedreader .rss_personnel_item {
  margin: 15px 0 0 0; }
  .feedreader .rss_personnel_item:first-child {
    margin-top: 0; }
.feedreader .rss_personnel_item_pubdate {
  color: #9b9b9b; }
.feedreader .rss_personnel_item_title {
  margin-bottom: 1em; }

.gallery h2 {
  margin: 0 0 0.5em 0; }
.gallery .imagebox {
  border-top: 5px solid #961421; }
.gallery .imagebox,
.gallery .folderbox {
  float: left;
  margin: 0 2% 20px 0;
  width: 30%; }
.gallery br[clear="all"] {
  display: none; }
.gallery img {
  margin: 0;
  max-width: 100%;
  border: 0; }
.gallery .folderpath {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc; }
  .gallery .folderpath:empty {
    display: none; }
.gallery .pictureprevnext {
  margin: 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e8e8e8; }
.gallery .pageselector {
  border: 1px solid #bbb;
  background: #e5e5e5; }
.gallery .pages {
  text-align: center; }
.gallery .pages a {
  text-decoration: none; }
  .gallery .pages a.current {
    text-decoration: underline; }
.gallery .prevpage {
  text-align: right;
  white-space: nowrap; }
.gallery .nextpage {
  text-align: left;
  white-space: nowrap; }
.gallery .pictureframe {
  text-align: center;
  border: 1px solid #e8e8e8; }
  .gallery .pictureframe img {
    margin: 10px 0; }
.gallery .imagedetails {
  width: 100%;
  text-align: left;
  border: 1px solid #e8e8e8;
  border-top: 0; }
  .gallery .imagedetails th,
  .gallery .imagedetails td {
    padding: 6px; }
  .gallery .imagedetails img {
    padding: 0;
    vertical-align: middle; }
  .gallery .imagedetails .imagename {
    border-bottom: 1px solid #e8e8e8; }
    .gallery .imagedetails .imagename:empty {
      display: none; }
  .gallery .imagedetails .imageattribute0,
  .gallery .imagedetails .imageattribute1 {
    border-top: 1px solid #e8e8e8; }
  .gallery .imagedetails .imageattribute0 {
    background: #eeeeee; }
  .gallery .imagedetails .imageattribute1 {
    background: #f9f9f9; }
@media (min-width: 768px) {
  .gallery .imagebox,
  .gallery .folderbox {
    width: 22%; }
  .gallery .imagebox:nth-child(3n),
  .gallery .folderbox:nth-child(3n) {
    clear: none; } }

.gallerynotice {
  padding: 20px;
  text-align: center; }

.thumbnaildigesttitle h3 {
  margin: 0 0 0.5em 0;
  font-family: "Rambla", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3; }

.thumbnaildigest .pixel {
  display: none; }
.thumbnaildigest img {
  margin: 0 10px 10px 0;
  max-width: 100%; }

#jquery-lightbox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  #jquery-lightbox * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

#lightbox-container-image img {
  max-width: 100%;
  height: auto; }

#lightbox-container-image-data-box,
#lightbox-container-image-box {
  max-width: 100%;
  height: auto !important; }

#lightbox-container-image-data-box {
  padding: 0 !important; }

@media (min-width: 768px) {
  #lightbox-container-image-data-box {
    padding: 0 10px 0 !important; } }
@media print {
  .mobile-nav,
  .site-header,
  .site-footer,
  .path,
  .madebypoutapilvi {
    display: none !important; }

  .content a,
  .content p,
  button,
  input[type="submit"],
  input[type="reset"] {
    color: #333333 !important; }

  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5 {
    color: #333333; }
  .content a[href^="http"] {
    word-wrap: break-word;
    text-decoration: underline; }
    .content a[href^="http"]:after {
      content: " (" attr(href) ") ";
      color: #999999;
      font-size: 0.9em;
      text-decoration: none;
      word-wrap: break-word; } }

/*# sourceMappingURL=modules.css.map */
