@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: 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 {
  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;
  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: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  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;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  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;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}

[role="button"] {
  cursor: pointer;
}
/*.container:not(#haku) */
.container{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@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;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.clearfix:before, .anchor-links:before, #breadcrumb:before, .clearfix:after, .anchor-links:after, #breadcrumb:after {
  content: " ";
  display: table;
}

.clearfix:after, .anchor-links:after, #breadcrumb: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;
}

.affix {
  position: fixed;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered, .table {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table > thead > tr > th,
.table-bordered > thead > tr > td, .table > thead > tr > td,
.table-bordered > tbody > tr > th, .table > tbody > tr > th,
.table-bordered > tbody > tr > td, .table > tbody > tr > td,
.table-bordered > tfoot > tr > th, .table > tfoot > tr > th,
.table-bordered > tfoot > tr > td, .table > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table > thead > tr > th,
.table-bordered > thead > tr > td, .table > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd), .table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td, .table > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active, .table > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th, .table > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td, .table > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success, .table > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th, .table > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td, .table > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info, .table > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th, .table > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td, .table > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning, .table > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th, .table > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td, .table > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger, .table > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th, .table > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .table-responsive > .table {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Type */
body, input, select, textarea {
  color: #000;
}

body {
  height: 100%;
  width: 100%;
  font-family: "lato", sans-serif;
  overflow-x: hidden;
  font-kerning: none;
}

body.not-front h2 {
  font-weight: 300;
  color: #ff5a00;
}

@media (min-width: 1680px) {
  body.not-front h2 {
    font-size: 48px;
    line-height: 56px;
  }
}

a:not(.reset) {
  color: #ff5a00;
  text-decoration: none;
  font-family: "lato", sans-serif;
  outline: 0;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a:not(.reset):hover, a:not(.reset).hover {
  color: #cc4800;
}

a:not(.reset).external-link:after {
  content: "\f08e";
  font-family: "FontAwesome";
  display: inline-block;
  position: relative;
  left: 6px;
  top: 2px;
}

.float-bubble {
  position: relative;
}

.float-bubble p, .float-bubble a {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #FFF;
}

.float-bubble a:hover, .float-bubble a.hover {
  text-decoration: underline;
  color: #FFF;
}

.float-bubble.clear {
  width: 200px;
  text-align: center;
}

.float-bubble.clear p, .float-bubble.clear a {
  color: #ff5a00;
}

.float-bubble.small {
  width: 220px;
  height: 220px;
  display: table;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background-color: #ff5a00;
  padding: 10px;
  z-index: 2;
}

.float-bubble.small p {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.float-bubble.small a {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
}

.float-bubble.big {
  width: 280px;
  height: 280px;
  display: table;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background-color: #ffa100;
  padding: 10px;
}

.float-bubble.big p {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.float-bubble.big a {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
}

.float-bubble.selection {
  width: 220px;
  height: 220px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  background-color: #ff5a00;
}

.float-bubble.selection.orange {
  background-color: #ff5a00;
}

.float-bubble.selection.orange .selector:after {
  color: #ff5a00;
}

.float-bubble.selection.orange-alt {
  background-color: #ffa100;
}

.float-bubble.selection.orange-alt .selector:after {
  color: #ffa100;
}

.float-bubble.selection .wrapper {
  padding: 15px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.float-bubble.selection .wrapper p {
  margin-bottom: 5px;
  font-weight: bold;
 color: #fff !important;
}

.float-bubble.selection .wrapper .selector {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #FFF;
  border-radius: 0;
  display: inline-block;
  width: auto;
  position: relative;
  min-width: 180px;
  margin: 0 auto;
  text-align: left;
}

.float-bubble.selection .wrapper .selector:after {
  font-family: "FontAwesome";
  content: "\f078";
  display: inline-block;
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 7px;
}

.float-bubble.selection .wrapper .selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5d6067;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  font-family: "lato", sans-serif;
  outline: 0 none;
  padding: 5px 30px 5px 10px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: "";
  text-shadow: 0 0 0 #fff;
  z-index: 4;
  width: 100%;
}

.float-bubble.selection .wrapper .selector select option {
  outline: 0;
  text-transform: none;
  background-color: #FFF;
}

.float-bubble.selection .wrapper .selector select::-ms-expand {
  display: none;
}

.arrow:after, form button:after, form input[type="submit"]:after, #intro .content-row a:not(.reset):after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
  position: relative;
  top: 0px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
  color: #5d6067;
}

h1, h2, h3, h4, .media .title, h5, h6 {
  color: #ff5a00;
  margin: 0 0 30px 0;
}

h1 a, h2 a, h3 a, h4 a, .media .title a, h5 a, h6 a {
  color: inherit;
  text-decoration: none; 
}

h1, span.box.header {
  font-size: 60px;
  line-height: 60px;
  word-break: keep-all;
}

h1.box, span.box.header {
  text-align: left;
  font-weight: 300;
  display: inline-block;
  padding: 20px;
  margin-bottom: 10px;
  text-align: right;

}

h1.box.white {
  background-color: #FFFFFF;
  color: #ff5a00;
}

h1.box.orange, span.box.orange.header {
  background-color: #ff5a00;
  color: #FFFFFF;
}

h2 {
  font-size: 40px;
  line-height: 40px;
}

h3 {
  font-size: 32px;
  line-height: 32px;
}

h4, .media .title {
  font-size: 24px;
  line-height: 24px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  h2 {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  h4, .media .title {
    font-size: 20px;
    line-height: 20px;
  }
  h1, h2 {
    word-break: keep-all;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  h2 {
    font-size: 26px !important;
    line-height: 26px !important;

  }
  h3 {
    font-size: 22px !important;
   line-height: 22px !important;
  }
  h4, .media .title {
    font-size: 18px !important;
    line-height: 18px !important;

  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul li {
  padding: 0;
  margin: 0;
}

* {
  outline: none;
  font-smooth: always;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  /*text-shadow: 0px 0px 1px transparent;*/
text-shadow: 0px 0px 0px transparent;

  }

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.centered {
  margin: 0 auto;
}

.pull-right {
  float: right;
}

.pull-right-md {
  float: right;
}

.pull-right-xs {
  float: right;
}

.pull-left {
  float: left;
}

.pull-left-md {
  float: left;
}

.pull-left-xs {
  float: left;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.mobile-visible {
  display: none !important;
}

.mobile-sm-visible {
  display: none !important;
}

.mobile-xs-visible {
  display: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.mp {
  opacity: 0;
  filter: alpha(opacity=0);
}

.mp-logo {
  margin-top: 20px;
  margin-bottom: 20px;
  /*background-image: url("../images/logo10v.png");*/
  /*background-image: url("../images/Metropolia-10.png");
  width: 281px;
  height: 78px;*/
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  background-image: url("../images/logo.png");
  width: 281px;
  height: 64px;
}

.mp-logo-en {
    /*margin-top: 20px;*/
   margin-top: 10px;
    margin-bottom: 20px;
    background-image: url(../images/MetropoliaUAS1-1.png);
  /* background-image: url(../images/MetropoliaUAS-10.png);*/

    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 281px;
    height: 72px;
  /* height:85px;*/
}


/* Share row */
.share-row {
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.share-row span {
  display: block;
  color: #ff5a00;
  font-size: 18px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.share-row a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
}

.share-row a.facebook {
  background-image: url("../images/facebook-icon.png");
}

.share-row a.twitter {
  background-image: url("../images/twitter-icon.png");
}

.share-row a.email {
  background-image: url("../images/email-letter-icon.png");
}

/* Anchor links */
.anchor-links {
  width: 100%;
}

.anchor-links ul {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  background-color: #FFF;
  background-color: #FFFFFF;
  display: block;
}

.anchor-links ul li {
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  color: #ff5a00;
  font-family: "lato", sans-serif;
  font-size: 14px;
}

@media (max-width: 479px) {
  .anchor-links ul li {
    float: none;
    display: block;
  }
}

.anchor-links ul li a.current {
  color: #cc4800;
}

.anchor-links ul li + li:before {
  content: "|";
  color: #ff5a00;
  margin-left: 10px;
  margin-right: 10px;
}

.anchor-links .not-link ul.multicolumnContainer  li + li:before , .not-front.background-colors.julkaisut #anchor-links ul.multicolumnContainer  li + li:before {
  content: "" !important;
  color: #ff5a00;
  margin-left: 0px !important;
  margin-right: 0px !important;
}


@media (max-width: 479px) {
  .anchor-links ul li + li:before {
    content: "";
    margin: 0;
  }
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

.table {
  border-color: #FFF;
}

.table thead tr th,
.table thead tr td,
.table tbody tr th,
.table tbody tr td {
  border-color: #FFF;
  border-bottom: none;
  border-top: none;
}

@media (max-width: 767px) {
  .table thead tr th,
  .table thead tr td,
  .table tbody tr th,
  .table tbody tr td {
    white-space: normal !important;
  }
}

.table thead tr th {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px;
  background-color: #fdc82f;
  border-bottom: none;
  vertical-align: middle;
}

.table tbody tr:nth-child(odd) {
  background-color: #f2f1ef;
}

.table tbody tr:nth-child(even) {
  background-color: #e5e3df;
}

.table tbody tr td {
  font-size: 16px;
  color: #58595b;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}

.text-box {
  clear: both;
  float: right;
  margin-bottom: 10px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
}

.text-box.orange {
  background-color: #ff5a00;
  color: #FFFFFF;
}

.text-box.white {
  background-color: #FFFFFF;
  color: #ff5a00;
}

.text-box.orange-alt {
  background-color: #fdc82f;
  color: #FFFFFF;
}

.text-box.orange-alt2 {
  background-color: #ffa100;
  color: #FFFFFF;
}

a.text-box {
  background-color: #FFFFFF;
  color: #ff5a00;
}

a.text-box.active {
  background-color: #ff5a00;
  color: #FFFFFF;
}

a.text-box:hover, a.text-box:focus {
  background-color: #ff5a00;
  color: #FFFFFF;
}

.media {
  margin-bottom: 30px;
  margin-top: 0;
}

.media:last-child {
  margin-bottom: 0;
}

.media .media-body {
  vertical-align: middle;
}

.media .date {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #5d6067;
}

.media .title {
  margin-bottom: 5px;
  color: #ffa100;
  cursor: pointer;
  display: block;
}

.media .writer {
  margin-bottom: 0;
  color: #5d6067;
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.fullscreen-modal {
  z-index: 10000001;
  width: 100%;
}

.fullscreen-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.fullscreen-modal .modal-dialog .modal-content {
  border: none;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.fullscreen-modal .modal-dialog .modal-content .modal-header {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
}

.fullscreen-modal .modal-dialog .modal-content .modal-header .close {
  margin-top: -10px;
  font-size: 35px;
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fullscreen-modal .modal-dialog .modal-content #modal-iframe {
  position: fixed;
  background: #000;
  border: none;
  top: 49px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 49px);
}

#scroll-down-arrow-o {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  background-image: url("../images/scroll-down-arrow-orange.png");
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  #scroll-down-arrow-o {
    display: none !important;
  }
}

.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 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 479px) {
  .col-xs-100 {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .col-xs-50 {
    width: 50%;
  }
}

.row {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 1199px) {
  .pull-left-md, .pull-right-md {
    float: none;
  }
}

@media (max-width: 767px) {
  .pull-left-xs, .pull-right-xs {
    float: none;
  }
}

@media (max-width: 479px) {
  .mobile-xs-hidden {
    display: none !important;
  }
  .mobile-xs-visible {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .mobile-sm-hidden {
    display: none !important;
  }
  .mobile-sm-visible {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-visible {
    display: block !important;
  }
}

form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  clear: both;
}


form label {
  font-size: 16px;
  line-height: 16px;
  /*font-weight: bold;
  color: #cc4800;*/
}


form input:not([type="submit"]), form textarea {
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #ff5a00;
  color: rgba(0, 0, 0, 0.9);
  padding: 10px;
  /*width: 100%;*/
  margin-bottom: 20px;
  resize: none;
  -webkit-box-shadow: 0px 0px 1px #ff5a00, 0 10px 15px #f3f3f3 inset;
  box-shadow: 0px 0px 1px #ff5a00, 0 10px 15px #f3f3f3 inset;
}

form input:not([type="submit"]):focus, form input:not([type="submit"]):active, form textarea:focus, form textarea:active {
  color: #cc4800;
  -webkit-box-shadow: 0 0 3px #aaa;
  box-shadow: 0 0 3px #aaa;
  border: 1px solid #fdc82f;
}

form textarea {
  min-height: 296px;
}

form .form-section {
  margin-bottom: 40px;
}

form button, form input[type="submit"] {
  clear: both;
  border: 0;
  background-color: #ff5a00;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

form button:hover, form button:focus, form input[type="submit"]:hover, form input[type="submit"]:focus {
  background-color: #fdc82f;
}

@media (min-width: 768px) {
  form button, form input[type="submit"] {
    width: 100%;
  }
}

.checkbox-control .label-text {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #cc4800;
  display: inline-block;
  margin-right: 35px;
  z-index: 2;
  position: relative;
}

.checkbox-control .input {
  display: inline-block;
  min-width: 70px;
  height: 22px;
}

@media (max-width: 991px) {
  .checkbox-control .input {
    display: block;
    margin-top: 20px;
    margin-left: 30px;
  }
}

.checkbox-control .input .checkbox-label {
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  display: block;
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 36px;
  @include font-size(16px);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #ddd;
  cursor: pointer;
  max-width: 60px;
}

.checkbox-control .input .checkbox-label:before {
  -moz-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 34px;
  text-indent: 40px;
  height: 36px;
  width: 36px;
  top: 0px;
  left: 0px;
  right: auto;
  background: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #dddddd;
}

.checkbox-control .input .checkbox-label:after {
  -moz-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  content: attr(data-off);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #DDD;
  white-space: nowrap;
}

.checkbox-control .input .btn-toggle,
.checkbox-control .input .btn-toggle:active {
  margin: 0;
  width: 0 !important;
  padding: 0;
  position: absolute;
  left: -5000px;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  outline: none;
}

.checkbox-control .input .btn-toggle:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 20px #ff5a00, 0 0 0 2px #ff5a00;
  -moz-box-shadow: inset 0 0 0 20px #ff5a00, 0 0 0 2px #ff5a00;
  box-shadow: inset 0 0 0 20px #ff5a00, 0 0 0 2px #ff5a00;
}

.checkbox-control .input .btn-toggle:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 20px #ff5a00, 0 0 0 2px #ff5a00;
  -moz-box-shadow: inset 0 0 0 20px #ff5a00, 0 0 0 2px #ff5a00;
  box-shadow: inset 0 0 0 20px #ff5a00, 0 0 0 2px #ff5a00;
}

.checkbox-control .input .btn-toggle:checked + .checkbox-label:before {
  left: calc(100% - 36px);
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, 0.3);
}

.checkbox-control .input .btn-toggle:checked + .checkbox-label:after {
  content: attr(data-on);
  left: 60px;
  width: 36px;
}

.checkbox-control .input .btn-toggle + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 0px #ff5a00, 0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px #ff5a00, 0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px #ff5a00, 0 0 0 2px #dddddd;
}

.checkbox-control .input .btn-toggle:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 18px #ff5a00, 0 0 0 2px #ff5a00;
  -moz-box-shadow: inset 0 0 0 18px #ff5a00, 0 0 0 2px #ff5a00;
  box-shadow: inset 0 0 0 18px #ff5a00, 0 0 0 2px #ff5a00;
}

.checkbox-control .input .btn-toggle:checked + .checkbox-label:after {
  color: #ff5a00;
}

#breadcrumb {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  clear: both;
  text-align: right;
  direction: rtl;
}

@media (max-width: 767px) {
  #breadcrumb {
    width: 100%;
    display: block;
  }
}

#breadcrumb .breadwrapper {
  background-color: #FFF;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

#breadcrumb .breadwrapper:before, #breadcrumb .breadwrapper:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  width: 40px;
  height: 100%;
  z-index: 10000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#breadcrumb .breadwrapper:before {
  left: 0px;
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

#breadcrumb .breadwrapper:after {
  right: 0px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 10000;
}

#breadcrumb ul {
  direction: ltr;
  white-space: nowrap;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 8px 20px;
}

#breadcrumb ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #fdc82f;
  font-family: "lato", sans-serif;
  font-size: 14px;
}

#breadcrumb ul li a.current {
  color: #cc4800;
}

#breadcrumb ul li + li:before {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 479px) {
  #breadcrumb ul li + li:before {
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*! formstone v0.8.37 [background.css] 2016-01-28 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-background-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-background
	 * @type element
	 * @description Base widget class
	 */
.fs-background {
  overflow: hidden;
  position: relative;
  /**
		 * @class
		 * @name .fs-background-container
		 * @type element
		 * @description Container element
		 */
  /**
		 * @class
		 * @name .fs-background-media
		 * @type element
		 * @description Media element
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-navtive
		 * @type modifier
		 * @description Indicates native support
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-fixed
		 * @type modifier
		 * @description Indicates fixed positioning
		 */
  /**
		 * @class
		 * @name .fs-background-embed
		 * @type element
		 * @description Embed/iFrame element
		 */
  /**
		 * @class
		 * @name .fs-background-embed.fs-background-embed-ready
		 * @type modifier
		 * @description Indicates ready state
		 */
}

.fs-background,
.fs-background-container,
.fs-background-media {
  -webkit-transition: none;
  transition: none;
}

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.fs-background-media.fs-background-animated {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}

.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%;
}

.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none;
}

.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}

.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}

.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}

/*! formstone v0.8.37 [carousel.css] 2016-01-28 | MIT License | formstone.it */
/**
	 * @class
	 * @name .fs-carousel-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-carousel
	 * @type element
	 * @description Base widget class
	 */
/**
	 * @class
	 * @name .fs-carousel.fs-enabled
	 * @type modifier
	 * @description Indicates enabled state
	 */
/**
	 * @class
	 * @name .fs-carousel.fs-rtl
	 * @type modifier
	 * @description Indicates right to left display
	 */
/**
	 * @class
	 * @name .fs-carousel.fs-carousel-auto_height
	 * @type modifier
	 * @description Indicates auto height sizing
	 */
/**
	 * @class
	 * @name .fs-carousel.fs-carousel-contained
	 * @type modifier
	 * @description Indicates overflow: hidden
	 */
/**
	 * @class
	 * @name .fs-carousel.fs-carousel-single
	 * @type modifier
	 * @description Indicates single item display
	 */
.fs-carousel {
  /**
		 * @class
		 * @name .fs-carousel-viewport
		 * @type element
		 * @description Carousel container
		 */
  /**
		 * @class
		 * @name .fs-carousel-wrapper
		 * @type element
		 * @description Carousel container
		 */
  /**
		 * @class
		 * @name .fs-carousel-container
		 * @type element
		 * @description Canister container
		 */
  /**
		 * @class
		 * @name .fs-carousel-canister
		 * @type element
		 * @description Item container
		 */
  /**
		 * @class
		 * @name .fs-carousel-canister
		 * @type element
		 * @description Item container
		 */
  /**
		 * @class
		 * @name .fs-carousel-item
		 * @type element
		 * @description Individual item
		 */
  /**
		 * @class
		 * @name .fs-carousel-controls
		 * @type element
		 * @description Controls container
		 */
  /**
		 * @class
		 * @name .fs-carousel-controls.fs-carousel-visible
		 * @type modifier
		 * @description Indicates visible state
		 */
  /**
		 * @class
		 * @name .fs-carousel-control
		 * @type element
		 * @description Control element
		 */
  /**
		 * @class
		 * @name .fs-carousel-control.fs-carousel-control_previous
		 * @type modifier
		 * @description Indicates previous control
		 */
  /**
		 * @class
		 * @name .fs-carousel-control.fs-carousel-control_next
		 * @type modifier
		 * @description Indicates next control
		 */
  /**
		 * @class
		 * @name .fs-carousel-control.fs-carousel-control_disabled
		 * @type modifier
		 * @description Indicates disbaled state
		 */
  /**
		 * @class
		 * @name .fs-carousel-pagination
		 * @type element
		 * @description Item element
		 */
  /**
		 * @class
		 * @name .fs-carousel-pagination.fs-carousel-visible
		 * @type modifier
		 * @description Indicates visible state
		 */
  /**
		 * @class
		 * @name .fs-carousel-page
		 * @type element
		 * @description Pagiantion item element
		 */
  /**
		 * @class
		 * @name .fs-carousel-page.fs-carousel-active
		 * @type modifier
		 * @description Indicates active state
		 */
}

.fs-carousel.fs-carousel-enabled {
  width: 100%;
  position: relative;
}

.fs-carousel.fs-carousel-enabled:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel,
.fs-carousel:after,
.fs-carousel:before,
.fs-carousel *,
.fs-carousel *:after,
.fs-carousel *:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container {
  overflow: hidden;
}

.fs-carousel-enabled .fs-carousel-viewport {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-viewport:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel-enabled .fs-carousel-wrapper {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel-enabled .fs-carousel-container {
  position: relative;
}

.fs-carousel-enabled .fs-carousel-container:after {
  clear: both;
  content: '';
  display: table;
}

.fs-carousel-enabled .fs-carousel-canister {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
  -webkit-transition: height 0.5s ease, -webkit-transform 0.5s ease;
  transition: height 0.5s ease, transform 0.5s ease;
}

.fs-carousel-enabled .fs-carousel-item {
  min-height: 1px;
  display: block;
  float: left;
}

.fs-carousel-enabled .fs-carousel-item img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fs-carousel-single .fs-carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
  position: relative;
  z-index: 2;
}

.fs-carousel-controls {
  display: none;
}

.fs-carousel-enabled .fs-carousel-controls {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible,
.fs-carousel-controls_custom.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: auto;
  opacity: 0;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  white-space: nowrap;
}

.fs-carousel-enabled .fs-carousel-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}

.no-opacity .fs-carousel-enabled .fs-carousel-control {
  text-indent: -999px;
}

.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
  visibility: visible;
  opacity: 1;
}

.fs-carousel-enabled .fs-carousel-control_previous,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next {
  right: auto;
  left: 20px;
}

.fs-carousel-enabled .fs-carousel-control_previous:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10.5px solid #333333;
  border-left: none;
  margin-left: 13.7px;
  margin-right: auto;
}

.fs-carousel-enabled .fs-carousel-control_next,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous {
  right: 20px;
  left: auto;
}

.fs-carousel-enabled .fs-carousel-control_next:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10.5px solid #333333;
  border-right: none;
  margin-right: 13.7px;
  margin-left: auto;
}

.fs-carousel-enabled .fs-carousel-control_disabled {
  opacity: 0;
}

.fs-carousel-pagination {
  display: none;
}

.fs-carousel-enabled .fs-carousel-pagination {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
  display: block;
}

.fs-carousel-enabled .fs-carousel-page {
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #333333;
  border-radius: 100%;
  margin: 0 3px;
  opacity: 0.5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.no-opacity .fs-carousel-enabled .fs-carousel-page {
  text-indent: -999px;
}

.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
  opacity: 1;
}

.fs-carousel-enabled.fs-carousel-rtl {
  direction: rtl;
}

.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item {
  float: right;
}

.sk-circle {
  display: block;
  margin: 100px auto;
  width: 120px;
  height: 120px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ff5a00;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dpSocialTimeline {
  list-style: none;
  padding: 0;
  margin: 0;
  zoom: 1;
}

.dpSocialTimeline * {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.dpSocialTimeline .dpSocialTimeline_item {
  border: 1px solid #d4d4d4;
  padding: 1px;
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 0;
  float: left;
}

@media (min-width: 1400px) {
  .dpSocialTimeline .dpSocialTimeline_item {
    width: calc(50% - 20px) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .dpSocialTimeline .dpSocialTimeline_item {
    width: calc(100% - 20px) !important;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dpSocialTimeline .dpSocialTimeline_item {
    width: calc(33.3% - 20px) !important;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .dpSocialTimeline .dpSocialTimeline_item {
    width: calc(50% - 20px) !important;
  }
}

@media (max-width: 479px) {
  .dpSocialTimeline .dpSocialTimeline_item {
    width: calc(100% - 4px) !important;
    margin-left: 0;
    margin-right: 0;
  }
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContent {
  margin: 10px 0px;
  padding: 10px;
  overflow: hidden;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContent video {
  width: 100%;
  height: auto;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContent img {
  width: 100% !important;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContent a.img_link {
  display: block;
  margin: 0px 0px 10px 0px;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead,
.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentFoot {
  background-color: #e6e6e6;
  font-size: 12px;
  padding: 5px;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead {
  border-bottom: 1px dashed #d4d4d4;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead a.permalink {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url("../images/dpsocialtimeline/link.png") no-repeat;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead .user {
  text-shadow: 1px 1px 1px white;
  display: block;
  margin: 0px 0px 0px 10px;
  float: left;
  width: 190px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 12px;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead span.favicon {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead span.favicon.flickr {
  background: url("../images/dpsocialtimeline/flickr.png") no-repeat;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead span.favicon.youtube {
  background: url("../images/dpsocialtimeline/youtube.png") no-repeat;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead span.favicon.instagram {
  background: url("../images/dpsocialtimeline/instagram.png") no-repeat;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead span.favicon.facebook {
  background: url("../images/dpsocialtimeline/facebook.png") no-repeat;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentHead span.favicon.twitter {
  background: url("../images/dpsocialtimeline/twitter.png") no-repeat;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentFoot {
  border-top: 1px dashed #d4d4d4;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentFoot .time {
  text-shadow: 1px 1px 1px white;
  font-size: 14px;
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineContentFoot .time:before {
  content: "\f017";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome";
}

.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineText {
  color: #58595b;
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions {
  margin-top: 15px;
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #58595b;
  margin-right: 10px;
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a:last-child {
  margin-right: 0;
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a:hover, .dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a:focus {
  text-decoration: underline;
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a:before {
  font-family: "FontAwesome";
  margin-right: 5px;
  display: inline-block;
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a.tw_reply:before {
  content: "\f112";
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a.tw_retweet:before {
  content: "\f079";
}

.dpSocialTimeline .dpSocialTimeline_item.twitter .dpSocialTimelineTwitterActions a.tw_favorite:before {
  content: "\f006";
}

.dpSocialTimeline_filter {
  margin-bottom: 15px;
}

.dpSocialTimeline_filter button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  margin: 0 5px 0 0;
}

.dpSocialTimeline_filter button:last-child {
  margin-right: 0;
}

.dpSocialTimeline_filter span.favicon {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
}

.dpSocialTimeline_filter span.favicon.twitter {
  background: url("../images/dpsocialtimeline/twitter.png") no-repeat;
}

.dpSocialTimeline_filter span.favicon.facebook {
  background: url("../images/dpsocialtimeline/facebook.png") no-repeat;
}

.dpSocialTimeline_filter span.favicon.instagram {
  background: url("../images/dpsocialtimeline/instagram.png") no-repeat;
}

.dpSocialTimeline_filter span.favicon.youtube {
  background: url("../images/dpsocialtimeline/youtube.png") no-repeat;
}

.dpSocialTimeline_filter span.favicon.flickr {
  background: url("../images/dpsocialtimeline/flickr.png") no-repeat;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.isotope.rtl .isotope-item {
  -webkit-transition-property: right, top, -webkit-transform, opacity;
  -moz-transition-property: right, top, -moz-transform, opacity;
  -ms-transition-property: right, top, -ms-transform, opacity;
  -o-transition-property: right, top, -o-transform, opacity;
  transition-property: right, top, transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* Top navigation <nav> */
#header-navigation {
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  z-index: 10001;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
}

#header-navigation.has-push-left {
  -moz-transform: translateX( 280px );
  -webkit-transform: translateX( 280px );
  -ms-transform: translateX( 280px );
  transform: translateX( 280px );
  z-index: 2;
}

#header-navigation .nav-container {
  display: block;
  position: relative;
  float: right;
}

#header-navigation ul.list {
  line-height: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#header-navigation ul.list li {
  padding: 0;
  margin: 0;
  float: left;
  color: #ff5a00;
  font-family: "lato", sans-serif;
  font-size: 14px;
  background-color: #ff5a00;
}

@media (max-width: 767px) {
  #header-navigation ul.list li {
    font-size: 12px;
  }
}

#header-navigation ul.list li.search {
  cursor: pointer;
}

#header-navigation ul.list li.search a {
  text-decoration: none !important;
}

#header-navigation ul.list li.search a:before {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 14px;
  line-height: 0;
}

#header-navigation ul.list li a {
  color: #FFF;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

#header-navigation ul.list li a:hover, #header-navigation ul.list li a:focus, #header-navigation ul.list li a.hover {
  text-decoration: underline;
  color: #FFF;
}

#header-navigation ul.list li + li:before {
  content: "|";
  color: #FFF;
}

#header-navigation #search-container {
  position: relative;
  display: none;
  right: 0;
  margin-top: 32px;
  width: 100%;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

#header-navigation #search-container #search-form {
  margin: 0;
}

#header-navigation #search-container #search-form #keyword {
  width: 85%;
  float: left;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header-navigation #search-container #search-form #keyword:focus + #search-submit {
  background-color: #fdc82f;
}

#header-navigation #search-container #search-form #search-submit {
  background-color: #ff5a00;
  color: #FFFFFF;
  width: 15%;
  font-size: 26px;
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

#header-navigation #search-container #search-form #search-submit:hover, #header-navigation #search-container #search-form #search-submit:active, #header-navigation #search-container #search-form #search-submit:focus {
  background-color: #fdc82f;
}

/** mobile navigation for leftmenu **/
#mobile-header {
  background-color: transparent;
  margin-top: 30px;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 130px;
}

@media (max-width: 1199px) {
  #mobile-header {
    z-index: 5;
  }
}

#mobile-header.has-push-left {
  -moz-transform: translateX( 280px );
  -webkit-transform: translateX( 280px );
  -ms-transform: translateX( 280px );
  transform: translateX( 280px );
}

#mobile-header.active-scroll {
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: #FFFFFF;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 10003;
  height: 70px;
}

#mobile-header.active-scroll .mp-logo {
  background-image: url("../images/logo-horizontal.png") !important;
  width: 200px;
  height: 46px;
  margin-top: 13px;
  margin-bottom: 10px;
}

#mobile-header.active-scroll .mp-logo-en {
  background-image: url("../images/logo-horizontal-en.png") !important;
  width: 200px;
  height: 51px;
  margin-top: 13px;
  margin-bottom: 10px;
}

#mobile-header.active-scroll #mobile-header--button-push-left {
  margin-top: 10px;
  content: " ";
  overflow: hidden;
  text-indent: -9999px;
}

#mobile-header.active-scroll #mobile-header--button-push-left:before {
  float: left;
  text-indent: 0;
}

#mobile-header a#mobile-header--button-push-left {
  clear: both;
  display: table;
  font-weight: bold;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  cursor: pointer;
  text-decoration: none;
  float: right;
  margin-top: 25px;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

#mobile-header a#mobile-header--button-push-left:hover, #mobile-header a#mobile-header--button-push-left:focus {
  color: #ff5a00;
}

#mobile-header a#mobile-header--button-push-left:before {
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  font-family: "FontAwesome";
  font-size: 30px;
  color: #FFFFFF;
  content: "\f0c9";
  background-color: #ff5a00;
  border-radius: 250px;
  clear: both;
  display: block;
  float: left;
  height: 50px;
  margin-bottom: 5px;
  padding-top: 3px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 50px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  #mobile-header a.mp-logo {
    width: 156px;
    height: 83px;
  }
}

/* Main content */
#content {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  /** page's first element **/
}

#content.has-push-left {
  -moz-transform: translateX( 280px );
  -webkit-transform: translateX( 280px );
  -ms-transform: translateX( 280px );
  transform: translateX( 280px );
}

#content #header-slider .content-row {
  padding-top: 30px;
}

#content .page-first-section .background-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../images/header-white-cloud-small.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (max-width: 991px) {
  #content .page-first-section .background-top {
    background-size: auto 60%;
  }
}

#content .page-first-section .content-row {
  padding-top: 160px;
}

@media (max-width: 1199px) {
  #content .page-first-section .content-row {
    padding-top: 210px;
  }
}

@media (max-width: 767px) {
  #content .page-first-section .content-row {
    padding-top: 160px;
  }
}

/* 

 */
@media (min-width: 1200px) {
  .carousel-container .container .row.wrapper.small-padding {
    padding-left: 330px;
    padding-right: 0px;
  }
}

@media (max-width: 1199px) {
  .carousel-container .container .row.wrapper.small-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1680px;
}

#header-navigation .container{
max-width:100% !important;
  padding-right: 0px !important;
}

.container .row.wrapper {
  margin-bottom: 30px;
  padding-left: 330px;
  position: relative;
}

.container .row.wrapper:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .container .row.wrapper {
    padding-left: 0;
  }
}

.container .row.wrapper .content-row {
  max-width: 100%;
  position: relative;
}

.container .row.wrapper .content-row .scroll-down {
  display: block;
  width: 129px;
  height: 129px;
  background-image: url("../images/scroll-down-arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  .container .row.wrapper .content-row .scroll-down {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container .row.wrapper.small-padding {
    padding-left: 345px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .container .row.wrapper.small-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container .row.wrapper.small-padding div[class^='col-'],
.container .row.wrapper.small-padding div[class*=' col-'] {
  padding-left: 15px;
  padding-right: 15px;
}

#footer {
  z-index: 10001;
  position: relative;
  margin-top: 30px;
}

#footer .first-row {
  background-color: #e5e3df;
}

#footer .first-row .wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  #footer .first-row .wrapper {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #footer .first-row .wrapper .list-container:first-child, #footer .first-row .wrapper .list-container:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  #footer .first-row .wrapper .list-container {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .first-row .wrapper .list-container:last-child {
    margin-bottom: 0;
  }
}

#footer .first-row .wrapper .list-container h5 {
  font-size: 15px;
  color: #58595b;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#footer .first-row .wrapper .list-container ul.footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .first-row .wrapper .list-container ul.footer-list li {
  margin-bottom: 15px;
}

#footer .first-row .wrapper .list-container ul.footer-list li a {
  color: #58595b;
  font-size: 15px;
}

#footer .first-row .wrapper .list-container ul.footer-list li a:hover, #footer .first-row .wrapper .list-container ul.footer-list li a:focus {
  text-decoration: underline;
}

#footer .last-row {
  background-color: #ccc7c0;
}

#footer .last-row .wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .last-row .wrapper p {
  font-size: 14px;
  color: #58595b;
  text-align: center;
  margin: 0;
  display: table;
  width: 100%;
}

@media (max-width: 767px) {
  #footer .last-row .wrapper p {
    display: inline-block;
  }
}

#footer .last-row .wrapper p span {
  display: table-cell;
  vertical-align: middle;
  margin-right: 15px;
}

#footer .last-row .wrapper p span:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  #footer .last-row .wrapper p span {
    display: inline-block;
    width: 100%;
  }
}

#footer .last-row .wrapper p a {
  color: #58595b;
  font-size: 14px;
}

#footer .last-row .wrapper p a:hover, #footer .last-row .wrapper p a:focus {
  text-decoration: underline;
}

#sidebar--push-left {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -ms-transition: -ms-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}

/*
@media (min-width: 1200px) {
  #sidebar--push-left.remove-all {
    position: absolute !important;
    top: 0 !important;
  }
}

*/

@media (min-width: 1200px) {
  #sidebar--push-left {
    background: transparent;
    cursor: default;
    height: auto;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 10000;
    -moz-transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

@media (max-width: 1199px) {
  #sidebar--push-left {
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    z-index: 10010000;
    width: 300px;
    margin-left: 0px !important;
    background-color: #FFFFFF;
    -moz-transition: -moz-transform 0.3s ease 0s;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    -ms-transition: -ms-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
  }
}

#sidebar--push-left .sidebar__close {
  display: block;
  height: 50px;
  text-align: center;
  width: 50px;
  cursor: pointer;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#sidebar--push-left .sidebar__close:hover:before, #sidebar--push-left .sidebar__close:focus:before {
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border: 1px solid #ff5a00;
  background-color: #FFFFFF;
  color: #ff5a00;
  padding-top: 1px;
}

#sidebar--push-left .sidebar__close:before {
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: "FontAwesome";
  font-size: 30px;
  color: #FFFFFF;
  content: "\f00d";
  background-color: #ff5a00;
  border-radius: 250px;
  border: 1px solid #ff5a00;
  clear: both;
  display: block;
  float: left;
  height: 50px;
  margin-bottom: 5px;
  padding-top: 1px;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 50px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sidebar--push-left nav#leftmenu {
  clear: both;
  width: 280px;
}

@media screen and (max-width: 1199px) {
  #sidebar--push-left nav#leftmenu {
    width: 280px;
  }
  #sidebar--push-left nav#leftmenu a {
    width: 280px !important;
  }
}

#sidebar--push-left nav#leftmenu a {
  font-weight: bold;
  padding: 7px 20px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFFFFF;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 280px;
  position: relative;
  z-index: 2;
  outline: 0;
}

#sidebar--push-left nav#leftmenu a:hover, #sidebar--push-left nav#leftmenu a:focus, #sidebar--push-left nav#leftmenu a:active {
  background-color: rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}

#sidebar--push-left nav#leftmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level ul {
  display: none;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li {
  position: relative;
  width: 100%;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level span.more:after {
  cursor: pointer;
  content: "\f055";
  font-family: "FontAwesome";
  font-size: 26px;
  color: #FFFFFF;
  display: block;
  float: right;
  right: 0px;
  top: 0px;
  position: absolute;
  padding: 1px 7px 2px;
  -moz-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  z-index: 100001;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level span.more:focus:after, #sidebar--push-left nav#leftmenu ul#leftmenu__main-level span.more:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level > li.has-child > ul {
  z-index: 1000001;
  margin-left: 1px;
}

@media screen and (max-width: 1199px) {
  #sidebar--push-left nav#leftmenu ul#leftmenu__main-level > li.has-child > ul {
    margin-left: 0;
  }
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child.open > span.more:after {
  content: "\f056";
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul {
  width: 280px !important;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li {
  border-bottom: 1px solid #FFFFFF;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li:last-child {
  border-bottom: none;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li span.more:after {
  padding: 1px 7px 2px;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li a {
  width: 280px;
  text-transform: none;
}

@media screen and (max-width: 1199px) {
  #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li a {
    width: 280px;
    padding-left: 25px;
    font-weight: normal;
  }
  #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li a:after {
    content: "Â»";
    font-size: 20px;
    left: 5px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    top: 1px;
  }
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li ul {
  border-top: 1px solid #FFFFFF;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li ul li a {
  padding-left: 25px;
  width: 280px;
  font-weight: normal;
}

@media screen and (max-width: 1199px) {
  #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li ul li a {
    padding-left: 30px;
    width: 280px;
  }
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li ul li a:after {
  content: "Â»";
  font-size: 20px;
  left: 5px;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  top: 1px;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li ul li ul li a {
  padding-left: 30px;
  margin-right: 0;
  width: 280px;
}

@media screen and (max-width: 1199px) {
  #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.has-child ul li ul li ul li a {
    padding-left: 35px;
    width: 280px;
  }
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item {
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
  background-color: #ffa100;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item ul li {
  background-color: #ffa100;
}

@media screen and (max-width: 1199px) {
  #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item ul li {
    background-color: rgba(0, 0, 0, 0.1);
  }
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item ul li.has-child.open li {
  background-color: rgba(0, 0, 0, 0.1);
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item:last-child {
  margin: 0;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item.active > ul {
  display: block;
}

@media screen and (min-width: 1200px) {
  #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item > ul {
    position: absolute;
    top: 0px;
    left: 280px;
    width: auto;
  }
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item > ul li.has-child > ul li > a {
  width: 280px !important;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item > ul li.has-child > ul li.has-child > a {
  width: 280px !important;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item.external-link {
  background-color: #ff5a00;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item.external-link a:hover, #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item.external-link a:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item.external-link a:after {
  cursor: pointer;
  content: "\f08e";
  font-family: "FontAwesome";
  font-size: 26px;
  color: #FFFFFF;
  display: block;
  float: right;
  right: 10px;
  top: 17px;
  position: absolute;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item.external-link a.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#sidebar--push-left .some-icons {
  width: 280px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  #sidebar--push-left .some-icons {
    width: 280px;
  }
}

#sidebar--push-left .some-icons > a {
  display: inline-block;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

#sidebar--push-left .some-icons > a:last-of-type {
  margin-right: 0;
}

#sidebar--push-left .some-icons > a.twitter {
  background-image: url("../images/twitter-icon.png");
}

#sidebar--push-left .some-icons > a.facebook {
  background-image: url("../images/facebook-icon.png");
}

#sidebar--push-left .some-icons > a.instagram {
  background-image: url("../images/instagram-icon.png");
}

#sidebar--push-left .some-icons > a.youtube {
  background-image: url("../images/youtube-icon.png");
}

#sidebar--push-left .some-icons > a.linkedin {
  background-image: url("../images/linkedin-icon.png");
}

@media (max-width: 1199px) {
  body.has-active-menu {
    position: fixed;
  }
  body.overflow {
    overflow: hidden;
  }
  .c-mask {
    position: fixed;
    z-index: 10009999;
    top: 0;
    left: 0;
    overflow: hidden !important;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    -ms-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  }
  .c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .sidebar__push-left {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar__push-left.is-active {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: 0 !important;
    top: 0 !important;
  }
}

body.frontpage h1, body.frontpage h2 {
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  body.frontpage h1, body.frontpage h2 {
    font-size: 56px;
    line-height: 56px;
  }
}

#intro {
  width: 100%;
  overflow: hidden;
}

#intro h1 {
  color: #ffa100;
}

@media (min-width: 768px) {
  #intro {
    height: 100vh;
  }
}
/*
#intro.page-first-section .background-top {
  background-image: url("../images/header-white-cloud.png");
}
*/
@media (max-width: 767px) {
  #intro.page-first-section .background-top {
    background-position: left 100px;
  }
}

#intro.page-first-section .background-top:before {
 /* background-image: url("../images/pixel-net.png");*/
  background-repeat: repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  #intro .fs-background-container {
    margin-top: 100px;
  }
}

#intro .content-row {
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  #intro .content-row {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  #intro .content-row {
    min-height: 100vh;
  }
}

#intro .content-row img {
  display: inline-block;
  margin-bottom: 30px;
}

#intro .content-row p {
  margin: 0;
}

#intro .content-row a:not(.reset) {
  font-family: "lato", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
}

#intro .content-row a:not(.reset):hover, #intro .content-row a:not(.reset):focus {
  color: #FFFFFF;
}

#second-slide #frontpage-mix-carousel, #second-row #frontpage-mix-carousel, #seventh-slide #frontpage-mix-carousel  {
  display: none;
}

#second-slide #frontpage-mix-carousel .video-replace, #second-row #frontpage-mix-carousel .video-replace, #fifth-row #frontpage-mix-carousel .video-replace, #seventh-slide #frontpage-mix-carousel .video-replace  {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 355px;
  position: relative;
  cursor: pointer;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991px) {
  #second-slide #frontpage-mix-carousel .video-replace,   #second-row #frontpage-mix-carousel .video-replace, #fifth-row #frontpage-mix-carousel .video-replace, #seventh-slide #frontpage-mix-carousel .video-replace   {
    height: 250px;
    padding-bottom: 0;
  }
}

#second-slide #frontpage-mix-carousel .youtube-video,   #second-row #frontpage-mix-carousel .youtube-video,  #fifth-row #frontpage-mix-carousel .youtube-video, #seventh-slide #frontpage-mix-carousel .youtube-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #fifth-slide.background-image {
    background-position: 35% top;
  }
}

@media (max-width: 479px) {
  #fifth-slide.background-image {
    background-position: 40% top;
  }
}

@media (max-width: 479px) {
  #fifth-slide .float-bubble {
    margin: 0 !important;
  }
}

#fifth-slide .tiny-carousel {
  position: relative;
}

@media (max-width: 767px) {
  #fifth-slide .tiny-carousel {
    margin-top: 100px;
  }
}

#fifth-slide .tiny-carousel .background-container {
  background-color: #FFF;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: calc(100% - 60px);
  margin: 0 auto;
  right: 0;
  margin-top: 30px;
}

@media (min-width: 768px) {
  #sixth-slide .content-row > .row {
    margin: 0;
  }
}

@media (max-width: 767px) {
  #sixth-slide.background-image {
    background-position: 60% top;
  }
}

@media (max-width: 479px) {
  #sixth-slide.background-image {
    background-position: 70% top;
  }
}

#sixth-slide .float-bubble {
  margin-top: 150px;
  margin-bottom: 150px;
}

@media (max-width: 991px) {
  #sixth-slide .float-bubble {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

#seventh-slide .container {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  #seventh-slide .blogs {
    padding-top: 30px;
  }
}

#seventh-slide .blogs h2 > a {
  color: #ffa100;
  right: 0;
}

@media (max-width: 1199px) {
  #seventh-slide .blogs h2 > a {
    position: relative;
    right: 0;
    display: block;
    margin-top: 15px;
  }
}

#eight-slide img {
  margin: 0 auto;
}

/* SisÃ¤ltÃ¶sivut */
.page-first-section {
  background-repeat: no-repeat;
  background-size: cover;
}

.page-first-section .content-row {
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
  display: inline-block;
}

@media (min-width: 768px) {
  .page-first-section .content-row {
    min-height: 700px;
  }
}

@media (max-width: 1199px) {
  .page-first-section .content-row {
    width: 100%;
  }
}

.page-first-section .box {
  clear: both;
  float: right;
}

.carousel .fs-carousel-viewport {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel .fs-carousel-wrapper {
  z-index: 1;
}

.carousel.links {
  position: relative;
  margin-bottom: -30px;
}

.carousel.links .text-content {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding-top: 30px !important;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .carousel.links .text-content {
    padding: 20px !important;
  }
}

.carousel.links .text-content a:hover, .carousel.links .text-content a.hover {
  text-decoration: underline;
}

.carousel.links .fs-carousel-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.carousel.links .fs-carousel-pagination {
  margin: 0;
  position: absolute;
  top: 0;
}

.carousel.links .fs-carousel-pagination .fs-carousel-page {
  width: 15px;
  height: 15px;
  background-color: #ff5a00;
}

.carousel .wrapper.touch {
  cursor: pointer;
}

.carousel .wrapper.touch:hover .text-content, .carousel .wrapper.touch.hover .text-content {
  text-decoration: underline;
}

.carousel .wrapper.video, .carousel .wrapper.mix-content {
  cursor: default;
}

.carousel .wrapper.video .text-content, .carousel .wrapper.mix-content .text-content {
  text-decoration: none !important;
  font-size: 30px;
  /*line-height: 42px;*/
line-height:34px;
margin-bottom:10px !important;
  font-weight: normal;
}

@media (max-width: 767px) {
  .carousel .wrapper.video .text-content, .carousel .wrapper.mix-content .text-content {
    font-size: 20px;
    line-height: 26px;
  }
}

.carousel .wrapper .image-content {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.carousel .wrapper .image-content img {
  display: inline-block;
}

@media (max-width: 479px) {
  .carousel .wrapper .image-content img {
    width: 100%;
  }
}

.carousel .wrapper .video-link,
.carousel .wrapper .content-link {
  height: 355px;
  position: relative;
  cursor: pointer;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 991px) {
  .carousel .wrapper .video-link,
  .carousel .wrapper .content-link {
    height: 250px;
  }
}

.carousel .wrapper .video-link:hover:before, .carousel .wrapper .video-link:focus:before, .carousel .wrapper .video-link.hover:before,
.carousel .wrapper .content-link:hover:before,
.carousel .wrapper .content-link:focus:before,
.carousel .wrapper .content-link.hover:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.carousel .wrapper .video-link:before,
.carousel .wrapper .content-link:before {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
  background-image: url("../images/video-play.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 77px 77px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.carousel .wrapper .text-content {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #FFF !important;
  text-align: center !important;


}

.carousel .wrapper .text-content .date {
  font-weight: normal;
  display: block;
}

.carousel .wrapper .text-content a {
  display: block;
}

.carousel .fs-carousel-controls {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.carousel .fs-carousel-controls .fs-carousel-control_previous,
.carousel .fs-carousel-controls .fs-carousel-control_next {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 30px;
  height: 100%;
  z-index: 5;
}

.carousel .fs-carousel-controls .fs-carousel-control_previous:before,
.carousel .fs-carousel-controls .fs-carousel-control_next:before {
  display: block;
  position: relative;
  border: none;
  margin-left: 0;
  font-family: "FontAwesome";
  text-indent: 0;
  font-size: 24px;
  color: #FFF;
  line-height: 0;
  height: 100%;
  z-index: 5;
}

.carousel .fs-carousel-controls .fs-carousel-control_previous {
  margin-left: -20px;
}

.carousel .fs-carousel-controls .fs-carousel-control_previous:before {
  margin-left: 5px;
  content: "\f053";
  bottom: inherit !important;
}

.carousel .fs-carousel-controls .fs-carousel-control_next {
  margin-right: -20px;
}

.carousel .fs-carousel-controls .fs-carousel-control_next:before {
  margin-left: 5px;
  content: "\f054";
  bottom: inherit !important;
}

.carousel-container .fs-carousel-controls .fs-carousel-control_previous,
.carousel-container .fs-carousel-controls .fs-carousel-control_next {
  visibility: hidden;
}

.videoloader {
  margin-top: 40px;
  display: none;
  text-align: center;
}

@media (max-width: 767px) {
  .videoloader {
    -webkit-animation-name: none;
    animation-name: none;
  }
}

@media (max-width: 767px) {
  .videoloader #embed-video {
    width: 460px !important;
    height: 259px !important;
  }
}

@media (max-width: 479px) {
  .videoloader #embed-video {
    width: 280px !important;
    height: 140px !important;
  }
}

.videoloader .close {
  color: #ff5a00;
}

.videoloader .close:hover .videoloader .close:focus, .videoloader .close.hover {
  color: #fdc82f;
}

.full-slide {
  margin-top: 30px;
  background-color: #FFF;
}

.full-slide h2 {
 /* color: #ffa100;*/
  position: relative;
}

.full-slide h2 a {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  right: 30px;
  bottom: 5px;
}

@media (max-width: 991px) {
  .full-slide h2 a {
    position: relative;
    right: 0;
    display: block;
    margin-top: 15px;
  }
}

.full-slide h2 a:hover, .full-slide h2 a.hover {
  text-decoration: underline;
}

.full-slide .no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.full-slide .no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.full-slide.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.full-slide.background-image h1, .full-slide.background-image h2 {
  color: #ffa100;
}

.full-slide.dark-grey {
  background-color: #5d6067;
}

.full-slide.dark-grey .fs-carousel-controls .fs-carousel-control_previous,
.full-slide.dark-grey .fs-carousel-controls .fs-carousel-control_next {
  background-color: #5d6067;
}

.full-slide.orange,
.full-slide .orange,
.content-row .orange  {
  background-color: #ff5a00;
}

.full-slide.orange .fs-carousel-controls .fs-carousel-control_previous,
.full-slide.orange .fs-carousel-controls .fs-carousel-control_next,
.full-slide .orange .fs-carousel-controls .fs-carousel-control_previous,
.full-slide .orange .fs-carousel-controls .fs-carousel-control_next {
  background-color: #ff5a00;
}

.full-slide.orange-alt {
  background-color: #fdc82f;
}

.full-slide.orange-alt .fs-carousel-controls .fs-carousel-control_previous,
.full-slide.orange-alt .fs-carousel-controls .fs-carousel-control_next,
.full-slide .orange-alt .fs-carousel-controls .fs-carousel-control_previous,
.full-slide .orange-alt .fs-carousel-controls .fs-carousel-control_next {
  background-color: #fdc82f;
}

.full-slide.orange-alt-2,
.full-slide .orange-alt-2 {
  background-color: #ffa100;
}

.full-slide.orange-alt-2 .fs-carousel-controls .fs-carousel-control_previous,
.full-slide.orange-alt-2 .fs-carousel-controls .fs-carousel-control_next,
.full-slide .orange-alt-2 .fs-carousel-controls .fs-carousel-control_previous,
.full-slide .orange-alt-2 .fs-carousel-controls .fs-carousel-control_next {
  background-color: #ffa100;
}

.full-slide.dark-grey h2, .full-slide.orange h2, .full-slide.orange-alt h2, .full-slide.orange-alt-2 h2, .full-slide .orange h2, .full-slide .orange-alt h2, .full-slide .orange-alt-2 h2 {
  color: #FFF;
}

.full-slide.dark-grey a, .full-slide.orange a, .full-slide.orange-alt a, .full-slide.orange-alt-2 a,  .full-slide .orange a, .full-slide .orange-alt a, .full-slide .orange-alt-2 a {
  color: #FFF;
}

.full-slide.dark-grey a:hover, .full-slide.dark-grey a.hover, .full-slide.orange a:hover, .full-slide.orange a.hover, .full-slide.orange-alt a:hover, .full-slide.orange-alt a.hover, .full-slide.orange-alt-2 a:hover, .full-slide.orange-alt-2 a.hover, .full-slide.orange a:hover, .full-slide.orange a.hover, .full-slide.orange-alt a:hover, .full-slide .orange-alt a.hover, .full-slide .orange-alt-2 a:hover, .full-slide .orange-alt-2 a.hover {
  color: #FFF;
  text-decoration: underline;
}

.full-slide > .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .full-slide .pull-left {
    margin-top: 30px;
  }
}

#subpage #youtube-videos1{min-width:100%;background-color:#fff}#subpage #youtube-videos1 .wrapper{padding-top:35px;padding-bottom:35px}#subpage #youtube-videos1 .content-row h2{font-family:"lato",sans-serif;color:#ff5a00;text-align:center;font-weight:300}#subpage #youtube-videos1 #youtube-carousel .video{width:270px}#subpage #youtube-videos1 #youtube-carousel .video:hover .video-link .play-icon:before,#subpage #youtube-videos1 #youtube-carousel .video:focus .video-link .play-icon:before{-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;color:#ff5a00}#subpage #youtube-videos1 #youtube-carousel .video:hover .video-text,#subpage #youtube-videos1 #youtube-carousel .video:focus .video-text{-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;color:#fdc82f}#subpage #youtube-videos1 #youtube-carousel .video .video-link{cursor:pointer;-webkit-border-radius:250px;-moz-border-radius:250px;border-radius:250px;background-repeat:no-repeat;background-size:cover;margin:0 auto;width:270px;height:270px;position:relative;display:table;text-align:center}#subpage #youtube-videos1 #youtube-carousel .video .video-link .play-icon{display:table-cell;-moz-transform:translate(2%, 35%);-webkit-transform:translate(2%, 35%);-ms-transform:translate(2%, 35%);transform:translate(2%, 35%)}#subpage #youtube-videos1 #youtube-carousel .video .video-link .play-icon:before{font-family:"FontAwesome";content:"\f04b";color:#fff;font-size:80px;line-height:80px}@media (max-width: 991px){#subpage #youtube-videos #youtube-carousel .video .video-link{width:200px;height:200px}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 30%);-webkit-transform:translate(5%, 30%);-ms-transform:translate(5%, 30%);transform:translate(5%, 30%)}}@media (max-width: 767px){#subpage #youtube-videos #youtube-carousel .video .video-link{width:140px;height:140px}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 35%);-webkit-transform:translate(5%, 35%);-ms-transform:translate(5%, 35%);transform:translate(5%, 35%)}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon:before{font-size:50px;line-height:50px}}@media (max-width: 479px){#subpage #youtube-videos #youtube-carousel .video .video-link{width:270px;height:270px}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(2%, 35%);-webkit-transform:translate(2%, 35%);-ms-transform:translate(2%, 35%);transform:translate(2%, 35%)}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon:before{font-size:80px;line-height:80px}}#subpage #youtube-videos #youtube-carousel .video .video-text{margin:25px 0 0;padding-left:10px;padding-right:10px;text-align:center;color:#ff5a00;font-size:24px;line-height:24px;font-weight:bold;font-family:"lato",sans-serif}@media (max-width: 1199px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:18px;line-height:18px}}@media (max-width: 991px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 767px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 479px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:24px;line-height:24px}}#subpage #youtube-videos.content-videos{margin-top:80px}@media (max-width: 1199px){#subpage #youtube-videos.content-videos #youtube-carousel{max-width:90%}}@media (max-width: 991px){#subpage #youtube-videos.content-videos #youtube-carousel{max-width:100%}}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link{width:180px;height:180px}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 30%);-webkit-transform:translate(5%, 30%);-ms-transform:translate(5%, 30%);transform:translate(5%, 30%)}@media (max-width: 767px){#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link{width:140px;height:140px}#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 35%);-webkit-transform:translate(5%, 35%);-ms-transform:translate(5%, 35%);transform:translate(5%, 35%)}#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-link .play-icon:before{font-size:50px;line-height:50px}}@media (max-width: 479px){#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-link{width:270px;height:270px}#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(2%, 35%);-webkit-transform:translate(2%, 35%);-ms-transform:translate(2%, 35%);transform:translate(2%, 35%)}#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-link .play-icon:before{font-size:80px;line-height:80px}}#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-text{font-size:18px}@media (max-width: 991px){#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 767px){#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 479px){#subpage #youtube-videos1.content-videos #youtube-carousel .video .video-text{font-size:24px;line-height:24px}}#subpage #youtube-videos1 #videoloader{margin-top:40px;display:none;text-align:center}@media (max-width: 767px){#subpage #youtube-videos1 #videoloader{-webkit-animation-name:none;animation-name:none}}@media (max-width: 767px){#subpage #youtube-videos1 #videoloader #embed-video{width:460px !important;height:259px !important}}@media (max-width: 479px){#subpage #youtube-videos1 #videoloader #embed-video{width:320px !important;height:180px !important}}


#subpage #youtube-videos{min-width:100%;background-color:#fff}#subpage #youtube-videos .wrapper{padding-top:35px;padding-bottom:35px}#subpage #youtube-videos .content-row h2{font-family:"lato",sans-serif;color:#ff5a00;text-align:center;font-weight:300}#subpage #youtube-videos #youtube-carousel .video{width:270px}#subpage #youtube-videos #youtube-carousel .video:hover .video-link .play-icon:before,#subpage #youtube-videos #youtube-carousel .video:focus .video-link .play-icon:before{-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;color:#ff5a00}#subpage #youtube-videos #youtube-carousel .video:hover .video-text,#subpage #youtube-videos #youtube-carousel .video:focus .video-text{-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;color:#fdc82f}#subpage #youtube-videos #youtube-carousel .video .video-link{cursor:pointer;-webkit-border-radius:250px;-moz-border-radius:250px;border-radius:250px;background-repeat:no-repeat;background-size:cover;margin:0 auto;width:270px;height:270px;position:relative;display:table;text-align:center}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon{display:table-cell;-moz-transform:translate(2%, 35%);-webkit-transform:translate(2%, 35%);-ms-transform:translate(2%, 35%);transform:translate(2%, 35%)}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon:before{font-family:"FontAwesome";content:"\f04b";color:#fff;font-size:80px;line-height:80px}@media (max-width: 991px){#subpage #youtube-videos #youtube-carousel .video .video-link{width:200px;height:200px}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 30%);-webkit-transform:translate(5%, 30%);-ms-transform:translate(5%, 30%);transform:translate(5%, 30%)}}@media (max-width: 767px){#subpage #youtube-videos #youtube-carousel .video .video-link{width:140px;height:140px}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 35%);-webkit-transform:translate(5%, 35%);-ms-transform:translate(5%, 35%);transform:translate(5%, 35%)}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon:before{font-size:50px;line-height:50px}}@media (max-width: 479px){#subpage #youtube-videos #youtube-carousel .video .video-link{width:270px;height:270px}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(2%, 35%);-webkit-transform:translate(2%, 35%);-ms-transform:translate(2%, 35%);transform:translate(2%, 35%)}#subpage #youtube-videos #youtube-carousel .video .video-link .play-icon:before{font-size:80px;line-height:80px}}#subpage #youtube-videos #youtube-carousel .video .video-text{margin:25px 0 0;padding-left:10px;padding-right:10px;text-align:center;color:#ff5a00;font-size:24px;line-height:24px;font-weight:bold;font-family:"lato",sans-serif}@media (max-width: 1199px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:18px;line-height:18px}}@media (max-width: 991px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 767px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 479px){#subpage #youtube-videos #youtube-carousel .video .video-text{font-size:24px;line-height:24px}}#subpage #youtube-videos.content-videos{margin-top:80px}@media (max-width: 1199px){#subpage #youtube-videos.content-videos #youtube-carousel{max-width:90%}}@media (max-width: 991px){#subpage #youtube-videos.content-videos #youtube-carousel{max-width:100%}}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link{width:180px;height:180px}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 30%);-webkit-transform:translate(5%, 30%);-ms-transform:translate(5%, 30%);transform:translate(5%, 30%)}@media (max-width: 767px){#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link{width:140px;height:140px}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(5%, 35%);-webkit-transform:translate(5%, 35%);-ms-transform:translate(5%, 35%);transform:translate(5%, 35%)}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link .play-icon:before{font-size:50px;line-height:50px}}@media (max-width: 479px){#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link{width:270px;height:270px}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link .play-icon{-moz-transform:translate(2%, 35%);-webkit-transform:translate(2%, 35%);-ms-transform:translate(2%, 35%);transform:translate(2%, 35%)}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-link .play-icon:before{font-size:80px;line-height:80px}}#subpage #youtube-videos.content-videos #youtube-carousel .video .video-text{font-size:18px}@media (max-width: 991px){#subpage #youtube-videos.content-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 767px){#subpage #youtube-videos.content-videos #youtube-carousel .video .video-text{font-size:16px;line-height:16px}}@media (max-width: 479px){#subpage #youtube-videos.content-videos #youtube-carousel .video .video-text{font-size:24px;line-height:24px}}#subpage #youtube-videos #videoloader{margin-top:40px;display:none;text-align:center}@media (max-width: 767px){#subpage #youtube-videos #videoloader{-webkit-animation-name:none;animation-name:none}}@media (max-width: 767px){#subpage #youtube-videos #videoloader #embed-video{width:460px !important;height:259px !important}}@media (max-width: 479px){#subpage #youtube-videos #videoloader #embed-video{width:320px !important;height:180px !important}}


/*
.fs-carousel.fs-carousel-enabled{width:100%;position:relative}.fs-carousel.fs-carousel-enabled:after{clear:both;content:'';display:table}.fs-carousel,.fs-carousel:after,.fs-carousel:before,.fs-carousel *,.fs-carousel *:after,.fs-carousel *:before{box-sizing:border-box;-webkit-transition:none;transition:none;-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.fs-carousel-enabled.fs-carousel-contained,.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper,.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container{overflow:hidden}.fs-carousel-enabled .fs-carousel-viewport{position:relative}.fs-carousel-enabled .fs-carousel-viewport:after{clear:both;content:'';display:table}.fs-carousel-enabled .fs-carousel-wrapper{position:relative}.fs-carousel-enabled .fs-carousel-wrapper:after{clear:both;content:'';display:table}.fs-carousel-enabled .fs-carousel-container{position:relative}.fs-carousel-enabled .fs-carousel-container:after{clear:both;content:'';display:table}.fs-carousel-enabled .fs-carousel-canister{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin:0;overflow:hidden;-webkit-transition:-webkit-transform 0.5s ease;transition:transform 0.5s ease;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister{-webkit-transition:height 0.5s ease, -webkit-transform 0.5s ease;transition:height 0.5s ease, transform 0.5s ease}.fs-carousel-enabled .fs-carousel-item{min-height:1px;display:block;float:left}.fs-carousel-enabled .fs-carousel-item img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fs-carousel-single .fs-carousel-item{position:absolute;top:0;left:0;z-index:1}.fs-carousel-single .fs-carousel-item.fs-carousel-visible{position:relative;z-index:2}.fs-carousel-controls{display:none}.fs-carousel-enabled .fs-carousel-controls{width:100%;margin:0;padding:0}.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible,.fs-carousel-controls_custom.fs-carousel-visible{display:block}.fs-carousel-enabled .fs-carousel-control{position:absolute;top:0;bottom:0;border:0;cursor:pointer;display:block;padding:0;visibility:hidden;width:40px;height:40px;background:transparent;border-radius:100%;margin:auto;opacity:0;overflow:hidden;text-indent:200%;-webkit-transition:opacity 0.15s ease, visibility 0.15s ease;transition:opacity 0.15s ease, visibility 0.15s ease;white-space:nowrap}.fs-carousel-enabled .fs-carousel-control:before{width:0;height:0;position:absolute;top:0;right:0;bottom:0;left:0;content:'';margin:auto}.no-opacity .fs-carousel-enabled .fs-carousel-control{text-indent:-999px}.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible{visibility:visible;opacity:1}.fs-carousel-enabled .fs-carousel-control_previous,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next{right:auto;left:0px}.fs-carousel-enabled .fs-carousel-control_previous:hover:before,.fs-carousel-enabled .fs-carousel-control_previous:focus:before,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:hover:before,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:focus:before{border-right:29px solid #ffa100}.fs-carousel-enabled .fs-carousel-control_previous:before,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before{-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:29px solid #ff5a00;border-left:none;margin-left:0px;margin-right:auto}.fs-carousel-enabled .fs-carousel-control_next,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous{right:0px;left:auto}.fs-carousel-enabled .fs-carousel-control_next:hover:before,.fs-carousel-enabled .fs-carousel-control_next:focus:before,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:hover:before,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:focus:before{border-left:29px solid #ffa100}.fs-carousel-enabled .fs-carousel-control_next:before,.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before{-moz-transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:29px solid #ff5a00;border-right:none;margin-right:0px;margin-left:auto}.fs-carousel-enabled .fs-carousel-control_disabled{opacity:0}.fs-carousel-pagination{display:none}.fs-carousel-enabled .fs-carousel-pagination{width:100%;margin:10px 0 0;padding:0;text-align:center}.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible{display:block}.fs-carousel-enabled .fs-carousel-page{border:0;cursor:pointer;display:inline-block;padding:0;width:10px;height:10px;background:#333333;border-radius:100%;margin:0 3px;opacity:0.5;overflow:hidden;text-indent:200%;white-space:nowrap}.no-opacity .fs-carousel-enabled .fs-carousel-page{text-indent:-999px}.fs-carousel-enabled .fs-carousel-page.fs-carousel-active{opacity:1}.fs-carousel-enabled.fs-carousel-rtl{direction:rtl}.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item{float:right}


.fs-carousel-enabled .fs-carousel-control_next:before, .fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 29px solid #ff5a00;
    border-right: none;
    margin-right: 0px;
    margin-left: auto;
}


.fs-carousel-enabled .fs-carousel-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    margin: auto;
}

.fs-carousel, .fs-carousel:after, .fs-carousel:before, .fs-carousel *, .fs-carousel *:after, .fs-carousel *:before {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}


#youtube-videos #videoloader {
    margin-top: 40px;
    display: none;
    text-align: center;

}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.fs-carousel-enabled .fs-carousel-control_previous:before, .fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 29px solid #ff5a00 !important;
    border-left: none;
    margin-left: 0px;
    margin-right: auto;
}

.fs-carousel-enabled .fs-carousel-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    margin: auto;
}

#youtube-videos .fs-carousel, .fs-carousel:after, .fs-carousel:before, .fs-carousel *, .fs-carousel *:after, .fs-carousel *:before {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#youtube-videos *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#youtube-videos .fs-carousel-enabled .fs-carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 100%;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    white-space: nowrap;
}

#youtube-videos .fs-carousel-enabled .fs-carousel-control_previous:before, .fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
    -moz-transition: all 0.2s ease 0s ;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 20px solid transparent !important; 
     border-bottom: 20px solid transparent !important; 
    border-right: 29px solid #ff5a00 !important;  
     border-left: none !important; 
    margin-left: 0px !important; 
    margin-right: auto !important; 
}
*/

#youtube-videos .fs-carousel-enabled .fs-carousel-control {

    width: 40px !important; 
    height: 40px !important; 
       text-indent: 200% !important; 
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease !important; 
    transition: opacity 0.15s ease, visibility 0.15s ease !important; 
    white-space: nowrap !important; 

}

#youtube-videos  .fs-carousel-enabled .fs-carousel-control_next:before, .fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-left: 29px solid #ff5a00 !important;
    border-right: none;
    margin-right: 0px;
    margin-left: auto;
}

#youtube-videos .fs-carousel-enabled .fs-carousel-control_previous:before, .fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 20px solid transparent  !important;
    border-bottom: 20px solid transparent  !important;
    border-right: 29px solid #ff5a00 !important;
    border-left: none;
    margin-left: 0px;
    margin-right: auto;
}

#youtube-videos button.fs-carousel-control {
box-shadow:none !important;

}

#youtube-videos .fs-carousel-enabled .fs-carousel-control {
	background:transparent !important;
}


 ul.multicolumnContainer, .page-content ul.multicolumnContainer {
    list-style-type: none!important;
    padding-left: 0!important;
    margin-left: -15px;
    margin-right: -15px;
}

 ul.multicolumnContainer li{
    color: #58595b;
    margin-bottom: 0!important;
}

 .big-link a {
    display: block;
    position: relative;
    width: 100%;
}


  .big-link a:hover span, #sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item.lightbox, #social-timeline .big-link a:hover span, .page-content .big-link a:hover div, .page-content .big-link a:hover span {
    background-color: #9b3223;
}


 .big-link a span.orange-alt, #social-timeline .big-link a span.orange-alt, .page-content .big-link a div.orange-alt, .page-content .big-link a span.orange-alt, .text-box.orange-alt {
    background-color: #fdc82f;
    color: #fff;
}

 .big-link a span {
    max-width: 83%!important;
}

.big-link a span, #sisalto .big-link div div.orange-alt, #social-timeline .big-link a span, .page-content .big-link a div, .page-content .big-link a span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    font-size: 18px;
    word-wrap: break-word;
    z-index: 2;
}

.big-link a span {
    max-width: 100% !important;
}

 .big-link a div,  .big-link a span {
    clear: both;
    float: right;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "lato",sans-serif;
    font-weight: 700;
}

ul.multicolumnContainer li .big-link p a:hover{
	color:#58595b;
}


.big-link .orange, .big-link .orange-alt, .big-link .orange-alt2 {
   	 line-height: 21px !important;
}


.tx-subpageteaser .orange-alt2:after, .tx-subpageteaser .orange-alt:after, .tx-subpageteaser .orange:after, span.orange-alt2:after, span.orange-alt:after, span.orange:after {
    	content: "\00a0\00BB";
}


ul.multicolumnContainer, .page-content form{
	margin-left:-25px;
}


ul.multicolumnContainer li{
	margin-right:0px;
}

 .big-link a:hover span,.page-content .big-link a:hover div,.page-content .big-link a:hover span{
	background-color:#9b3223 !important;
}
 

 .big-link a:hover img, .page-content .big-link a:hover img{opacity:.8;filter:alpha(opacity=80)}

/*
.container .row.wrapper.small-padding div.csc-default{
	padding-left:15px !important;
	padding-right:15px !important;
}


.big-link a img, #social-timeline .big-link a img {
    width: 100%!important;
}

#metropolia-stories .big-link a img, #social-timeline .big-link a img {
    height: 100%;
    max-width: 100%;
}

.big-link a img {
    height: 100%;
    max-width: 100%;
    width: 100%;
 
}
*/
/*
@media (min-width: 1200px){
.col-lg-3 {
    width: 25%;
}
}
@media (min-width: 1200px){
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
}
@media (min-width: 992px){

.col-md-3 {
    width: 25%;
}
}
@media (min-width: 992px){

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
}
@media (min-width: 768px){

.col-sm-3 {
    width: 25%;
}
}
@media (min-width: 768px){

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
}
*/ 

/*
body.blanko h1 {
    font-size: 80px;
    line-height: 80px; 
}
*/

h1, h2, h3, h4, h5, h6 {
    font-family: "lato",sans-serif;
    color: #ff5a00;
    font-weight: 300;
    margin: 0 0 30px;
}

body.frontpage h1, body.frontpage h2, body.frontpage h3, body.frontpage h4 {
 
    color: #ffa100 !important;
}

.full-slide.dark-grey h2, .full-slide.orange h2, .full-slide.orange-alt h2, .full-slide.orange-alt-2 h2 {
    color: #FFF !important;
}

#breadcrumb ul li a.current, #breadcrumb ul li.current, #muut ul.csc-menu li.active, .anchor-links ul li a.current, p {
    color: #58595b;
}

#breadcrumb ul li, .anchor-links ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #ff5a00;
    font-family: "lato", Arial,Helvetica,sans-serif;
    font-size: 14px;
}

#info h2, #muut h2, #right h2 {
    font-size: 28px !important;
    line-height: 28px !important;
    
}


#info h3, #muut h3, #right h3 {
    font-size: 24px !important;
    line-height: 24px !important;
    }

#info h4, #muut h4, #right h4 {
    font-size: 20px !important;
    line-height: 20px !important;
   }

@media (min-width: 768px) {
	#info h2, #muut h2, #right h2 {
       		font-weight: 400 !important;
	}
	#info h3, #muut h3, #right h3 {
        		font-weight: 400 !important;
	}
	#info h4, #muut h4, #right h4 {
  		font-weight: 400 !important;
	}
}


#info h2, #info h3, #info h4, #info h5, #info h6, #muut h2, #muut h3, #muut h4, #muut h5, #muut h6 {
    margin: 0 0 20px!important;
}
.anchor-links ul.csc-menu.csc-menu-3 li a{
	font-size: 16px;
}	



#content-container .row.wrapper .csc-default{
	padding-left:20px !important;
	padding-right:20px  !important;
}

.row.wrapper .csc-default div.col-lg-6, .row.wrapper .csc-default div.col-lg-12, .row.wrapper .csc-default div.col-lg-9{
	margin-left:-5px !important;
}

.row.wrapper .csc-default div.col-lg-6, .row.wrapper .csc-default div.col-lg-12, .row.wrapper .csc-default div.col-lg-9,  .row.wrapper .csc-default div.col-lg-3{
	margin-left:-5px !important;
}

ul.multicolumnContainer{margin-left:0px !important;}
ul.multicolumnContainer.multicolumnLayout1{margin-left:20px !important;}
ul.multicolumnContainer.multicolumnLayout1 li img{margin-bottom:15px !important;padding-right:0px !important;}
ul.multicolumnContainer.multicolumnLayout1 li {margin-right:-5px !important;}
ul.multicolumnContainer li.column .big-link {/*min-width:260px !important;*/min-width:230px !important;}
ul.multicolumnContainer li .csc-default {padding:0px !important;margin-left:-30px !important;margin-right:-20px !important;}

/*
.row.wrapper .csc-default #koulutukset-carousel{
	margin-left:20px !important;
}
*/


#content-container .row.wrapper .csc-default.carousel-container {
 padding-top: 30px !important;
    padding-bottom: 20px !important;

}
ul.multicolumnContainer li img{margin-bottom:10px;}
ul.multicolumnContainer li p{max-width:600px !important;}

ul.multicolumnContainer.multicolumnLayout1 li .csc-default {
        margin-left: -30px !important; 
     margin-right: 10px !important; 
}

ul.multicolumnContainer .csc-textpic-image img{
max-width: 100%;
    height: auto;
}


.row.wrapper .csc-default ul.multicolumnContainer {
    margin-left: 10px !important;
}

.container .row.wrapper.small-padding div[class^='col-'], .container .row.wrapper.small-padding div[class*=' col-'] {
    padding-left: 10px;
     padding-right: 15px; 
    /* padding-left: 10px;
     padding-right: 0px; */
}
li .big-link{
	margin-right:20px !important;
	margin-left:5px !important;
}
.multi ul.multicolumnContainer li.column{
	padding-left:0px !important;
	padding-right:25px !important;
	/*max-width: 630px !important;
	margin-right: 10px;*/
}


ul.multicolumnContainer li div[class^='col-'], ul.multicolumnContainer li div[class*=' col-']{
	margin-right:5px !important;
	margin-left:-5px !important;
} 

ul.multicolumnContainer li .columnItems{
	padding: 0px 0px 0px 0px !important
}
ul.multicolumnContainer li .columnItems .block.image{
	padding: 0px 0px 30px 0px !important
}
/*
ul.multicolumnContainer li {
	margin-right:25px !important;
}
*/

.carousel .wrapper p{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px !important;
}

/* ---  COLUMNS --- */

@media (max-width: 563px) {

	div.cols div.col-25,
	div.cols div.col-50{
		display: block;
		clear:both;
		
	}	

	div.cols div.col-25 p,
	div.cols div.col-50 p,
	div.cols div.col-25 h2,
	div.cols div.col-50 h2,
	div.cols div.col-25 h3,
	div.cols div.col-50 h3,
	div.cols div.col-25 h4,
	div.cols div.col-50 h4{
		clear:both;
		
		
	}

	div.cols div.col-25 img,
	div.cols div.col-50 img {
		margin-bottom:10px;
		
	}
}


@media (min-width: 564px) {
	
	div.cols {
			margin: 0px -20px -20px 0px;
			clear:both !important;
	}
	
	div.cols div.col {
		float: left;
		margin: 0px 20px 20px 0px;
		width: 98%;
		width: -moz-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
	div.cols div.col-25,
	div.cols div.col-50 {
		float: left;
		margin: 0px 20px 20px 0px;
		width: 46%;
		width: -moz-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	
}

@media (min-width: 768px) {
	
	div.cols div.col-20 {
		float: left;
		margin: 0px 20px 20px 0px;
		width: 17%;
		width: -moz-calc(20% - 20px);
		width: -o-calc(20% - 20px);
		width: -webkit-calc(20% - 20px);
		width: calc(20% - 20px);
	}
	
	div.cols div.col-25 {
		float: left;
		margin: 0px 20px 20px 0px;
		width: 22%;
		width: -moz-calc(25% - 20px);
		width: -o-calc(25% - 20px);
		width: -webkit-calc(25% - 20px);
		width: calc(25% - 20px);
	}
	
	div.cols div.col-33 {
		float: left;
		margin: 0px 20px 20px 0px;
		width: 30%;
		width: -moz-calc(33.33% - 20px);
		width: -o-calc(33.3% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	
	div.cols div.col-75 {
		float: left;
		margin: 0px 20px 20px 0px;
		width: 72%;
		width: -moz-calc(75% - 20px);
		width: -o-calc(75% - 20px);
		width: -webkit-calc(75% - 20px);
		width: calc(75% - 20px);
	}


	.col-50.text .date{
		width:170px !important;
	}
	

}

/* ---  COLUMN THEMES --- */

div.cols .col .dark {
	background: #ccc7c0;
}

div.cols .col .light {
	background: #e2e0da;
}

div.cols .col .indented {
	padding: 20px;
}

div.cols .col .indented {
}

	

#leipis .orange-box, #leipis .blue-box, #leipis .purple-box, #leipis .green-box {
    min-height: 40px;
    height: 100px;
    /* height: 100px; */
    display: table;
    width: 100%;
    /* vertical-align: middle; */
}

#leipis .orange-box.small, #leipis .blue-box.small, #leipis .purple-box.small, #leipis .green-box.small{
	min-height:40px;
	height:50px;
	/*height:100px;*/
	display: table;
	width:100%;
	/*vertical-align:middle;*/

}


.orange-box {
    background-color: #FF5A00;
    color: #fff;
} 

#leipis .orange-box h2, #leipis .blue-box h2, #leipis .purple-box h2, #leipis .green-box h2, #leipis .orange-box .header, #leipis .blue-box .header, #leipis .purple-box .header, #leipis .green-box .header {
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
    font-size: 22px;
    font-family: 'Lato', arial;
}

.green-box {
    background-color: #BED600;
    color: #fff;
}

.orange-box a, .blue-box a, .purple-box a, .green-box a, .orange-box a:hover, .blue-box a:hover, .purple-box a:hover, .green-box a:hover  {
    color: #fff;
}

#muut .csc-textpic-imagewrap, #info .csc-textpic-imagewrap{
	margin-bottom:10px !important;
}


/* --- SLIDER --- */

#content .content-main .block.slider .content,
#content .content-main #toppi  .tx-bxslider .content,
#content .content-main .tx-bxslider .content{
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #ccc7c0;
	height: auto;
      
      
}


#content .content-main .block.slider .bx-wrapper,
#content .content-main #toppi  .tx-bxslider .bx-wrapper,
.content-bottom .tx-bxslider .bx-wrapper {
	position: relative;
}

#content .content-main .block.slider .bx-wrapper .bx-controls,
#content .content-main #toppi  .tx-bxslider .bx-wrapper .bx-controls,
.content-bottom .tx-bxslider .bx-wrapper .bx-controls {
	position: relative;
	margin: 10px 0px;
	height: 38px;
}

#content .content-main .block.slider .bx-wrapper .bx-controls a,
#content .content-main  #toppi .tx-bxslider .bx-wrapper .bx-controls a ,
.kampukset #content .content-main  .tx-bxslider .bx-wrapper .bx-controls-direction a,
.content-bottom .tx-bxslider .bx-wrapper .bx-controls a {
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	font-size: 0px;
}


#content .content-main .block.slider .bx-wrapper .bx-controls a:hover,
#content .content-main #toppi  .tx-bxslider .bx-wrapper .bx-controls a:hover,
.kampukset #content .content-main .tx-bxslider .bx-wrapper .bx-controls a:hover,
.content-bottom .tx-bxslider .bx-wrapper .bx-controls a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

	
}


#content .content-main .block.slider .bx-wrapper .bx-controls .bx-prev,
#content .content-main #toppi  .tx-bxslider .bx-wrapper .bx-controls .bx-prev,
.kampukset #content .content-main  .tx-bxslider .bx-wrapper .bx-controls .bx-prev,
.content-bottom .tx-bxslider .bx-wrapper .bx-controls .bx-prev {
	left: 10px;
	background: url('../images/bxslider/btn_small-prev.png') center center no-repeat;
}

#content .content-main .block.slider .bx-wrapper .bx-controls .bx-next,
#content .content-main #toppi .tx-bxslider .bx-wrapper .bx-controls .bx-next,
.kampukset #content .content-main .tx-bxslider .bx-wrapper .bx-controls .bx-next,
.content-bottom .tx-bxslider .bx-wrapper .bx-controls .bx-next   {
	right: 10px;
	background: url('../images/bxslider/btn_small-next.png') center center no-repeat;
}

.content-bottom .tx-bxslider .bx-wrapper .bx-controls .bx-prev,
.content-bottom .tx-bxslider .bx-wrapper .bx-controls .bx-next  {
	top: 10px;
	
}

#content .content-main .block.slider .bx-wrapper .caption,
#content .content-main #toppi .tx-bxslider .bx-wrapper .caption,
.content-bottom .tx-bxslider .bx-wrapper .caption  {
	padding: 10px 10px 0px 10px;
     
}

.tx-bxslider a{
 	color:#474747;
}

@media (min-width: 1120px) {
	
.content-bottom .tx-bxslider .bx-wrapper img{
  padding:3px;

}
}



.tx-bxslider{margin-left:10px !important;}


/************ACCORDIOn********/
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em !important;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}



.ui-accordion .ui-accordion-header {
    background: #ff5a00;
}

h3.ui-accordion-header {
    color: #fff!important;
    text-transform: uppercase;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(https://www.metropolia.fi/typo3conf/ext/jfmulticontent/res/jquery/css/theme-1.9.2/images/ui-icons_ffffff_256x240.png)!important;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_222222_256x240.png);
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

div.csc-default .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 16px;
    color: #fff!important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

#jfmulticontent h3, #jfmulticontent h3 a, .tx-jfmulticontent-pi1 h3 a {
    color: #fff;
    font-size: 18px!important;
    line-height: 24px!important;
    font-family: 'Lato', arial;
    font-weight: 400;
}


.ui-accordion .ui-accordion-header {
    background: #ff5a00;
}

.tx-jfmulticontent-pi1{margin-bottom:30px !important;}
/**********/

.frontpage .full-slide .container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#leipis .csc-default ul.multicolumnContainer {
    margin-left: 20px !important;
}

#leipis ul.multicolumnContainer li.column {
    padding-left: 10px !important;
    padding-right: 25px !important;
  margin-right: 0px !important;
}

#leipis .row.wrapper .csc-default ul.multicolumnContainer {
     margin-left: -20px !important; 
}

#leipis ul.multicolumnContainer.multicolumnLayout2 {
	margin-left:15px !important;
}

#leipis ul.multicolumnContainer.multicolumnLayout3{
	margin-left:25px !important;
	/*padding-left:10px !important;
	padding-right:20px !important;*/
	padding:0px !important;
	margin-right:0px !important;
}
#leipis ul.multicolumnContainer.multicolumnLayout3 li{
	margin-right:0px !important;
	margin-left:0px !important;
	padding:0px !important;
}

#leipis ul.multicolumnContainer.multicolumnLayout3 .big-link{
    	max-width: 220px !important;
}  
#leipis ul.multicolumnContainer.multicolumnLayout3 .big-link img {
                    max-width: 220px !important;
	width:100%;
	height:100%;
}
#leipis ul.multicolumnContainer.multicolumnLayout3 .big-link p,
 #leipis ul.multicolumnContainer.multicolumnLayout3 .big-link span {
 	max-width: 220px !important;
}


/**********TUOTU 2015.css**************/


/* ---------- PAGES // UUTISET ---------- */

.page-news .article-list .item {
	border-bottom: 1px solid #ccc7c0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page-news .article-list .item.last {
	border: none;
}

@media (min-width: 564px) {
	
	.page-news .article-list .item.size-small {
		border: none !important;
	}
	
	.page-news .article-list .item.size-large h2,
	.page-news .article-list .item.size-large p {
		margin: 0px;
	}
	
	.page-news .article-list .item.size-large .read-more {
		margin: 10px 0px 0px 0px;
	}
	
}

@media (min-width: 768px) {
	
	.page-news .article-list .item.size-large .title h2 {
		/*font-size: 32px;
 		line-height: 38px;*/
		font-size:24px;
		line-height: 30px;
		
	}
	
	.page-news .article-list .item.size-large .text {
		font-size: 16px;
		line-height: 24px;
	}
	
	.page-news .article-list .item.size-large .date {
		text-align: right;
	}
	
}
/*
.page-news .article-list .item img {
	width: 100% !important;
	height: auto !important;
}
*/





/* -------------------------------------------------- */
/* PAGERS
/* -------------------------------------------------- */

ul.pager {
	border-top: 1px solid #ccc7c0;
	border-bottom: 1px solid #ccc7c0;
	padding: 10px 0px;
	list-style-type: none;
	text-align: center;
}

ul.pager li {
	margin: 0px 5px;
	display: inline-block;
}





/* -------------------------------------------------- */
/* FORMS
/* -------------------------------------------------- */

@media (min-width: 564px) {
	
	.form.contact .fieldgroup.right textarea {
		height: 156px;
	}
	
	.form.feedback .fieldgroup.right textarea {
		height: 92px;
	}
	
	.form.ask-how-to-apply .fieldgroup.right textarea {
		height: 92px;
	}
	
}





/* -------------------------------------------------- */
/* TABS
/* -------------------------------------------------- */

.tabs.forms ul,
#jfmulticontent_c27846 ul,
#jfmulticontent_c29887 ul {
	margin: 0px;
	list-style-type: none;
        overflow:hidden;
}

.tabs.forms ul li, 
#jfmulticontent_c27846 ul li,
#jfmulticontent_c29887 ul li {
	margin: 0px;
	padding: 0px 0px 0px 17px;
	font-family: 'Lato', arial;
	background: url('../images/bg_tabs_item.png') 2px center no-repeat;
}

.tabs.forms ul li.ui-state-active,
#jfmulticontent_c27846 ul li.ui-state-active,
#jfmulticontent_c29887 ul li.ui-state-active{
	background: url('../images/bg_tabs_item-active.png') left center no-repeat;
}

.tabs.forms ul li a,
#jfmulticontent_c27846 ul li a,
#jfmulticontent_c29887 ul li a {
	display: block;
	padding: 5px 0px;
}

.tabs.forms ul li.ui-state-active a,
#jfmulticontent_c27846 ul li.ui-state-active a,
#jfmulticontent_c29887 ul li.ui-state-active a {
	color: #474747;
}

@media (min-width: 768px) {
	
	.tabs.forms ul li,
 	#jfmulticontent_c27846 ul li {
		border-top: 1px solid transparent;
		border-bottom: 1px solid #ccc7c0;
		border-left: 1px solid #ccc7c0;
		float: left;
		width: auto;
		font-size: 24px;
		background: none !important;
	}

	#jfmulticontent_c29887 ul li {
		border-top: 1px solid transparent;
		border-bottom: 1px solid #ccc7c0;
		border-left: 1px solid #ccc7c0;
		float: left;
		width: auto;
		font-size: 21px;
		background: none !important;
	}

	
	.tabs.forms ul li:first-child,
	#jfmulticontent_c27846 ul li:first-child,
	#jfmulticontent_c29887 ul li:first-child   {
		border-left: none;
	}
	
	.tabs.forms ul li.ui-state-active,
	#jfmulticontent_c27846 ul li.ui-state-active,
	#jfmulticontent_c29887 ul li.ui-state-active  {
		border-top: 1px solid #ccc7c0;
		border-bottom: 1px solid transparent;
	}
	
	.tabs.forms ul li a,
	#jfmulticontent_c27846 ul li a,
	#jfmulticontent_c29887 ul li a {
		padding: 10px 20px;
	}
	
}





/* -------------------------------------------------- */
/* VIDEOS - YOUTUBE
/* -------------------------------------------------- */

.block.video .player {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
 
.block.video .player iframe,
.block.video .player object,
.block.video .player embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 100%;
}


/*************POWERMAIL***********/
.powermail_legend,
.tx-powermail h3{
 display:none;
}

@media (max-width: 767px) {
.tx-powermail{
 	clear:both;
	margin-bottom:20px;
}
}

@media (min-width: 768px) {
#powermail_fieldwrap_10,
#powermail_fieldwrap_50,
#powermail_fieldwrap_28,
#powermail_fieldwrap_69,
#powermail_fieldwrap_75,
#powermail_fieldwrap_78{
 float:right;
}
}

#powermail_fieldwrap_9 input,
#powermail_fieldwrap_53 input,
#powermail_fieldwrap_31 input{
  clear:both;
float:left;
margin-bottom:10px;
}
#powermail_fieldwrap_9 img,
#powermail_fieldwrap_53 img,
#powermail_fieldwrap_31 img{
  clear:both;
float:left;
margin-bottom:10px;
}

#powermail_fieldwrap_11,
#powermail_fieldwrap_54,
#powermail_fieldwrap_32,
#powermail_fieldwrap_72,
#powermail_fieldwrap_79,
#powermail_fieldwrap_80{
  clear:both;
  float:left;
}

#powermail_fieldwrap_11 input,
#powermail_fieldwrap_54 input,
#powermail_fieldwrap_32 input,
#powermail_fieldwrap_72 input,
#powermail_fieldwrap_79 input,
#powermail_fieldwrap_80 input{
 margin: 10px 0px 0px 0px;
	padding: 10px 20px;
	width: auto;
	height: auto;
	color: #fff;
	/*background: #9b3223;*/
	background: #ff5a00;
	text-align: center;

}

.mandatory{
 padding-left:5px;
}

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


.tx-indexedsearch-searchbox-button{
 margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	width: auto;
	height: auto;
	color: #fff;
	background: #9b3223;
	text-align: center;

}





#oikea .news-catmenu{
 /*display:none;*/
}


.news-single-imgcaption,
.csc-textpic-caption{
 color:#747678;
 font-size:14px;
padding-bottom:20px;
line-height:17px;
padding-top:6px;
}

 

.jaa-uutinen{
  float:left;
   font-size:13px;
    line-height:17px;
   font-family:arial, verdana;
  margin-left:10px;
margin-left:0px;

}
 #add1{
 margin-top:20px;
 padding-bottom:20px;
margin-left:0px;
}

#add,
#add1,
.addthis_toolbox addthis_default_style,
a.addthis_button_expanded at300m{
    font-size:13px;
   font-family:arial, verdana;
}


a.addthis_button_google_plusone{
 margin:0px;
 font-size:13px;
    line-height:17px;
 font-family:arial, verdana;
 width:50px;
}

iframe.noScrolling{
           /*width: 250px; *//*or any other size*/
           height: 339px; /*or any other size*/
           overflow: hidden;
        }

.tx-indexedsearch-title.title a{
 font-size:18px;
}

@media (min-width: 564px) {
h2.tausta{
background: #eee;
opacity:0.9; 
padding: 10px;
}

}

/*
.csc-textpic-image,
.csc-textpic-imagecolumn.csc-textpic-firstcol{
 	margin:0px;
	padding:0px;
}
*/

table td {
 line-height:20px;
}

table tr{
 background:none;
}

/*
@media (max-width: 564px) {

div#leipis.blocks div#c27956.csc-default div.content div.csc-textpic.csc-textpic-intext-left-nowrap.csc-textpic-intext-left-nowrap-340 img{
 border:1px solid red;
 width:300px;
clear:both;
display:block;

}

div#leipis.blocks div#c27956.csc-default div.content div.csc-textpic.csc-textpic-intext-left-nowrap.csc-textpic-intext-left-nowrap-340 .csc-textpicHeader{
 clear:both;
margin-top:10px;
display:block;
 width:300px;

}
}
*/

@media (max-width: 564px) {
.csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 352px; }
.csc-textpic-intext-left-nowrap .csc-textpic-text { margin-left: 352px; }
.csc-textpic-intext-left-nowrap-340 .csc-textpic-text { margin-left: 0px; }
}


.tx-jfmulticontent-pi1 h3 a	{
  font-family:arial, verdana;
   	font-size:13px;
  	line-height:17px;
       background:none;  
} 

div.tx-jfmulticontent-pi1 .csc-default ul li a{
 	color: #9b3223;
	 font-family:arial, verdana;
	text-decoration: none;
  	font-size:18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;  
	-o-transition: all 0.25s ease-in-out;  
	transition: all 0.25s ease-in-out;
}


/**********TYYLITETYT TAULUKOT*************/


table#toimipiste td,
table#koulutusohjelmat td,
table#taulukko td,
table#yhteystiedot-klusteri td,
table#yhteystiedot td,
table#tietoa_metropoliasta td,
table#yhteystiedot-johto td,
table#yhteystiedot-johto1 td,
table#yhteystiedot-ko td, 
table#taydennyskoulutus td,
table#avoinamk td,
table#summerschool td,
table#avoinamk-eirajoja td,
table#hankinnat td,
table#esitysajat td,
table#uutinen td,
table#henkilosto td,
table.henkilosto td,
table#kuvat td,
table#tarjonta td,
table#tyopaikat td,
table#galleria td,
table#galleria-yksittainen td,
table#galleria-yla td,
table#galleria-pohja td,
table#galleria-lataus td,
table#galleriatyo td,
table#logot td,
table#tehonosto td,
table#julkaisutoiminta td,
table#referenssit td,
table#focus td,
table#taulukko-eireunoja td,
table#tietoa_metropoliasta td,
table#kirjasto td,
table#yhteystiedot-ko2 td,
table#sote-taydennys td,
table.none td{
 border: none !important;
 background:none;
}

table#sote-taydennys td{
	padding-bottom:3px;
	line-height:17px;
}

table#henkilosto, table.henkilosto{
	margin-bottom:10px;
}

table.none td img{
	padding:5px;
}



table#yhteystiedot-ko2 td{
	padding:0px 20px 10px 0px;
	font-size: 18px;
    	line-height: 24px;
}

/**********KIRJASTO PIKAHAKU*************/

.shadetabs-ala1 li,
.shadetabs-ala1 li a{
  display:inline;
  font-family:arial, verdana;
  font-size:18px;
  margin-bottom:10px;
  font-weight:normal;
  color:#313131;
  margin-right:0px;
  
}

.shadetabs-ala1 li.eka a{
  padding-top:4px;
  padding-right:18px;
  padding-left:12px;
  
}

.shadetabs-ala1 li.eka a.selected{
  padding-top:4px;
  padding-right:18px;
  padding-left:12px;
}

.shadetabs-ala1 li.toka a{
  padding-top:10px;
  padding-right:5px;
  padding-left:5px;
}

.shadetabs-ala1 li.toka a.selected{
  padding-top:10px;
  padding-right:9px;
  padding-left:9px;  
}




.shadetabs-ala1 ul{

  margin-top:10px;
}
.shadetabs-ala1 li{
  border-top:1px solid #e1e1e1;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  margin-left:5px;
  padding-top:5px;
  /*padding-bottom:5px;*/
  
}


.shadetabs-ala1 li.eka{
  margin-left:0px;  
}

.shadetabs-ala1 li a{
  font-size:13px;
  padding-left:10px;
  padding-right:10px;
  font-family:arial, verdana;

}

.shadetabs-ala1 li a:active{
  color: #000;
  background-color: #e1e1e1;
  
}

ul#tabs1 li a.selected,
ul#tabs1 .shadetabs-ala1 li a.selected{
  color:#000000;
  background-color: #e1e1e1;
  padding-top:1px;
  padding-bottom:1px;
  line-height:14px;
  padding-top:5px;
  
}

ul#tabs1 li a:hover,
ul#tabs1 .shadetabs-ala1 li a:hover{

}

ul#tabs1{
border-bottom:1px solid #e1e1e1;
width:424px;
margin-left:-5px;

}

input.cleardefault{
  color:#747678;
}

#tab10{
  width : 450px;
  height : 300px;
  overflow : auto;
  padding-left : 5px;
}

#tab10 p{
  margin-bottom:10px;
}

#tab10 ul{
  margin-bottom:10px;
}

#tab10 ul li{
  list-style-image: url(./images/list.jpg);
  /*list-style:circle;*/
  font-family: arial, verdana;
  font-size:13px;
  padding-left:0px;
  margin-top:3px;
  margin-bottom:3px;
  color:#313131;
  margin-left:10px;
}

#tab10 h3{
  font-family:arial, verdana;
  font-size:16px;
  margin-top:0px;
  margin-bottom:5px;
  padding-top:5px;
  font-weight:normal;  
  color:#000;
}

.tabcontent{
  display:none;
}

#uutiset-tapahtumat{
width:465px;
margin-top:10px;
margin-left:0px;
}

#uutiset-tapahtumat p{
font-family:arial,verdana;
font-weight:normal;
font-size:13px;
  line-height:17px;
margin-left:-5px;
padding-left:0px;
margin-bottom:10px;
margin-top:0px;
}

#uutiset-tapahtumat a{
  font-weight:bold;
  text-decoration:none;
}


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


div.csc-default .ui-accordion .ui-accordion-header a { display: block; font-size: 14px;  font-weight:normal; color: #9b3223;}
div.csc-default .ui-accordion .ui-accordion-header a:hover {color: #474747;}

.tx-jfmulticontent-pi1 .content p a,
.tx-jfmulticontent-pi1 .content table td a{ color: #9b3223;}

.ui-widget-content{background:transparent;/*color:#ffffff;*/border:none;height:auto;width:auto;margin-left:0px;font-family:arial;font-size:14px;}
.ui-accordion p.bodytext{
	font-family:arial;
	font-size:14px;
}
div.tx-jfmulticontent-pi1 p.bodytext{
	margin-left:0px;
}

div.csc-default .ui-icon{ background-image: url(../images/ui-icons_9b3223_256x240.png); }


p.tunnustukset img{
	padding: 0px 8px 8px 5px;

}

.block.w-2.video h2{
   padding:10px 10px 0px 10px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
 color:#000;
}

table#yhteystiedot-johto h3{
 margin-top:0px;
padding-top:0px;
}


table#taulukko,
table#taulukko tr,
table#taulukko td,
table.taulukko,
table.taulukko tr,
table.taulukko td{
  border:1px solid #ccc !important;
  margin-top:5px;
  margin-bottom:10px;
  margin-left:0px;
border-collapse: collapse;
padding:5px;
}

table#taulukko td p,
table.taulukko td p{
  padding-top:2px;
  padding-right:2px;
}


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

form.yhteystiedot_haku {
   margin-left:10px;
   font-family:  arial,verdana;
   font-size:13px;
   font-weight:normal;
   margin-bottom:10px;

}

table.yhteystiedot_haku p {
	margin:0px;
	padding:0px;
}

table.yhteystiedot_haku input.submit,
.painikkeet .submit {
	margin: 10px 0px 0px 0px;
	padding: 10px 20px;
	width: auto;
	height: auto;
	color: #fff;
	/*background: #9b3223;*/
	background: #ff5a00;
	text-align: center;
}

.painikkeet .reset {
	margin: 10px 0px 0px 0px;
	padding: 10px 20px;
	width: auto;
	height: auto;
	color: #747678;
	background: #ffffff;
	text-align: center;
}

table.yhteystiedot_tulokset p {
	padding-bottom:0px;
	margin-bottom:0px;
}

table.yhteystiedot_tulokset td,
table.yhteystiedot_tulokset th {
	/*border:1px solid #ccc;*/
	padding-left:5px;
	padding-right:3px;
	padding-top:3px;
}


table.yhteystiedot_tulokset {
	margin-top:5px;
	margin-bottom:30px;
	border: 0px #ccc solid;
	margin-left: 0px;
	border-collapse: collapse;
	text-align:left;
	padding-left:2px;
	width:98%;
	background-color:#f7f8f3; 
} 


@media (min-width: 768px) {
	
	table.yhteystiedot_tulokset td,
	table.yhteystiedot_tulokset th {
		border:1px solid #ccc;
	}
	
}

@media (max-width: 767px) {
	table.yhteystiedot_tulokset{
		width:98%;
		margin-right:10px !important;
		margin-bottom:10px !important;

	}
	table.yhteystiedot_tulokset th{
		display:none;
	}
	table.yhteystiedot_tulokset td{
		display: inline-block;
		width:98%;
		border:0px solid #ccc !important;
		

	}
	

	table.yhteystiedot_tulokset tr:nth-child(even) {background: #CCC;width:98%;border:0px solid #ccc !important;margin-bottom:8px !important;}
	table.yhteystiedot_tulokset tr:nth-child(odd) {background: #FFF;width:98%;border:0px solid #ccc !important;margin-bottom:8px !important;}
	

}

.page-news .news-list-browse {
	margin: 0px;
	clear:both;
}

.page-news .news-list-browse .showResultsWrap {
	display: none;
}

.browseLinksWrap {
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #474747;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}

.browseLinksWrap a,
.browseLinksWrap .activeLinkWrap {
	display: inline-block;
	margin: 0px 5px;
}

@media (max-width: 767px) {
	
	hr.nomobile{
		display: none;
	}
	
}

.nonews {
	height:1px;
	margin-bottom:-10px;
}

/*
@media (min-width: 767px) {
body.tapahtumat .col-63.text p{
	text-align:right;
	margin-right:30px;
}
}
*/

pre{
	margin-left:0px;
}

table.yhteystiedot-klusteri td{
  padding: 0 15px 0 0;
}
/*
item.size-small.col-25 .text{
overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; word-wrap: break-word;color:red;

}
*/

.tx-jfmulticontent-pi1 .table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.tx-chnewsfeeds-pi1 ul li a{
	margin-bottom:0px;
padding-bottom:0px;
}

.tx-chnewsfeeds-pi1{
 margin-bottom:20px;
}


@media (min-width: 767px) {
.tx-jfmulticontent-pi1 table{
 	font-size:15px;
	margin-bottom:20px !important;
	}
/*
.tx-jfmulticontent-pi1 table.table, .tx-jfmulticontent-pi1 .responsive table.table{
	font-size:14px !important;
max-width:90% !important;
}
*/
}


@media (max-width: 767px) {
.tx-jfmulticontent-pi1 table{
 font-size:10px;
}
}




/*************YOUTUBE yms. responsive wrapper*****************/

 .videoWrapper, .player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom:20px;
}
.videoWrapper iframe, .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media (max-width: 735px) {
.player, .content .player{
	max-width:500px;
	}
	
}

/**********Tilinpäätös taulukot*******/
table.tilinpaatos{
		font-size: 11px;
		
	}

@media (min-width: 735px) {
	
	table.tilinpaatos{
		font-size: 14px;
	}
			
}
table.tilinpaatos{
	width: 97% !important;

}

table.tilinpaatos td {
	padding: 5px;
	width:33%;
	
}

table.tilinpaatos,
table.tilinpaatos tr,
table.tilinpaatos td{
  	border:1px solid #ccc;
  	margin-top:5px;
  	margin-bottom:10px;
  	margin-left:0px;
	border-collapse: collapse;
}


table.tilinpaatos td.td-0{
	padding-right:5px;

}

@media (min-width: 735px) {
	table.tilinpaatos td.td-0{
		width: 40%;
	}

	table.tilinpaatos td.td-1,
	table.tilinpaatos td.td-2{
		width: 30%;
	}
}

table.tilinpaatos td.td-1, 
table.tilinpaatos td.td-2{
 	text-align:right;
}

table.tilinpaatos td span.inline-1 {
	display: inline-block;
	padding: 0px 0px 0px 10px;
	background: url('../images/arrow.gif') 0px 5px no-repeat;
}

table.tilinpaatos td span.inline-2 {
	display: inline-block;
	padding: 0px 0px 0px 20px;
	background: url('../images/arrow.gif') 10px 5px no-repeat;
}

@media (min-width: 735px) {
	
	.table.tilinpaatos td span.inline-1 {
		padding: 0px 0px 0px 20px;
		background: url('../images/arrow.gif') 10px 6px no-repeat;
	}
	
	.table.tilinpaatos td span.inline-2 {
		padding: 0px 0px 0px 40px;
		background: url('../images/arrow.gif') 30px 6px no-repeat;
	}
	
} 

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

@media (max-width: 734px) {
       .muusikko1  img,
       .muusikko2  img,
       .muusikko3  img,
       .muusikko4  img,
       .muusikko5  img,
       .muusikko6  img,
       .muusikko7  img,
       .muusikko8  img{
	        clear:both;
	        width:100% !important;

       }

}

@media (max-width: 500px) {
.news-single-img,
.news-single-imgcaption{
 width:100% !important;
}

}

@media (min-width: 501px) {
.news-single-img,
.news-single-imgcaption{
 max-width:320px;
}

}



/*
.item.size-small.col-33 .text,
.col-50.text{

-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;

}
*/




/**********responsiiviset yms. taulukot*******/


@media (max-width: 500px) {
table#henkilosto td,
table.henkilosto td,
table#sote-taydennys td,
table#taulukko-eireunoja td,
table.taulukko-eireunoja td,
table#yhteystiedot-ko td,
table#yhteystiedot-johto td,
table#yhteystiedot-johto1 td{
		display:table-row;	
		padding:0px;
		padding-bottom:10px !important;
		
} 
table#henkilosto td img,
table.henkilosto td img,
table#sote-taydennys td img,
table#taulukko-eireunoja td img,
table.taulukko-eireunoja td img,
table#yhteystiedot-ko td img,
table#yhteystiedot-johto td img,
table#yhteystiedot-johto1 td img{
	margin-bottom:5px !important;
	margin-top:5px !important;
	margin-right:5px !important;


}
table#henkilosto tr,
table.henkilosto tr,
table#sote-taydennys tr,
table#taulukko-eireunoja tr,
table.taulukko-eireunoja tr,
table#yhteystiedot-ko tr,
table#yhteystiedot-johto tr,
table#yhteystiedot-johto1 tr{
    border-bottom: 20px solid transparent;
}

}


/*************LIGHTBOX***********************/

@media (max-width: 768px) {
	#lbImageContainer{
      		max-width: 90%;
      		height: auto !important; 
	}
	#lbOuterImageContainer{
		max-width: 90%;
		height: auto !important; 	  
	}
	#lbImageDataContainer{
	       height: auto !important; 	 
		max-width:90%; 
		
	}
     
	
	#lbHoverNav{
		position:absolute;
		height: auto !important; 
		 
	}
}



/*
#sbImage{
     max-width: 100%; 
	height: auto !important;
    	width: auto !important;

}
*/
@media (max-width: 768px) {
 .menu .suffix{
	display:none;
}
}





table td ul{
	margin-top:0px;
	padding-top:0px;
}



.tapahtumat_lista_kirjasto{
	margin-bottom:8px;	
}

/*
@media (max-width: 768px) {
	.multicolumnContainer .column{
		clear:both;
	}
}
*/
.ke_search_image{
	display:none;
}

@media (max-width: 768px) {
	.tx-kesearch-pi1 table td {
		padding:5px;
	}
}

.orange-box{
	 background-color: #FF5A00; color: #fff;	
}

.blue-box{
 	background-color: #0085CF; color: #fff;	 
}


.purple-box{
	background-color: #D40072; color: #fff;	 
}

.green-box{
	background-color: #BED600; color: #fff;	 
}


#leipis .header{
	margin: 20px 0px;

}


#leipis .orange-box h2, #leipis .blue-box h2,  #leipis .purple-box h2,  #leipis .green-box h2, #leipis .orange-box .header, #leipis .blue-box .header,  #leipis .purple-box .header,  #leipis .green-box .header {
	padding-left: 25px;
	display: table-cell;
	vertical-align:middle;
	line-height: 28px;	
	font-size:20px;
	font-family: 'Lato', arial;

}

#oikea .orange-box h2, #oikea .blue-box h2,  #oikea .purple-box h2, #oikea .green-box h2,
#oikea .orange-box .header, #oikea .blue-box .header,  #oikea .purple-box .header, #oikea .green-box .header,
#oikea .orange-box p, #oikea .blue-box p,  #oikea .purple-box p, #oikea .green-box p {
	padding-left: 15px;
	display: table-cell;
	vertical-align:middle;
	line-height: 20px;	
	font-size:16px;
	font-family: 'Lato', arial;
}

.orange-box a, .blue-box a, .purple-box a, .green-box a{
	color:#fff;
}

#leipis .orange-box, #leipis .blue-box, #leipis .purple-box, #leipis .green-box{
	min-height:40px;
	height:100px;
	/*height:100px;*/
	display: table;
	width:100%;
	/*vertical-align:middle;*/

}




#info .orange-box, #info .blue-box, #info .purple-box, #info .green-box,
#muut .orange-box, #muut .blue-box, #muut .purple-box, #muut .green-box{
	min-height:30px !important;
	height:60px !important;
	/*height:100px;*/
	display: table;
	width:100%;
	/*vertical-align:middle;*/
	margin-bottom:10px;

}

@media (max-width: 767px) {
	ul.multicolumnContainer li{
		width:98% !important;
	}
	#leipis .orange-box h2,#leipis .blue-box h2,#leipis .purple-box h2,#leipis .green-box h2,
	#leipis .orange-box .header,#leipis .blue-box .header,#leipis .purple-box .header,#leipis .green-box .header  {
		padding-right:10px;
		padding-left:10px;
		font-size:18px;
	}
	#oikea .orange-box h2, #oikea .blue-box h2,#oikea .purple-box h2,#oikea .green-box h2,
	#oikea .orange-box .header, #oikea .blue-box .header, #oikea .purple-box .header, #oikea .green-box   .header, #oikea .orange-box p, #oikea .blue-box p, #oikea .purple-box p, #oikea .green-box p {
		padding-right:10px;
		padding-left:10px;
		font-size:18px;
	}
	.orange-box, .blue-box, .purple-box, .green-box{
		margin-bottom:10px;
	}
}

.columnItems .columnItem{
	vertical-align:middle;		
}

/********** TT_NEWS CATMENU *******/

.news-catmenu{
	display:inline;
	background-color:transparent;
	padding:0px;
	font-size: 12px;
}

.news-catmenu .level2{
	display:none;
}

.news-catmenu-ACT > a {
      font-weight: bold;
}

@media (max-width: 768px) {
	.kainalojuttu{
	clear:both;
	float:left;
	width:100%;
	}
}

.kainalojuttu{
	float:right;
	padding:15px;
	/*border: 1px solid #ccc;*/
	margin:20px;
	max-width:252px;
	background-color:#FF5A00;
	color: #fff;
	font-size:16px;
	line-height:19px;	
}



.kainalojuttu.top{
	
	margin:0px 20px 20px 20px;	
}

.kainalojuttu.levea{
	
	max-width:552px;
	
}

@media (max-width: 768px) {
	.kainalojuttu.levea{
	max-width:252px;
	}
}

.kainalojuttu.levea{
	
	max-width:552px;
	
}




img.vasen_leipateksti{
	float: left; 
	margin-right: 15px	
	
}

img.oikea_leipateksti{
	float: right; 
	margin-left: 15px	
	
}


/*****************/
/*
@media (max-width: 767px) {
	#oikea .csc-textpic-center{
		clear:both;	
		float:left;		
	}
	.csc-header-alignment-center{
		text-align:left;
		clear:both;	
		float:left;
	}
	
}
*/
/*

@media (min-width: 768px) and (max-width: 1119px) {  
	#oikea .csc-default{
		width:45%;
		margin-right:10px;
		float:left;	
		text-align:left;
			
	}
}
*/
@media (max-width: 1119px) {  
	.sidebar-right{
		clear: both;
		
	}

	
}
/*

@media (max-width: 767px) { 
	.csc-textpic-intext-right .csc-textpic-imagewrap{	
		clear:both;
		float:left;	
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap, div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    		width: 100%;
		margin-left: 0px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
   		 float: right;
    		clear: both;
    		float: left;
	}
	table#tyopaikat{
		font-size:12px;
	}

}

*/
/*
@media  (max-width: 1119px) {
	#oikea DIV.csc-textpic-center .csc-textpic-center-inner {
    		position: relative;
    		float: right;
    		right: 0%;
	}
}
*/



#muut .tx-frpwsdownload-title {
	max-width:250px;
}

.tx-frpwsdownload-title {
    font-size: inherit !important;
	

}

#muut .tx-frpwsdownload-form,
#info .tx-frpwsdownload-form,
#muut .tx-frpwsdownload-error,
#info .tx-frpwsdownload-error{ 
	max-width:250px
	
}

.tx-frpwsdownload-form {
	font-size:12px;
	 font-size: inherit !important;
	margin-bottom:10px;
}

.tx-frpwsdownload-form input.tx-frpwsdownload-submit{
	 margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	width: auto;
	height: auto;
	color: #fff;
	background: #9b3223;
	text-align: center;
}

.tx-frpwsdownload-form input {
    width: 132px;
    margin-top:10px;	
}
.tx-frpwsdownload-form input.tx-frpwsdownload-submit {
  
    margin-top:10px;	
}


.tx-frpwsdownload-link a{
	text-decoration:none;
}

.tx-frpwsdownload-error{
	margin-bottom:10px;
}

@media (max-width: 767px) { 
	.nomobile{
		display:none;
	}
}
@media (min-width: 768px) { 
	.onlymobile{
		display:none;
	}
}

/*
@media (max-width: 767px) { 
#content .content-main .sidebar-right .blocks .block {
    margin: 0px;

}
}
*/
/*

@media (max-width: 1119px) { 
DIV.csc-textpic-center .csc-textpic-center-outer {
    left:0%;
    float: left;
	right:0%;
    
}

DIV.csc-textpic-center .csc-textpic-center-inner {
    float: left;
	  left:0%;
	right:0%;
}

}
*/
@media (max-width: 376px) { 
	.news-item .img{
		margin-right:20px;
	
	}
}

@media (max-width: 767px) { 
	#content .content-main .sidebar-right .blocks .block.links div.col-50 img {
		clear: both;
    margin-top: 1px;
	}
}

#muut .csc-textpic-imagerow div,
#info .csc-textpic-imagerow div{
	margin-bottom:10px;
}

#likebox-wrapper * {
   width: 100% !important;
    height:427px;
}


/*************** GALLERIA *******************/
table#galleria{
  margin-top:15px;
  margin-bottom:10px;
}

table#galleria td{
  padding:0px;
}

table#galleria td p{
  padding-right:0px;
  margin-right:0px;
  margin:0px;
  padding:0px;  
}

table#galleria td p img,
table#galleria td img{
  padding-right:0px;
  margin-right:0px;
  margin:0px;
  padding:0px;
  margin-bottom:5px;
 border:0px solid #fff; 
}

table#galleria-yksittainen tr td p{
  margin-bottom:0px;
  padding-bottom:0px;
  color:#000;  
}

table#galleria-yksittainen tr td.sulje p a,
table#galleria-yla tr td p a{
  text-decoration:none;
  color:#000;  
}

table#galleria-yksittainen tr td.sulje p a:hover,
table#galleria-yla tr td p a:hover{
  text-decoration:none;
  color:#000;
}

table#galleria-yla{
  margin-top:10px;
  height:20px;
  margin-bottom:20px;
}

table#galleria-pohja{
  margin-bottom:20px;
}

table#galleria-yla tr td p,
table#galleria-pohja tr td p{
  margin-bottom:0px;
  padding-bottom:0px;
  color:#000;  
}

table#galleria-pohja tr td p{
  line-height:5px;
}

table#galleria-lataus tr td {
   font-size:13px;
  line-height:17px;
   font-family:arial, verdana;
   padding-bottom:3px;
}

table#galleria-lataus tr td label{
  float:right;
  text-align:right;
  padding-right:5px;
}



table#galleriatyo,
table#galleriatyo tr,
table#galleriatyo td,
table#galleriatyo td p,
table#galleriatyo td ul{
  padding-left:0px;
  padding-right:0px;
  margin-top:0px;
  padding-top:0px;
  margin-bottom:0px;
  border-collapse: collapse;
}


@media (max-width: 767px) { 


table.striped-50 td{
	 display: table-row;
	
	
}


table.striped-50 td .mobile{
	display:block;
	margin-bottom:10px;
}

table.striped-50 tr:nth-child(1){
	display:none;
}

}


@media (min-width: 768px) { 
	table.striped-50 td{
 		width:50%;
		padding:10px;
	}
	table.striped-50 td .mobile{
		display:none;
	}

}

table.striped-50 tr:nth-child(odd) td {
	background: #ccc7c0;
}

table.striped-50 td {
	border-right: 1px solid #ccc7c0;
}

table.striped-50 td:last-child {
	border: none;
}


blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}



@media (min-width: 768px){
#header .col-left .block.menu-main ul.menu ul.menu li{
	line-height: 16px;
    	margin-bottom: 8px;
}
}

.col-right .selecter .selecter-selected {
line-height:20px !important;
padding: 10px !important;
}

/*SPECIAL MENU AKTIIVINEN LINKKI*/
.csc-menu.csc-menu-1 li.active a{
	color: #474747;
	text-decoration:none;
}

@media (min-width: 564px) {

.cover{
	background-color:#fff; 
	width:90%;
	padding: 3px 10px 3px 10px;

}

.overlay{
	font-family: 'Lato', arial;
	font-weight: normal;
	margin: 10px 0px;
	font-size: 20px;
	line-height: 24px;
	background-color:#fff;
	
}

}

@media (max-width: 768px) {
	.csc-textpic-intext-left-nowrap .csc-textpic-text{
		/*clear:both !important;
	       float:left !important;*/
              margin-left:0px !important;
	}
  
       .csc-textpic.csc-textpic-intext-left-nowrap img {
    		margin-right: 0px !important;
	}

	.csc-textpic-intext-right-nowrap .csc-textpic-text{
		width:100% !important;
	}

        .csc-textpic-intext-left-nowrap .csc-textpic-text{
		
	}

       .csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, .csc-textpic-intext-right .csc-textpic-imagewrap {
		float:left !important;
		margin-left:0px !important;
             margin-right:10px !important;

	}
}

@media (max-width: 565px) {
	.csc-textpic-intext-left .csc-textpic-text, .csc-textpic-intext-left-nowrap .csc-textpic-text, .csc-textpic-intext-right-nowrap .csc-textpic-text, .csc-textpic-intext-right .csc-textpic-text{
		clear:both !important;
	       float:left !important;
       }

}

.searchlabel{
 display:none;
}

@media (max-width: 565px) {
	.col-left p a{
    		/*margin-top:20px;
    		margin-bottom:20px;*/
    		line-height:34px !important;
    		font-size:16px;
	}
}


table td.left{
	text-align:left; 
	vertical-align:middle;
	max-width:65%;
	display: table-cell !important;
}

table td.right{
	text-align:right; 
	vertical-align:middle;
	max-width:35%;
	display: table-cell !important;
}

@media (max-width: 500px) {
	table#toimipiste td{
		display:table-row;
		padding:0px;
	}
}

div#tapahtumat_lista table td:first-child {
	/*width:170px;*/
	width:70px;
        height:20px;
        /*  border:1px solid red;*/
	/*text-align:center;*/
}

#tapahtumat_lista table td {
/*vertical-align:middle;*/
/*line-height:20px;*/
}


.item.size-small .title h2{
	margin: 20px 0px 10px 0px;
	font-size: 18px;
	line-height: 20px;
}


p.red, .red{
	color: #ff0000 !important;
} 


button.reveal{
	background:none !important;
	/*color:#9b3223;*/
	color:#ff5a00;
	border:none !important;
}

.ala table#searchformi td label{display:none !important;}

.bxslider .caption p.more a{color: #9b3223 !important;}
.bxslider .caption p.more a:after{content:' \00BB';}
 

.at4-share-title{width:48px !important;}


table#searchformi td label{
	display:none;
}

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

 .counter p.counter-datetime .big-number {
    font-size: 30px;
    line-height: 40px;
}
 .counter p.counter-datetime  {
    font-size: 20px;
	 color: #fff;
}


 .counter {
    	text-align: center;
    	/*min-width: 300px !important;*/
	background-color: #ff5a00;
   	 margin-bottom: 20px;
    	padding: 8px 8px 15px;
	max-width: 300px !important;
}


.counter p {
	font-family: "lato",sans-serif;
	color: #fff;
	margin-bottom: 0;
}

p.counter-text {
    	letter-spacing: .6px;
	font-size: 16px;
}

.block.logo h1, #tunnus h1{margin:0px !important;}

.front  .blogit h2{margin:0px !important;}

table#tyopaikat{
	
	width:100%;
	margin-left:0px;
	margin-top:10px;
	border: 1px #ccc solid !important;
	border-top:1px solid #fff;
	border-collapse:collapse !important;
}


table#tyopaikat th{
	/*border:1px #fff solid;*/
	border-left:1px #fff solid;
       border-top:1px #fff solid;
	border-right:1px #fff solid;
	border-bottom:0px;
	padding: 5px 0px;
	vertical-align:top;
	font-weight:bold;
	
}

table#tyopaikat td { 
		/* Behave  like a "row" */
		border: 1px solid #ccc;

}

@media (max-width: 760px) {
	/*table#tyopaikat td{
		display:table-row;
		padding:0px;
		width:100%;
	}*/
	table#tyopaikat td{
		
	}
	
	table#tyopaikat td.desc{
		width:100%;
		display:table-row;
		padding:10px;
		/*border: 1px solid #ccc;*/
		margin-left:5px;
		margin-right:5px;

	}
	
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media  (max-width: 760px) {

	/* Force table to not be like tables anymore */
	table#tyopaikat, table#tyopaikat th, table#tyopaikat td, table#tyopaikat tr { 
		display: block; 
	}
	table#tyopaikat{
		/*border: 1px #ccc solid !important;*/

		
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	table#tyopaikat thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		
	}
	table#tyopaikat th{
		
	}
	
	table#tyopaikat tr { /*border: 1px solid #ccc;*/ border:none;}
	
	table#tyopaikat td { 
		/* Behave  like a "row" */
		border: none !important;
		/*border-bottom: 1px solid #eee; */
		position: relative;
		/*padding-left: 50%; */
		min-width:250px;
		
	}
	
	table#tyopaikat tr:nth-child(even){background-color: #f2f2f2}
	table#tyopaikat tr.desci{background-color: transparent !important;}
	
	/*
	Label the data
	*/
	table#tyopaikat td:nth-of-type(1):before { content: "TehtÃ¤vÃ¤:"; margin-right:5px;font-weight:bold; }
	table#tyopaikat td:nth-of-type(2):before { content: "Haku pÃ¤Ã¤ttyy:" ; margin-right:5px;font-weight:bold;}
	table#tyopaikat td:nth-of-type(3):before { content: "TyÃ¶suhteen tyyppi:";margin-right:5px; font-weight:bold;}
	table#tyopaikat td:nth-of-type(4):before { content: "TyÃ¶ alkaa:";margin-right:5px; font-weight:bold;}
	table#tyopaikat td:nth-of-type(5):before { content: "TyÃ¶ pÃ¤Ã¤ttyy:";margin-right:5px;font-weight:bold; }
	
	table#tyopaikat td.desc:nth-of-type(1):before { content: "";  }

	
}

.teatteripvm{
	color:#747678; 
}


@media  (max-width: 563px) {
	.block.tags img, .block.light img{
		max-width:250px !important;
		
	}
}

.tx-bxslider .caption .header {
	margin: 10px 0px !important;
	font-size: 16px;
	line-height: 20px;
        clear:both !important;
        display:block !important;
}

.tx-bxslider .caption.inline{
	clear:none;
	float:left;
}

.tx-bxslider  .caption.inline a, .tx-bxslider a .caption, .tx-bxslider a .caption p{
	color:#ff5a00 !important;
}


table.tilinpaatos{
	border:none !important;
}

table.tilinpaatos tr:nth-child(even){
	background-color: #f2f2f2 !important;
}

table.tilinpaatos tr:nth-child(odd){
	background-color: transparent !important;
}
/*
table.tilinpaatos tr-even.tr-0{
	background-color: #f9f9f4 !important;
}
*/

hr.clear{background-color:transparent;color:transparent;}

li.footer-list-item a.external:after{
cursor: pointer;
    content: "\f08e";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #58595b;
    display: inline-block;
    float: left;
    margin-left:8px;
    /*right: 10px;
    top: 27px;*/
    position: absolute;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#footer .first-row .wrapper .list-container h5 {
    font-weight:bold !important;
}
/*
ul {
    list-style-type: disc;
}
ul, ol {
    margin: 10px;
    padding: 0px;
}
*/

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

body.not-front.blanko .full-slide.orange-alt-2, body.not-front.blanko .full-slide .orange-alt-2 {
     background-color: #fff !important ;
}

#content ul, #content ol{
	/*margin-left:30px !important;*/
	padding-left:30px !important;
}

#content ul.footer-list{
	padding-left:0px !important;
}
#content ul{
	list-style-type: disc;
}

#content ul li, #content ol li{
	font-size: 18px;
   	 line-height: 24px;
    	color: #5d6067;
	margin-bottom:5px !important;
}

#content ul li ul, #content ul li ol, #content ol li ul, #content ol li ol{
 margin-top:5px !important;
margin-bottom: 0px !important;
}

#leipis ul.multicolumnContainer, #content  ul.multicolumnContainer {
 	padding-left:0px !important;
}

/* -------------------------------------------------- */
/* 


/* -------------------------------------------------- */

.tabs.forms ul,
#jfmulticontent_c27846 ul,
#jfmulticontent_c29887 ul {
	margin: 0px;
	list-style-type: none;
        overflow:hidden;
}

.tabs.forms ul li, 
#jfmulticontent_c27846 ul li,
#jfmulticontent_c29887 ul li {
	margin: 0px;
	padding: 0px 0px 0px 17px;
	font-family: 'Lato', arial;
	background: url('../images/bg_tabs_item.png') 2px center no-repeat;
}
 
@media (min-width:1200px) and (max-width: 1292px) {

.tabs.forms ul li, 
#jfmulticontent_c27846 ul li,
#jfmulticontent_c29887 ul li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-family: 'Lato', arial;
	background: url('../images/bg_tabs_item.png') 2px center no-repeat;
}

#powermail_fieldwrap_50 textarea, #powermail_fieldwrap_10 textarea, #powermail_fieldwrap_28 textarea, #powermail_fieldwrap_69 textarea, #powermail_fieldwrap_75 textarea, #powermail_fieldwrap_78 textarea{
	max-width:230px;
}
}


.tabs.forms ul li.ui-state-active,
#jfmulticontent_c27846 ul li.ui-state-active,
#jfmulticontent_c29887 ul li.ui-state-active{
	background: url('../images/bg_tabs_item-active.png') left center no-repeat;
}

.tabs.forms ul li a,
#jfmulticontent_c27846 ul li a,
#jfmulticontent_c29887 ul li a {
	display: block;
	padding: 5px 0px;
}

.tabs.forms ul li.ui-state-active a,
#jfmulticontent_c27846 ul li.ui-state-active a,
#jfmulticontent_c29887 ul li.ui-state-active a {
	color: #474747;
}

@media (min-width: 768px) {
	
	.tabs.forms ul li,
 	#jfmulticontent_c27846 ul li {
		border-top: 1px solid transparent;
		border-bottom: 1px solid #ccc7c0;
		border-left: 1px solid #ccc7c0;
		float: left;
		width: auto;
		font-size: 24px;
		background: none !important;
	}

	#jfmulticontent_c29887 ul li {
		border-top: 1px solid transparent;
		border-bottom: 1px solid #ccc7c0;
		border-left: 1px solid #ccc7c0;
		float: left;
		width: auto;
		font-size: 21px;
		background: none !important;
	}

	
	.tabs.forms ul li:first-child,
	#jfmulticontent_c27846 ul li:first-child,
	#jfmulticontent_c29887 ul li:first-child   {
		border-left: none;
	}
	
	.tabs.forms ul li.ui-state-active,
	#jfmulticontent_c27846 ul li.ui-state-active,
	#jfmulticontent_c29887 ul li.ui-state-active  {
		border-top: 1px solid #ccc7c0;
		border-bottom: 1px solid transparent;
	}
	
	.tabs.forms ul li a,
	#jfmulticontent_c27846 ul li a,
	#jfmulticontent_c29887 ul li a {
		padding: 10px 20px;
	}
	
}




.big-link .orange, .big-link .orange-alt, .big-link .orange-alt2 {
    line-height: 21px !important;
   color: #fff !important;
}

.divider{
width: 100%;
    clear: both;
    
    padding: 10px;
}

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

@media (max-width: 734px) {
       .muusikko1  img,
       .muusikko2  img,
       .muusikko3  img,
       .muusikko4  img,
       .muusikko5  img,
       .muusikko6  img,
       .muusikko7  img,
       .muusikko8  img{
	        clear:both;
	        width:100% !important;

       }

}

@media (max-width: 500px) {
.news-single-img,
.news-single-imgcaption{
 width:100% !important;
}

}

@media (min-width: 501px) {
.news-single-img,
.news-single-imgcaption{
 max-width:320px !important;
}

.news-single-img img{
 max-width:320px !important;
/*height:100% !important;*/
}



}

#metropolia-stories .big-link a img, #social-timeline .big-link a img {
     width: 100%!important; 
}


#metropolia-stories .big-link a img, #social-timeline .big-link a img {
    height: 100%;
    max-width: 100%;
}

img {
    border: none;
    max-width: 100%;
    width: auto !important;
    width: 100%;
    height: auto !important;
    vertical-align: top;
}

table#henkilosto td, table.henkilosto td{
	padding:5px !important;
}
/*
table.full.striped{
	width:100% !important;
}
*/

table.full.striped td{
	padding:5px !important
}

.form-container{
	margin-left:30px !important;
}

.form-container input{
	max-width:60% !important;
}




.tabs.forms ul li a {
	color:#ff5a00 !important;
}

.tabs.forms ul, #jfmulticontent_c27846 ul, #jfmulticontent_c29887 ul {
    margin-left: 0px !important;
    padding-left: 0px !important;
    list-style-type: none;
    overflow: hidden;
}

.news-single-imgcaption {
       font-size: 14px !important;
       line-height:18px !important;
}

iframe#modal-iframe{
	border:none;
}

#kesearch_filters input[type=checkbox], #kesearch_filters input.form-checkbox {
    padding: 0px;
    border: none;
    /* width: 16px; */
    height: 16px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
box-shadow: none !important;
}
@media (min-width: 564px){

/*#kesearch_filters input, #kesearch_filters textarea, #kesearch_filters select {
    width: 332px;
box-shadow: none !important;
}*/
}

#kesearch_filters input {
    height: 30px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
box-shadow: none !important;
}

#kesearch_filters input, #kesearch_filters textarea, #kesearch_filters select {
    cursor: pointer;
    border: 1px solid #ccc7c0;
    margin: 0px;
    padding: 5px;
    /*width: 100%;*/
    font-family:  Arial;
    font-size: 14px;
    color: #474747;
    background: #fff;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
box-shadow: none !important;
}

#kesearch_filters form input:not([type="submit"]), #kesearch_filters form textarea {
	width: auto !important;
}

#kesearch_filters .list ul {
	padding-left:0px !important;
	padding:10px !important;
}

#kesearch_filters label {
  
     font-weight: normal !important;
}

#kesearch_filters .list .head {
	font-size:16px !important;
}
  
/*
.fullscreen-modal .modal-dialog .modal-content .modal-header .close {
 
    width: 20px !important;
    height: 35px !important;

}
*/

button.class .hide{
	display:none !important;
}

.tx-jfmulticontent-pi1 ui li a{
       color: #ff5a00 !important;
     
}
.tx-powermail fieldset {
	border:0px !important;
}

.tx-powermail label{
	    display: block !important;
}

@media (min-width: 768px){

#powermail_fieldwrap_10, #powermail_fieldwrap_50, #powermail_fieldwrap_28, #powermail_fieldwrap_69, #powermail_fieldwrap_75, #powermail_fieldwrap_78 {
    float: right !important;
}
}

.powermail_legend, .tx-powermail h3 {
    display: none;
}

.tx-powermail label {
    display: block !important;
    margin: 10px 0px 2px 0px;
    line-height: 20px;
}

@media (min-width: 564px){

.tx-powermail input, .tx-powermail textarea, .tx-powermail select {
    width: 332px;
}
}

.tx-powermail textarea {
    height: 100px;
    overflow: auto;
    resize: none;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.tx-powermail input, .tx-powermail textarea, .tx-powermail select {
    cursor: pointer;
    border: 1px solid #ccc7c0;
    margin: 0px;
    padding: 5px;
    /*width: 100%;*/
    font-family:  Arial;
    font-size: 14px;
    color: #474747;
    background: #fff;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

#leipis ul.csc-menu, .anchor-links ul.csc-menu, #anchor-links ul.csc-menu{ 
     padding-left:0px !important;
}
.anchor-links .csc-default{
	margin-bottom:20px !important;
}

.content-row.col-lg-12 .anchor-links ul.csc-menu{
	/*margin-left:-30px !important;*/
	
	margin-top:20px !important; 
        margin-bottom:0px !important;

}

#sidebar--push-left nav#leftmenu a {
   
    padding: 7px 10px !important;
}

#sidebar--push-left nav#leftmenu ul.leftmenu__items.en li a{
	 padding: 7px 5px !important;
}
#sidebar--push-left nav#leftmenu ul.leftmenu__items.en li ul li a, #sidebar--push-left nav#leftmenu ul.leftmenu__items.en li ul li ul li a{
	 padding: 7px 10px !important;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level.leftmenu__items.en span.more:after {
    padding: 1px 3px 2px;
}

#sidebar--push-left nav#leftmenu ul#leftmenu__main-level.leftmenu__items.en li ul span.more:after, #sidebar--push-left nav#leftmenu ul#leftmenu__main-level.leftmenu__items.en li ul li ul span.more:after {
    padding: 1px 7px 2px;
}

#sidebar--push-left.sidebar nav#leftmenu.leftmenu ul#leftmenu__main-level.leftmenu__items.en li.leftmenu__item.has-child.open:first-child  ul.leftmenu__items li:first-child  a:after{

}
#sidebar--push-left nav ul.leftmenu__items li:nth-child(3) ul li:nth-child(3)  a:after,
#sidebar--push-left nav ul.leftmenu__items.en li:nth-child(2) ul li:first-child  a:after,
#sidebar--push-left nav ul.leftmenu__items.en li:nth-child(2) ul li:last-child  a:after{ 
	     cursor: pointer;
    content: "\f08e";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #FFFFFF;
    display: block;
    float: right;
    right: 3px;
    top: 10px;
    position: absolute;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#sidebar--push-left nav ul.leftmenu__items li:nth-child(3) ul li:nth-child(5)  a:after{
right:15px;

}
#sidebar--push-left nav ul.leftmenu__items.en li:nth-child(3) ul li:nth-child(5)  a:after,
#sidebar--push-left nav ul.leftmenu__items.en li:nth-child(3) ul li:nth-child(3)  a:after{
   content: "" !important;
}


#sidebar--push-left nav ul.leftmenu__items.en li:nth-child(2) ul li:last-child  a:after{ 
    left: 90px !important;

}


.anchor-links ul.multicolumnContainer li + li:before {
    content: "" !important;
    
    margin-left: 10px;
    margin-right: 10px;
}

.anchor-links  ul.multicolumnContainer {
	margin-left:30px !important;
}

ul,  iframe{
	margin-bottom:20px;
}

div.csc-textpic-left .csc-textpic-imagewrap {
	margin-bottom:20px;
}



@media (min-width: 564px){
.content.imagelink{
position: absolute;
    top: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
}

.foremptymenu{
	min-height:300px !important;
}

ul.multicolumnContainer li p{
	margin-right:30px !important;
}
/*
#leipis ul, #leipis ol, #muut ul, #muut ol, #info ul, #info ol{ 
	padding-left:30px;
}
*/

#leipis ul.multicolumnContainer{
	padding-left:0px ;
}

.tx-powermail form{
                   margin-left:0px !important;
}
/*
.tx-powermail input, .tx-powermail textarea, .tx-powermail select { 
    width: 50% !important;
}

.tx-powermail textarea{
    width: 50% !important;
}
*/

.tx-powermail{
	max-width:750px !important;
}

#jfmulticontent_c27846 ul li a, #jfmulticontent_c29887 ul li a {
    color: #ff5a00;
}
 .tx-powermail select { 
background: url(../images/selecter/arrow.png) right center no-repeat #fff !important;
}

.tx-jfmulticontent-pi1 .csc-default a{
	color:#ff5a00 !important;
}

table.full.striped {
   border: 1px #ccc solid !important;
   border-collapse:collapse !important;
}

table.full.striped td{
   border: 1px #ccc solid !important;
}

 .breadwrapper ul li.current{
	display:none !important;
}
 .breadwrapper ul li.current.show{
	display:block !important;
}


.kainalojuttu, .kainalojuttu p, .kainalojuttu ul, .kainalojuttu ul li{
	color:#fff !important;
}


#info form select, #muut form select{
	margin-bottom:30px;
	font-size:14px;
}

div#tapahtumat_lista table td:first-child {
	/*width:170px;*/
	width:70px;
        height:20px;
        /*  border:1px solid red;*/
	/*text-align:center;*/
}

table#toimipiste,
table#koulutusohjelmat,
table#taulukko,
table#yhteystiedot-klusteri,
table#yhteystiedot,
table#tietoa_metropoliasta,
table#yhteystiedot-johto,
table#yhteystiedot-johto1,
table#yhteystiedot-ko, 
table#taydennyskoulutus,
table#avoinamk,
table#summerschool,
table#avoinamk-eirajoja,
table#hankinnat,
table#esitysajat,
table#uutinen,
table#henkilosto,
table.henkilosto,
table#kuvat,
table#tarjonta,
table#tyopaikat,
table#galleria,
table#galleria-yksittainen,
table#galleria-yla,
table#galleria-pohja,
table#galleria-lataus,
table#galleriatyo,
table#logot,
table#tehonosto,
table#julkaisutoiminta,
table#referenssit,
table#focus,
table#taulukko-eireunoja,
table#tietoa_metropoliasta,
table#kirjasto,
table#yhteystiedot-ko2,
table#sote-taydennys,
table.none{
	border:none !important; 
}

.anchor-links .anchor-links .csc-default{
	margin-left:0px !important;
	padding-left:30px;
	overflow:hidden;
        margin-bottom:-20px !important;
}

table#yhteystiedot-johto, table#yhteystiedot-johto td{
 border:none !important;
}

table.contenttable{
	font-size: 18px;
    line-height: 24px;
    color: #5d6067;
}


table.contenttable td{
	padding-right: 30px;
}

table.yhteystiedot td{
	padding:10px 15px 10px 0px !important;
}


#muut .orange-box h2 a, #info .orange-box h2 a, #muut .blue-box h2 a, #info .blue-box h2 a, #muut .purple-box h2 a, #info .purple-box h2 a, #muut .green-box h2 a, #info .green-box h2 a{
 font-size:18px !important;
 padding: 10px 5px 10px 10px !important;
 
}


#muut .orange-box h2, #info .orange-box h2, #muut .blue-box h2 , #info .blue-box h2 , #muut .purple-box h2 , #info .purple-box h2 , #muut .green-box h2, #info .green-box h2{
	margin-top:10px !important;
}

#muut .cols, #info .cols{
	clear:both !important;
                   margin-bottom:5px !important;
}

#muut select, #info select{
	width:100%;
	max-width:200px !important;
}

.big-link.special a span{max-width:100%!important;padding-left:5px!important;padding-right:3px!important}

#leipis ul.multicolumnContainer {margin-left:30px !important;}

@media (min-width: 769px) {
	#leipis{
	min-height: 940px !important; 
	}
}

#muut form, #info form  {
     margin-left: 0px !important;
     margin-top:10px !important;
}

#info table td p img, #muut table td p img{
	width: auto !important;
	max-width:220px !important;
}

#leipis table td p img{
	width: auto !important;
	max-width:660px !important;
}

table a.btn, table  p.btn a {
    display: inline-block;
    padding: 5px 3px 5px 3px !important;
    color: #fff !important;
    background: #0085cf !important;
    /* background: #9b3223; */
}

.ingress,
pre {
	font-size: 16px;
	line-height: 24px;
}

em {
	font-weight: normal;
}


a.btn, p.btn a{
	display: inline-block;
	padding: 10px;
	color: #fff !important;
	background: #0085cf !important;
	/*background: #9b3223; */
}

a.btn:hover, p.btn a:hover {
	color:#fff !important;
                  /*color: #9b3223;
	background: #fff;*/
 	background: #ff5a00 !important;
}


a.btn, p.btn a{margin-left:0px !important;}

table a.btn, table  p.btn a {
    display: inline-block;
    /*padding: 5px 3px 5px 3px !important;*/
  padding: 10px !important;
    color: #fff !important;
    background: #0085cf !important;
    /* background: #9b3223; */
    margin-left: 10px !important;
    margin-top: -10px !important;
}
/*
table.full {
    width: 100%;
}
*/

#info .block.dark, #muut .block.dark {
    background: #ccc7c0;
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
 padding: 20px 8px;
}

#info .block.light, #muut .block.light {
   background: #e2e0da;
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
    padding: 20px 8px;
}

#muut table.fluid-50 td h2, #info table.fluid-50 td h2{
	font-size:27px !important;
 	margin: 0 0 5px !important;
}

table#henkilosto td,
table.henkilosto td{
	vertical-align:top !important;
}
   
div#muut.col-lg-3, div#info.col-lg-3{
	padding-left:15px !important;
	padding-right:15px !important;
}

table{font-size: 18px;line-height: 24px;color: #5d6067;}

#info .select.inline form,
#muut .select.inline form{
	margin-top:-10px !important;
}

.divider hr{
	color:transparent !important; 
	border: none !important;
}

/*
#muut a:not:img:after{
content: ".." !important;

}
*/


#leipis a[href]:after, #muut a[href]:after, #info a[href]:after, .csc-default .csc-textpic-text p a[href]:after, .csc-default p a[href]:after, #leipis ul.multicolumnContainer li .csc-textpic-text p a[href]:after{
content: "\00a0\00BB";
/*content: "\00a0\00BB" !important;*/
}

#leipis ul.multicolumnContainer li a[href]:after, .big-link p a[href]:after, .csc-default ul li a[href]:after, .frontpage .tunnustukset div p a[href]:after, .csc-textpic-image div a[href]:after, #info div img a[href]:after, #muut img a[href]:after, #info .csc-textpic-imagewrap a[href]:after, #leipis .csc-textpic-imagewrap a[href]:after, #muut .csc-textpic-imagewrap a[href]:after, #leipis .news-single-img a[href]:after, .browseLinksWrap a[href]:after {
content: none !important;

} 

.browseLinksWrap a[href]:after :first{
 content: none !important;
}
/*
 #muut a[img]:after{
content: ".." !important;
}
*/
/*
#muut img.class1:after {
content: ".." !important;
padding-left: 5px;
}
*/
/*
#muut a[href]:after, #leipis a[href]:after{
content: "\00a0\00BB" !important;
}
*/

.kainalojuttu p a{
	/*color:blue !important;*/
	/*color:#747678 !important;*/
	color:#58595b !important;

                  }
 
.cols.turvallisuus p{
	font-size:15px !important;
}

.csc-default.anchor-links{
	margin-bottom:20px !important;
}

@media (min-width:376px) and (max-width: 1024px) {
	#info, #muut{
		clear:both;
		
	}
	#leipis{
		margin-bottom:30px !important;
	}
	#info, #muut{
		margin-left:15px !important;
		margin-right:15px !important;
	}
	#info .csc-default, #muut .csc-default{	
		max-width: 48% !important;
		float:left;
		/*margin-right:1% !important;
		padding-left:30px !important;*/
	}
	#info .csc-default:nth-child(odd), #muut .csc-default:nth-child(odd){
		clear:both;
		float:left;
		margin-right:20px !important;
		
	}

	#info .csc-default .csc-default, #muut .csc-default .csc-default{	
		max-width: 96% !important;
	}

}

@media (max-width: 768px) {
	.not-front.blanko #breadcrumb{
		margin-top:20px !important;
		margin-bottom:20px !important;	
	}
	.not-front.blanko #anchor{
		margin-top:-30px !important;
	}
	
}

 .anchor-links ul li a[href]:after {
    content: ' \00BB' !important;
}


@media (max-width: 479px){
.anchor-links ul li {
    float: none !important;
    display: block !important;
}
}
 
table#julkaisutoiminta tr td:first-child, table#julkaisutoiminta tr td:nth-child(1){
	width:15% !important;
}


#muut .csc-default p a img {
    position:relative;
    margin-right:-1.5em;

    /*vertical-align:text-bottom;*/
   vertical-align:middle;
 
   
}

#anchor ul li  a img{
 position:relative;
    /*margin-left:-1.5em;*/
    margin-bottom:-1.5em ;
    /*vertical-align:text-bottom;*/
    vertical-align:middle;

}

/*
#muut .csc-default p a:after img {content: "" !important;}
#muut .csc-default p a img:after {content: "" !important;}
*/

/*
#muut .csc-default p a:after {content: "" !important;	}
*/

.tx-jfmulticontent-pi1 .table thead tr th {
    color: #FFF;
    
    font-size: 14px !important;
    padding: 15px;
    background-color: #fdc82f;
    border-bottom: none;
    vertical-align: middle;

}

#leipis img, #muut img, #info img{
	margin-bottom:20px !important;
}

.palvelut.suodatus{margin-top:-100px !important;margin-left:10px !important;}
.suodatabtn, .suodatabtn2, .suodatabtn3{font-family: 'Lato', arial !important;color: #58595b !important;font-size:18px !important;} 

#news-carousel p.text-content{
 margin:0px 0px 20px 8px !important;
}

hr.breaker{color:transparent !important;clear:both;width:100%;border:transparent !important;}


 #content ul.multicolumnContainer {
     margin-left: 10px !important; 
}


#content ul.footer-list{
	margin-left:0px !important;
}
/*
#tapahtumat_lista table{
	border-bottom:1px dashed #ccc;
}
*/

#kesearch_filters .list ul {
    margin-left: 0px !important;  
}

.tx-kesearch-pi1 span.submitbutt input {
    color: #fff;
     background: #ff5a00;
}

/*
#leipis ul.multicolumnContainer.multicolumnLayout3 .big-link img {
	max-width:180px !important;
	margin-right:10px !important;
}

#leipis ul.multicolumnContainer.multicolumnLayout3 .big-link p, #leipis ul.multicolumnContainer.multicolumnLayout3 .big-link span {
    	max-width:180px !important;
                    margin-right:10px !important;

}
*/

#leipis ul.csc-menu, .anchor-links ul.csc-menu { 
    margin-left: 0px !important;
   padding-left:0px !important;
}
#anchor .anchor-links ul.csc-menu{
    margin-left: 0px !important;
   padding-left:0px !important;
}


#leipis .news-single-imgcaption, .csc-textpic-caption {
    color: #747678;
    font-size: 14px;
    padding-bottom: 20px !important;
    line-height: 17px;
    padding-top: 0px;
}

  .nosto-row.2017 {
	max-width:660px !important;
}

.phone a,.copyright a {
    color: #ff5a00!important;
    text-decoration: none!important;
}

.phone a[href]:after, .copyright a[href]:after {
    content: "\00a0\00BB";
}


.gallery-news p a[href]:after{
	content:'' !important;
}

#muut ul li a[href]:after, ul.multicolumnContainer  li p a[href]:after, #leipis ul.multicolumnContainer  li  p.bodytext a[href]:after, #leipis ul li a[href]:after,  .arrows ul li a[href]:after{content:"\00a0\00BB" !important;}

ul.multicolumnContainer  li .big-link p a[href]:after , ul.multicolumnContainer  p img a[href]:after,
 .anchor-links ul.multicolumnContainer li .csc-textpic-imagewrap a[href]:after {
   content:"\00a0" !important;
}



#links h2 a[href]:after{content: "\00a0\00BB";}

.anchor-links ul.multicolumnContainer li div img{margin-left:20px !important;}

/*body.not-front.blanko .anchor-links{margin-bottom:-50px !important;}*/

h1.small {
    font-size: 40px;
    line-height: 40px;
}

#muut .select.inline, #info .select.inline{padding-bottom:10px !important;}

#muut select, #info select, #leipis select{ 
    font-size: 14px !important;
    font-family: "Lato", arial !important; 
}

#leipis .player iframe, iframe{border:none !important;}

table#tyopaikat td {
    border: 1px solid #ccc !important;
     padding: 4px !important;
}

#muut .block.dark {
	background: #ccc7c0;
}

#muut .block.light {
	background: #e2e0da;
}

#sbCenter, #sbBottomContainer{
	z-index:1000000 !important;

}

.whitedivider{clear:both !important; width:100% !important;height:5px;}

#content .tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox{margin-left:-30px !important; }

.newscontent{padding-bottom:20px; margin-bottom:20px;}
.newscontent hr{    border-top: 1px solid #ccc7c0 !important;}

hr.nomobile, .article-list hr{border-top: 1px solid #ccc7c0 !important;}

body.page-news .container .row.wrapper:first-child , body.tapahtumat .container .row.wrapper:first-child {
     margin-bottom: 0px !important; 

}


.tx-chnewsfeeds-pi1 ul{list-style-type:none !important;margin-left:-30px !important;}


/******JUlkaisut**********/

body.not-front.blanko .full-slide.orange-alt-2, body.not-front.blanko .full-slide .orange-alt-2 {
     background-color: #fff !important ;
}

.suodatabtn2{
	clear:both !important;	
}
.suodatabtn3{
	clear:both !important;	
}


#metropolia-stories .content-row form#stories-button-group .sarja {
	color:#9b3223 !important;
}

#metropolia-stories .content-row form#stories-button-group .vuosi {
	color:#ff5a00 !important;
}


.carousel.newest {clear:both !important;width:100% !important;margin-left:-20px;}
.carousel.newest .big-link{float:left !important;margin-left:0px !important;margin-right:20px !important;max-width:250px !important;} 
.carousel.newest .big-link p{margin-right:35px !important;}

p.title{font-size:18px !important;line-height:19px;}
p.text{font-size:14px !important;line-height:16px; }
p.tagi{font-size:12px !important;color:#ccc;line-height:14px;}


.not-front.background-colors #first-row.full-slide {
 /*background-color: #ffa100;*/
 background-color: #fdc82f;
}
.not-front.background-colors.julkaisut #second-row.full-slide  {
  background-color: #5d6067 !important; 
}
.not-front.background-colors.julkaisut #third-row.full-slide  {
  background-color: #ffa100 !important; 
}

.not-front.background-colors #first-row.full-slide p.tagi, .not-front.background-colors #first-row.full-slide h2/*, .not-front.background-colors #first-row.full-slide p.title a*/{
	color:#747678 !important;
	/*font-weight:bold;*/
}

.not-front.background-colors #first-row.full-slide p.title a{
	color:#9b3223 !important;
	/*font-weight:bold;*/
	text-decoration:none;
}
.not-front.background-colors.julkaisut  #first-row.full-slide p.title a:hover{
	color: #ff5a00;
	text-decoration:underline;
}


.not-front.background-colors.julkaisut #third-row.full-slide h2, .not-front.background-colors.julkaisut #third-row.full-slide h3,.not-front.background-colors.julkaisut #third-row.full-slide h4, .not-front.background-colors.julkaisut #third-row.full-slide p, .not-front.background-colors.julkaisut #second-row.full-slide h2, .not-front.background-colors.julkaisut #second-row.full-slide p, .not-front.background-colors.julkaisut #second-row.full-slide h3{
    color: #fff !important;
}
.not-front.background-colors.julkaisut #second-row.full-slide p a {

}
.not-front.background-colors.julkaisut  #anchor-links ul li {
    /*padding: 0 !important;
    margin: 0 !important;
    float: left;
    color: #ff5a00;*/
  margin-left:30px;
    font-family: "lato", sans-serif;
    font-size: 18px;
}

.not-front.background-colors.julkaisut #anchor-links .csc-menu a[href]:after {
    content: "\00a0\00BB" !important;
}

@media (min-width: 769px){
.not-front.background-colors.julkaisut #anchor-links ul li + li:before {
    content: "|";
    color: #ff5a00;
    margin-left: 10px;
    margin-right: 10px;
}

.not-front.background-colors.julkaisut  #anchor-links ul li {
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    color: #ff5a00;
    font-family: "lato", sans-serif;
    font-size: 18px;
}


}
.not-front.background-colors.julkaisut #anchor-links ul {
	list-style-type:disc;
	padding-left:20px;	
}

@media (min-width: 769px){
.not-front.background-colors.julkaisut #anchor-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
}


.suodatabtn, .suodatabtn2, .suodatabtn3{
	margin-right:15px !important;
}

.mobiletext{
	display:none !important;
	margin-bottom: 10px !important;
}

@media  (max-width: 563px) {
	.mobiletext{
		display:block !important;
	}
	.suodatabtn, .suodatabtn2, .suodatabtn3{
		display:none !important;
	}
}

.not-front.background-colors #second-row .container a[href]::after, .not-front.background-colors #third-row .container a[href]::after {
    content: "\00a0\00BB" !important;
}

#tarinat .big-link p.title a[href]::after, .julkaisut .big-link p a[href]::after{
	  content: "\00a0\00BB" !important;
}

#second-row h2{
	padding-left: 10px;
}

.not-front.background-colors #metropolia-stories form.stories {
   	 font-family: "lato", sans-serif !important;
	color:#58595b !important;
	padding-left:30px;
}


 .julkaisut #metropolia-stories .big-link img {
	border:1px solid #ccc !important;
}
.not-front.background-colors  #metropolia-stories .suodatusintro{padding-left:0px !important;}

.not-front.julkaisut .stories {
    width: 100%;
    margin-top: -20px !important;
}

.not-front.julkaisut .stories-row{margin-left:5px !important;} 
	.not-front.julkaisut .suodatabtn, .not-front.julkaisut .suodatabtn2, .not-front.julkaisut .suodatabtn3{
		margin-bottom:5px !important;
	}

@media (max-width: 667px){
	.carousel.newest .big-link {
    		max-width: 160px !important;
	}
}
@media (min-width: 769px){
	.not-front.julkaisut .suodatabtn, .not-front.julkaisut .suodatabtn2, .not-front.julkaisut .suodatabtn3{
  		min-width: 10em; 
		float:left !important;
		margin-bottom:5px !important;
	}
}
@media (max-width: 768px){
	.carousel.newest .big-link {
		max-width:190px !important;
	}
}

@media (max-width: 666px){
	.not-front.julkaisut #metropolia-stories .content-row form#stories-button-group label{
		clear: both !important;
    		float: left;
	}
}
.not-front.julkaisut .stories-row p.title a {
  color:#ff5a00;
     font-size: 18px !important; 
     line-height: 19px !important; 
}

.not-front.julkaisut .stories-row p, .not-front.julkaisut .stories-row p.text {
    font-size: 15px !important;;
    line-height: 17px !important;;
}

.not-front.julkaisut .stories-row p.tagi {
    font-size: 14px !important;
    color: #747678;
    line-height: 16px !important;;
}

 .not-front.julkaisut .stories-row p.title {
     font-size: 18px !important; 
     line-height: 19px !important; 
}

 .not-front.julkaisut .stories-row .big-link a,  .not-front.publications .big-link p a{
	display: inline;
}
.not-front.publications .big-link p img{
	border:1px solid #ccc;
}
.not-front.publications .big-link p a:after{
	  content: "\00a0\00BB" !important;
}


.not-front.julkaisut .stories-row p a, .not-front.julkaisut .stories-row p.title a {
  color:#ff5a00;
     font-size: 18px !important; 
     line-height: 19px !important; 
}



.not-front.julkaisut  .suodatabtn, .not-front.julkaisut  .suodatabtn2, .not-front.julkaisut  .suodatabtn3{
	margin-right:0px !important;
}

.julkaisut #second-row h2 {padding-left:0px !important;}

.not-front.background-colors.julkaisut .tagien{display:none;}

h1.intro{margin-top:50px;}

.newscontent p.ingress{
	font-size: 22px !important;
}


#sidebar--push-left nav#leftmenu ul#leftmenu__main-level li.leftmenu__item:last-child{
       background-color: #9b3223;
}

.player iframe{border:none;}

table#yhteystiedot-johto td{
padding: 0 10px 10px 0px;
}


#seventh-slide .fs-carousel-controls .fs-carousel-control_previous,  #seventh-slide  .fs-carousel-controls .fs-carousel-control_next {
    	background-color: #fff!important;
	/*color:#ffa100;
    	opacity: 0.5;*/
    	filter: alpha(opacity=50); /* For IE8 and earlier */
}
 #seventh-slide .carousel .fs-carousel-controls .fs-carousel-control_previous:before,  #seventh-slide .carousel .fs-carousel-controls .fs-carousel-control_next:before{
	color:#ffa100;
	padding-top:75px;
}

#seventh-slide .fs-carousel-container a{
	color:#ffa100;
}

.page-content .csc-textpic .csc-textpic-text {width:100%;}

.powermail_submit:hover, .powermail_submit:active, .powermail_submit:focus{background-color:#fdc82f !important;}

.tx-powermail input[type="submit"]:after, .powermail_submit:after{
    content: "\00a0\00BB";
}

/*a:focus {color:#000000;background-color:#cccccc;}*/
a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} 

#videoloader p a.close{
    float: none;
    opacity: 1;
}

 #youtube-videos #youtube-carousel .video .video-text:after{
	content: "\00a0\00BB";
}


.julkaisut #metropolia-stories .big-link img,  .carousel.newest .big-link img {
    margin-bottom: 10px;
}

.julkaisut #metropolia-stories .big-link {
	margin-bottom:8px;
}

.tx-indexedsearch-title.title a {font-size:24px;}

@media (min-width: 769px){
.desktopfill{min-height:400px !important;}
}

#mobileonly{display:block;clear:both;height:300px !important;}

@media (min-width: 769px){
#mobileonly{display:none;}
}

.newscontent p.orangetext, p.orangetext{color: #ff5a00 !important;font-size:24px !important;} 

@media (max-width: 769px){
#cc-tag{
	display:none !important; 
}
}

.video-replace.logo .video-link:before,  .video-replace.logo .content-link:before{
	background:none !important;
} 

 .video-replace.logo  .video-link, .video-replace.logo  .content-link {
    	height: 155px !important;
}

 .video-replace.logo.low, .video-replace.logo.low  .content-link{
		height: 135px !important;
}


@media (max-width: 991px){
	.video-replace.logo  .video-link, .video-replace.logo  .content-link {
		height: 130px !important;
	}
}

#second-slide #frontpage-mix-carousel .video-replace.logo {
    position: relative;
    padding-bottom: 56.25%;
    height: 155px;
    position: relative;
    cursor: pointer;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 991px){
	#second-slide #frontpage-mix-carousel .video-replace.logo {
		height: 130px !important;
	}
}

#second-slide #frontpage-mix-carousel .video-replace.logo p a:after{
	display:none !important;
	content: "" !important;
}

#leipis ul.multicolumnContainer.fix{
	margin-left:20px !important;
}

.row.wrapper.small-padding .cols{
	margin-left:-8px;
}

#second-row .row.wrapper.small-padding h2{
    padding-left: 0px;
}

table.yhteistyo-logot{
	width:100%;
}

table.yhteistyo-logot td{
	margin-right:10px !important; 
	padding:10px !important;
}

@media (max-width: 768px){
	table.yhteistyo-logot td{
		display:table-row !important;
		width:100%;
	} 
}

#footer .footer-list li, #footer .first-row .wrapper .list-container ul.footer-list li a {
line-height:20px !important;
}

.page-news  #content .page-first-section .background-top ,.blanko  #content .page-first-section .background-top, .tapahtumat  #content .page-first-section .background-top  {
       background-image: none !important;
}

#leipis .arrows ul.multicolumnContainer li a[href]:after{content:"\00a0\00BB" !important;}
#leipis .arrows ul.multicolumnContainer li .csc-textpic-image a[href]:after{content:"" !important;}

@media (max-width: 769px){
	#seventh-slide .video-replace iframe.youtube-video{
		height:355px;
		width:100%;
	}
}

.frontpage .blogs h2 a{    color: #ffa100 !important;}
/*.frontpage .blogs h2 a[href]:after {
    content: "\00a0\00BB" !important;
}*/

.rss-feed .blog.latest .item p{
	color:#ff5a00 !important;

}
.rss-feed .blog.latest .item p.date{
	color:#58595b !important;
}


.rss-feed .blog.latest .item p.rssheader{
	float:left;
}
/*
.rss-feed .blog.latest .item  a[href]:after  {
    content: "" !important;	
}

*/
 .rss-feed .blog.latest .item  p a[href]:after  {
   content: "\00a0\00BB" !important;	
float:left;
font-size:16px !important;
}
/*
.rss-feed .blog.latest .item p.small  a[href]:after{
    content: "" !important;	
}
*/

 .rss-feed .blog.latest .item .clearer{
	margin-top:10px;
margin-bottom:10px;
clear:both;
}

#content-container .row.wrapper .csc-default.indent {
 margin-left:-20px !important;
}

.huom{padding:10px;background-color:#e5e3df;margin-bottom:10px;}
.huom a{font-size: 20px !important;}

form input.form-submit.reittiopas{
padding-left:0px !important;
padding-right:0px !important; 
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
} 
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

@media (min-width: 768px){
#muut .jouney form button, #muut .journey form input[type="submit"] {
    max-width: 200px !important;
}
}

.box.orange.header:after {
    content: "" !important;
}
