@charset "UTF-8";
/*======================================================
LUOMUS STYLESHEET
1. Semantic grid
2. Resets, typograhy and element styles
3. Grid helper classes
4. Generic modules (buttons,navbar,slider,tooltips etc)
5. Media queries (mods for tablets & mobile)
6. Luomus custom modules and custom fixes (Pager, calender, Search form/feed, View tables, news, basic page, ie fixes, List decorations, Scrollup, Collapse div, Palautelomake, Tags, Eskon korjaukset,  )
======================================================*/




/*======================================================
1. SEMANTIC GRID
======================================================*/
#masthead-inner,
.infosection,
.breadcrumbs-inner,
.page-full,
.footer-content, .searchinput-wrap, .searchsubmit-wrap, .footer-searchinput-wrap, .footer-searchsubmit-wrap, .page-content, .page-side, .museum-wrap, .home-main, .home-asides, .push-big .push-thumb, .push-big .push-content, .small-pushes-left,
.small-pushes-right, .article.wide .article-thumb, .units-grid-left,
.units-grid-right, .footer-top-logo, .footer-top-search, .footer-contacts, .footer-links-pre, .footer-links, .shortcuts .shortcuts-left,
.shortcuts .shortcuts-right, #quicklinks .shortcut-menu {
  float: left;
}

.article.wide .article-content {
  float: right;
}

#masthead,
#museums,
#footer-inner,
.infosection-wrap,
.content-home,
.breadcrumbs-wrap,
.page, .searchform,
.footer-searchform, .push-big, .small-pushes, .units-grid, .footer-top,
.footer-bottom, .shortcuts, #quicklinks .shortcuts-left,
#quicklinks .shortcuts-right, .container {
  *zoom: 1;
}
#masthead:before,
#museums:before,
#footer-inner:before,
.infosection-wrap:before,
.content-home:before,
.breadcrumbs-wrap:before,
.page:before, .searchform:before,
.footer-searchform:before, .push-big:before, .small-pushes:before, .units-grid:before, .footer-top:before,
.footer-bottom:before, .shortcuts:before, #quicklinks .shortcuts-left:before,
#quicklinks .shortcuts-right:before, .container:before, #masthead:after,
#museums:after,
#footer-inner:after,
.infosection-wrap:after,
.content-home:after,
.breadcrumbs-wrap:after,
.page:after, .searchform:after,
.footer-searchform:after, .push-big:after, .small-pushes:after, .units-grid:after, .footer-top:after,
.footer-bottom:after, .shortcuts:after, #quicklinks .shortcuts-left:after,
#quicklinks .shortcuts-right:after, .container:after {
  content: "";
  display: table;
}
#masthead:after,
#museums:after,
#footer-inner:after,
.infosection-wrap:after,
.content-home:after,
.breadcrumbs-wrap:after,
.page:after, .searchform:after,
.footer-searchform:after, .push-big:after, .small-pushes:after, .units-grid:after, .footer-top:after,
.footer-bottom:after, .shortcuts:after, #quicklinks .shortcuts-left:after,
#quicklinks .shortcuts-right:after, .container:after {
  clear: both;
}

.searchform,
.footer-searchform, .push-big, .small-pushes, .units-grid, .footer-top,
.footer-bottom, .shortcuts, #quicklinks .shortcuts-left,
#quicklinks .shortcuts-right, .container {
  width: auto;
  max-width: none;
  min-width: 0;
}

#masthead-inner,
.infosection,
.breadcrumbs-inner,
.page-full,
.footer-content, .searchinput-wrap, .searchsubmit-wrap, .footer-searchinput-wrap, .footer-searchsubmit-wrap, .page-content, .page-side, .museum-wrap, .home-main, .home-asides, .push-big .push-thumb, .push-big .push-content, .small-pushes-left,
.small-pushes-right, .article.wide .article-thumb, .article.wide .article-content, .units-grid-left,
.units-grid-right, .footer-top-logo, .footer-top-search, .footer-contacts, .footer-links-pre, .footer-links, .shortcuts .shortcuts-left,
.shortcuts .shortcuts-right, #quicklinks .shortcut-menu {
  position: relative;
  min-height: 1px;
  padding: 0 0;
}

/*======================================================
2. RESETS, BASE TYPOGRAPHY & ELEMENT STYLES
======================================================*/
/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(assets/boxsizing.htc);
  /* For IE7 */
}

img{
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

html {
  font-size: 62.5%;
}

body {
  background: white;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.opastus {
	margin-right: 1em;
	margin-top: 1em;
	padding: 7px 10px 10px;
	background-color: #eedbe7; /* yleisen osaston violetti */
	background-color: #EEEEEE;
	clear: both;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Links ---------------------- */
a img {
  border: none;
}

a {
  color: #2161cb;
  text-decoration: none;
  line-height: inherit;
}

a:hover, a:focus {
  color: #1d57b5;
}

a:focus {
  outline: none;
}

p a, p a:visited {
  line-height: inherit;
}

.reservationbutton {
	margin-top: 1em;
	list-style-type: none;
}

.reservationbutton a{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-decoration: none;
	border-radius: 3px;
}

/* Misc ---------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none !important;
}

.highlight {
  background: #ffff99;
}

#googlemap img, object, embed {
  max-width: none;
}

#map_canvas embed {
  max-width: none;
}

#map_canvas img {
  max-width: none;
}

#map_canvas object {
  max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
figure {
  margin: 0;
}

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 19px;
}
p.lead {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 19px;
}


h1, h3, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #337d4d;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #337d4d;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}


h4 { 
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #337d4d;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #7ecb99;
  line-height: 0;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 14px;
  font-weight: bold;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

.subheader {
  line-height: 1.3;
  color: #7ecb99;
  font-weight: 300;
  margin-bottom: 19px;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 85%;
  line-height: inherit;
}

.imageCaption {
  font-size: 85%;
  margin-bottom: 20px;
  color:#000000;
  padding-left: 6px;
}

code {
  font-weight: bold;
  background: #ffff99;
}

/* Lists ---------------------- */
ul, ol, dl {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  list-style-position: outside;
}

ul li ul, ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
ul.square, ul.circle, ul.disc {
  margin-left: 19px;
}
ul.square {
  list-style-type: square;
}
ul.square li ul {
  list-style: inherit;
}
ul.circle {
  list-style-type: circle;
}
ul.circle li ul {
  list-style: inherit;
}
ul.disc {
  list-style-type: disc;
}
ul.disc li ul {
  list-style: inherit;
}
ul.no-bullet {
  list-style: none;
}
ul.large li {
  line-height: 21px;
}

ol {
  margin-left: 20px;
}
ol li ul, ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Blockquotes ---------------------- */
blockquote, blockquote p {
  line-height: 1.5;
}

blockquote {
  margin: 0 0 19px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 13px;
  color: #5abc7c;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
  color: #5abc7c;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #337d4d;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
	
  }
  
  body img {
  width: auto;
  height: auto;
  max-width: 100%;
}

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
/* Requires
   globals.css */
/* Standard Forms ---------------------- */
form {
  margin: 0 0 16px;
}


.row form .row {
  margin: 0 -6px;
}
.row form .row .column, .row form .row .columns {
  padding: 0 6px;
}
.row form .row.collapse {
  margin: 0;
}
.row form .row.collapse .column, .row form .row.collapse .columns {
  padding: 0;
}

button {
  -webkit-appearance: none;
}

label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  line-height: 32px;
  margin: 0 0 12px 0;
}

.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 31px;
}

a.button.prefix, a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

span.prefix, span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

.prefix {
  left: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}

.postfix {
  right: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
  font-size: 19px;
  padding: 4px 6px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background: #fafafa;
  outline: none !important;
  border-color: #b3b3b3;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
  background-color: #ddd;
}

textarea {
  height: auto;
}

select {
  width: 100%;
}

/* Fieldsets */
fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 12px 0;
  margin: 18px 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

/* Errors */
.error input, input.error, .error textarea, textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error label, label.error {
  color: #c60f13;
}

.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.error textarea:focus, textarea.error:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  form.custom div.custom.dropdown a.selector {
    height: 30px;
  }
}

.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 30px;
}

/*======================================================
3. GRID HELPER CLASSES (For easy inline layout)
======================================================*/
/* The Grid ---------------------- */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 0;
  position: relative;
}
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

.one {
  width: 12.5%;
}

.two {
  width: 25%;
}

.three {
  width: 37.5%;
}

.four {
  width: 50%;
}

.five {
  width: 62.5%;
}

.six {
  width: 75%;
}

.seven {
  width: 87.5%;
}

.eight {
  width: 100%;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  margin: 0;
  margin: 0 -8px;
}
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
  padding: 0 8px 8px;
}
.block-grid.two-up {
  margin: 0 -15px;
  margin: 0 -8px;
}
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
  padding: 0 8px 8px;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  margin: 0 -12px;
  margin: 0 -8px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
  padding: 0 8px 8px;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  margin: 0 -8px;
}
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up {
  margin: 0 -8px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}

/*======================================================
4. GENERIC MODULES (buttons,navbar,slider,tooltips etc)
======================================================*/
/* Normal Buttons ---------------------- */
.button {
  width: auto;
  background: #2161cb;
  border: 1px solid #164289;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 8px 16px 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  /* Hovers */
  /* Sizes */
  /* Colors */
  /* Radii */
  /* Layout */
  /* Disabled ---------- */
}
.button:hover {
  color: white;
  background-color: #1a4c9f;
}
.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.button:focus {
  -webkit-box-shadow: 0 0 4px #2161cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 4px #2161cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 4px #2161cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  color: white;
}
.button.large {
  font-size: 19px;
  padding: 13px 26px 14px;
}
.button.medium {
  font-size: 14px;
}
.button.small {
  font-size: 11px;
  padding: 5px 10px 6px;
}
.button.tiny {
  font-size: 10px;
  padding: 3px 6px 4px;
}
.button.expand {
  width: 100%;
  text-align: center;
}
.button.primary {
  background-color: #2161cb;
  border: 1px solid #164289;
}
.button.primary:hover {
  background-color: #1a4c9f;
}
.button.primary:focus {
  -webkit-box-shadow: 0 0 4px #2161cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 4px #2161cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 4px #2161cb, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.success {
  background-color: #5da423;
  border: 1px solid #396516;
}
.button.success:hover {
  background-color: #457a1a;
}
.button.success:focus {
  -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}
.button.alert:hover {
  background-color: #970b0e;
}
.button.alert:focus {
  -webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.secondary {
  background-color: #e9e9e9;
  color: #1d1d1d;
  border: 1px solid #c3c3c3;
}
.button.secondary:hover {
  background-color: #d0d0d0;
}
.button.secondary:focus {
  -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #2161cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.disabled :hover, .button[disabled] :hover {
  background: #2161cb;
}
.button.disabled.success, .button[disabled].success {
  background-color: #5da423;
}
.button.disabled.success:hover, .button[disabled].success:hover {
  background-color: #5da423;
}
.button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
}
.button.disabled.alert:hover, .button[disabled].alert:hover {
  background-color: #c60f13;
}
.button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
}
.button.disabled.secondary:hover, .button[disabled].secondary:hover {
  background-color: #e9e9e9;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  input[type="submit"].tiny.button {
    padding: 1px 6px 2px;
  }

  input[type="submit"].small.button {
    padding: 3px 10px 4px;
  }

  input[type="submit"].button, input[type=submit].medium.button {
    padding: 6px 16px 7px;
  }

  input[type="submit"].large.button {
    padding: 11px 26px 12px;
  }
}

.nav-bar {
  height: 40px;
  background: #2a2f29;
  margin-left: 0;
  margin-top: 20px;
  padding: 0;
}
.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border-right: 1px solid #70746f;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .nav-bar > li {
    border-right: none;
    border-bottom: 1px solid #70746f;
  }
}
.nav-bar > li.active {
  position: relative;
}
.nav-bar > li.active > a {
  color: white;
  cursor: default;
}
.nav-bar > li.active:hover {
  cursor: default;
}
.nav-bar > li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid white;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}



@media only screen and (max-width: 767px) {
  .nav-bar > li.active:after {
    border: none;
  }
}
.nav-bar > li:hover {
  position: relative;
}
.nav-bar > li:hover:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid #999999;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-bar > li > a {
  color: #e6e6e6;
}
.nav-bar > li ul {
  margin-bottom: 0;
}
.nav-bar > li .flyout {
  display: none;
}
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 40px;
  position: relative;
}
.nav-bar > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 17px;
}
.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 2;
  display: block;
}
.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: 1px dashed #666;
}
.nav-bar > li > a:first-child {
  position: relative;
  padding: 0 10px;
  display: block;
  text-decoration: none;
  font-size: 17px;
}
.nav-bar > li > a:first-child:focus {
  background: #2161cb;
}
@media only screen and (max-width: 960px) {
  .nav-bar > li > a:first-child {
    padding: 0 5px;
  }
}
.nav-bar > li > input {
  margin: 0 10px;
}
.nav-bar.vertical {
  height: auto;
  margin-top: 0;
}
.nav-bar.vertical > li {
  float: none;
  border-bottom: none;
  border-right: solid 1px #333333;
}
.nav-bar.vertical > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: transparent transparent transparent #e6e6e6;
}
.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}
.nav-bar.vertical > li .flyout.right {
  left: auto;
  right: 100%;
}
.nav-bar.vertical > li.active {
  border-right: solid 1px #1a4c9f;
}
.nav-bar.vertical > li:last-child {
  border-bottom: solid 1px #333333;
}

.flyout {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 39px;
  left: -1px;
  width: 250px;
  z-index: 40;
  /* remove margin on any first-child element */
  /* remove margin on last element */
}
.flyout p {
  line-height: 1.2;
  font-size: 13px;
}
.flyout *:first-child {
  margin-top: 0;
}
.flyout *:last-child {
  margin-bottom: 0;
}
.flyout.small {
  width: 166.66667px;
}
.flyout.large {
  width: 437.5px;
}
.flyout.right {
  left: auto;
  right: -2px;
}
.flyout.left {
  right: auto;
  left: -2px;
}
.flyout.up {
  top: auto;
  bottom: 39px;
}

ul.flyout, .nav-bar li ul {
  padding: 0;
  list-style: none;
}
ul.flyout li, .nav-bar li ul li {
  border-left: solid 3px #CCC;
}
ul.flyout li a, .nav-bar li ul li a {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
}
ul.flyout li a:hover, .nav-bar li ul li a:hover {
  background: #ebebeb;
  color: #333;
}
ul.flyout li.active, .nav-bar li ul li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}
ul.flyout li.active a, .nav-bar li ul li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
}

/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */

/*orbit index mods by OA*/

div.slide a.header-links-for-slide{

}


.slide-link-js{
height:298px;
width:1000px;
z-index:20;
position:absolute;

}

div.orbit-wrapper div.timer{
display:none;
}


div.hide-for-small{
z-index:99;
}


div#featuredContent.orbit div.slide a.header-links-for-slide{
position:absolute;
top:180px;
left:76px;
z-index:1;
}

div#featuredContent.orbit div.slide a.header-links-for-slide p.expotext{
width:450px;
}

div#featuredContent.orbit div.slide a.header-links-for-slide hgroup h2.expotitle{
color:white;
margin-bottom:22px;
}


div.orbit-wrapper div.slider-nav{

}



header#masthead.has-pic{
height:350px;

}


@media only screen and (max-width: 767px) {
 header#masthead.has-pic{
height:100%;
}
  }

.orbit-wrapper div#featuredContent.orbit{
margin-bottom:0px;
padding:0px;
}



/*orginal orbit*/
.orbit-wrapper {
width: 1px;
position: absolute;
top:0px;
z-index: -15;
height: 433px;
}

#featuredContent{
background-position: left top;
border-style:solid;
border-width:15px;
border-left-color:#ffffff;
border-right-color:#ffffff;
border-bottom-color:#ffffff;
border-top-width:0px;
border-bottom-width:14px;
}

.slide{display:none;}

.orbit {
  /*width: 100px;*/
  height:480px;
  position: absolute;
  top:0px;
  overflow: hidden;
  margin-bottom: 19px;
  z-index:-10;
}
.orbit.with-bullets {
  margin-bottom: 40px;
}
.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
div.orbit-wrapper, div.orbit-wrapper .orbit > div, div.orbit-wrapper div.orbit > a {
  min-height: 296px;
}
div.orbit-wrapper div.timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}
div.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('../assets/images/foundation/orbit/rotator-black.png') no-repeat;
  z-index: 3;
}
div.orbit-wrapper span.rotator.move {
  left: 0;
}
div.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
div.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url('../assets/images/foundation/orbit/timer-black.png') repeat 0 0;
}
div.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../assets/images/foundation/orbit/pause-black.png') no-repeat;
  z-index: 4;
  opacity: 0;
}
div.orbit-wrapper span.pause.active {
  background: url('../assets/images/foundation/orbit/pause-black.png') no-repeat 0 -40px;
}
div.orbit-wrapper div.timer:hover span.pause, div.orbit-wrapper span.pause.active {
  opacity: 1;
}

/* Captions ---------------------- */
.orbit-caption {
  display: none;
  font-family: inherit;
}

.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* Directional Nav ---------------------- */
div.orbit-wrapper div.slider-nav {
  display: block;
}
div.orbit-wrapper div.slider-nav span {
  width: 39px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
div.orbit-wrapper div.slider-nav span.right {
  background: url('../assets/images/foundation/orbit/right-arrow.png');
  background-size: 100%;
  right: 0;
}
div.orbit-wrapper div.slider-nav span.left {
  background: url('../assets/images/foundation/orbit/left-arrow.png');
  background-size: 100%;
  left: 0;
}

.lt-ie9 div.orbit-wrapper div.slider-nav span.right {
  background: url('../assets/images/foundation/orbit/right-arrow-small.png');
}
.lt-ie9 div.orbit-wrapper div.slider-nav span.left {
  background: url('../assets/images/foundation/orbit/left-arrow-small.png');
}

/* Bullet Nav ---------------------- */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url('../assets/images/foundation/orbit/bullets.jpg') no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}

/* Orbit Slide Counter */
.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
}

/* Fluid Layout ---------------------- */
div.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}

div.orbit, div.orbit-wrapper {
  width: 100% !important;
}

/* Correct timer in IE */
.lt-ie9 .timer {
  display: none !important;
}

.lt-ie9 div.caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  div.orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }

  div.orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
	height:292px;!important
  }
  
 #masthead{
 height:292px;
 }   
}

 #masthead{
 height:100%;
 } 

/* Table of Contents

:: Visibility
:: Alerts
:: Labels
:: Tooltips
:: Panels
:: Accordion
:: Side Nav
:: Sub Nav
:: Pagination
:: Breadcrumbs
:: Lists
:: Inline/Link Lists
:: Keystroke Chars
:: Image Thumbnails
:: Video
:: Tables
:: Microformats
:: Progress Bars
:: Pricing Tables

*/
/* Alerts ---------------------- */
div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #2161cb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  position: relative;
}
div.alert-box.success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.alert {
  background-color: #c60f13;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
div.alert-box.secondary {
  background-color: #e9e9e9;
  color: #505050;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
div.alert-box a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 19px;
  opacity: 0.2;
  padding: 4px;
}
div.alert-box a.close:hover, div.alert-box a.close:focus {
  opacity: 0.4;
}

/* Labels ---------------------- */
.label {
  padding: 1px 4px 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #2161cb;
}
.label.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.label.round {
  padding: 1px 7px 2px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.label.alert {
  background-color: #c60f13;
}
.label.success {
  background-color: #5da423;
}
.label.secondary {
  background-color: #e9e9e9;
  color: #505050;
}

/* Tooltips ---------------------- */
.has-tip {
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  background: #fffedf;
  background: rgba(255, 254, 223, 0.85);
  position: absolute;
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}
.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #fffedf transparent;
  border-color: transparent transparent rgba(255, 254, 223, 0.85) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}
.tooltip.tip-override > .nub {
  border-color: transparent transparent #fffedf transparent !important;
  border-color: transparent transparent rgba(255, 254, 223, 0.85) transparent !important;
  top: -10px !important;
}
.tooltip.tip-top > .nub {
  border-color: #fffedf transparent transparent transparent;
  border-color: rgba(255, 254, 223, 0.85) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}
.tooltip.tip-left, .tooltip.tip-right {
  float: none !important;
}
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent #fffedf;
  border-color: transparent transparent transparent rgba(255, 254, 223, 0.85);
  right: -10px;
  left: auto;
}
.tooltip.tip-right > .nub {
  border-color: transparent #fffedf transparent transparent;
  border-color: transparent rgba(255, 254, 223, 0.85) transparent transparent;
  right: auto;
  left: -10px;
}
.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tooltip.opened {
  color: #2161cb !important;
  border-bottom: dotted 1px #133773 !important;
}

.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
}

/* Panels ---------------------- */
.panel, .infosection {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px 0;
  padding: 20px;
}
.panel > :first-child, .infosection > :first-child {
  margin-top: 0;
}
.panel > :last-child, .infosection > :last-child {
  margin-bottom: 0;
}
.panel.callout, .callout.infosection {
  background: #2161cb;
  color: #fff;
  border-color: #1a4c9f;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.panel.callout a, .callout.infosection a {
  color: #fff;
}
.panel.callout .button, .callout.infosection .button {
  background: white;
  border: none;
  color: #2161cb;
  text-shadow: none;
}
.panel.callout .button:hover, .callout.infosection .button:hover {
  background: rgba(255, 255, 255, 0.8);
}
.panel.radius, .radius.infosection {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Side Nav ---------------------- */
ul.side-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 19px 0;
}
ul.side-nav li {
  display: block;
  list-style: none;
  margin: 0 0 7px 0;
}
ul.side-nav li a {
  display: block;
}
ul.side-nav li.active-trail a {
  color: #4d4d4d;
  font-weight: bold;
}
ul.side-nav li.divider {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}

/* Sub Navs http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na ---------------------- */
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px;
  margin-right: 0;
  margin-left: -9px;
  padding-top: 4px;
}
dl.sub-nav dt, dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 10px;
}
dl.sub-nav dt {
  color: #999;
  font-weight: normal;
}
dl.sub-nav dd a {
  text-decoration: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
dl.sub-nav dd.active-trail a {
  font-weight: bold;
  background: #2161cb;
  color: #fff;
  padding: 3px 9px;
  cursor: default;
}

/* Breadcrums ---------------------- */

/*OA 7.10.13*/
.breadcrumbs li{
margin-bottom:0px!important;
height:16px;
} 

.breadcrumbs li a{
font-size:0.8em!important;
color: #6E6E6E;
font-family: arial;
position:relative;
top:0px;
}


html.modern body div.page div#breadcrumb ul.breadcrumbs li.current a{
font-size:0.8em;
color: #949494;
font-family: arial;
}




div#breadcrumb ul.breadcrumbs{
/*height:30px;*/
margin-left:-10px;
margin-top:-10px;
margin-bottom:15px;
font-size:0.5em;


}

html.modern body div.page div#breadcrumb ul.breadcrumbs li.current a{
font-size:0.8em;
color: #949494;
font-family: arial;
}

html.modern body div.page div#breadcrumb ul.breadcrumbs li a{
font-size:0.8em;
color: #6E6E6E;
font-family: arial;
}

div#breadcrumb ul.breadcrumbs li.current{
color: #C5C7C5;
font-family: arial;
}

/*end OA*/


ul.breadcrumbs {
  display: block;
  background: #f6f6f6;
  padding: 6px 10px 7px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: 0;
}
ul.breadcrumbs li {
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
  list-style: none;
}
ul.breadcrumbs li a, ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 8px;
}
ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
  padding-left: 0;
}
ul.breadcrumbs li:before {
  content: "/";
  color: #aaa;
}
ul.breadcrumbs li:first-child:before {
  content: " ";
}
ul.breadcrumbs li.current a {
  cursor: default;
  color: #333;
}
ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
  text-decoration: underline;
}
ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}
ul.breadcrumbs li.unavailable a {
  color: #999;
}
ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/* Inline Link List */
ul.inline-list, ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.inline-list li, ul.link-list li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}
ul.inline-list li a, ul.link-list li a {
  display: block;
}

/* Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/ ---------------------- */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tables ---------------------- */
table {
  background: #fff;
  margin: 0 0 18px;
  border: 0px solid #ddd;
}

.border {
  border: 1px solid #ddd;
}

.tight {
  padding: 3px 3px 3px;
}

.disabled {
  color: #999999;
}

.agetable {
 font-size: 85%;
}

table thead, table tfoot {
  background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  font-weight: normal;
}

table thead tr th,
table tfoot tr td {
  padding: 2px 2px 2px;
  font-size: 14px;
  font-weight: normal;
  color: #222;
}

/*------------------------------------------
table th, table td {
  border-top: 0px solid #ddd;
}

table tr:first-child th, table tr:first-child td {
  border-top: none;
}
--------------------------------------------*/

table th {
  text-align: left;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgb(204, 204, 204);
  font-weight: normal;

}

table tbody tr td {
  color: #333;
  padding: 1px 1px;
  vertical-align: top;
}

caption {
  text-align: left;
  padding: 0 0 10px 0;
  font-size: 85%;
  
  font-family: Arial, "Times New Roman", Times, serif;
  color: #333333;
}

/* Microformats ---------------------- */
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px;
}
ul.vcard li {
  margin: 0;
  display: block;
}
ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
}

p.vevent span.summary {
  font-weight: bold;
}
p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

/*======================================================
5. MEDIA QUERIES FOR VARIOUS SCREEN SIZES
======================================================*/
/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
  /* NavBar --- */
  /*            */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/* Between Medium and Small */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  /* NavBar --- */
  /*            */
  .touch .nav-bar li a {
    font-size: 13px;
  }
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  .left, .right {
    float: none;
  }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column, .columns {
    width: auto !important;
    float: none;
  }

  .column:last-child, .columns:last-child {
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }

  .column:after, .columns:after {
    clear: both;
  }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six {
    margin-left: 0 !important;
  }

  .push-two, .push-three, .push-four, .push-five, .push-six {
    left: auto;
  }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six {
    right: auto;
  }

  /* Mobile 4-column Grid */
  .row .mobile-one {
    width: 20% !important;
    float: left;
    padding: 0 0;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }

  .row .mobile-two {
    width: 40% !important;
    float: left;
    padding: 0 0;
  }
  .row .mobile-two:last-child {
    float: right;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }

  .row .mobile-three {
    width: 60% !important;
    float: left;
    padding: 0 0;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }

  .row .mobile-four {
    width: 80% !important;
    float: left;
    padding: 0 0;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }

  .row .mobile-five {
    width: 100% !important;
    float: left;
    padding: 0 0;
  }
  .row .mobile-five:last-child {
    float: right;
  }
  .row .mobile-five.end {
    float: left;
  }
  .row.collapse .mobile-five {
    padding: 0;
  }

  .push-one-mobile {
    left: 20%;
  }

  .pull-one-mobile {
    right: 20%;
  }

  .push-two-mobile {
    left: 40%;
  }

  .pull-two-mobile {
    right: 40%;
  }

  .push-three-mobile {
    left: 60%;
  }

  .pull-three-mobile {
    right: 60%;
  }

  .push-four-mobile {
    left: 80%;
  }

  .pull-four-mobile {
    right: 80%;
  }

  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .block-grid > li {
    clear: none !important;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  input[type="text"].one,
  input[type="password"].one,
  input[type="date"].one,
  input[type="datetime"].one,
  input[type="email"].one,
  input[type="number"].one,
  input[type="search"].one,
  input[type="tel"].one,
  input[type="time"].one,
  input[type="url"].one,
  textarea.one {
    width: 100% !important;
  }

  input[type="text"].two,
  input[type="password"].two,
  input[type="date"].two,
  input[type="datetime"].two,
  input[type="email"].two,
  input[type="number"].two,
  input[type="search"].two,
  input[type="tel"].two,
  input[type="time"].two,
  input[type="url"].two,
  textarea.two {
    width: 100% !important;
  }

  input[type="text"].three,
  input[type="password"].three,
  input[type="date"].three,
  input[type="datetime"].three,
  input[type="email"].three,
  input[type="number"].three,
  input[type="search"].three,
  input[type="tel"].three,
  input[type="time"].three,
  input[type="url"].three,
  textarea.three {
    width: 100% !important;
  }

  input[type="text"].four,
  input[type="password"].four,
  input[type="date"].four,
  input[type="datetime"].four,
  input[type="email"].four,
  input[type="number"].four,
  input[type="search"].four,
  input[type="tel"].four,
  input[type="time"].four,
  input[type="url"].four,
  textarea.four {
    width: 100% !important;
  }

  input[type="text"].five,
  input[type="password"].five,
  input[type="date"].five,
  input[type="datetime"].five,
  input[type="email"].five,
  input[type="number"].five,
  input[type="search"].five,
  input[type="tel"].five,
  input[type="time"].five,
  input[type="url"].five,
  textarea.five {
    width: 100% !important;
  }

  input[type="text"].six,
  input[type="password"].six,
  input[type="date"].six,
  input[type="datetime"].six,
  input[type="email"].six,
  input[type="number"].six,
  input[type="search"].six,
  input[type="tel"].six,
  input[type="time"].six,
  input[type="url"].six,
  textarea.six {
    width: 100% !important;
  }

  input[type="text"].seven,
  input[type="password"].seven,
  input[type="date"].seven,
  input[type="datetime"].seven,
  input[type="email"].seven,
  input[type="number"].seven,
  input[type="search"].seven,
  input[type="tel"].seven,
  input[type="time"].seven,
  input[type="url"].seven,
  textarea.seven {
    width: 100% !important;
  }

  input[type="text"].eight,
  input[type="password"].eight,
  input[type="date"].eight,
  input[type="datetime"].eight,
  input[type="email"].eight,
  input[type="number"].eight,
  input[type="search"].eight,
  input[type="tel"].eight,
  input[type="time"].eight,
  input[type="url"].eight,
  textarea.eight {
    width: 100% !important;
  }



  
  
  /* Buttons --- */
  /*             */
  /* Basic overrides */
  .button {
    display: block;
  }

  button.button, input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar --- */
  /*            */
  .nav-bar {
    height: auto;
  }
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }

  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  .flyout.small, .flyout.large {
    width: 100% !important;
  }
  .flyout p:last-child {
    margin-bottom: 18px;
  }

  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  .tooltip {
    font-size: 14;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }

  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent #fffedf transparent;
    border-color: transparent transparent rgba(255, 254, 223, 0.85) transparent;
    top: -12px;
    left: 10px;
  }
}
/*
Define layout and structure
*/
#masthead,
#museums,
#footer-inner,
.infosection-wrap,
.content-home,
.breadcrumbs-wrap,
.page {
  width: 1000px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #masthead,
  #museums,
  #footer-inner,
  .infosection-wrap,
  .content-home,
  .breadcrumbs-wrap,
  .page {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
  }
  #masthead:before, #masthead:after,
  #museums:before,
  #museums:after,
  #footer-inner:before,
  #footer-inner:after,
  .infosection-wrap:before,
  .infosection-wrap:after,
  .content-home:before,
  .content-home:after,
  .breadcrumbs-wrap:before,
  .breadcrumbs-wrap:after,
  .page:before,
  .page:after {
    content: "";
    display: table;
  }
  #masthead:after,
  #museums:after,
  #footer-inner:after,
  .infosection-wrap:after,
  .content-home:after,
  .breadcrumbs-wrap:after,
  .page:after {
    clear: both;
  }
}

#masthead-inner,
.infosection,
.breadcrumbs-inner,
.page-full,
.footer-content {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #masthead-inner,
  .infosection,
  .breadcrumbs-inner,
  .page-full,
  .footer-content {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

#masthead {
  position: relative;
}

.searchform,
.footer-searchform {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .searchform,
  .footer-searchform {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    *zoom: 1;
  }
  .searchform:before, .searchform:after,
  .footer-searchform:before,
  .footer-searchform:after {
    content: "";
    display: table;
  }
  .searchform:after,
  .footer-searchform:after {
    clear: both;
  }
}

.searchinput-wrap {
  padding: 0;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .searchinput-wrap {
    float: left;
    width: 80%;
    padding: 0 0;
  }
}

.searchsubmit-wrap {
  padding: 0;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .searchsubmit-wrap {
    float: left;
    width: 20%;
    padding: 0 0;
  }
}

.footer-searchinput-wrap {
  width: 62.5%;
}
@media only screen and (max-width: 767px) {
  .footer-searchinput-wrap {
    float: left;
    width: 60%;
    padding: 0 0;
  }
}

.footer-searchsubmit-wrap {
  width: 25%;
  margin-left: 6%;
}
@media only screen and (max-width: 767px) {
  .footer-searchsubmit-wrap {
    float: left;
    width: 20%;
    padding: 0 0;
  }
}
@media only screen and (max-width: 980px) {
  .footer-searchsubmit-wrap {
    margin-left: 2%;
  }
}

.page-content {
min-height:620px;
  width: 75%;
  left: 25%;
}
@media only screen and (max-width: 767px) {
  .page-content {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    left: 0;
  }
}

/* Footerin SOME logot OA 13.09.13*/
.some_icon{
position:relative;
top:4px;
margin-right:5px;
}
/*END OA Fix*/



.page-side {
  width: 25%;
  right: 75%;
}

@media only screen and (max-width: 767px) {
  .page-side {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-side {
    left: 0;
  }
}

.museum-wrap {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .museum-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .museum-wrap {
    width: 100%;
  }
}

.home-main {
  width: 62.5%;
}
@media only screen and (max-width: 767px) {
  .home-main {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

.home-asides {
  width: 37.5%;
}
@media only screen and (max-width: 767px) {
  .home-asides {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

.push-big {
  margin: 0 0;
}
.push-big .push-thumb {
  width: 37.5%;
}
@media only screen and (max-width: 767px) {
  .push-big .push-thumb {
    float: left;
    width: 20%;
    padding: 0 0;
  }
}
.push-big .push-content {
  width: 62.5%;
}
@media only screen and (max-width: 767px) {
  .push-big .push-content {
    float: left;
    width: 80%;
    padding: 0 0;
  }
}

.small-pushes {
  margin: 0 0;
}

.small-pushes-left,
.small-pushes-right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .small-pushes-left,
  .small-pushes-right {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

.article.wide {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.article.wide .article-thumb {
  width: 44.89796%;
}
@media only screen and (max-width: 767px) {
  .article.wide .article-thumb {
    float: left;
    width: 40%;
    padding: 0 0;
  }
}
.article.wide .article-content {
  width: 52.04082%;
}
@media only screen and (max-width: 767px) {
  .article.wide .article-content {
    float: left;
    width: 60%;
    padding: 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .article.wide .article-thumb,
  .article.wide .article-content {
    width: 100%;
    float: none;
  }
}

.units-grid {
  margin: 0 0;
}

.units-grid-left,
.units-grid-right {
  width: 50%;
}

.footer-top,
.footer-bottom {
  margin: 0 0;
}

.footer-top-logo {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .footer-top-logo {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

.footer-top-search {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .footer-top-search {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

.footer-contacts {
  width: 37.5%;
}
@media only screen and (max-width: 767px) {
  .footer-contacts {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

.footer-links-pre {
  width: 12.5%;
}

.footer-links {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer-links {
    float: left;
    width: 100%;
    padding: 0 0;
  }
}

.shortcuts {
  margin: 0 0;
}
.shortcuts .shortcuts-left,
.shortcuts .shortcuts-right {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .shortcuts .shortcuts-left,
  .shortcuts .shortcuts-right {
    float: none;
    width: 100%;
  }
}

#quicklinks .shortcuts-left,
#quicklinks .shortcuts-right {
  margin: 0 0;
}
#quicklinks .shortcut-menu {
  width: 25%;
  padding: 10px;
  margin: 0;
}

.container {
  margin: 0 0;
}

/*======================================================
6. LUOMUS CUSTOM MODULES
======================================================*/
@font-face {
  font-family: 'fontello';
  src: url("../assets/font/fontello.eot");
  src: url("../assets/font/fontello.eot?#iefix") format("embedded-opentype"), url("../assets/font/fontello.woff") format("woff"), url("../assets/font/fontello.ttf") format("truetype"), url("../font/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.8;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}

.icon-location:before {
  content: '\e724';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-rss:before {
  content: '\f09e';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3';
}

/* '' */
.icon-gplus-squared:before {
  content: '\f0d4';
}

/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}

/* '' */
.icon-facebook-squared:before {
  content: '\f308';
}

/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}

/* '' */
.icon-user:before {
  content: '👤';
}

/* '\1f464' */
.icon-download:before {
  content: '📥';
}

/* '\1f4e5' */
.icon-search:before {
  content: '🔍';
}

/* '\1f50d' */
/* Icon fonts for IE */
.lt-ie8 [class^="icon-"],
.lt-ie8 [class*=" icon-"] {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}
.lt-ie8 .icon-location {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe724;&nbsp;');
}
.lt-ie8 .icon-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;&nbsp;');
}
.lt-ie8 .icon-rss {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;&nbsp;');
}
.lt-ie8 .icon-menu {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;&nbsp;');
}
.lt-ie8 .icon-pinterest-squared {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;&nbsp;');
}
.lt-ie8 .icon-gplus-squared {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;&nbsp;');
}
.lt-ie8 .icon-mail-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;&nbsp;');
}
.lt-ie8 .icon-facebook-squared {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf308;&nbsp;');
}
.lt-ie8 .icon-linkedin-squared {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf30c;&nbsp;');
}
.lt-ie8 .icon-user {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f464;&nbsp;');
}
.lt-ie8 .icon-download {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f4e5;&nbsp;');
}
.lt-ie8 .icon-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f50d;&nbsp;');
}
/*OA Added !important*/
img, object, embed {
  max-width: 100%!important;
  height: auto!important;;
}

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}


/*Responsive images OA*/
tr td img{
height: auto!important;
}

@media only screen and (max-width: 960px) { 
tr td img{
width:100%!important;
height: auto!important;
}

tbody tr td div{
min-width:100%;
min-height:100%;
width:100%!important;
height: 100%!important;
}
 div{
 max-width: 100%!important;
 /* height: 100%;/*OR auto ->slideshow size will decrease */
}


/*
div img.pageimage{
min-width:100%;
min-height:100%;
width:100%!important;
height: 100%!important;
}
*/

div div.imageCaption{
min-width:100%;
min-height:100%;
width:100%!important;
height: 100%!important;

}
}



a.colorbox div{
min-width:226px;
width:100%;
}

@media only screen and (max-width: 960px) { 
img{
/*width: 100%!important;*/
height: auto;
}

a.colorbox div{
min-width:100%;
min-height:100%;
width:100%!important;
height: 100%!important;
}

div#colorbox div#cboxWrapper div div#cboxContent{
width:100%!important;
height: 100%!important;
position:relative;
left:0%!important;


}


}



#map_canvas img, .map_canvas img {
  max-width: none!important;
}

/* Some default colours */
body {
  background: #c5c7c5;
}

#masthead,
.content-home,
.infosection-wrap,
#museums,
.breadcrumbs-wrap,
.page {
  background-color: white;
}

/* Assistive text */
.assistive-text {
  display: block;
  position: absolute !important;
  left: -1000px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Accessible links */
#quicklink-toggle:focus, #museums a:focus, .readmore:focus, .linkarrow:focus {
  background: #2161cb;
  color: white;
  outline: none;
}

button#searchsubmit:focus, .units-grid a:focus {
  color: #2161cb;
  outline: none;
}

[role=main] a:focus,
#footer a:focus, #menu-toggle:focus, #searchinput:focus, .units-grid a:focus {
 /* outline: 2px solid #2161cb;*/
}

/* Luomus modules */
.logogroup {
  background: url('../assets/images/luomuslogo-black.png') no-repeat 50% 12px;
  height: 99px;
  /* Accessible hiding of text */
}
.logogroup h1, .logogroup h2 {
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.has-pic .logogroup {
  background-image: url('../assets/images/luomuslogo-white.png');
}
@media only screen and (max-width: 767px) {
  .has-pic .logogroup {
    background-image: url('../assets/images/luomuslogo-black.png');
  }
}
@media only screen and (max-width: 767px) {
  .logogroup {
    background-size: contain;
    max-width: 200px;
    height: 80px;
    margin-left: 10px;
  }
}

#quicklink-toggle {
  position: absolute;
  right: 0px;
  top: 170px;
  z-index: 2;
  display: block;
  background: #2a2f29;
}

.links-tag {
  display: inline-block;
  width: 41px;
  height: 43px;
  border-right: 1px solid #5b5e5b;
  padding: 8px 6px;
  vertical-align: middle;
}
.links-tag i {
  color: #fff;
  font-size: 2em;
}

.toggle-text {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

#quicklinks {
  position: absolute;
  top: 170px;
  z-index: 1;
  width: 100%;
}

#quicklinks-inner {
  background: #1a1a1a;
  margin: 0 30px;
  overflow: hidden;
}
.rgba #quicklinks-inner {
  background: rgba(0, 0, 0, 0.8);
}
#quicklinks-inner .shortcut-menu  {
  margin: 0;
}
#quicklinks-inner .shortcut-menu-title {
  color: white;
}
#quicklinks-inner h2, #quicklinks-inner h3, #quicklinks-inner h4 {
  color: white;
  margin-top: 5px;
}
#quicklinks-inner a {
  color: white;
}
#quicklinks-inner, #quicklinks-inner p, #quicklinks-inner .metatitle, #quicklinks-inner .readmore, #quicklinks-inner .linkarrow {
  color: #959794;
}
#quicklinks-inner .side-nav {
  margin: 0;
  padding: 0;
  background: none;
}

#masthead.has-pic {
  /*
  OA FIX
  background: #eee none no-repeat 100% 0; */
  background:transparent;
  min-height: 455px;

  /* TRANSISITION */
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
}

.no-js #masthead.has-pic {
  /*
  OA FIX
  background-image: url('../assets/images/flora.jpg'); */
}
.lt-ie9 #masthead.has-pic #masthead-inner {
  height: 455px;
}
/*OA IE 28.2.2014*/
.lt-ie8 #masthead.has-pic #masthead-inner {
  height: 455px;
}
/*IE7 only*/
*+html .slide{
  height: 455px!important;
  width:990px!important;
}
*+html #featuredContent{
  height: 455px!important;
  width:970px!important;
}
*+html .searchinput-wrap{
 height: 5px!important;
}
*+html .search{
 height: 18px!important;
}
*+html .infosection{
  width:970px!important;
}
*+html .logogroup{
  height:103px!important;
}




/*IE7 end*/

@media only screen and (max-width: 767px) {
  #masthead.has-pic {
    background: white !important;
    min-height: 0;
  }
}

#menu-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* Utility menu */
#utilitymenu {
  float: right;
}
#utilitymenu ul.inline-list {
  margin: 0 20px 0 0;
}
#utilitymenu ul.inline-list a {
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: black;
  padding: 0 3px;
}
.has-pic #utilitymenu ul.inline-list a {
  color: white;
}
@media only screen and (max-width: 767px) {
  .has-pic #utilitymenu ul.inline-list a {
    color: black;
  }
}
#utilitymenu ul.inline-list a:focus {
  background: #2161cb;
}
@media only screen and (max-width: 767px) {
  #utilitymenu {
    border-top: 1px solid #70746f;
    border-bottom: 1px solid #70746f;
    margin: 0 10px;
    float: none;
    text-align: center;
  }
  #utilitymenu li {
    display: inline-block;
    float: none;
  }
  #utilitymenu ul.inline-list a {
    line-height: 3;
  }
}

/* Search button */
#searchinput {
  max-width: 130px;
  float: right;
  -webkit-transition: width, 0.25s;
  -moz-transition: width, 0.25s;
  -o-transition: width, 0.25s;
  transition: width, 0.25s;
}
#searchinput:focus {
  max-width: 180px;
}
@media only screen and (max-width: 840px) {
  #searchinput:focus {
    max-width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #searchinput {
    max-width: none;
    float: none;
  }
}

button#searchsubmit {
  background: transparent;
  border: none;
  color: white;
  font-size: 1.7em;
  text-align: left;
  padding: 0;
  margin: 0;
}

/* Main menu */
#mainmenu {
  clear: both;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#mainmenu .nav-bar {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #mainmenu .nav-bar {
    margin: 0 10px 10px 10px;
  }
}
#mainmenu .nav-bar.hidden {
  height: 0;
  overflow: hidden;
}
#mainmenu .nav-bar > li.search {
  border-right: 0;
  width: 240px;
  float: right;
}
@media only screen and (max-width: 860px) {
  #mainmenu .nav-bar > li.search {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #mainmenu .nav-bar > li.search {
    float: none;
    padding: 0 10px;
    width: 100%;
    max-width: 300px;
  }
}
#mainmenu .nav-bar > li.search form {
  padding-top: 4px;
}
#mainmenu .nav-bar > li.search:hover:after {
  border: 0;
}
#mainmenu .nav-bar > li.search input[type=text] {
  margin: 0;
}
#mainmenu .nav-bar > li.search .loupe {
  margin-left: 5px;
}

/* Breadcrumbs */
ul.breadcrumbs {
  background: transparent;
  border: 0;
  margin: 0 10px;
  padding: 5px 0;
}
ul.breadcrumbs li a {
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1.6rem;
}

#museum-slides .orbit {
  margin-bottom: 0;
}
#museum-slides .slide {
  width: 50%;
  padding: 30px 0 20px 45px;
}
@media only screen and (max-width: 960px) {
  #museum-slides .slide {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #museum-slides .slide {
    padding: 10px;
    width: 100%;
  }
}
#museum-slides .timer {
  display: none;
}
#museum-slides .metatitle, #museum-slides .readmore, #museum-slides .linkarrow, #museum-slides .expotitle {
  color: white;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #museum-slides .metatitle, #museum-slides .readmore, #museum-slides .linkarrow, #museum-slides .expotitle {
    color: #337d4d;
  }
}
#museum-slides .expotitle {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 5px;
}
#museum-slides .expotext, #museum-slides .expometa {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.375;
}

/* Tabs */
#museums {
  padding: 0 10px;
}
#museums h3, #museums h4 {
  margin-top: 0;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
#museums a {
  background: #2a2f29;
  border-left: 1px solid #5b5e5b;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  padding: 10px;
  min-height: 13em;
  position: relative;
}
#museums a.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid white;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #museums a.active:after {
    min-height: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  #museums a {
    background: transparent;
    min-height: 0;
    margin: 0;
    border-left: none;
    border-bottom: 1px solid #70746f;
  }
}
@media only screen and (max-width: 500px) {
  #museums a {
    width: 100%;
  }
}
#museums .museum-wrap:last-child a {
  border-bottom: none;
}
#museums > div:first-child a {
  border-left: 0;
}
#museums p {
  margin-bottom: 0;
}
#museums .museum-pseudolink {
  color: #5e90e2;
}
@media only screen and (max-width: 767px) {
  #museums {
    background: #2a2f29 url(../assets/images/line.png) repeat-y 50% 0;
    border-left: 10px solid white;
    border-right: 10px solid white;
  }
}
@media only screen and (max-width: 500px) {
  #museums {
    background-image: none;
  }
}

/* Sub-nav */

/* MH 11.12.2012 */
#submenu h2 {
	display: none;
}

#submenu {
  padding: 0 0 0 10px;
}
#submenu .side-nav {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
}
#submenu .side-nav > li {
  margin: 0;
}
#submenu .side-nav > li.active-trail {
  border: none;
  position: relative;
}
#submenu .side-nav > li.active-trail a {
  font-weight: normal;
}
#submenu .side-nav > li.active-trail :before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid #2a2f29;
  border-bottom: 15px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
#submenu .side-nav > li > a {
  background: url('../assets/images/dots.png') repeat-x 0 100%;
  text-transform: uppercase;
  padding: 5px 0;
  line-height: 1.3;
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
}
#submenu .side-nav > li ul {
  background: url('../assets/images/dots.png') repeat-x 0 100%;
  margin-left: 0;
  padding-left: 20px;
  padding-bottom: 2px;
}
#submenu .side-nav > li ul li {
  margin: 0;
}
#submenu .side-nav > li ul a {
  padding: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #submenu {
    background: url('../assets/images/dots.png') repeat-x 0 0;
    padding: 0;
    margin: 0 10px;
  }
}

/* Panels */
.infosection {
  background: transparent;
  border: 0;
  margin: 0;
}
.infosection p {
  font-size: 20px;
  font-size: 2rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #2a2f29;
}
@media only screen and (max-width: 767px) {
  .infosection {
    padding: 10px;
  }
  .infosection p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* Typographic specialities */
.metatitle, .readmore, .linkarrow {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  display: block;
  color: black;
}

.readmore{
margin-bottom:8px;
}


.maintitle {
  margin-top: 6px;
}

.sectiontitle {
  font-size: 30px;
  font-size: 3rem;
  color: #2a2f29;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 40px 0 10px 0;
  background: url('../assets/images/doubledots.png') repeat-x 0 100%;
}

.linkarrow {
  display: inline-block;
  color: white;
  position: relative;
  background: #2161cb;
  line-height: 1;
  padding: 0.1em 0.3em 0 0.3em;
}
.text-right .linkarrow {
  right: 1em;
}
.linkarrow:after {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.linkarrow:after {
  border-color: rgba(33, 97, 203, 0);
  border-left-color: #2161cb;
  border-width: 0.8em;
  top: 50%;
  margin-top: -0.8em;
}
.linkarrow:hover {
  color: #cccccc;
}
.linkarrow.block {
  display: block;
  right: 1em;
  padding-left: 1.3em;
}

.separator {
  margin: 0 12px;
}

.dots, .dots-bottom {
  background: url('../assets/images/dots.png') repeat-x 0 0;
  min-height: 4px;
}

.dots-bottom {
  background-position: 0 100%;
}

.doubledots {
  background: url('../assets/images/doubledots.png') repeat-x 0 0;
  padding-top: 4px;
  min-height: 4px;
}

/* Pushes */
.big-pushes {
  position: relative;
  padding-left: 10px;
}

.push-big {
  *zoom: 1;
  padding: 10px 10px 10px 0;
}
.push-big:before, .push-big:after {
  content: "";
  display: table;
}
.push-big:after {
  clear: both;
}
.push-big .push-content {
  padding-left: 20px;
}

.push-small {
  padding: 10px;
}

.push-small-2 {
  padding: 15px 0;
}

.pushes-2 {
  padding: 10px;
}

.push-content {
  overflow: hidden;
}

.pushes-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .article-thumb {
    padding-right: 10px !important;
  }
}



/* Home page asides */
 
.aside-research, .aside-services, .aside-donate, .aside-infocenter {
  background: url(../assets/images/dots.png) repeat-x 0 100%;
  overflow: hidden;
  margin-right: 10px;
  padding: 10px 0 10px 10px;
}

.aside-title {
  margin-top: 0;
}

.home-asides {
  background: url(../assets/images/dots-vertical.png) repeat-y 0 0;
  padding-bottom: 0px;
}

.aside-info {
  overflow: hidden;
}
.aside-info p:last-child {
  margin-bottom: 0;
}


/* russian center images*/
.aside_russ img{
margin-left:0px;
}
.aside_russ {
text-align:center;
}



.units-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2a2f29;
  margin: 15px 0 0 0;
}
.units > .units-title {
  padding: 10px;
}

.units-grid {
  max-width: 355px;
}
.units-grid a {
  background: #666666 url('../assets/images-kuvitus/units.png');
  display: block;
  min-height: 121.5px;
  max-width: 180.5px;
  margin-bottom: 1px;
  position: relative;
  *height: 121.5px;
}
.units-grid a span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.units-grid .units-flora {
  background-position: 100% 0;
  margin-left: 1px;
}
.units-grid .units-geology {
  background-position: 0 100%;
}
.units-grid .units-dating {
  background-position: 100% 100%;
  margin-left: 1px;
}

.aside-info {
  padding: 10px 0;
}

.text-with-image-bg {
  display: block;
  position: relative;
  max-width: 360px;
}
.text-with-image-bg .caption {
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.text-with-image-bg:hover .caption {
  color: #c3d6f5;
}

/* Inner pages */
.page-main {
  overflow: hidden;
  padding: 12px 35px 30px 25px;
  /* Make sure lists within content have correct indent */
}
.page-main ul {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .page-main {
    padding: 10px;
  }
}

.page-wide {
  padding: 10px;
}

/* Bugs */
.bug {
  text-align: center;
  padding: 20px 0;
}

/* Footer */
.site-footer {
  background: #2a2f29 url('../assets/images/doubledots-white.png') repeat-x top center;
  padding-top: 7px;
}
.site-footer .row {
  background: transparent;
}
.site-footer h2, .site-footer h3, .site-footer h4 {
  color: white;
  margin-top: 5px;
}
.site-footer a {
  color: white;
}
.site-footer, .site-footer p, .site-footer .metatitle, .site-footer .readmore, .site-footer .linkarrow {
  color: #959794;
}

.footer-top {
  padding: 30px 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 30px 10px 25px 10px;
  }
  .footer-top form {
    padding-top: 30px;
  }
}

.footer-bottom {
  border-top: 1px solid #5b5e5b;
}

.footer-contacts {
  padding: 15px 25px;
}
@media only screen and (max-width: 767px) {
  .footer-contacts {
    padding: 15px 10px;
  }
}

.contact-group-title {
  font-size: 20px;
  font-size: 2rem;
}

.footer-links-tag {
  display: block;
  float: right;
  width: 41px;
  height: 53px;
  border-right: 1px solid #5b5e5b;
  margin-right: 10px;
  padding-top: 8px;
}
.footer-links-tag i {
  color: #959794;
  font-size: 2.5em;
}

.footer-links {
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .footer-links {
    padding: 15px 10px;
  }
}

.shortcut-menu {
  margin: 0 40px 15px 0;
}
@media only screen and (max-width: 767px) {
  .shortcut-menu {
    margin: 0 0 15px 0;
  }
}
.shortcut-menu .side-nav {
  background: url('../assets/images/dots-light.png') repeat-x 0 100%;
  padding: 15px 0;
}

.shortcut-menu-title {
  font-size: 18px;
  font-size: 1.8rem;
}


/* ADDED at LUOMUS */
/* This section contains all the eyecandy of the site by OA 12.11.13*/




/* Table background*/
div.uncollapsed table{
background: none;
}
div.uncollapsed table tbody tr td{
display: table-cell;
}
.visit-us-container table tbody tr td{
word-wrap:break-word;
}

/* TULE KYMN responsive DIV*/
.visit-us-container{
max-width:300px;
float:left;
margin-right: 25px;
}

@media only screen and (max-width: 1000px) { 
.visit-us-container{
width:100%;
height:100%;
float:none;
}
}



/* front page expo texts */
.linkit{
font-size:0.9em;
}
.linkit em a{
color:black;
font-size:0.85em;
}

a.header-links-for-slide p.expotext{
font-family: Arial;
color: #333333;
}

html.modern body header#masthead.has-pic div#museum-slides.hide-for-small div.orbit-wrapper div.orbit div.slide p.expotext{
color: #333333;
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
direction: ltr;
display: block;
font-family: Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 22px;
}
/* end expotext*/


/*Basic page node type cleanup*/
.field-name-field-author-basic{
display:block;
}

.field-name-field-author-basic div.field-items div.field-item{
font-size:0.8em;
color:#989898;
margin-bottom:4px;
}

.field-name-field-author-basic div.field-label{
float:left;
font-size:0.8em;
color:#989898;
margin-bottom:4px;
}
/*END basic page*/

/*news type views*/
.odd.uutiset-block{
background-color:rgba(149,151,148,0.2);
}

div.field-item span.date-display-single{
display:block;
color:rgba(149,151,148,1.0);
font-size:0.9em;
margin-right:30px;
margin-bottom:10px;
}
.news-date{
margin-bottom:10px;
color:rgba(149,151,148,1.0);
font-size:0.9em;
}

.news-author{
font-size:0.9em;
color:rgba(149,151,148,1.0);
}
/*END news views*/

/*ajankohtaista views Feed*/
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content div.view div.view-content div p{
/*margin-bottom:0px;*/
}

p.field-content.news-date{
display:block;
color:rgba(149,151,148,1.0);
font-size:0.9em;
margin-right:30px;
margin-bottom:0px;
}

div.taxonomia-terms-wrap div{
font-size:0.8em;
float:left;
margin-right:20px;
padding-top:7px;
text-align:right;
display:block;
}

div.taxonomia-terms-wrap p a{
font-size:0.8em;
padding-top:4px;
}

div.taxonomia-terms-wrap{
background: url("../assets/images/dots.png") repeat-x scroll 0 bottom transparent;
}

div.taxonomia-terms-wrap p{
padding-bottom:7px;
}
/*END new feed*/



/*Default node search*/

/* form ie fix*/
.search placeholder{
height:32px;
}

.searchform{
height:32px; !important
}

#searchinput{
height:32px;
}
/*end IE fix*/

/*Hide mobi search*/
@media only screen and (max-width: 800px) { 
html.modern body header#masthead.has-pic div#navigation-wrap nav#mainmenu ul.nav-bar li.search{
display:none !important;
visibility:hidden;}
}

.node div.submitted span{
display:none;
}

html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content ol.search-results li.search-result{
border-bottom: 1px solid #DDDDDD;
}

html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content h2.element-invisible{
display:none;
}

ol.search-results li.search-result h3.title{
margin-bottom:0px;
font-size:1.1em;
 font-family: arial,sans-serif;
}

ol.search-results li.search-result h3.title a{
margin-bottom:0px;
font-size:1.1em;
 font-family: arial,sans-serif;
 text-decoration:underline
}

.search-advanced div.fieldset-wrapper div.criterion div.form-item label.element-invisible{
margin-bottom:5px;
}

div.content ol.search-results li.search-result div.search-snippet-info p.search-info{
display:none;
}


.form-type-checkbox{
display:block;
height:25px;
}

input.form-checkbox{
display:block;
float:left;
margin-top:0px;

}
div#edit-language.form-checkboxes div.form-item label.option{
margin-left:5px;
display:inline;
}
input#edit-submit--2.form-submit{
height:35px;
width:65px;
margin-bottom:15px;
margin-top:10px;
}
 
#edit-submit--2.action{
display:block;

} 
/*End Search*/


/*Every image of the page*/
.pageimage{
	border-radius: 3px;
-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}	


div img.pageimage{
padding-left:3px;
padding-right:3px;
	}
/*End images*/
	
/*  Pager */

ul.pager{
 display: block;
 list-style:none;
 list-style-position: outside;
}
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content div.item-list ul.pager{
    padding-left: 0px;
	}
.item-list .pager {
    clear: both;
    text-align: center;
	margin-left:0px;
}
.item-list ul {
    margin: 0 0 0.75em;
    padding: 0;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.3em;
}
.item-list ul li {
    margin: 0 0 0.25em 0.25em;
    padding: 0;
}
.pager-current {
    font-weight: bold;
}
/*End Pager*/


/* calender cleanup*/


.mini-day-on{
color:#ffffff;
}

/* mini calender cleanup*/
.calendar-calendar td.has-events {
background-color: #74a5d7;
}

.calendar-calendar tr td.today {
    background-color: #ff7752;
}

a#event-popup.event-popup{
color:#ffffff;
}
.single-day div.inner div.item div.view-item div.calendar{
background-color: #597ea4;
}
/*
END CALENDER
*/

/* Seuraavat ovat Eskon valiaikaisesti tanne tiedoston ylaosaan tekemia yliajoja, jotka olisi syyta siirtaa oikeille paikoilleen tassa tiedostossa, kun muutokset on hyvaksi havaittu. */
/* Korjataan clitch, jossa liian pitka sisalto aiheuttaa museum-wrap laatikoiden koon vaihtelun */
div#museums { background-color: rgb(42, 47, 41); padding: 0px; }
/* Poistetaan vasemman valikon turha alaviivan */
#submenu .side-nav > li ul { background: none !important; }
/* Korostetaan valittu valikon osio */
a.active { font-weight: bold !important;  } 
#mainmenu a.active { font-weight: normal !important; }
/* Tassa korjataan se, etta aktiivinen paalikko oli valkoinen, mutta kun mennaan alasivulle, valkoisuus katosi. Nyt valikko ei ole koskaan valkoinen. */
.nav-bar > li.active > a { color: rgb(230, 230, 230) !important; } 



/* List deco*/
div.sub-menu-box-arrow ul li{
height:22px;
list-style:url("../assets/images/plus.gif");
opacity:0.8;
 -o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
  transition:.4s;
}
/*
div.sub-menu-box-arrow div.sub-menu-box-arrow ul li > ul:hover{
font-size: 70%;
}

div.sub-menu-box-arrow div.sub-menu-box-arrow ul > li{

}

*/

/*nuolivalikko*/
 div.sub-menu-box-arrow ul li ul li{
 
 }


@media only screen and (max-width: 767px) { 
div.sub-menu-box-arrow ul li{
height:100%;
list-style:url("../assets/images/plus.gif");
opacity:0.8;
 -o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
  transition:.4s;
}
}
div.sub-menu-box-arrow ul li:hover{
bottom: 1px;
height:22px;
 margin-bottom: 0;
    margin-top: 0;
opacity:1.0;
list-style:url("../assets/images/plus-down.gif");
font-size:120%;
position: relative;
}

@media only screen and (max-width: 767px) { 
div.sub-menu-box-arrow ul li:hover{
height:100%;
opacity:1.0;
list-style:url("../assets/images/plus-down.gif");
font-size:100%;
}
}

@media only screen and (max-width: 767px) { 
.sub-menu-box-arrow{
margin-bottom:10px;
}
}

/*END List DECO*/

/*blog divider*/
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content div.view div.view-content div.views-row {
border:1px;
border-bottom-style:dotted;
padding-bottom:20px;
margin-bottom:50px;
}
/* Archive filter */
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content div.view div.view-filters form#views-exposed-form-archive-page.ctools-auto-submit-full-form div div.views-exposed-form div.views-exposed-widgets div#edit-field-kategoria-tid-wrapper.views-exposed-widget{
width:200px;
}
  /* Views Table themes */
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content div.view div.view-content table.views-table tbody tr.odd{
background-color:rgba(149,151,148,0.3);
}

div.view h2.element-invisible{
display:none;
}

div#block-views-ajankohtaista-block.block div.content div.view div.view-content table.views-table tbody tr.odd{
background-color:rgba(233,233,233,0.2);
padding-top:2px;
padding-bottom:2px;
}

#museums .museum-pseudolink {
  position: relative;
  bottom: -0.3em;
}

.push-big .push-content {
  width: 100%;
  padding-left: 0px;
}

/* scrollup btn*/
.scrollup{
    width:72px;
    height:72px;
    opacity:0.4;
	transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-webkit-transition: opacity .3s ease-out;
-o-transition: opacity .3s ease-out;
    position:fixed;
    bottom:50px;
    left:39%;
    display:none; 
    text-indent:-9999px;
    background: url('../assets/images/backtotop.png') no-repeat; 	
}
.scrollup:hover{
opacity:0.9;
transition: opacity .4s ease-out;
-moz-transition: opacity .4s ease-out;
-webkit-transition: opacity .4s ease-out;
-o-transition: opacity .4s ease-out;
}
@media only screen and (max-width: 767px) { 
.scrollup{
position:fixed;
    bottom:-20px;
    right:40%;
}
}
/*END SCROLLUP*/


/*Front page new head*/

.news-header{
margin-top:0px;
margin-bottom:-20px;
}


/* Collapse -featuren tyylit */ 
.collapse {
  overflow: hidden;
  height: 0em;
  position: relative;
  border: 0;
}
.collapse-sv {
  overflow: hidden;
  height: 0em;
  position: relative;
  border: 0;
}
.collapse-en {
  overflow: hidden;
  height: 0em;
  position: relative;
  border: 0;
}
.uncollapsed {
	display:block;
  border-radius: 10px;
  padding: 10px;
  background-color: #eee;
}
.collapseButton {
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 5px;
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-top-style: none;
  color: rgb(29, 87, 181);
}
.collapseShowLessButton {
  width: 100%;
  display: block;
  text-align: right;
  border: 0;
}


/*Palautelomakeen leveys OA 13.09.13*/
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content form#palaute-entityform-edit-form.ds-1col div div.ds-1col div#edit-field-nimesi.field-type-text{
max-width:220px;
}
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content form#palaute-entityform-edit-form.ds-1col div div.ds-1col div#edit-field-s-hk-postiosoiteesi.field-type-email div#field-s-hk-postiosoiteesi-add-more-wrapper div.text-full-wrapper div.form-item input#edit-field-s-hk-postiosoiteesi-und-0-email.form-text{
max-width:220px;
}
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content form#palaute-entityform-edit-form.ds-1col div div.ds-1col div#edit-field-s-hk-postiosoiteesi.field-type-email div#field-s-hk-postiosoiteesi-add-more-wrapper div.text-full-wrapper div.form-item div.description{
margin-bottom:10px;
}
/* end palautelomake*/


/*FLICKR*/

@media only screen and (max-width: 767px) { 

.flickr{
display:none;
}
}

/* FACEBOOK IFRAMES*/
.facebook{
width:100%;
}
iframe.facebook{
/*padding:10px;*/
}


/*Tags */

/* Hajoittaa Google mapsin pikku linkin
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content div.ds-1col small a{
display:block;
margin-top:2px;
font-size:110%;
}

*/
html.modern body div.page div.page-content article.page-main div.region div#block-system-main.block div.content div.ds-1col div small{
margin-bottom:4px;
}


/* Typographic specialities */
.pushes-2 h3 {
  margin: 30px 0 10px 0;
}

.pushes-2 h4 {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 -10px 0;
  color: black;
}

.pushes-2 {
	padding-top: 1em;
	/*background-image: url("../assets/images/dots-vertical.png") 0 0 right;
	background-repeat: repeat-y;
	background-attachment:scroll;
	background-color:transparent; 
background: url(../assets/images/dots-vertical.png) repeat-y 0 0;*/
}


.big-pushes h4 {
    color: black;
    font-family: Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
   /* margin: 15px 0 -10px;*/
    text-transform: uppercase;
}

.front-page-news{
margin: 15px 0 -10px;
}

hr.hidden{
 border: 0 solid #DDDDDD;
}

aside.aside-infocenter.center{
text-align:center;
}

.field-name-field-author div.field-item{
font-size: 12px;

}

.field-name-field-author.field-type-text {
font-size: 10px;
color: rgba(149,151,148,1.0);
margin-bottom:10px;
}

div.field div.field-items div.field-item p{

}

.blog-body{

}

.view-monimuotoisuutta-tutkimassa-blogi p{
margin-bottom:10px;
}

div.news p{
margin:0px;
}


/*arkisto kategoriat*/
	
	.avain-name{
	display: block;
    float: left;
    font-size: 0.8em;
    margin-right: 20px;
    padding-top: 7px;
    text-align: right;
	}

	.avain-term-name a{
	font-family: inherit;
    font-size: 0.80em;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 19px;
	margin-right:10px;
	 padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
	}
	.avain-term-name{
	 margin-bottom: 4px;
	} 

	p.avain-term-name a:hover{
	color:#ffffff;
	background-color:#C5C7C5;
	}
	
	.big, .big a{
	margin-top:3px;
	font-size: 0.95em;
	}

	p.avain-term-name.big a{
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:6px;
	display: block;
    float: left;
    text-align: right;
	}
	/*
	p.printfeed{
	margin-bottom:0px;
	}
	
	.ds-1col  p{
	margin-bottom:0px;
	}
	*/
	div.ds-1col p.avain-term-name{
	padding-bottom:5px;
	}
	/*
	.view-testiblogit p:empty{
		display:none;
	}
h2.blog-title{
display:none;
}
*/

/*hide blog title*/
.blog-class{
display:none;
}

/* form hide status*/
.messages.status.element-invisible{
display:none;
}