/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.3s ease-out;
  -moz-transition: all 0.2s ease-in-out 0.3s ease-out;
  -o-transition: all 0.2s ease-in-out 0.3s ease-out;
  -ms-transition: all 0.2s ease-in-out 0.3s ease-out;
  transition: all 0.2s ease-in-out 0.3s ease-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
p.list {
  margin: 0 0 5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.col-top10 {
  position: absolute;
  min-height: 1px;
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.col-md-12_omasuositus {
  position: relative;
  min-height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color:lightgrey;
}

.col-md-12_suositus {
  position: relative;
  min-height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-top10 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
}

.form-control12 {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
}
textarea.form-control12 {
  height: auto;
}


.form-control:focus {
  border-color: #ff3f00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 63, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 63, 0, 0.6);
}

.form-control_suositus {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 2.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
}

.form-control_suositus:focus {
  border-color: #ff3f00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 63, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 63, 0, 0.6);
}

.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],

.forgotscript {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.3s ease-out;
}

.forgotscript:focus {
  border-color: #ff3f00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 63, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 63, 0, 0.6);
}

fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 39px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 36px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 53px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**************************************************************/
/**************************************************************/
.no-scroll {
  overflow: hidden;
  height: 100%;
}
html {
  -webkit-font-smoothing: antialiased;
}
p {
  font-weight: 300;
  font-size: 14px;
}
ul li {
  font-weight: 300;
  margin: 0px;
  font-size: 14px;
}
ol li {
  font-weight: 300;
  margin: 0px;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
a,
button,
input {
  outline: 0;
}
a {
  color: #ff3f00;
}
a:focus,
a:active {
  text-decoration: none;
  outline: 0;
}
a:focus {
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0) !important;
}
h1,
h2 {
  font-weight: 700;
}
h1 {
  margin: 0 0 10px;
  font-size: 16px;
}
h1.exclamation {
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h1.exclamation {
    padding: 0 0 0 40px;
    margin-bottom: 30px;
    background: url(../images/huutomerkki.png) 0 50% no-repeat;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  padding: 0 0 20px;
  margin: 20px 0 0;
  font-size: 18px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  padding: 20px 0 0;
  margin: 0 0 20px;
  font-size: 18px;
  color: #ff3f00;
}
@media (min-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
  color: #ff3f00;
  padding: 0;
  margin: 0 0 20px;
}
.clear {
  clear: both;
}
.small {
  font-size: 80%;
}
.centered {
  text-align: center;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
noscript {
  display: block;
  text-align: center;
  margin: 0 0 40px;
  padding: 20px;
  background: #b85f5f;
  color: white;
  border: red;
}
.black {
  color: black;
}
.generic-button {
  position: relative;
  display: inline-block;
  background: #08507a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 10px 20px;
  margin: 4px 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.generic-button:visited,
.generic-button:active,
.generic-button:focus {
  color: white;
}
.generic-button:hover {
  -webkit-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
  background: #0e8fda;
  color: white;
}
.generic-button.active {
  background: #ff3f00 !important;
}
.generic-button.green {
  background: #79d132;
}
.generic-button.green:hover {
  background: #94da5c;
}
.generic-button.back {
  padding-left: 40px;
}
.generic-button.back:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/nuolitakaisin.png) no-repeat;
}

.submit-button {
  margin: 10px 0 0;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 300;  
  color: white;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #79d132;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit-button:hover {
  -webkit-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
}
@media (min-width: 768px) {
  .submit-button {
    margin: 34px 0 0;
    font-size: 16px !important;
    font-weight: 300;
  }
}

.forget-button {
  background: #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  color: black;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.forget-button:hover {
  background: #ff3f00;
  color: white;
}
@media (min-width: 768px) {
  .forget-button {
    margin-left: 10px;
    margin-top: 0;
  }
}
.big-button {
  display: block;
  width: 100%;
  margin: 20px 0 10px;
  padding: 15px 20px;
  text-align: center;
  background: #79d132;
  color: white;
  font-size: 20px !important;
  font-weight: 300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.big-button:visited,
.big-button:active,
.big-button:focus {
  color: white;
}
.big-button:hover {
  background: #94da5c;
  text-decoration: none;
  color: white;
}
.section_links {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 60px;
}
.section_links a {
  display: block;
  background: #08507a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 5px 20px;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section_links a.active {
  background: #ff3f00;
}
.section_links a:hover {
  -webkit-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
  background: #0e8fda;
}
.section_links.no-margin {
  margin: 0 !important;
  padding-top: 0 !important;
}
.section_links.compact a {
  padding: 2px 10px;
  background: #eeeeee;
  color: black;
}
.section_links.compact a:hover {
  background: #ff3f00;
  color: white;
}
.extrapadding {
  padding: 20px;
}
.border-right {
  border-right: 0;
}
@media (min-width: 992px) {
  .border-right {
    border-right: 1px solid #eeeeee;
  }
}
.spacer {
  height: 100px;
}
.spacer-mid {
  height: 50px;
}
.spacer-small {
  height: 20px;
}


.icon-links a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 45px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ff3f00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.icon-links a:hover {
  -webkit-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
}
.icon-links a img {
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 10px;
}

.link_suositukset a {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border-radius: 10px;
  color: #000000;
}
.link_suositukset a:hover {
  text-decoration: none;
  color: #ff3000;
}

.icon-links_suositukset a {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  border-radius: 10px;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.icon-links_suositukset a:hover {
  -webkit-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
  color: #ff3000;
}
.icon-links_suositukset a img {
  position: relative;
  top: 2px;
  left: 4px;
  margin-right: 10px;
}


.icon-links_extranet_hallinta a {
  position: relative;
  display: block;
  padding: 0px 5px 5px 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ff3f00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.icon-links_extranet_hallinta  a {
  position: relative;
  display: block;
  padding: 0px 5px 5px 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ff3f00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.icon-links_extranet_hallinta a:hover {
  -webkit-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
}
.imagefloat {
  float: left;
  margin: 0 10px 10px 0;
}
/**************************************************************/
form h3 {
  color: #ff3f00;
}
form label {
  padding-top: 15px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form label.focus {
  color: #ff3f00;
}
form input,
form select,
form textarea {
  font-size: 14px !important;
}
form input[type="submit"] {
  margin: 20px 0 0;
  padding: 10px 20px;
  text-align: center;
  background: #08507a;
  color: white;
  font-size: 20px;
  font-weight: 700;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form input[type="submit"]:hover {
  background: #0d7fc2;
}

/**************************************************************/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  overflow: hidden;
}
.overlay.overlay_small .content {
  position: fixed;
  top: 10%;
  left: 0;
  bottom: auto;
  right: 0;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: white;
  overflow: auto;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .overlay.overlay_small .content {
    width: 500px;
  }
}
.overlay .close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  border: 0;
  z-index: 5;
  background: url(../images/close.png);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay .close:hover {
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
}
.overlay .content {
  position: fixed;
  top: 15%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  padding: 20px;
  background: white;
  overflow: scroll;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .overlay .content {
    top: 15%;
    left: 15%;
    right: 15%;
    bottom: 15%;
  }
}
.overlay .content .bgline {
  padding-top: 0px;
  margin-bottom: 15px;
  text-align: center;
  background: url(../images/twinline.png) 0 50% repeat-x;
}
.overlay .content img {
  margin-bottom: 10px;
}
.overlay .content .quote {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/**************************************************************/
#main_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #042a41;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  #main_header {
    height: 100px;
    overflow: visible;
  }
}
#main_header .container {
  position: relative;
  padding-top: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_header .container h1 {
  position: absolute;
  top: 10px;
  left: 15px;
  padding: 0;
  margin: 0;
  width: 100px;
  z-index: 3;
}
@media (min-width: 992px) {
  #main_header .container h1 {
    width: 200px;
  }
}
#main_header .container h1 span {
  display: none;
}
#main_header .container h1 img {
  max-width: 100%;
}


#main_header.container a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 48px;
  height: 48px;
  position: relative;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

#main_header.container a img {
  border: none;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

#main_header.container a img:first-child,
#main_header.container a:hover img:first-child + img {
  opacity: 1;
  filter: alpha(opacity=100);
}

#main_header.container a:hover {
  -webkit-box-shadow: 0 0 6px #000000;
  -moz-box-shadow: 0 0 6px #000000;
  box-shadow: 0 0 6px #000000;
}

#main_header.frontpage_header {
  height: 100px !important;
  overflow: visible;
}
#main_header.frontpage_header .container {
  padding-top: 40px;
}
#main_header.frontpage_header .container h1 {
  width: 200px;
  display: none;
}

@media screen and (max-width: 429px) and (min-width: 1px) {
  #main_header .container h1 {
	display: none;
  }
}

@media screen and (max-width: 500px) and (min-width: 430px) {
  #main_header .container h1 {
    display: block;
  }
}
#main_header .frontpage_button {
  float: right;
  color: white;
  padding: 15px 2px;
  font-size: 14px;
  font-weight: 300;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_header .frontpage_button.button_join {
  background: #79d132;
}
#main_header .frontpage_button.button_login {
  background: #5794b1;
}
#main_header .frontpage_button:hover {
  text-decoration: none;
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
}

@media screen and (max-width: 990px) and (min-width: 1px) {
  #main_header .frontpage_button {
	margin: -25px 0 0px 7px;
	padding: 5px 5px;	
  }
}

@media (min-width: 992px) {
  #main_header .frontpage_button {
    font-size: 22px;
    padding: 5px 18px;
    margin: -15px 0 20px 15px;
  }
}
#main_header .frontpage_button input {
  padding: 2px 4px !important;
}
#main_header .loginbox {
  display: none;
  background: #042a41;
  padding: 10px 0;
  z-index: 5;
}

#main_header .loginbox a {
  display: block;
  margin-top: 5px;
  color: #ff3f00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_header .loginbox a:hover {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 369px) and (min-width: 1px) {
  #main_header .loginbox {
	  margin: 11px 0 0px 0px;
  }
}

@media screen and (max-width: 597px) and (min-width: 370px) {
  #main_header .loginbox {
	  margin: 11px 0 0px 0px;
  }
}

@media screen and (max-width: 767px) and (min-width: 598px) {
  #main_header .loginbox {
	  margin: -22px 0 0px 0px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #main_header .loginbox {
	  margin: -22px 0 0px 0px;
	  position: absolute;
  }
  #main_header .loginbox a {
    margin-top: 36px;
    font-size: 16px !important;
    font-weight: 300;	
  }
}

@media screen and (min-width: 992px) {
  #main_header .loginbox {
	  margin: 10px 0 0px 0px;
  }
  #main_header .loginbox input[type="submit"] {
    margin: 10px 0 0;
    font-size: 22px !important;
    font-weight: 300;
  }
  #main_header .loginbox a {
    margin-top: 36px;
  }
}

#main_header .loginbox label {
  padding-top: 0;
  color: white;
}
#main_header .loginbox input[type="submit"] {
  margin: 10px 0 0;
  padding: 3px 20px;
  font-size: 16px !important;
  font-weight: 300;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #79d132;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_header .loginbox input[type="submit"]:hover {
  -webkit-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
}

#main_header .loginbox .checkbox label {
  font-size: 16px;
  font-weight: 700;
}
#main_header #mobi_button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../images/navi.png) no-repeat;
  background-position: 0 0;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  #main_header #mobi_button {
    display: none;
  }
}
#main_header #mobi_button.navi_open {
  background-position: 0 -40px;
}
#main_header nav#account_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 20px;
  z-index: 2;
  display: none;
}

#main_header nav#account_nav ul {
  text-align: right;
}
#main_header nav#account_nav ul li {
  float: none;
  display: inline-block;
}
#main_header nav#account_nav ul li a {
  display: inline-block;
  background: #ff3f00;
  color: white;
  padding: 7px 15px;
  margin: 0 4px 0 0;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_header nav#account_nav ul li a:hover {
  color: #08507a;
  background: white;
  text-decoration: none;
}
#main_header nav#account_nav ul li a.green {
  background: #79d132;
}
#main_header nav#account_nav ul li a.green:hover {
  background: white;
}
#main_header nav#account_nav ul li p {
  color: white;
  font-weight: 700;
  padding-right: 5px;
}

@media screen and (max-width: 991px) and (min-width: 755px) {
  #main_header nav#account_nav {
    display: block !important;
	left: -220px;
  }
  #main_header nav#account_nav ul li a {
    display: none;
  }
  #main_header nav#account_nav ul li p {
    color: white;
    font-weight: 700;
    padding-right: 5px;
	margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  #main_header nav#account_nav {
    display: block !important;
  }
}


#main_header nav#main_nav {
  display: none;
}
@media (min-width: 992px) {
  #main_header nav#main_nav {
    display: block !important;
  }
}
#main_header nav#main_nav ul {
  list-style-type: none;
  padding: 0;
}
#main_header nav#main_nav ul li {
  float: right;
}
#main_header nav#main_nav ul li a {
  display: inline-block;
  color: white;
  margin-left: -3px;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1200px) {
  #main_header nav#main_nav ul li a {
    font-size: 16px;
  }
}
#main_header nav#main_nav ul li a:hover {
  color: #ff3f00;
  text-decoration: none;
}
#main_header nav#main_nav ul li a.active {
  color: #ff3f00;
  font-weight: 700;
}
#main_header nav#mobi_nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  display: none;
  background: #042a41;
  padding: 0;
}
@media (min-width: 1200px) {
  #main_header nav#mobi_nav {
    display: none !important;
  }
}
#main_header nav#mobi_nav ul {
  list-style-type: none;
  padding: 10px 0;
}
#main_header nav#mobi_nav ul li {
  display: block;
  width: 50%;
  margin: 0;
  float: left;
}
@media (min-width: 768px) {
  #main_header nav#mobi_nav ul li {
    width: 33.3%;
  }
}
#main_header nav#mobi_nav ul li.special {
  width: 100%;
}
#main_header nav#mobi_nav ul li.special p {
  color: white;
  font-weight: 700;
  padding-left: 10px;
}
#main_header nav#mobi_nav ul li a {
  margin: 0;
  padding: 5px 10px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  #main_header nav#mobi_nav ul li a {
    font-size: 16px;
  }
}
#main_header nav#mobi_nav ul li a.active {
  background: #ff3f00;
  color: white;
}
#main_header nav#mobi_nav ul li a:hover {
  background: #08507a;
  text-decoration: none;
  color: white;
}

#main_header nav#social_nav {
  position: relative;
  top: -38px;
  left: 280px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
  display: none;
  float: middle;
}

@media screen and (max-width: 429px) and (min-width: 1px) {
  #main_header nav#social_nav {
	display: block !important;
    top: -25px;
	width: 240px;
	left: 0px;
  }
}

@media screen and (max-width: 767px) and (min-width: 430px) {
  #main_header nav#social_nav {
	display: block !important;
    top: -25px;
	width: 240px;
	left: 120px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  #main_header nav#social_nav {
	display: block !important;
    top: -25px;
	width: 240px;
	left: 120px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  #main_header nav#social_nav {
	display: block !important;
	width: 240px;
	left: 260px;
  }
}

@media (min-width: 1200px) {
  #main_header nav#social_nav {
	display: block !important;
	width: 240px;
	left: 260px;
  }
}

#main_header nav#social_nav a {
  display: block;
  float: left;
  margin: 0 10px 0px 0;
  width: 32px;
  height: 32px;
  position: relative;
  font-size:auto;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;

}

#main_header nav#social_nav a img {
  border: none;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

#main_header nav#social_nav a img:first-child,
#main_header nav#social_nav a:hover img:first-child + img {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*
#main_header nav#social_nav a:hover {
  -webkit-box-shadow: 0 0 6px #000000;
  -moz-box-shadow: 0 0 6px #000000;
  box-shadow: 0 0 6px #000000;
}
*/

#main_header nav#social_nav_frontpage {
  position: relative;
  top: -10px;
  left: 280px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
  display: none;
  float: middle;
}

@media screen and (max-width: 598px) and (min-width: 1px) {
  #main_header nav#social_nav_frontpage {
	display: none;
  }
}

@media screen and (max-width: 991px) and (min-width: 599px) {
  #main_header nav#social_nav_frontpage {
	display: block !important;
    top: -25px;
	width: 240px;
	left: 120px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  #main_header nav#social_nav_frontpage {
	display: block !important;
	width: 240px;
	left: 300px;
  }
}

@media (min-width: 1200px) {
  #main_header nav#social_nav_frontpage {
	display: block !important;
	width: 240px;
	left: 500px;
  }
}

#main_header nav#social_nav_frontpage a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 32px;
  height: 32px;
  position: relative;
  font-size:auto;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;

}

#main_header nav#social_nav_frontpage a img {
  border: none;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  transition: all linear 200ms;
}

#main_header nav#social_nav_frontpage a img:first-child,
#main_header nav#social_nav_frontpage a:hover img:first-child + img {
  opacity: 1;
  filter: alpha(opacity=100);
}




/**************************************************************/
.linkblock_container {
  margin-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .linkblock_container {
    padding-bottom: 40px;
  }
}
.linkblock_container .linkblock {
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.linkblock_container .linkblock.big {
  max-width: 400px;
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .linkblock_container .linkblock.big {
    max-width: 100%;
  }
}
.linkblock_container .linkblock.big span {
  font-size: 16px;
  padding: 5px 5px 30px !important;
}
@media (min-width: 768px) {
  .linkblock_container .linkblock.big span {
    font-size: 20px;
    padding: 15px 15px 40px !important;
  }
}
@media (min-width: 992px) {
  .linkblock_container .linkblock.big span {
    font-size: 20px;
  }
}
.linkblock_container .linkblock.big a:before {
  content: "LUE LISÄÄ";
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  z-index: 1;
}
@media (min-width: 768px) {
  .linkblock_container .linkblock.big a:before {
    left: 15px;
  }
}
.linkblock_container .linkblock.small {
  margin-bottom: 30px;
  box-shadow: 2px 2px 0px black;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linkblock_container .linkblock.small:hover {
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.linkblock_container .linkblock.small span {
  font-size: 14px;
}
@media (min-width: 992px) {
  .linkblock_container .linkblock.small span {
    font-size: 16px;
  }
}
.linkblock_container .linkblock a {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linkblock_container .linkblock a:before {
  content: "LUE LISÄÄ";
  position: absolute;
  bottom: -20px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.linkblock_container .linkblock a span {
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  background: rgba(255, 63, 0, 0.8);
  width: 100%;
  padding: 5px;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .linkblock_container .linkblock a span {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 20px;
    padding: 15px;
  }
}
.linkblock_container .linkblock a:hover span {
  padding-bottom: 35px;
  background: #ff3f00;
}
.linkblock_container .linkblock a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 5px;
  bottom: 5px;
}
@media (min-width: 768px) {
  .linkblock_container .linkblock a:hover:before {
    left: 15px;
  }
}
/**************************************************************/
main {
  padding-top: 60px;
}
@media (min-width: 992px) {
  main {
    padding-top: 100px;
  }
}
.section-heading {
  position: relative;
  margin: 0 0 50px;
  overflow: hidden;
}

.section-heading .container {
  position: relative;
  height: 300px;
}

.section-heading .container .imageset {
  position: absolute;
  top: 20px;
  right: 0;
  width: 100%;
  height: 200px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-heading .container .imageset {
    width: 50%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .section-heading .container .imageset {
    width: 38%;
  }
}
@media (min-width: 1200px) {
  .section-heading .container .imageset {
    width: 32%;
  }
}
.section-heading .container .imageset img {
  display: inline-block;
  position: relative;
  min-width: 20%;
  width: 20%;
  height: auto;
  margin: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .section-heading .container .imageset img {
    min-width: 45%;
    width: 45%;
    margin: 0 10px 10px 0;
  }
}
.section-heading .container .heading-content {
  position: absolute;
  bottom: 10px;
  left: 15px;
  width: 90%;
}
@media (min-width: 768px) {
  .section-heading .container .heading-content {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .section-heading .container .heading-content {
    width: 40%;
  }
}
.section-heading .container .heading-content h1 {
  position: relative;
  display: table;
  background: #ff3f00;
  color: white;
  padding: 10px;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 300;
  z-index: 1;
}
.section-heading .container .heading-content h1:after {
  content: "";
  height: 1px;
  display: block;
}

.section-heading .container .heading-content a {
  display: inline-block;
  background: #08507a;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 4px 8px;
  margin: 0 0 5px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.section-heading .container .heading-content a:hover {
  -webkit-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
  background: #0e8fda;
}

.section-heading img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 1920px;
  width: 100%;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 509px) and (min-width: 1px) {
  .section-heading .container {
    position: relative;
    height: 100px;
  }
  .section-heading img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 500px;
    width: 100%;
    height: auto;
    z-index: 0;
  } 
  .section-heading .container .heading-content h1 {
    font-size: 11px;
    margin: 0 0 5px;
  }
  .section-heading .container .heading-content a {
    font-size: 10px;
    padding: 4px 8px;
    margin: 0 0 0px;
  }
}


@media screen and (max-width: 991px) and (min-width: 510px) {
  .section-heading .container {
    position: relative;
    height: 200px;
  }
  .section-heading img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 1200px;
    width: 100%;
    height: auto;
    z-index: 0;
  } 
  .section-heading .container .heading-content h1 {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .section-heading .container .heading-content a {
    font-size: 12px;
    padding: 4px 8px;
    margin: 0 0 5px;
  }
}


@media screen and (max-width: 1199px) and (min-width: 992px) {
  .section-heading .container {
    position: relative;
    height: 200px;
  }
  .section-heading img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 1200px;
    width: 100%;
    height: auto;
    z-index: 0;
  }  
  .section-heading .container .heading-content h1 {
    font-size: 18px;
  }
  .section-heading .container .heading-content a {
    font-size: 16px;
    padding: 4px 8px;
    margin: 0 0 10px;
  }
}


.bgline {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: url(../images/twinline.png) 0 34px repeat-x;
}
.bgline h1,
.bgline h2 {
  display: inline-block;
  margin: 0;
  background: white;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .bgline h1,
  .bgline h2 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .bgline {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.bglineR {
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: url(../images/twinline.png) 0 34px repeat-x;
}
.bglineR h1,
.bglineR h2 {
  display: inline-block;
  margin: 0;
  background: white;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .bglineR h1,
  .bglineR h2 {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .bglineR {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}


.service {
  margin: 0 0 50px;
}
.service h3 {
  margin: 0 0 20px;
  font-size: 20px;
  color: #ff3f00;
}
.m-paikat {
  text-align: center;
}
.m-paikat img {
  display: inline-block;
  margin: 0 1% 15px;
}
.attention {
  background: #08507a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .attention {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.attention h2 {
  color: white;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .attention h2 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .attention h2 {
    font-size: 26px;
  }
}
.attention a {
  display: inline-block;
  background: #ff3f00;
  border: 2px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 10px 15px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.attention a:hover {
  -webkit-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
  background: #ff8c66;
}
#filterGroup {
  background: #f7f7f7;
  padding: 0 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
#filterGroup h3 {
  margin: 0 0 10px;
}
#filterGroup select,
#filterGroup input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
#kumppanilista {
  padding: 50px 0 0;
}
#kumppanilista h2 {
  color: #ff3f00;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  margin: 0 0 30px;
  padding: 50px 0 10px;
}
#kumppanilista a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 24.5%;
  padding: 0 20px;
  margin: 0 0 50px;
  text-align: center;
  color: black;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#kumppanilista a:hover {
  text-decoration: none;
  color: #ff3f00;
}
#kumppanilista a span {
  display: block;
  width: 40px;
  height: 38px;
  margin: 0 auto 10px;
  background: url(../images/star.png) no-repeat;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  color: black;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 992px) {
  #kumppanilista a span {
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -20px;
  }
}
#kumppanilista a h3 {
  font-size: 18px;
}
#partnerit {
  text-align: center;
}
#partnerit h2 {
  margin: 0 0 50px;
}
#partnerit a,
#partnerit div {
  display: inline-block;
  width: 96%;
  margin: 0 1% 40px;
  min-height: 40px;
  vertical-align: top;
}
@media (min-width: 500px) {
  #partnerit a,
  #partnerit div {
    width: 46%;
  }
}
@media (min-width: 768px) {
  #partnerit a,
  #partnerit div {
    width: 30%;
  }
}
@media (min-width: 992px) {
  #partnerit a,
  #partnerit div {
    width: 22%;
  }
}
#partnerit a img,
#partnerit div img {
  display: block;
  max-width: 40%;
  margin: 0 auto 5px;
}
#partnerit a span,
#partnerit div span {
  font-weight: 300;
}
#partnerit a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#partnerit a:hover {
  -webkit-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
}
#suosittelut a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut a:hover {
  text-decoration: none;
  color: #ff3f00;
}
#suosittelut a:hover span,
#suosittelut a:hover h3 {
  color: #ff3f00 !important;
}
#suosittelut a h3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut a,
#suosittelut div {
  display: block;
  position: relative;
  padding: 0 0 0 75px;
  margin-bottom: 10px;
  text-align: left;
  color: black;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut a img,
#suosittelut div img {
  position: absolute;
  top: 8px;
  left: 45px;
  display: block;
  margin: 0 auto 10px;
  width: 16px;
  height: 16px;
}
#suosittelut a span,
#suosittelut div span {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
  color: black;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut a h3,
#suosittelut div h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: black;
}
#suosittelut a h4,
#suosittelut div h4 {
  margin: 0;
  padding: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
}
#suosittelut a h4 strong,
#suosittelut div h4 strong {
  font-weight: 700;
}

#suosittelut2 a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut2 a:hover {
  text-decoration: none;
  color: #ff3f00;
}
#suosittelut2 a:hover span,
#suosittelut2 a:hover h3 {
  color: #ff3f00 !important;
}
#suosittelut2 a h3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut2 a,
#suosittelut2 div {
  display: block;
  position: relative;
  padding: 0 0 0 75px;
  margin-bottom: 10px;
  text-align: left;
  color: black;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut2 a img,
#suosittelut2 div img {
  position: absolute;
  top: 0px;
  left: 45px;
  display: block;
  margin: 0 auto 10px;
  width: 16px;
  height: 16px;
}
#suosittelut2 a span,
#suosittelut2 div span {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
  color: black;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelut2 a h3,
#suosittelut2 div h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: black;
}
#suosittelut2 a h4,
#suosittelut2 div h4 {
  margin: 0;
  padding: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
}
#suosittelut2 a h4 strong,
#suosittelut2 div h4 strong {
  font-weight: 700;
}

#suosittelutTop10 a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelutTop10 a:hover {
  text-decoration: none;
  color: #ff3f00;
}
#suosittelutTop10 a:hover span,
#suosittelutTop10 a:hover h3 {
  color: #ff3f00 !important;
}
#suosittelutTop10 a h3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelutTop10 a,
#suosittelutTop10 div {
  display: block;
  position: relative;
  padding: 0 0 0 5px;
  margin-left: 0px;
  margin-bottom: 10px;
  text-align: left;
  color: black;
  background-color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelutTop10 a img,
#suosittelutTop10 div img {
  position: absolute;
  top: 8px;
  left: 5px;
  display: block;
  margin: 0 auto 10px;
  width: 200px;
  height: 68px;
}
#suosittelutTop10 a span,
#suosittelutTop10 div span {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  font-size: 28px;
  font-weight: 300;
  line-height: 44px;
  color: black;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#suosittelutTop10 a h3,
#suosittelutTop10 div h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: black;
}
#suosittelutTop10 a h4,
#suosittelutTop10 div h4 {
  margin: 0;
  padding: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
}
#suosittelutTop10 a h4 strong,
#suosittelutTop10 div h4 strong {
  font-weight: 700;
}

.partner-heading-image {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.kuvalinkki-listaus {
  margin-bottom: 20px;
  white-space: nowrap;
  vertical-align: middle;
}
.kuvalinkki-listaus a {
  display: block;
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.kuvalinkki-listaus a img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 400px) {
  .kuvalinkki-listaus a img {
    max-width: 30%;
    float: left;
    margin-right: 20px;
  }
}
.kuvalinkki-listaus a h3 {
  color: black;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .kuvalinkki-listaus a h3 {
    font-size: 18px;
  }
}
.kuvalinkki-listaus a p {
  color: #08507a;
}
.kuvalinkki-listaus a:hover {
  text-decoration: none !important;
}
.kuvalinkki-listaus a:hover h3 {
  color: #ff3f00;
}
.forumlinks h2 {
  padding-top: 50px;
  margin-bottom: 20px;
}
.datelinks .more {
  display: none;
}
.datelinks a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f7f7f7;
  width: 100%;
  margin: 0 0 20px;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.datelinks a:hover {
  text-decoration: none;
  -webkit-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -moz-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -o-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  -ms-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
  transform: rotate(0deg) scale(1.05) skew(0deg) translate(0);
}
.datelinks a:hover span {
  background: #0d7fc2;
}
.datelinks a:hover h3 {
  color: #ff3f00;
}
.datelinks a:hover h4 {
  color: #ff3f00;
}
@media (min-width: 500px) {
  .datelinks a {
    width: 45%;
    margin: 0 2% 30px;
  }
}
@media (min-width: 768px) {
  .datelinks a {
    width: 30%;
    margin: 0 1% 30px;
  }
}
.datelinks a span {
  position: absolute;
  bottom: -15px;
  right: 0;
  padding: 5px 10px;
  background: #08507a;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.datelinks a h3 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  color: black;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .datelinks a h3 {
    font-size: 16px;
  }
}
.datelinks a h4 {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .datelinks a h4 {
    font-size: 14px;
  }
}
.datelinks2 {
  margin-bottom: 30px;
}
.datelinks2 a {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
.datelinks2 a h3 {
  font-size: 14px;
  color: black;
  font-weight: 300;
  margin: 0 0 5px;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.datelinks2 a h4 {
  margin: 0;
  font-size: 14px;
  color: #08507a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.datelinks2 a:hover {
  text-decoration: none;
}
.datelinks2 a:hover h3,
.datelinks2 a:hover h4 {
  color: #ff3f00;
}
.datelinks2 .more {
  padding-top: 10px;
  padding-bottom: 30px;
}
.datelinks2 button.expand-next {
  position: relative;
  background: #08507a;
  padding: 8px 10px;
  color: white;
  border: 0;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.datelinks2 button.expand-next:hover {
  background: #0b6faa;
}
.datelinks2 button.expand-next.open {
  background: #ff3f00;
}
.datelinks2 button.expand-next:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 17px;
  height: 30px;
  content: "";
  background: url(../images/nuolialas.png) no-repeat;
}
.more {
  display: none;
}
.more-button {
  display: inline-block;
  background: #08507a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  padding: 5px 20px;
  margin: 0 10px 10px 0;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.more-button:hover {
  -webkit-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(3deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
  background: #0e8fda;
}
.slider {
  margin-bottom: 30px;
}
.slider .imageset img {
  display: block;
  width: 32.5%;
  margin-right: 1%;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.slider .imageset img:last-child {
  margin-right: 0;
}
.tapahtumakuvat img {
  margin-bottom: 10px;
  float: left;
  max-width: 100%;
}
@media (min-width: 500px) {
  .tapahtumakuvat img {
    max-width: 45%;
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media (min-width: 768px) {
  .tapahtumakuvat img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.partnerikuvat {
  text-align: center;
}
.partnerikuvat img {
  display: inline-block;
  width: 100%;
  margin: 0 2% 20px;
}
@media (min-width: 500px) {
  .partnerikuvat img {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .partnerikuvat img {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .partnerikuvat img {
    width: 40%;
    margin: 0 2% 20px;
  }
}
.logo {
  margin-bottom: 15px;
}
.liidit {
  margin-bottom: 30px;
}
.liidit a {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.liidin_naytto {
  margin-bottom: 30px;
}
.liidin_naytto .row {
  padding-top: 10px;
}
.liidin_naytto .row:nth-child(odd) {
  background: #fcfcfc;
}
.liidin_naytto .row:nth-child(even) {
  background: #f6f6f6;
}
.news-date {
  padding-top: 20px;
  margin-bottom: 0;
}
.extranet-news {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 20px;
}
.extranet-news .date {
  position: absolute;
  top: 2px;
  left: 0;
  width: 50px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
}
.extranet-news a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.extranet-news p {
  margin-bottom: 5px;
}
/**************************************************************/
footer {
  padding: 40px 0 0;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    padding: 50px 0 0;
  }
}
footer p {
  display: block;
  padding: 3px 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer p {
    display: inline-block;
    padding: 10px 20px;
  }
}
/**************************************************************/
table {
  width: 100%;
}
table td {
  padding: 10px 10px;
}
table thead td {
  font-size: 16px;
  font-weight: 700;
}
table tbody td {
  font-weight: 300;
  font-size: 14px;
}
table tbody tr:nth-child(odd) {
  background: #fbfbfb;
}
table tbody tr:nth-child(even) {
  background: #f2f2f2;
}
/**************************************************************/
.icon-links.jasenet {
  margin-top: -40px;
  text-align: center;
}
.icon-links.jasenet a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 45px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ff3f00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .icon-links.jasenet a {
    display: inline-block;
    margin: 0 1% 20px;
  }
}
.icon-links.jasenet a:hover {
  -webkit-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -moz-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -o-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  -ms-transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  transform: rotate(2deg) scale(1.1) skew(0deg) translate(0);
  text-decoration: none;
}
.icon-links.jasenet a img {
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 10px;
}
#jasen_etusivu > div {
  margin-bottom: 30px;
}
#jasen_etusivu h2 {
  position: relative;
  text-align: center;
  font-size: 18px;
  height: 70px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#jasen_etusivu .generic-button {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
#jasen_etusivu .datelinks {
  margin-bottom: 60px;
}
#jasen_etusivu .datelinks a {
  width: 100%;
  background: transparent;
}
#jasen_etusivu .datelinks a h3 {
  font-size: 14px;
}
#jasen_etusivu .odd {
  background: #eeeeee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#jasen_etusivu .imagecontainer {
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 300px;
}
@media (min-width: 768px) {
  #jasen_etusivu .imagecontainer {
    max-width: 100%;
  }
}
#jasen_etusivu a.readall {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
#jasen_etusivu hr {
  border-bottom: 1px solid #ababab;
}
#jasen_etusivu #suosittelut {
  margin-bottom: 60px;
}
@media screen and (orientation: landscape) and (orientation: portrait) {
  nav {
    width: 100%;
  }
}
.eikopioitavissa {  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.image_rounded_shadow {
    display: inline-block;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    border: solid 1px #BDBED9;
    background-color:#F5F5F8;
	min-width: 160px;
	max-width: 168px;
	min-height: 120px;
    box-shadow: 1px 1px 6px #888888;
    -webkit-box-shadow: 1px 1px 6px #888888;
    -moz-box-shadow: 1px 1px 6px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.image_rounded_shadow img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.auto-resizable-iframe {
  max-width: 1920px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
