@charset "UTF-8";
/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.6.1
 */
/* RESET & BASICS (Inspired by E. Meyers)
 * ------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BASIC STYLES
 * ------------------------------------------------ */
body {
  background: #fff;
  font-size: 14px;
  font-family: 13px/20px "Roboto", "HelveticaNeue", "Helvetica Neue", "Helvetica, Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 21px;
  color: #444;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  color: #666688;
  font-family: "Quark Light", "Times New Roman", serif;
  font-weight: normal;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 54px;
  line-height: 58px;
  margin-bottom: 16px;
}

h2 {
  font-size: 41px;
  line-height: 47px;
  margin-bottom: 12px;
}

h3 {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 9px;
}

h4 {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 5px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 25px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 25px;
  line-height: 32px;
  color: #777;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
  color: #333;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 20px;
  line-height: 28px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 14px;
  color: #555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}

hr {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  color: #333;
  text-decoration: underline;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #000;
}

p a, p a:visited {
  line-height: inherit;
}

/* LISTS
 * ------------------------------------------------ */
ul,
ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square,
ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* BUTTONS
 * ------------------------------------------------ */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  background: #eeeeee -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-family: 13px/20px "Roboto", "HelveticaNeue", "Helvetica Neue", "Helvetica, Arial", sans-serif;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
  padding: 8px 10px;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  color: #222;
  background: #dddddd -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border: 1px solid #888;
  border-top-color: #aaa;
  border-left-color: #aaa;
}
.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  border: 1px solid #666;
  background: #cccccc -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
}
.button.full-width,
button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.smaller,
button.smaller,
input[type=submit].smaller,
input[type=reset].smaller,
input[type=button].smaller {
  font-size: 12px;
  padding: 4px 5px;
}
.button.larger,
button.larger,
input[type=submit].larger,
input[type=reset].larger,
input[type=button].larger {
  font-size: 16px;
  padding: 10px 18px;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* FORMS
 * ------------------------------------------------ */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-family: 13px/20px "Roboto", "HelveticaNeue", "Helvetica Neue", "Helvetica, Arial", sans-serif;
  color: #777;
  margin: 0 0 20px;
  width: 210px;
  max-width: 100%;
  display: block;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=month]:hover,
input[type=month]:focus,
input[type=week]:hover,
input[type=week]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=number]:hover,
input[type=number]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border: 1px solid #aaa;
  color: #444;
}
input[type=text]:active,
input[type=password]:active,
input[type=email]:active,
input[type=search]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=date]:active,
input[type=datetime]:active,
input[type=datetime-local]:active,
input[type=month]:active,
input[type=week]:active,
input[type=time]:active,
input[type=number]:active,
textarea:active,
select:active {
  border: 1px solid #919191;
}

select {
  padding: 0;
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

select {
  width: 220px;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-size: 15px;
  font-weight: normal;
  color: #444;
}

/* MISC
 * ------------------------------------------------ */
.subtract-bottom {
  margin-bottom: -20px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @modified by MN
 * @license MIT
 * @version 1.6.1
 */
/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  position: relative;
}
.container .column.alpha,
.container .columns.alpha {
  margin-left: 0;
}
.container .column.omega,
.container .columns.omega {
  margin-right: 0;
}

.row {
  margin-bottom: 20px;
}

/* Overrides */
.container .column,
.container .columns {
  margin-left: 1%;
  margin-right: 1%;
}

.container .one.column,
.container .one.columns {
  width: 4.25%;
}
.container .two.columns {
  width: 10.5%;
}
.container .three.columns {
  width: 16.75%;
}
.container .four.columns {
  width: 23%;
}
.container .five.columns {
  width: 29.25%;
}
.container .six.columns {
  width: 35.5%;
}
.container .seven.columns {
  width: 41.75%;
}
.container .eight.columns {
  width: 48%;
}
.container .nine.columns {
  width: 54.25%;
}
.container .ten.columns {
  width: 60.5%;
}
.container .eleven.columns {
  width: 66.75%;
}
.container .twelve.columns {
  width: 73%;
}
.container .thirteen.columns {
  width: 79.25%;
}
.container .fourteen.columns {
  width: 85.5%;
}
.container .fifteen.columns {
  width: 91.75%;
}
.container .sixteen.columns {
  width: 98%;
}
.container .columns.one-third {
  width: 30.6666666667%;
}
.container .columns.two-thirds {
  width: 63.3333333333%;
}
.container .offset-by-one {
  padding-left: 6.25%;
}
.container .offset-by-two {
  padding-left: 12.5%;
}
.container .offset-by-three {
  padding-left: 18.75%;
}
.container .offset-by-four {
  padding-left: 25%;
}
.container .offset-by-five {
  padding-left: 31.25%;
}
.container .offset-by-six {
  padding-left: 37.5%;
}
.container .offset-by-seven {
  padding-left: 43.75%;
}
.container .offset-by-eight {
  padding-left: 50%;
}
.container .offset-by-nine {
  padding-left: 56.25%;
}
.container .offset-by-ten {
  padding-left: 62.5%;
}
.container .offset-by-eleven {
  padding-left: 68.75%;
}
.container .offset-by-twelve {
  padding-left: 75%;
}
.container .offset-by-thirteen {
  padding-left: 81.25%;
}
.container .offset-by-fourteen {
  padding-left: 87.5%;
}
.container .offset-by-fifteen {
  padding-left: 93.75%;
}

/* TABLET (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
  .container .column.alpha, .container .columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }
  .container .column.omega, .container .columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
}
/*  MOBILE (PORTRAIT)
 * ------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }
  .container .column,
.container .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one.column {
    width: 300px;
  }
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns {
    width: 300px;
  }
  .container .one-third.column {
    width: 300px;
  }
  .container .two-third.column {
    width: 300px;
  }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
    padding-left: 0;
  }
}
/* MOBILE (LANDSCAPE)
 * ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }
  .container .column,
.container .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .container .one.column {
    width: 420px;
  }
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns {
    width: 420px;
  }
  .container .one-third.column {
    width: 420px;
  }
  .container .two-third.column {
    width: 420px;
  }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
    padding-left: 0;
  }
}
/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .row {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after, .row:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.6.1
 */
/* SITE STYLES
 * ------------------------------------------------ */
/* Add site styles here such as a { color: #000; } */
/* PAGE STYLES
 * ------------------------------------------------ */
/* Add page styles here such as .home { background: rgba(0, 0, 0, 0.4); } */
/* MEDIA QUERIES
 * ------------------------------------------------ */
/* Otherwise known as custom responsive code! Write it here! */
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  /* add code here */
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* add code here */
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* add code here */
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* add code here */
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* add code here */
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* add code here */
}
#bg_slideshow, img.bgM {
  display: block;
  min-height: 400px;
  min-width: 1024px;
  width: 100%;
  height: 400px;
  position: fixed;
  top: 200px;
  left: 0;
  opacity: 1;
  z-index: -9999;
}
@media screen and (max-width: 1010px) {
  #bg_slideshow, img.bgM {
    display: none;
    top: 150px;
  }
}

@font-face {
  font-family: "Quark Light";
  src: url("fonts/Quark-Light.otf"), url("fonts/Quark-Light.woff") format("woff");
}
@font-face {
  font-family: "Quark Bold";
  src: url("fonts/Quark-Bold.otf"), url("fonts/Quark-Bold.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat-x;
  box-sizing: border-box;
  color: #444;
  font: 13px/20px "Roboto", "HelveticaNeue", "Helvetica Neue", "Helvetica, Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 99%;
  overflow: auto;
}

/* GENERAL HTML */
ul {
  list-style: inside;
}

.header {
  padding: 0px 0px;
  border: 0px solid #ccc;
  border-bottom-width: 0px;
  border-radius: 2px 2px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-color: transparent;
  height: 0px;
  width: 960px;
  margin: 0px auto;
  margin-bottom: 0px;
  clear: both;
}
@media screen and (max-width: 959px) {
  .header {
    width: 100%;
  }
}
.header .logolink {
  float: left;
}
@media screen and (max-width: 420px) {
  .header .logolink {
    display: none;
  }
}
.header .logo {
  margin: 0px auto;
}
.header .searchblock {
  float: left;
  margin-left: 100px;
  margin-top: 14px;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .header .searchblock {
    margin-left: 10px;
  }
}
@media screen and (max-width: 420px) {
  .header .searchblock {
    margin-left: 10px;
  }
}
.header .searchblock .search {
  float: left;
  width: 200px;
  height: 24px;
  background-color: #fff;
}
.header .searchblock .search label {
  color: #eee;
  float: left;
}
.header .searchblock .search input {
  width: 150px;
  float: left;
  height: 24px;
  margin-top: 0px;
  margin-left: 5px;
  border: none;
  background-color: #fff;
}
.header .searchblock .search button.search, .header .searchblock .search button.search:focus {
  width: 16px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: white;
  background-image: url(images/search-glass.png);
  float: right;
  margin-top: 5px;
}
.header .languages {
  float: right;
  margin: 10px 10px 0px 0px;
}
.header .langbutton {
  width: 32px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 400px) {
  .header .langbutton {
    width: 24px;
  }
}

#maincontainer {
  margin-bottom: 62px;
  margin-top: 0px;
  overflow-y: auto;
  width: 100%;
}

#content {
  float: none;
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0px;
  min-height: 500px;
  max-height: 9000px;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 6px 24px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  /* */
}
@media screen and (max-width: 959px) {
  #content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content {
    margin-top: 48px;
  }
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 15.4px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 18.2px;
  }

  h3 {
    font-size: 16.8px;
  }

  h4 {
    font-size: 15.4px;
  }
}
.mainmenu {
  background-color: #037353;
  min-height: 32px;
  margin-top: -1px;
  height: 46px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.menu-link {
  display: none;
  float: right;
  text-decoration: none;
  padding: 6px 6px;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
}

nav.menu {
  margin: -1px 0px 0px 0px;
  float: left;
  max-width: 960px;
  width: 960px;
  height: 46px;
  background-color: #037353;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0px;
  /*
  > li > ul.sub-menu {
      min-width: 10em;
      padding: 4px 0;
      //background-color: #f4f4f4;
      border: 1px solid #CCC;
      border: 1px solid rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
  }
  */
}
nav.menu > ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-table;
  width: 100%;
}
nav.menu > ul:after {
  content: "";
  clear: both;
  display: block;
}
nav.menu > ul li {
  color: #fff;
  padding: 0px 0px 0px 0px;
  float: left;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
nav.menu > ul li > a {
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, Sans-Serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  height: 47px;
  padding: 15px 16px 0px 6px;
  text-align: left;
  display: block;
}
nav.menu > ul li > a:hover {
  background-color: #f4e70e;
  color: #000;
}
nav.menu > ul li ul.sub-menu {
  background-color: rgba(255, 255, 255, 0.85);
}
nav.menu > ul li:hover > ul {
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
}
nav.menu > ul li:hover > ul li a {
  color: black;
}
nav.menu > ul li.has-submenu > a.active:after {
  content: "";
}
@media only screen and (max-width: 767px) {
  nav.menu > ul li.has-submenu > a.active:after {
    content: "-";
  }
}
nav.menu > ul li ul {
  display: none;
  margin: 0;
  position: absolute;
  top: 100%;
  list-style: none;
  min-width: 160px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 100;
}
nav.menu > ul li ul > li {
  position: relative;
  float: none;
}
nav.menu > ul > ul ul {
  overflow: hidden;
  max-height: 0;
}
nav.menu > ul > li {
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -1px;
  min-width: 20px;
}
nav.menu ul li > a {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  height: 47px;
  padding: 15px 16px 0px 6px;
  text-align: left;
}
nav.menu .menu ul li ul > li a {
  padding: 12px 16px 12px 10px;
  height: auto;
  color: black;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
nav.menu .menu ul li ul > li a:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #fff;
}
nav.menu .menu ul ul ul {
  min-width: 200px;
  position: absolute;
  left: 100%;
  top: 0;
}

.menu.active {
  max-height: 55em;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .menu {
    height: 70px;
  }

  .menu ul li > a {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #mainmenu {
    background-color: #000;
    height: auto;
    width: 100%;
  }

  nav.menu {
    height: auto;
    clear: both;
    width: 100%;
    min-width: inherit;
    float: none;
    overflow: hidden;
  }
  nav.menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  nav.menu .active, nav.menu > ul ul.active {
    max-height: 55em;
  }
  nav.menu ul {
    display: inline;
  }
  nav.menu ul li {
    float: none;
  }
  nav.menu ul li > a {
    width: 100%;
    height: 48px;
  }
  nav.menu ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    border: none;
  }
  nav.menu ul ul > li a {
    background-color: #cff;
    color: #fff;
    height: 48px;
    padding: 14px 32px 3px 30px;
  }
  nav.menu > ul {
    border-top: 1px solid #808080;
  }
  nav.menu > ul ul {
    overflow: hidden;
    max-height: 0;
  }
  nav.menu li, nav.menu > ul > li {
    display: block;
  }
  nav.menu li a {
    color: #000;
    display: block;
    padding: 0.8em;
    border-bottom: 1px solid #808080;
    position: relative;
  }
  nav.menu li.has-submenu > a:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em;
  }
  nav.menu li.has-submenu > a.active:after {
    content: "-";
  }
  nav.menu > ul li ul {
    position: relative;
  }

  a.menu-link {
    display: block;
    color: #fff;
    background-color: #8b8b8b;
  }
}
.footer {
  display: none;
  background-color: #0076A3;
  background-image: url(images/footer_bg.png);
  border-top: 1px solid #ccc;
  margin-top: 1px;
  height: 62px;
  color: #fff;
  font: inherit;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 0px 0px 0px;
  text-align: center;
}
.footer .footer-section {
  width: 25%;
  height: inherit;
  padding: 2px 10px;
  text-align: left;
  color: inherit;
  float: left;
}
.footer .social_icons {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer {
    display: none;
  }
}

.fl {
  float: left;
}

.w100 {
  width: 100%;
  overflow: auto;
}

.w99 {
  width: 99%;
  overflow: auto;
}

.w98 {
  width: 98%;
  overflow: auto;
}

.w95 {
  width: 95%;
  overflow: auto;
}

.w90 {
  width: 90%;
  overflow: auto;
}

.w80 {
  width: 80%;
  overflow: auto;
}

.w67 {
  width: 67%;
  overflow: auto;
}

.w50 {
  width: 50%;
  overflow: auto;
}

.w33 {
  width: 32%;
  margin-left: 1%;
  overflow: auto;
}
@media screen and (max-width: 420px) {
  .w33 {
    width: 100%;
  }
}

.w25 {
  width: 25%;
  overflow: auto;
}

/* language flags */
.flag {
  background-image: url(images/flags.png);
}

.languages .fi {
  background-position: 0px 43px;
}
.languages .ru {
  background-position: 0px 86px;
}
.languages .en {
  background-position: 0px 0px;
}

/* sidebar gadgets */
.gadget {
  margin: 0 0 12px;
  padding: 8px 12px 4px 4px;
  /* background-color: #FFFFFF; */
}

.gadget_content {
  width: 100%;
  border: 1px solid;
  border-color: #ccc;
  padding: 4px;
  /* border-radius: 0px 0px 4px 4px;
   box-shadow: 2px 2px 2px #ddd; */
}

.gadget_header {
  background-color: #00B24C;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 4px;
  /*   border-color : #A7A7A7 #A7A7A7 #A7A7A7 #A7A7A7;
     border-width : 1px 1px 1px 1px;
     border-style : solid solid solid solid;
     border-radius: 4px 4px 0px 0px; */
  height: 28px;
  width: 100%;
  /*  box-shadow: 2px 0px 2px #ddd; */
}

.gadget_title {
  background-color: inherit;
  color: #fff;
  font-weight: bold;
  padding: 7px 0px 0px 0px;
  position: relative;
  margin-right: 30px;
  text-align: left;
  float: left;
  /* font-size:24px; */
}

.gadget .minimize {
  float: right;
  margin: 0px;
  height: 21px;
  width: 23px;
  background-image: url(img/minus_22_gray.png);
  overflow: hidden;
  cursor: pointer;
  z-index: 3;
}

.gadget .maximize {
  float: right;
  margin: 0px;
  height: 20px;
  width: 22px;
  background-image: url(img/plus_22_gray.png);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.gadget_icon {
  float: left;
  margin: 0px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  z-index: 3;
}

/* news list */
ul.news_list {
  list-style-type: none;
  padding-left: 0px;
  margin: 5px 0px;
}

a.newsitem {
  position: relative;
  z-index: 24;
  padding: 2px;
  display: block;
  text-decoration: none;
  color: #686868;
}

a.newsitem span {
  display: none;
}

a.newsitem span.date {
  display: inline;
  font-weight: bold;
  border: 1px solid #ccd;
  background-color: #eee;
  padding-left: 2px;
  padding-right: 2px;
  /*  border-radius: 3px; */
}

.site_news_article {
  padding: 4px;
  border: 1px solid #ccc;
  margin: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #888;
  overflow: auto;
}

.site_news_article .title {
  font-size: 14px;
  font-weight: bold;
  color: #0a5e82;
  border-bottom: 1px dashed #0a5e82;
}

.site_news_article img {
  border: 1px solid #ccc;
  margin-left: 5px;
  box-shadow: 2px 2px 2px #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}

p.news_ingress {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

/** news **/
.all_news_link {
  clear: both;
  padding: 6px 6px;
}

.all_news_link a {
  color: #E83A2C;
  text-decoration: none;
}

.all_news_titlebar {
  font-size: 17px;
  padding: 5px 5px;
  letter-spacing: 2px;
  background-color: #376C81;
  color: white;
  clear: both;
  margin: 5px 20px 5px 5px;
}

.all_news {
  clear: both;
  margin-top: 10px;
  padding: 10px;
}

.all_news .article {
  padding: 10px;
}

/* content area news list in 2+ columns */
.news_list_content {
  width: 100%;
  margin: 4px 0px;
  /*  border: 1px solid #ccc; */
  overflow: hidden;
  padding-bottom: 5px;
}

.news_list_content .title {
  margin-bottom: 5px;
  font-size: 17px;
  padding: 2px 13px;
  letter-spacing: 2px;
  background-color: #AC2A20;
  color: white;
}

.news_list_content .news_columns {
  width: 100%;
  display: block;
  overflow: hidden;
}

.news_list_content .column {
  width: 45%;
  float: left;
  padding: 4px 0px;
  overflow: hidden;
  min-width: 350px;
}

.news_list_content .bottom {
  border-top: 1px solid #ccc;
}

.news_list_content .all_news_link {
  clear: both;
  padding: 2px 14px;
}

@media only screen and (max-width: 959px) {
  .news_list_content .column {
    width: 95%;
  }
}
@media only screen and (max-width: 479px) {
  .news_list_content .newsitem .date {
    display: block;
  }
}
/**********************  calendar stuff ********************/
#calendar_small {
  width: 100%;
}

.calendar_small_content {
  background-color: #EFF3FC;
  width: 100%;
}

.module_icon {
  float: left;
  margin: 0px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  z-index: 3;
}

.calendar_gadget_icon {
  background-image: url(images/calendar_24.png);
}

.calendar_daynames {
  font-size: 11px;
  background-color: #EFF3FC;
  color: #626466;
}

.calendar_daynames td {
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.calendar_dayname {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #eaeaea;
  color: #626466;
  font-size: 12px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  letter-spacing: 1px;
}

.calendar_cell {
  font-size: 11px;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #eaeaea;
  color: #626466;
  padding: 2px 2px 2px 2px;
  background-color: #EFF3FC;
  text-align: center;
}

.calendar_cell_weekend {
  border-color: #B5CDDF;
  color: #626466;
  padding: 2px 2px 2px 2px;
  background-color: #E7F1F7;
}

.calendar_today {
  background-color: #F9E400;
}

.calendar_small_selectmonth {
  width: 100%;
  height: 18px;
}

.nextyear {
  float: right;
  height: 18px;
  width: 20px;
  text-align: left;
  padding-left: 2px;
  background-image: url("images/button_next_year.png");
  background-repeat: no-repeat;
}

.prevyear {
  float: right;
  height: 18px;
  max-height: 30px;
  width: 20px;
  text-align: left;
  padding-left: 2px;
  background-image: url("images/button_prev_year.png");
  background-repeat: no-repeat;
}

.thismonth {
  float: left;
  height: 14px;
  max-height: 30px;
  width: 66%;
  max-height: 40px;
  text-align: center;
}

.prevmonth {
  float: left;
  height: 14px;
  max-height: 40px;
  width: 17%;
  text-align: center;
}

.nextmonth {
  float: left;
  height: 14px;
  width: 17%;
  max-height: 40px;
  text-align: center;
}

.calendar_monthlink {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 11px;
  color: #006;
  border: 1px solid #ccf;
  border-radius: 2px;
  padding: 2px 4px;
}

.calendar_weeknr {
  text-align: center;
  border-width: 0px 0px 1px 0px;
  border-style: solid dotted solid solid;
  border-color: #eaeaea #888 #eaeaea #eaeaea;
  border-width: 1px 1px 1px 1px;
  color: #006;
  font-size: 10px;
  font-weight: normal;
}

.calendar_cell_inside {
  padding: 2px;
}

.calendar_cell_inside_today {
  background-color: #fffccf;
}

.calendar_daynr {
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
  text-align: left;
}

.calendar_holiday {
  font-size: xx-small;
  color: red;
}

.calendar_dayinfo {
  font-size: xx-small;
  color: #444444;
}

.calendar_fog {
  position: absolute;
  z-index: 99;
  opacity: 0.5;
  background-color: #fff;
  background-image: url(img/loading_big.gif);
  background-position: center center;
  background-repeat: no-repeat;
  width: inherit;
  height: inherit;
}

.social_gray {
  background-image: url(images/social-gray.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.facebook {
  width: 45px;
  height: 44px;
  background-position: -5px -5px;
}

.pinterest {
  width: 45px;
  height: 44px;
  background-position: -60px -5px;
}

.twitter {
  width: 45px;
  height: 44px;
  background-position: -5px -59px;
}

#featured_slider {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 4px #ccc;
  margin-bottom: 20px;
}

.featured_slide .featured_title {
  background-color: #f47321;
  color: #fff;
  padding: 2px 10px;
  font-weight: bold;
}

.featured_slide .article {
  max-height: 280px;
  font-size: 12px;
  padding: 10px;
  float: left;
  width: 69%;
}

.featured_slide .article li {
  margin-bottom: 5px;
}

.featured_image {
  border: 1px solid #888;
  box-shadow: 1px 1px 2px #ccc;
  width: 90%;
}

.featured_slide .article {
  overflow: hidden;
}

.featured_full {
  width: 100%;
  margin-top: 10px;
}

.featured_full .imageholder {
  width: 20%;
  float: left;
  margin-top: 12px;
}

.featured_full .article {
  width: 70%;
  float: left;
}

.search_results {
  border: 0px solid #ccc;
  padding: 8px;
  border-radius: 0px;
  box-shadow: none;
}
.search_results .result {
  margin-bottom: 4px;
}
.search_results .result .searchdate {
  display: block;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
textarea,
select {
  margin: 0 0 0px;
}

textarea {
  width: 320px;
}

/* custom styles */
/* div containers */
.lifted_container {
  border-width: 1px 3px 3px 1px;
  border-color: #08396e;
  border-style: solid;
  padding: 5px;
}
@media screen and (max-width: 420px) {
  .lifted_container {
    border-width: 1px 0px;
    padding: 0px;
  }
}
.lifted_container img {
  width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.front_page_column {
  height: 420px;
}
@media screen and (max-width: 768px) {
  .front_page_column {
    height: auto;
  }
}

.tapahtumalistaus {
  font-size: 11px;
  width: 100%;
}

.reclaimer {
  font-size: x-small;
  margin: 10px 4px;
}

.erow {
  width: 100%;
  overflow: hidden;
  display: block;
}

.eaccount {
  float: left;
  width: 100px;
  display: inline;
  margin-right: 10px;
}

.eevent {
  float: left;
  width: 80px;
}

.erowheader {
  background-color: #eee;
  font-weight: bold;
}

.emessage {
  float: left;
  width: 180px;
}

.edate, .esum {
  width: 80px;
  float: left;
  display: inline;
}

.esum {
  text-align: right;
  margin-right: 10px;
  width: 50px;
}

.reference {
  float: left;
  width: 100px;
}

.eError {
  display: none;
}

.fixedfont {
  font-weight: bold;
  font-family: courier, monospace;
}

.erecipient {
  display: inline;
  width: 200px;
  float: left;
}

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