/* Minification failed. Returning unminified contents.
(12807,111353): run-time error CSS1036: Expected expression, found '!important'
(12807,111385): run-time error CSS1036: Expected expression, found '!important'
(12807,111415): run-time error CSS1036: Expected expression, found '!important'
(12807,111442): run-time error CSS1036: Expected expression, found '!important'
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=671316e6fc719f4e0acbb660178e1aee)
 * Config saved to config.json and https://gist.github.com/671316e6fc719f4e0acbb660178e1aee
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1770px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.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: 5px;
  padding-right: 5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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 > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > 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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > 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 #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 5px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -5px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
  -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: #ffffff;
  border: 1px solid #999999;
  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);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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 .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=671316e6fc719f4e0acbb660178e1aee)
 * Config saved to config.json and https://gist.github.com/671316e6fc719f4e0acbb660178e1aee
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/*!
 * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,select.selectpicker{display:none !important}.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>select{position:absolute !important;bottom:0;left:50%;display:block !important;width:.5px !important;height:100% !important;padding:0 !important;opacity:0 !important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block !important;width:100% !important;z-index:2}.has-error .bootstrap-select .dropdown-toggle,.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto !important}.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333 !important;outline:5px auto -webkit-focus-ring-color !important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*="col-"]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*="col-"]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right{float:right}.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-group .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:none !important}.bootstrap-select.btn-group.bs-container{position:absolute}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.bs-searchbox,.bs-actionsbox,.bs-donebutton{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.43
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  color:#000;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
    .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px;
        color: #000;
    }
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #ccc;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
  color:#000;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #ccc;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
  color:#000;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #ccc;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
    .bootstrap-datetimepicker-widget table td.today:before {
        content: '';
        display: inline-block;
        border: solid transparent;
        border-width: 0 0 7px 7px;
        border-bottom-color: #FD671F;
        border-top-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 4px;
        right: 4px;
    }
    .bootstrap-datetimepicker-widget table td.active,
    .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #FD671F;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
        .bootstrap-datetimepicker-widget table td.active.today:before {
            border-bottom-color: #000;
        }
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #ccc;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
    .bootstrap-datetimepicker-widget table td span.active {
        background-color: #FD671F;
        color: #000;
    }
.bootstrap-datetimepicker-widget table td span.old {
  color: #ccc;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #ccc;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@charset "UTF-8";

/*!
 * 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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .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.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
}
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 8px;
}

    .noUi-horizontal .noUi-handle {
        width: 15px;
        height: 15px;
        left: -7px;
        top: -4px;
        border-radius: 30px;
    }

.noUi-vertical {
    width: 18px;
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -7px;
        top: -7px;
    }
/* Styling;
 */
.noUi-target {
    background: #E3E3E3;
    border-radius: 4px;
    /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
}

.noUi-connect {
    border-radius: 4px;
    margin: 2px 0 2px 0;
    background: #FD671F;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: #FD671F;
    cursor: default;
    /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;*/
}

.noUi-active {
    /*box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #eee, 0 3px 6px -3px #BBB;*/
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    /*content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;*/
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
/*.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}*/
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

#dropzone-autokuvat {
    color:#000000 !important;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

@charset "UTF-8";@font-face{font-family:'Skatta Sans Black';src:url("Fontit/Skatta Sans Black.eot?") format("embedded-opentype"),url("Fontit/Skatta Sans Black.woff") format("woff"),url("Fontit/Skatta Sans Black.ttf") format("truetype");}@font-face{font-family:'Skatta Sans Bold';src:url("Fontit/Skatta Sans Bold.eot?") format("embedded-opentype"),url("Fontit/Skatta Sans Bold.woff") format("woff"),url("Fontit/Skatta Sans Bold.ttf") format("truetype");}@font-face{font-family:'Skatta Sans Regular';src:url("Fontit/Skatta Sans Regular.eot?") format("embedded-opentype"),url("Fontit/Skatta Sans Regular.woff") format("woff"),url("Fontit/Skatta Sans Regular.ttf") format("truetype");}@font-face{font-family:'Skatta Sans Medium';src:url("Fontit/Skatta Sans Medium.eot?") format("embedded-opentype"),url("Fontit/Skatta Sans Medium.woff") format("woff"),url("Fontit/Skatta Sans Medium.ttf") format("truetype");}h1{font-family:"Skatta Sans Bold";font-size:36px;}h2{font-family:"Skatta Sans Medium";font-size:30px;}h3{font-family:"Skatta Sans Bold";font-size:18px;}h4{font-family:"Skatta Sans Bold";font-size:16px;}p,span{font-family:"Skatta Sans Regular";font-size:16px;}label{font-family:"Skatta Sans Medium";font-size:14px;text-transform:uppercase;}input,select,textarea{font-family:"Skatta Sans Medium";font-size:18px;background-color:#e3e3e3;border:1px solid #e3e3e3;color:#8e8e93;padding:6px 12px;}a:focus{outline:none;color:#fd671f;}@media screen and (-webkit-min-device-pixel-ratio:0){select,textarea,input{font-size:16px;}}.btn span{font-size:18px;}textarea:focus,select:focus,input:focus{border:1px solid #fd671f;}button{font-family:"Skatta Sans Medium";font-size:16px;}.checkbox-button{display:inline-block;cursor:pointer;width:45%;margin:0 1.25% 5px 1.25%;}@media only screen and (max-width:768px){.checkbox-button{margin-left:0;}}.checkbox-button label{margin-bottom:0;text-transform:none;font-weight:normal;width:100%;}.checkbox-button label span{text-align:center;padding:10px;display:block;font-size:12px;background-color:#fff;border-radius:30px;border:1px solid #25282a;color:#25282a;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.checkbox-button:hover label span,.checkbox-button input:checked+span{background-color:#fd671f;border:1px solid #fd671f;color:#fff;}.korostettuTeksti{color:#fd671f;}input{z-index:1040;}.preloader{position:fixed;display:none;z-index:9999;padding:20px;top:50%;left:50%;margin-left:-110px;}.TAULU{display:table;}.RIVI{display:table-row;}.RIVI .SOLU{display:table-cell;vertical-align:middle;height:100%;}.ASETA-YLOS-PYSTYSUUNNASSA{vertical-align:top;}.ASETA-KESKELLE-PYSTYSUUNNASSA{vertical-align:middle;}.ASETA-ALAS-PYSTYSUUNNASSA{vertical-align:bottom;}.kielivalinta{z-index:1040;top:21px;position:fixed;right:145px;display:block;width:45px;border:0;}@media only screen and (max-width:768px){.kielivalinta{top:10px;}}@media only screen and (max-width:480px){.kielivalinta{right:75px;}}.kielivalinta ul.dropdown-menu{min-width:65px;}.kielivalinta ul.dropdown-menu li a:hover{background-color:#8e8e93;}.kielivalinta ul.dropdown-menu img{width:100%;}.kielivalinta .btn-default{background:#e3e3e3;}.kielivalinta img{width:100%;}.dropzone-plus{text-align:right;}html{-webkit-overflow-scrolling:touch;overflow-x:hidden;}body{background-color:#efefef;font-family:"Skatta Sans Regular";font-size:16px;padding-top:47px;color:#ccc;overflow-x:hidden;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}.konserninautojaYhteensa{margin-top:20px;color:#fff;}.puolet{width:50%;}.tyhjennaHakuehdot{background-color:#9da1a1;color:#fff;}.naytalisaaPainike{display:inline-block;margin-top:15px;background-color:#fd671f;color:#fff;padding:5px 30px 5px 30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-size:14px;}a{color:#fd671f;}.ribbonWrapper{position:relative;}.ribbonWrapper .corner-ribbon{top:25px;left:-50px;z-index:997;position:absolute;font-size:12px;width:195px;text-align:center;padding:10px 30px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}.ribbonWrapper .corner-ribbon img{width:100%;}.corner-ribbon.shadow{box-shadow:0 0 3px rgba(0,0,0,.3);}.corner-ribbon.top-left{top:25px;left:-50px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);background-color:#fd671f;}.corner-ribbon.yellow{background-color:#fd671f;color:#fff;width:213px;}.corner-ribbon.white{background-color:#fff;color:#25282a;}.naytalisaaPainike:hover{color:#fff;background-color:#d74100;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.v-align-top{vertical-align:top;}.textarea{width:100%;height:140px;padding:10px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.textarea:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.tf{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.togo-lomake,.unelmalomake,.hintaarviolomake{width:420px;}@media only screen and (max-width:768px){.togo-lomake,.unelmalomake,.hintaarviolomake{width:100%;}}.togo-lomake .lomakeRivi,.unelmalomake .lomakeRivi,.hintaarviolomake .lomakeRivi{margin-top:7px;margin-bottom:15px;}.togo-lomake .select,.unelmalomake .select,.hintaarviolomake .select{background-color:#25282a;width:45% !important;margin:0;margin-right:20px;}.togo-lomake .select:last-of-type,.unelmalomake .select:last-of-type,.hintaarviolomake .select:last-of-type{margin-right:0;}.togo-lomake .textarea,.unelmalomake .textarea,.hintaarviolomake .textarea{width:97%;height:140px;padding:10px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.togo-lomake .textarea:focus,.unelmalomake .textarea:focus,.hintaarviolomake .textarea:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.togo-lomake .tf,.togo-lomake .tf-valid,.unelmalomake .tf,.unelmalomake .tf-valid,.hintaarviolomake .tf,.hintaarviolomake .tf-valid{padding:5px 10px 5px 10px;width:45%;margin-right:20px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.togo-lomake .tf:last-of-type,.unelmalomake .tf:last-of-type,.hintaarviolomake .tf:last-of-type{margin-right:0;}.togo-lomake .tf:focus,.unelmalomake .tf:focus,.hintaarviolomake .tf:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.togo-lomake .laheta-painike,.unelmalomake .laheta-painike,.hintaarviolomake .laheta-painike{margin-top:15px;background-color:#fd671f;color:#fff;padding:5px 30px 5px 30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:768px){.togo-lomake .laheta-painike,.unelmalomake .laheta-painike,.hintaarviolomake .laheta-painike{margin-left:35%;}}.togo-lomake .laheta-painike:hover,.unelmalomake .laheta-painike:hover,.hintaarviolomake .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.unelmalomake-kiitos,.hintaarviolomake-kiitos{display:none;opacity:0;position:absolute;}#latauksen-aikainen-peite{display:none;}#evasteseloste{z-index:9998;position:fixed;display:none;width:100%;background-color:#fff;color:#25282a;text-align:center;padding:20px;bottom:0;}.yleinenSisaltoWrap{width:80%;margin:0 auto;padding-bottom:15px;margin-top:25%;}@media only screen and (max-width:768px){.yleinenSisaltoWrap{margin-top:10%;}}.hidden{display:none;}.col-xlg-4{float:left;width:25%;}.col-xlg-2{float:left;width:15%;}.col-xlg-3{float:left;width:25%;}a.col-xlg-4{color:#fff;}a.col-xlg-3{color:#fff;}a.col-xlg-2{color:#fff;}.col-2{width:50%;float:left;}@media only screen and (max-width:768px){.col-2{width:100%;float:none;}}iframe{width:100%;border:0;height:195px;overflow:hidden;}@media only screen and (max-width:992px){iframe{height:250px;}}@media only screen and (max-width:768px){iframe{height:310px;}}input[type="radio"]{position:absolute;left:-9999px;}[type="radio"]:checked+label,[type="radio"]:not(:checked)+label{position:relative;padding-left:22px;margin-right:20px;cursor:pointer;line-height:20px;display:inline-block;text-transform:none;font-family:"Skatta Sans Regular";font-weight:normal;color:#25282a;}[type="radio"]:checked+label:before,[type="radio"]:not(:checked)+label:before{content:'';position:absolute;left:0;top:0;width:15px;height:15px;border:1px solid #8e8e93;border-radius:100%;background:#fff;}[type="radio"]:checked+label:after,[type="radio"]:not(:checked)+label:after{content:'';width:9px;height:9px;background:#fd671f;position:absolute;top:3px;left:3px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease;}[type="radio"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0);}[type="radio"]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1);}button[type="submit"]:disabled{opacity:.4;filter:alpha(opacity=40);}.help-block{background-color:#fff;}.label{text-transform:uppercase;margin:0;padding:0;color:#8e8e93;}.bootstrap-select .btn:focus{outline:none !important;text-shadow:none;}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}input:focus{outline:none;}.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){text-align:left;background:#e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}@media only screen and (max-width:768px){.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}}button:focus{outline:none;}.clear{clear:both;}.nosto-painike{width:280px;}.tool{position:absolute;display:block;padding:20px 40px 20px 40px;color:#000;background-color:#fff;margin-top:-60px;display:none;opacity:0;filter:alpha(opacity=0);}@media only screen and (max-width:992px){.tool{margin-top:20px;}}@media only screen and (max-width:768px){.tool{margin-top:20px;width:100%;margin-left:-50%;}}@media only screen and (max-width:480px){.tool{margin-top:20px;width:100%;margin-left:-50%;}}.tool .nuoli{width:25px;height:10px;margin-top:-38px;position:absolute;}@media only screen and (max-width:768px){.tool .nuoli{display:none;}}.tool p{padding:0;margin:0;}.btn-valinta{color:#8e8e93;background-color:#e3e3e3;border-color:#e3e3e3;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:768px){.btn-valinta{width:100%;}}.bootstrap-select.btn-group .dropdown-menu li a:hover{background:#e3e3e3;}.dropdown-menu.open ul li:hover{background:#e3e3e3;}.tf.ng-valid-minlength.ng-dirty.ng-invalid.ng-invalid-maxlength,.tf.ng-dirty.ng-valid-required.ng-valid-minlength.ng-invalid.ng-invalid-maxlength,.tf.ng-valid-maxlength.ng-dirty.ng-valid-required.ng-invalid.ng-invalid-minlength,.tf.ng-valid-number.ng-valid-maxlength.ng-dirty.ng-valid-required.ng-invalid.ng-invalid-minlength,.tf.ng-valid-number.ng-dirty.ng-valid-required.ng-valid-minlength.ng-invalid.ng-invalid-maxlength,.tf.ng-dirty.ng-invalid.ng-invalid-required.ng-valid-email,.tf.pitka.ng-valid-maxlength.ng-dirty.ng-valid-required.ng-invalid.ng-invalid-pattern.ng-valid-minlength,.tf.ng-valid-maxlength.ng-dirty.ng-valid-minlength.ng-valid-required.ng-invalid.ng-invalid-pattern{border:1px solid #f00;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.tf.ng-dirty.ng-valid-required.ng-invalid.ng-invalid-email{border:1px solid #f00;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.tf.ng-valid-number.ng-dirty.ng-invalid.ng-invalid-required{border:1px solid #f00;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.hae-painike{background-color:#fd671f;color:#fff;padding:8px 40px 8px 40px;width:160px;text-align:center;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;display:block;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:768px){.hae-painike{display:inline;}}.suurennuslasi-ikoni{height:50px;width:auto;}.hae-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;text-decoration:none;color:#fff;}.osta-painike{background-color:#fd671f;color:#fff;padding:8px 70px 8px 70px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;cursor:pointer;}.osta-painike:hover{color:#fff;text-decoration:none;background-color:#d74100;}.dropdown-menu{background-color:#e3e3e3;}.dropdown-menu li:hover a{color:#fd671f;background-color:#323237;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.dropdown-menu li a{color:#fd671f;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.dropdown-menu li a:hover{color:#fd671f;background-color:#323237;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:840px){.toimipiste .dropdown-menu{max-width:270px;}}.btn-valinta:hover,.btn-valinta:focus,.btn-valinta:active,.btn-valinta.active,.open .dropdown-toggle.btn-valinta{color:#8e8e93;background-color:#e3e3e3;border-color:#fd671f;text-shadow:none;background:#e3e3e3;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.btn-valinta:active,.btn-valinta.active,.open .dropdown-toggle.btn-valinta{background-image:none;text-shadow:none;}.btn-valinta.disabled,.btn-valinta[disabled],fieldset[disabled] .btn-valinta,.btn-valinta.disabled:hover,.btn-valinta[disabled]:hover,fieldset[disabled] .btn-valinta:hover,.btn-valinta.disabled:focus,.btn-valinta[disabled]:focus,fieldset[disabled] .btn-valinta:focus,.btn-valinta.disabled:active,.btn-valinta[disabled]:active,fieldset[disabled] .btn-valinta:active,.btn-valinta.disabled.active,.btn-valinta[disabled].active,fieldset[disabled] .btn-valinta.active{background-color:#e3e3e3;border-color:#fd671f;text-shadow:none;}.btn-valinta.disabled .caret,.btn-valinta[disabled] .caret,fieldset[disabled] .btn-valinta .caret,.btn-valinta.disabled:hover .caret,.btn-valinta[disabled]:hover .caret,fieldset[disabled] .btn-valinta:hover .caret,.btn-valinta.disabled:focus .caret,.btn-valinta[disabled]:focus .caret,fieldset[disabled] .btn-valinta:focus .caret,.btn-valinta.disabled:active .caret,.btn-valinta[disabled]:active .caret,fieldset[disabled] .btn-valinta:active .caret,.btn-valinta.disabled.active .caret,.btn-valinta[disabled].active .caret,fieldset[disabled] .btn-valinta.active .caret{border-top:4px solid #fd671f;}.btn-valinta:focus{outline:none;}.btn-valinta .caret{border-top:4px solid #25282a;}.swiper-container{width:100%;}.keltainen-palkki{height:48px;background-color:#fd671f;width:100%;}.harmaa-palkki{height:75px;background-color:#25282a;width:100%;}.skaalautuva-kuva{width:100%;height:1000px;background-image:url(skaalautuvakuva.jpg);background-repeat:no-repeat;background-attachment:fixed;background-position:center;background-size:cover;}.etusivu-kuva img{width:100%;}.grid.sisalto-alue{margin-bottom:20px;}.grid{margin:0 auto;text-align:center;max-width:1200px;}.grid-inner,.grid-inner--header{max-width:1200px;margin:0 auto;padding:0 30px 0 30px;}@media only screen and (max-width:992px){.grid-inner,.grid-inner--header{padding:0;}}@media only screen and (max-width:1200px){.grid-inner--header{padding:0;}}.grid-item-tupla{width:842px;height:320px;display:inline-block;position:relative;overflow:hidden;background-color:#2c2c33;margin:10px;}@media only screen and (max-width:992px){.grid-item-tupla{width:700px;height:auto;}}@media only screen and (max-width:768px){.grid-item-tupla{width:95%;height:auto;margin-left:2.5%;margin-right:2.5%;}}@media only screen and (max-width:480px){.grid-item-tupla{width:95%;margin-left:2.5%;margin-right:2.5%;}}.grid-item-tupla .vasen{width:50%;float:left;}@media only screen and (max-width:480px){.grid-item-tupla .vasen{width:95%;margin-left:2.5%;margin-right:2.5%;float:none;}}.grid-item-tupla .vasen img{width:100%;}.grid-item-tupla .oikea{width:50%;float:left;text-align:left;padding-left:20px;}@media only screen and (max-width:480px){.grid-item-tupla .oikea{width:95%;margin-left:2.5%;margin-right:2.5%;}}.grid-item-tupla .oikea h3{color:#fff;}.linkkiPainike{background-color:#fd671f;color:#fff;display:block;max-width:160px;padding:8px 10px 8px 10px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;cursor:pointer;margin:0 auto;}.linkkiPainike:hover{background-color:#d74100;color:#fff;text-decoration:none;}.blogi-painike{background-color:#fd671f;color:#25282a;border:0;margin-top:20px;margin-bottom:20px;padding:10px;padding-left:20px;padding-right:20px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;}@media only screen and (max-width:480px){.blogi-painike{margin-top:0;margin-bottom:20px;}}.grid-item,.grid-item-content{width:30%;margin:.5%;display:inline-table;overflow:hidden;position:relative;background-color:#fff;}@media only screen and (max-width:1460px){.grid-item,.grid-item-content{width:30%;}}@media only screen and (max-width:992px){.grid-item,.grid-item-content{width:45%;}}@media only screen and (max-width:480px){.grid-item,.grid-item-content{width:95%;margin-left:2.5%;margin-right:2.5%;height:auto;}}.grid-item img,.grid-item-content img{width:100%;}.grid-item .corner-ribbon.top-left,.grid-item-content .corner-ribbon.top-left{top:45px;left:-42px;}.grid-tumma{position:absolute;display:block;background-color:#25282a;width:100%;height:94%;opacity:.4;filter:alpha(opacity=40);text-align:center;padding-top:20%;background-repeat:no-repeat;background-position:center;background-size:auto;display:block;z-index:2;}@media only screen and (max-width:768px){.grid-tumma{height:100%;}}.grid-hover{position:absolute;display:block;background-color:#25282a;width:100%;height:100%;opacity:0;text-align:center;padding-top:20%;background-repeat:no-repeat;background-position:center;background-size:auto;display:none;z-index:2;}.grid-hover img{width:60px;}.grid-hover p{text-align:center;color:#fff;margin-top:10px;letter-spacing:1px;}.grid-kuva{border:4px solid #fff;background-color:#fff;position:relative;height:205px;background-size:100%;background-position:center;background-repeat:no-repeat;overflow:hidden;}@media only screen and (max-width:768px){.grid-kuva{height:153px;}}@media only screen and (max-width:480px){.grid-kuva{height:200px;}}.grid-teksti{background-color:#fff;width:100%;padding:7px;text-align:left;color:#25282a;}.yksirivinen-overflow-ellipsis{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;word-break:break-all;word-wrap:break-word;}.vaihtoauto-kortti-infot{font-family:"Skatta Sans Regular";width:100%;display:table;table-layout:fixed;}.vaihtoauto-kortti-infot p{font-size:12px;font-family:"Skatta Sans Regular";margin-bottom:2px;}.vaihtoauto-kortti-infot .merkki-malli,.vaihtoauto-kortti-infot .hinta{text-transform:uppercase;font-family:"Skatta Sans Medium";font-size:16px;height:22px;}@media only screen and (max-width:1200px){.vaihtoauto-kortti-infot .merkki-malli,.vaihtoauto-kortti-infot .hinta{font-size:16px;}}@media only screen and (max-width:768px){.vaihtoauto-kortti-infot .merkki-malli,.vaihtoauto-kortti-infot .hinta{font-size:14px;}}.vaihtoauto-kortti-infot .hinta,.vaihtoauto-kortti-infot .rekisterinumero,.vaihtoauto-kortti-infot .sijainti{display:inline-block;margin-top:5px;}.vaihtoauto-kortti-infot .rekisterinumero{font-size:12px;font-family:"Skatta Sans Regular";text-align:center;width:55px;}.vaihtoauto-kortti-infot .hinta{width:calc(50% - 28px);color:#fd671f;float:none;}.vaihtoauto-kortti-infot .sijainti{width:calc(50% - 35px);text-align:right;}.vaihtoauto-kortti-infot span.kaupunki{font-size:12px;}.vaihtoauto-kortti-infot span.kaupunki img{width:18px;}.hinta{float:right;}.ylarivi span{text-transform:uppercase;font-family:"Skatta Sans Medium";font-size:18px;height:26px;}@media only screen and (max-width:1200px){.ylarivi span{font-size:16px;}}@media only screen and (max-width:768px){.ylarivi span{font-size:14px;}}.ylarivi.vaihtoautohaku span{font-size:15px;}.alarivi{font-family:"Skatta Sans Regular";font-size:12px;height:50px;}@media only screen and (max-width:992px){.alarivi{height:auto;}}@media only screen and (max-width:768px){.alarivi{height:83px;}}@media only screen and (max-width:480px){.alarivi{height:auto;}}.alarivi p{padding-top:10px;font-size:12px;height:30px;overflow:hidden;}.alarivi span.kaupunki{position:absolute;display:block;right:10px;font-size:12px;}@media only screen and (max-width:768px){.alarivi span.kaupunki{position:static;}}.alarivi span.kaupunki img{width:18px;}.grid-tarjous{position:absolute;display:block;width:70px;height:70px;background-image:url(tarjous-tappa.png);}.tween{cursor:pointer;}.grid-item--width2{width:844px;height:630px;margin-top:20px;display:block;}@media only screen and (max-width:992px){.grid-item--width2{width:700px;}}@media only screen and (max-width:768px){.grid-item--width2{width:350px;}}@media only screen and (max-width:480px){.grid-item--width2{width:340px;}}.grid-item--width2 img{width:100%;}.dl-horizontal dt{white-space:normal;}@media only screen and (max-width:768px){::-webkit-input-placeholder{font-size:14px;}::-moz-placeholder{font-size:14px;}:-ms-input-placeholder{font-size:14px;}:-moz-placeholder{font-size:14px;}}.caption{position:absolute;left:0;bottom:0;text-align:left;background-color:rgba(255,255,255,.7);width:50%;padding:16px 24px;margin:0 auto;}.valkoinenPainike{cursor:pointer;color:#fff;background-color:#fd671f;border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:8px 45px 8px 45px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:768px){.valkoinenPainike{margin-top:20px;}}.valkoinenPainike:hover{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;text-decoration:none;background-color:#d74100;color:#fff;}#whatsappShare{display:none;}#whatsappShare img{width:35px;height:36px;}@media only screen and (max-width:480px){#whatsappShare{display:inline;}}.instagram img{width:35px;height:36px;}.edut{width:90%;margin-left:5%;display:block;}@media only screen and (max-width:992px){.edut{width:100%;margin-left:0;}}@media only screen and (max-width:768px){.edut{display:none;}}.edut h2{margin-bottom:3%;}.edut .edut-icon{float:left;width:25%;text-align:left;}.edut .edut-icon img{margin-top:20px;width:80%;}.edut .edut-icon i{margin-top:15px;padding:15px;display:inline-block;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;-moz-box-shadow:0 0 2px #888;-webkit-box-shadow:0 0 2px #888;box-shadow:0 0 2px #888;background-color:#fd671f;color:#25282a;}@media only screen and (max-width:1200px){.edut .edut-icon i{padding:10px;}}@media only screen and (max-width:992px){.edut .edut-icon i{padding:10px;}}.animated{display:block;}.aloitus{-webkit-animation-duration:0s;-moz-animation-duration:0s;-o-animation-duration:0s;animation-duration:0s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}.verho,.togo-verho{z-index:1080;top:0;display:none;width:100%;height:100%;position:fixed;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;overflow:hidden;}.togo-verho{background:#000;opacity:.5;left:0;right:0;}.sulje-painike{float:right;height:40px;width:40px;position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:block;top:30px;right:30px;cursor:pointer;}.sulje-painike:before,.sulje-painike:after{-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);content:'';position:absolute;top:50%;left:50%;margin-top:-1.5px;margin-left:-20px;display:block;height:3px;width:40px;background-color:#fd671f;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;}.sulje-painike:after{-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg);}.owl-theme .owl-controls{margin-top:10px;text-align:center;}.owl-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}.owl-theme .owl-controls .owl-pagination{z-index:1045;position:absolute;width:100%;margin-top:-50px;}@media only screen and (max-width:768px){.owl-theme .owl-controls .owl-pagination{margin-top:-40px;}}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#fff;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;z-index:1051;}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center;}#owl-demo .owl-item>div img{display:block;width:100%;height:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin-bottom:4px;}#owl-demo .owl-item>div{background:#42bdc2;text-align:center;padding:50px 0;margin:3px;color:#fff;font-size:32px;border:1px #fff;}.wrapper-with-margin{margin:0 50px;}.owl-theme .owl-controls .owl-buttons div{position:absolute;z-index:1044;background-color:transparent;}.owl-theme .owl-controls .owl-buttons .owl-prev{left:0;top:50%;width:44px;height:44px;background-image:url(carousel-left.png);background-color:none;}.owl-theme .owl-controls .owl-buttons .owl-next{right:0;top:50%;width:44px;height:44px;background-image:url(carousel-right.png);background-color:none;}.dropzone,#dropzone,#dropzone-osta{border:1px solid #8e8e93;color:#8e8e93;background-color:#25282a;background-image:url(plus-caara2.png);background-position:right 10px center;background-repeat:no-repeat;}.dropzone-osta{margin-top:20px;}.well{width:92.5%;border:1px solid #666;background-color:#25282a;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}#kohteenRekisterinumero{display:none;}#virhesivu{display:block;}.blurraa{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-filter:blur(5px);-moz-filter:blur(5px);-ms-filter:blur(5px);-o-filter:blur(5px);filter:blur(5px);}.preloader.full-width{width:100%;height:120px;margin-left:0;margin-right:0;}.description{position:absolute;bottom:10px;left:12px;}.preloader-dots{height:50px;width:80px;}.preloader-dots .dot{display:inline-block;background:#fd671f;height:8px;width:8px;opacity:.3;border-radius:50%;-moz-animation:moveit 1.8s infinite;-o-animation:moveit 1.8s infinite;-webkit-animation:moveit 1.8s infinite;animation:moveit 1.8s infinite;}.dot:nth-child(2){-moz-animation-delay:.15s;-o-animation-delay:.15s;-webkit-animation-delay:.15s;animation-delay:.15s;}.dot:nth-child(3){-moz-animation-delay:.3s;-o-animation-delay:.3s;-webkit-animation-delay:.3s;animation-delay:.3s;}.dot:nth-child(4){-moz-animation-delay:.45s;-o-animation-delay:.45s;-webkit-animation-delay:.45s;animation-delay:.45s;}.dot:nth-child(5){-moz-animation-delay:.6s;-o-animation-delay:.6s;-webkit-animation-delay:.6s;animation-delay:.6s;}@keyframes moveit{0%{transform:translateY(0);}35%{transform:translateY(0);opacity:.3;}50%{transform:translateY(-20px);opacity:.8;}70%{transform:translateY(3px);opacity:.8;}85%{transform:translateY(-3px);}}.preloader-dotline .dot{display:inline-block;background:#fd671f;height:10px;width:10px;opacity:0;border-radius:50%;-moz-animation:dotline-move 4s infinite;-o-animation:dotline-move 4s infinite;-webkit-animation:dotline-move 4s infinite;animation:dotline-move 4s infinite;-moz-transform:translateX(-300px);-ms-transform:translateX(-300px);-o-transform:translateX(-300px);-webkit-transform:translateX(-300px);transform:translateX(-300px);}.preloader-dotline .dot:nth-child(1){-moz-animation-delay:.8s;-o-animation-delay:.8s;-webkit-animation-delay:.8s;animation-delay:.8s;}.preloader-dotline .dot:nth-child(2){-moz-animation-delay:.7s;-o-animation-delay:.7s;-webkit-animation-delay:.7s;animation-delay:.7s;}.preloader-dotline .dot:nth-child(3){-moz-animation-delay:.6s;-o-animation-delay:.6s;-webkit-animation-delay:.6s;animation-delay:.6s;}.preloader-dotline .dot:nth-child(4){-moz-animation-delay:.5s;-o-animation-delay:.5s;-webkit-animation-delay:.5s;animation-delay:.5s;}.preloader-dotline .dot:nth-child(5){-moz-animation-delay:.4s;-o-animation-delay:.4s;-webkit-animation-delay:.4s;animation-delay:.4s;}.preloader-dotline .dot:nth-child(6){-moz-animation-delay:.3s;-o-animation-delay:.3s;-webkit-animation-delay:.3s;animation-delay:.3s;}.preloader-dotline .dot:nth-child(7){-moz-animation-delay:.2s;-o-animation-delay:.2s;-webkit-animation-delay:.2s;animation-delay:.2s;}.preloader-dotline .dot:nth-child(8){-moz-animation-delay:.1s;-o-animation-delay:.1s;-webkit-animation-delay:.1s;animation-delay:.1s;}@-moz-keyframes dotline-move{40%{-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);opacity:.8;}100%{-moz-transform:translateX(300px);-ms-transform:translateX(300px);-o-transform:translateX(300px);-webkit-transform:translateX(300px);transform:translateX(300px);opacity:0;}}@-webkit-keyframes dotline-move{40%{-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);opacity:.8;}100%{-moz-transform:translateX(300px);-ms-transform:translateX(300px);-o-transform:translateX(300px);-webkit-transform:translateX(300px);transform:translateX(300px);opacity:0;}}@keyframes dotline-move{40%{-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);opacity:.8;}100%{-moz-transform:translateX(300px);-ms-transform:translateX(300px);-o-transform:translateX(300px);-webkit-transform:translateX(300px);transform:translateX(300px);opacity:0;}}@keyframes eat{50%{transform:translateX(10px) scale(.1);}}@keyframes move-back{3%{opacity:1;}35%{opacity:1;}49%{opacity:0;}50%{transform:translateX(0);}}@keyframes move-forward{50%{transform:translateX(500px);}50.1%{transform:translateX(500px) scaleX(-1);opacity:1;}100%{transform:translateX(-40px) scaleX(-1);}}@keyframes fade-out{0%{opacity:0;}40%{opacity:0;}89.99%{opacity:0;}90%{opacity:.5;}}.st0{display:none;}.st1{display:inline;opacity:.4;fill:#fcee21;}.st2{display:inline;opacity:.5;fill:#63ff6d;}.st3{fill:#f1cc3a;}.st4{fill:#fff;}h2.footer-otsikko{font-weight:bold;margin:0;}.valitut-vapaasanat{display:block;}.mustaPainike{width:100%;cursor:pointer;color:#25282a;margin:15px 0 15px 0;background-color:#e3e3e3;border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:8px 45px 8px 45px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;margin-bottom:15px;}@media only screen and (max-width:768px){.mustaPainike{margin-top:20px;}}.mustaPainike:hover{background-color:#fd671f;color:#25282a;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;text-decoration:none;}.error-section{margin:40px;padding-top:20px;height:550px;}.valitut-vapaasanat,.valitut-vapaasanat-sm{padding:20px;}.valitut-vapaasanat .valittu-vapaasana,.valitut-vapaasanat-sm .valittu-vapaasana{position:relative;max-width:100%;padding:5px;padding-right:20px;border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;display:inline-block;margin:5px;background:#fd671f;}.valitut-vapaasanat .valittu-vapaasana .kayttaja-valittu-vapaasana,.valitut-vapaasanat-sm .valittu-vapaasana .kayttaja-valittu-vapaasana{margin-right:10px;color:#fff;font-size:13px;padding-left:10px;}@media only screen and (max-width:480px){.valitut-vapaasanat .valittu-vapaasana .kayttaja-valittu-vapaasana,.valitut-vapaasanat-sm .valittu-vapaasana .kayttaja-valittu-vapaasana{font-size:11px;margin-right:15px;}}.valitut-vapaasanat .valittu-vapaasana .valittu-vapaasana-rasti:after,.valitut-vapaasanat-sm .valittu-vapaasana .valittu-vapaasana-rasti:after{top:25%;content:"✖";display:inline-block;padding-left:10px;position:absolute;right:10px;color:#fff;font-size:14px;}.valitut-vapaasanat .valittu-vapaasana:hover,.valitut-vapaasanat-sm .valittu-vapaasana:hover{cursor:pointer;}#vapaasanahakuwrapper .twitter-typeahead{width:100%;z-index:900;}#vapaasanahakuwrapper input{width:100%;margin-right:20px;background-color:#e3e3e3;border:1px solid #e3e3e3;color:#8e8e93;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;z-index:900;}@media only screen and (max-width:992px){#vapaasanahakuwrapper input{margin:0;}}#vapaasanahakuwrapper .tt-input{color:#25282a;}#vapaasanahakuwrapper h3{color:#25282a;}#vapaasanahakuwrapper .tt-menu{background-color:#e3e3e3;text-align:left;padding-left:10px;width:100%;padding-bottom:10px;z-index:1000 !important;}#vapaasanahakuwrapper .tt-menu .tt-suggestion{cursor:pointer;margin-top:4px;margin-right:5px;color:#25282a;}#vapaasanahakuwrapper .tt-menu .tt-suggestion:hover{color:#fd671f;}#vapaasanahakuwrapper .tt-menu .tt-suggestion:hover .tt-highlight{color:#fd671f;}#vapaasanahakuwrapper .tt-menu .tt-cursor{color:#fd671f;}#vapaasanahakuwrapper .tt-menu .tt-cursor .tt-highlight{color:#fd671f;}#vapaasanahakuwrapper .tt-menu .tt-highlight{color:#fd671f;}.float-right{float:right !important;}.kehys-ylos{border-top:2px solid #e3e3e3;}.kehys-alas{border-bottom:2px solid #e3e3e3;}.valitut-vapaasanat-sm{display:none;}@media only screen and (max-width:768px){.valitut-vapaasanat-sm{display:block;}}.perustiedotContainer-printtinakymaan,.kuva-printtinakymaan{display:none;}.puheluhinnat_painike{display:inline-block;cursor:pointer;}.puheluhinnat_painike i{color:#e3e3e3 !important;font-size:20px !important;}.puheluhinnat_laatikko-container{display:none;width:100%;height:100%;background-color:rgba(37,40,42,.5);position:fixed;top:0;z-index:1000;margin-top:0;}.puheluhinnat_laatikko{max-width:500px;width:100%;padding:15px;border:1px solid #25282a;border-radius:4px;background-color:#e3e3e3;color:#25282a;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);}.puheluhinnat_laatikko a{top:0;right:0;}.puheluhinnat_laatikko a:before,.puheluhinnat_laatikko a:after{background-color:#25282a;width:30px;}@media print{.header,#evasteseloste,.edse-section,.footer-section,.auto-section,.vaihtoauto-yhteydenotto-container,.perustiedotContainer,.hintatiedotContainer,.osta-painike,#siirry-laskuriin,.rahoituslaskinWrap,.rahoitusyhtio-valinta,.maksutapa-ikoni{display:none !important;}a[href]:after{content:none !important;}.perustiedotContainer-printtinakymaan{display:block;}.kuva-printtinakymaan{display:block;}.myyntiteksti,.autontiedot-section h2{margin:0 !important;}.tekniset-section h3{margin:0 !important;}.autontiedot-section,.grid-inner{padding:0;}}.wrap_text{word-wrap:break-word !important;white-space:normal !important;}@font-face{font-family:'caaraicons';src:url("../fonts/caaraicons.eot?5zyg55");src:url("../fonts/caaraicons.eot?5zyg55#iefix") format("embedded-opentype"),url("../fonts/caaraicons.ttf?5zyg55") format("truetype"),url("../fonts/caaraicons.woff?5zyg55") format("woff"),url("../fonts/caaraicons.svg?5zyg55#icomoon") format("svg");font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:'caaraicons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-gplus:before{content:"";}.icon-header-logo-icon:before{content:"";}.icon-instagram-icon:before{content:"";}.icon-kiikarit-icon:before{content:"";}.icon-kirje-icon:before{content:"";}.icon-lupaus-kuntotarkastus:before{content:"";}.icon-lupaus-palautusoikeus:before{content:"";}.icon-lupaus-rahoitus:before{content:"";}.icon-lupaus-takuu:before{content:"";}.icon-silma-icon:before{content:"";}.icon-soita-icon:before{content:"";}.icon-sydan-icon:before{content:"";}.icon-twitter-icon:before{content:"";}.icon-whatsapp-icon:before{content:"";}.icon-facebook-icon:before{content:"";}.icon-avain-icon:before{content:"";}@font-face{font-family:'caara-korimallit';src:url("../fonts/caara-korimallit.eot?1bgos4");src:url("../fonts/caara-korimallit.eot?1bgos4#iefix") format("embedded-opentype"),url("../fonts/caara-korimallit.ttf?1bgos4") format("truetype"),url("../fonts/caara-korimallit.woff?1bgos4") format("woff"),url("../fonts/caara-korimallit.svg?1bgos4#icomoon") format("svg");font-weight:normal;font-style:normal;}[class^="icon-korimalli-"],[class*=" icon-korimalli"]{font-family:'caara-korimallit' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-korimalli-PakettiAuto:before{content:"";}.icon-korimalli-7:before{content:"";}.icon-korimalli-6:before{content:"";}.icon-korimalli-4:before{content:"";}.icon-korimalli-5:before{content:"";}.icon-korimalli-8:before{content:"";}.icon-korimalli-MuuAuto:before{content:"";}.icon-korimalli-1:before{content:"";}.icon-korimalli-3:before{content:"";}.header{width:100%;background-color:#25282a;text-align:center;}.header .vasen{float:left;width:15%;}@media only screen and (max-width:1200px){.header .vasen{width:60%;}}.header .keski{float:left;width:70%;}.header .keski .soita-mobiili{display:none;}@media only screen and (max-width:1200px){.header .keski .soita-mobiili{display:inline-block;}}@media only screen and (max-width:1200px){.header .keski{width:1%;}}.header .oikea{float:right;width:15%;}@media only screen and (max-width:1200px){.header .oikea{text-align:right;width:15%;max-width:60px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}}.header .oikea.open{height:60px;}@media only screen and (max-width:1200px){.header .oikea.open{background-color:#fd671f;}}.header a:hover{text-decoration:none;}.header .logo{width:100%;display:table-cell;}.header .logo img{width:160px;margin-top:5px;}@media only screen and (max-width:768px){.header .logo img{width:100px;margin-top:10px;}}@media only screen and (max-width:1200px){.header .logo img{margin-bottom:12px;}}.header .logo i{font-size:104px;line-height:36px;color:#fff;float:left;padding:20px;}@media only screen and (max-width:768px){.header .logo i{padding:10px;padding-left:20px;font-size:70px;}}@media only screen and (max-width:768px){.header .header-some{display:none;}}.header .header-some .some-icon{margin:0 1px 0 1px;display:inline-block;}.header .header-some .some-icon .ico img{width:28px;height:28px;}.header .header-some .some-icon a:hover{text-decoration:none;}.header .header-some .some-icon img{width:80%;}.header .header-some .some-icon i{color:#fd671f;font-size:28px;}.header .toiminto a{color:#fd671f;}@media only screen and (max-width:1200px){.header .toiminto a{display:none;}}.header .yhteydenotto-auton-tietosivulla{display:none;}.header .yhteydenotto-auton-tietosivulla .avaaHeaderYhteydenotto{position:relative;display:inline-block;margin:20px 20px 0 0;padding:8px 15px 8px 15px;width:120px;}@media only screen and (max-width:768px){.header .yhteydenotto-auton-tietosivulla .avaaHeaderYhteydenotto{margin:12px 20px 0 0;width:97px;}}@media only screen and (max-width:1200px){.header .yhteydenotto-auton-tietosivulla .avaaHeaderYhteydenotto{display:none;}}@media only screen and (max-width:768px){.header .yhteydenotto-auton-tietosivulla .avaaHeaderYhteydenotto span{font-size:12px;}}.header .yhteydenotto-auton-tietosivulla .HeaderYhteydenotto{position:absolute;width:200px;background-color:#25282a;padding:20px 0 20px 0;display:block;margin-top:-245px;z-index:-1;-moz-transition:margin-top ease-out 300ms;-o-transition:margin-top ease-out 300ms;-webkit-transition:margin-top ease-out 300ms;transition:margin-top ease-out 300ms;}@media only screen and (max-width:1460px){.header .yhteydenotto-auton-tietosivulla .HeaderYhteydenotto{right:0;}}@media only screen and (max-width:1200px){.header .yhteydenotto-auton-tietosivulla .HeaderYhteydenotto{display:none;}}.header .yhteydenotto-auton-tietosivulla .HeaderYhteydenotto a:hover{color:#fd671f;}.header .yhteydenotto-auton-tietosivulla .HeaderYhteydenotto.esilla{margin-top:0;}.header .yhteydenotto-auton-tietosivulla .soita{display:block;padding:20px 20px 0 0;}@media only screen and (max-width:992px){.header .yhteydenotto-auton-tietosivulla .soita{padding:10px;}}@media only screen and (max-width:1200px){.header .yhteydenotto-auton-tietosivulla .soita{display:none;}}.header .yhteydenotto-auton-tietosivulla .soita span{font-size:14px;}.header .yhteydenotto-auton-tietosivulla .soita i{display:inline-block;font-size:18px;color:#fd671f;}.header .yhteydenotto-auton-tietosivulla .lahetaPostia{display:block;padding:20px 20px 0 0;}@media only screen and (max-width:992px){.header .yhteydenotto-auton-tietosivulla .lahetaPostia{padding:10px;font-size:14px;}}@media only screen and (max-width:1200px){.header .yhteydenotto-auton-tietosivulla .lahetaPostia{display:none;}}.header .yhteydenotto-auton-tietosivulla .lahetaPostia span{font-size:14px;}.header .yhteydenotto-auton-tietosivulla .lahetaPostia i{font-size:18px;color:#fd671f;}.header .header-painike-vihrea{padding:2px 20px 2px 20px;background-color:#fd671f;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;border-radius:25px;color:#fff;text-decoration:none;border:0;display:none;margin-top:5px;}@media only screen and (max-width:768px){.header .header-painike-vihrea{display:inline;}}.header .header-painike-harmaa{padding:2px 20px 2px 20px;background-color:#e3e3e3;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;border-radius:25px;color:#ccc;text-decoration:none;border:0;display:none;margin-top:5px;}@media only screen and (max-width:768px){.header .header-painike-harmaa{display:inline-block;}}.header-section{position:fixed;top:0;width:100%;z-index:1000;background-color:#25282a;}.valikko-section{text-align:center;width:100%;height:72px;background-color:#25282a;}.valikko{background-color:#25282a;display:inline-block;}@media only screen and (max-width:992px){.valikko{width:100% !important;display:block;}}@media only screen and (max-width:768px){.valikko{width:100% !important;display:block;}}@media only screen and (max-width:1200px){.valikko{display:none;}}.mobiilivalikko.fadeIn.animated{display:none;background-color:#fd671f;}@media only screen and (max-width:1200px){.mobiilivalikko.fadeIn.animated{display:block;}}.mobiilivalikko.fadeIn.animated .valiviiva{border:1px solid #fff;margin:15px;}.mobiilivalikko.fadeIn.animated .soita-mobiili{width:100%;text-align:center;display:none;}@media only screen and (max-width:1200px){.mobiilivalikko.fadeIn.animated .soita-mobiili{display:inline-block;}}.mobiilivalikko.fadeIn.animated .soita-mobiili a{color:#fff;}.mobiilivalikko.fadeIn.animated .soita-mobiili a i{font-size:30px;}.mobiilivalikko.fadeIn.animated .soita-mobiili a span{color:#fff;}.mobiilivalikko{display:none;width:100%;}.mobiilivalikko a{display:block;width:100%;padding:14px 0 10px 0;background-color:#fd671f;color:#fff;text-align:center;font-family:"Skatta Sans Medium";font-size:21px;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;text-transform:uppercase;}.mobiilivalikko a.active{color:#25282a;}.valikko a{display:inline-block;padding:27px 15px 23px 15px;background-color:#25282a;color:#fff;text-align:center;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;border-bottom:2px solid #25282a;}@media only screen and (max-width:768px){.valikko a{padding:21px 3px 20px 3px;}}.valikko a span{font-size:14px;font-family:"Skatta Sans Medium";}@media only screen and (max-width:768px){.valikko a span{font-size:11px;}}.valikko a.active{color:#fd671f;border-bottom:2px solid #fd671f;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.valikko a:last-of-type{border-right:0;}*{margin:0;padding:0;}#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4{width:30px;height:20px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}#nav-icon1 span,#nav-icon3 span,#nav-icon4 span{display:block;position:absolute;height:9px;width:100%;background:#d3531a;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}#nav-icon1 span:nth-child(1){top:0;}#nav-icon1 span:nth-child(2){top:18px;}#nav-icon1 span:nth-child(3){top:36px;}#nav-icon1.open span:nth-child(1){top:18px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}#nav-icon1.open span:nth-child(2){opacity:0;left:-60px;}#nav-icon1.open span:nth-child(3){top:18px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}#nav-icon2{display:none;}@media only screen and (max-width:1200px){#nav-icon2{margin-top:20px;display:block;margin-left:15px;}}#nav-icon2 span{display:block;position:absolute;height:3px;width:50%;background:#fd671f;opacity:1;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}#nav-icon2 span:nth-child(even){left:50%;border-radius:0 9px 9px 0;}#nav-icon2 span:nth-child(odd){left:0;border-radius:9px 0 0 9px;}#nav-icon2 span:nth-child(1),#nav-icon2 span:nth-child(2){top:0;}#nav-icon2 span:nth-child(3),#nav-icon2 span:nth-child(4){top:10px;}#nav-icon2 span:nth-child(5),#nav-icon2 span:nth-child(6){top:20px;}#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff;}#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff;}#nav-icon2.open span:nth-child(1){left:5px;top:7px;background-color:#fff;}#nav-icon2.open span:nth-child(2){left:calc(50% - 5px);top:7px;}#nav-icon2.open span:nth-child(3){left:-50%;opacity:0;}#nav-icon2.open span:nth-child(4){left:100%;opacity:0;}#nav-icon2.open span:nth-child(5){left:5px;top:12.3px;}#nav-icon2.open span:nth-child(6){left:calc(50% - 5px);top:12.3px;}#nav-icon3 span:nth-child(1){top:0;}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:18px;}#nav-icon3 span:nth-child(4){top:36px;}#nav-icon3.open span:nth-child(1){top:18px;width:0%;left:50%;}#nav-icon3.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}#nav-icon3.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}#nav-icon3.open span:nth-child(4){top:18px;width:0%;left:50%;}#nav-icon4 span:nth-child(1){top:0;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}#nav-icon4 span:nth-child(2){top:18px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}#nav-icon4 span:nth-child(3){top:36px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}#nav-icon4.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:-3px;left:8px;}#nav-icon4.open span:nth-child(2){width:0%;opacity:0;}#nav-icon4.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:39px;left:8px;}.unelmalomake-teksti{width:420px;margin-left:20%;}@media only screen and (max-width:768px){.unelmalomake-teksti{width:100%;margin-left:0;text-align:center;}}@media only screen and (max-width:1200px){.unelmalomake-teksti{margin-left:0;width:90%;}}#tietoa-caarasta-laatikko{margin-top:-1800px;filter:alpha(opacity=0);opacity:0;}#ostajanedut-laatikko{margin-top:-1800px;filter:alpha(opacity=0);opacity:0;}#ostajanedut-laatikko img{width:70%;}@media only screen and (max-width:768px){#ostajanedut-laatikko img{width:50%;}}@media only screen and (max-width:480px){#ostajanedut-laatikko img{width:60%;}}@media only screen and (max-width:320px){#ostajanedut-laatikko img{width:70%;}}#otayhteytta-laatikko{background-color:#efefef;z-index:9998;position:absolute;top:0;width:100%;text-align:center;margin-top:-1800px;filter:alpha(opacity=0);opacity:0;}#otayhteytta-laatikko h2{color:#fff;margin-top:70px;}#otayhteytta-laatikko .lahetaPostia,#otayhteytta-laatikko .soita{width:100%;text-align:center;display:block;margin:60px 0 60px 0;}#otayhteytta-laatikko .otsake{color:#fff;margin-top:20px;}#otayhteytta-laatikko .toiminto a{color:#fd671f;}#ostajanEdutPainike{display:none;}@media only screen and (max-width:768px){#ostajanEdutPainike{display:inline;}}.ua-form,.ha-form{width:100%;padding:60px;background:#fff;color:#25282a;text-align:left;height:750px;margin-top:-560px;opacity:0;filter:alpha(opacity=0);display:none;}@media only screen and (max-width:992px){.ua-form,.ha-form{padding:40px 20px 40px 20px;}}@media only screen and (max-width:768px){.ua-form,.ha-form{height:1100px;padding:0 20px 0 20px;}}@media only screen and (max-width:768px){.ua-form .col-2,.ha-form .col-2{height:auto;}}.ua-form .sulje-painike,.ha-form .sulje-painike{top:0;right:0;}.ua-form h3,.ha-form h3{line-height:36px;margin-bottom:30px;}@media only screen and (max-width:768px){.ua-form h3,.ha-form h3{padding-top:60px;}}.ua-form p,.ha-form p{color:#25282a;}.mika-on-caara{background-color:#efefef;z-index:999;position:absolute;top:0;width:100%;text-align:center;}.mika-on-caara h2{color:#25282a;margin-top:80px;margin-bottom:85px;}.mika-on-caara .step{width:100%;}.mika-on-caara .step .step-item{width:196px;display:inline-block;margin-right:90px;height:455px;vertical-align:top;}@media only screen and (max-width:1200px){.mika-on-caara .step .step-item{width:18%;margin-right:4%;}}@media only screen and (max-width:768px){.mika-on-caara .step .step-item{width:35%;margin-right:5%;height:350px;}}@media only screen and (max-width:992px){.mika-on-caara .step .step-item img{width:100%;}}@media only screen and (max-width:768px){.mika-on-caara .step .step-item img{width:auto;}}@media only screen and (max-width:480px){.mika-on-caara .step .step-item img{width:100%;}}.mika-on-caara .step .step-item h3{color:#fd671f;}.mika-on-caara .step .step-item p{color:#25282a;}.mika-on-caara .step .step-item i{padding:30px;display:inline-block;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:80px;-moz-box-shadow:0 0 2px #888;-webkit-box-shadow:0 0 2px #888;box-shadow:0 0 2px #888;background-color:#fd671f;color:#fff;font-size:45px;}@media only screen and (max-width:480px){.mika-on-caara .step .step-item i{padding:20px;}}.mika-on-caara .step .step-item:last-of-type{margin-right:0;}.ostajan-edut{background-color:#efefef;z-index:999;position:absolute;top:0;width:100%;text-align:center;}.ostajan-edut h2{color:#fff;margin-top:80px;margin-bottom:85px;}.ostajan-edut .step{width:100%;}.ostajan-edut .step .step-item{width:196px;display:inline-block;margin-right:90px;height:455px;vertical-align:top;}@media only screen and (max-width:1200px){.ostajan-edut .step .step-item{width:18%;margin-right:4%;}}@media only screen and (max-width:768px){.ostajan-edut .step .step-item{width:35%;margin-right:5%;height:350px;}}@media only screen and (max-width:480px){.ostajan-edut .step .step-item{width:45%;margin-right:0;height:350px;}}@media only screen and (max-width:320px){.ostajan-edut .step .step-item{width:50%;margin-right:5%;height:350px;}}@media only screen and (max-width:992px){.ostajan-edut .step .step-item img{width:100%;}}@media only screen and (max-width:768px){.ostajan-edut .step .step-item img{width:auto;}}@media only screen and (max-width:480px){.ostajan-edut .step .step-item img{width:100%;}}.ostajan-edut .step .step-item h3{color:#fd671f;}.ostajan-edut .step .step-item p{color:#fff;}.ostajan-edut .step .step-item:last-of-type{margin-right:0;}.hinta-arvio-section{width:1708px;margin-left:-854px;left:50%;position:relative;margin-top:20px;display:table;}@media only screen and (max-width:1705px){.hinta-arvio-section{width:1276px;margin-left:-639px;}}@media only screen and (max-width:1615px){.hinta-arvio-section{width:844px;margin-left:-422px;}}@media only screen and (max-width:992px){.hinta-arvio-section{width:720px;margin-left:-359px;}}@media only screen and (max-width:768px){.hinta-arvio-section{width:100%;left:0;margin-left:0;}}.hinta-arvio-section .col-2{width:412px;height:250px;background-color:#fd671f;text-align:center;vertical-align:top;margin-right:20px;}@media only screen and (max-width:768px){.hinta-arvio-section .col-2{width:95%;margin-left:2.5%;display:block;height:auto;}}.hinta-arvio-section .col-2 img{width:auto;}@media only screen and (max-width:768px){.hinta-arvio-section .col-2 img{width:100%;}}.hinta-arvio-section .col-3{display:table-cell;vertical-align:top;position:relative;background-repeat:no-repeat;width:100%;}@media only screen and (max-width:768px){.hinta-arvio-section .col-3{width:95%;margin-left:2.5%;display:block;margin-top:20px;}}@media only screen and (max-width:768px){.hinta-arvio-section .col-3{min-height:385px;}}.hinta-arvio-section .col-3 .uusia-volkswagen-autoja{position:absolute;top:5%;color:#fff;text-align:center;width:100%;}@media only screen and (max-width:768px){.hinta-arvio-section .col-3 .uusia-volkswagen-autoja{position:static;}}.hinta-arvio-section .col-3 a{text-decoration:none;}.hinta-arvio-section .col-3 p{max-width:400px;margin:30px auto;}.hinta-arvio-section .col-3 #uusia-volkswagen-vaihtoautojaPainike{padding:10px 45px;}.hinta-arvio-section .col-3 #uusia-volkswagen-autoja-katsoMallitPainike{background-color:rgba(255,255,255,.1);}.hinta-arvio-painike{cursor:pointer;}.keltainen-laatikko{cursor:pointer;vertical-align:top;overflow:hidden;}@media only screen and (max-width:992px){.keltainen-laatikko{min-height:233px;}}.keltainen-laatikko h3{display:inline-block;width:340px;}@media only screen and (max-width:320px){.keltainen-laatikko h3{width:95%;}}.keltainen-laatikko:hover{text-decoration:none;color:#000;}.laatikko-table{display:table;width:100%;height:100%;}.hintaarviopainike-sisalto{display:table-cell;vertical-align:middle;text-align:center;}.hintaarviopainike-sisalto i{display:block;color:#fff;font-size:72px;}.hintaluokka-section{width:100%;background-color:#fff;padding-top:30px;}.hintaluokka-section .hintaluokka-laatikko-wrap{margin:0 auto;width:985px;}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap{width:100%;}}.hintaluokka-section .hintaluokka-laatikko-wrap .hakuehdot{display:inline-block;}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap .hakuehdot{width:90%;max-width:600px;text-align:center;display:block;margin:15px auto 0 auto;}}.hintaluokka-section .hintaluokka-laatikko-wrap .hakuehdot #vapaasanahakuwrapper{vertical-align:top;margin:0 20px 0 10px;width:444px;}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap .hakuehdot #vapaasanahakuwrapper{width:94%;margin:0 auto;}}.hintaluokka-section .hintaluokka-laatikko-wrap .hakuehdot .hintaluokka-laatikko:nth-child(5),.hintaluokka-section .hintaluokka-laatikko-wrap .hakuehdot .hintaluokka-laatikko:nth-child(4){margin-top:20px;}.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokka-laatikko{width:206px;margin:0 20px 0 10px;display:inline-block;vertical-align:top;}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokka-laatikko{width:25%;margin:0;}}.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokka-laatikko h3{color:#25282a;margin:0;margin-top:5px;}.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokka-laatikko .autojaYhteensa{float:left;color:#fd671f;}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokassa-laatikko-haepainike{width:100%;text-align:center;float:none;clear:both;padding-top:0;padding-bottom:15px;}}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokassa-laatikko-haepainike .hae-painike{display:inline;}}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokassa-laatikko-otsikko{width:100%;text-align:center;float:none;margin-top:15px;}}@media only screen and (max-width:992px){.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokassa-laatikko-valitsesuunta,.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokassa-laatikko-valitsehinta{margin:10px;width:45%;text-align:center;}}@media only screen and (max-width:768px){.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokassa-laatikko-valitsesuunta,.hintaluokka-section .hintaluokka-laatikko-wrap .hintaluokassa-laatikko-valitsehinta{margin:10px 2% 10px 2%;}}.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:100%;}@media only screen and (max-width:1460px){.nayteikkuna-section .grid-item{width:45%;}}@media only screen and (max-width:480px){.nayteikkuna-section .grid-item{width:100%;}}@media only screen and (max-width:480px){.nayteikkuna-section .grid-item .ribbonWrapper{display:none;}}.nayteikkuna-section .grid-item .grid-kuva-container{width:100%;display:block;}@media only screen and (max-width:480px){.nayteikkuna-section .grid-item .grid-kuva-container{width:30%;display:inline-block;}}@media only screen and (max-width:480px){.nayteikkuna-section .grid-item .grid-kuva-container .grid-kuva{height:110px;}}.nayteikkuna-section .grid-item .grid-teksti-container{width:100%;display:block;}@media only screen and (max-width:480px){.nayteikkuna-section .grid-item .grid-teksti-container{width:65%;display:inline-block;}}@media only screen and (max-width:860px) and (min-width:840px){.vaihtoauto-kortti-infot.vaihtoautohaku .hinta{font-size:15px;}}.korimalli-section{width:auto;text-align:center;padding-top:30px;}.korimalli-section .col-3{width:200px;display:inline-block;margin-right:20px;}.korimalli-section .col-3:last-of-type{margin-right:0;}.korimalli-section i{line-height:24px;}.korimalli-section .korimalli-painike{margin-bottom:5px;display:inline-block;cursor:pointer;color:#8e8e93;border:1px solid #25282a;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:transparent;outline:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.korimalli-section .korimalli-painike .ikoni{float:left;width:25%;height:22px;margin-top:6px;margin-left:5%;background-size:65%;background-position:center;background-repeat:no-repeat;}.korimalli-section .korimalli-painike .ikoni i{color:#25282a;}.korimalli-section .korimalli-painike .teksti{width:50%;float:left;padding-left:10px;color:#25282a;padding:7px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.korimalli-section .korimalli-painike-valittu{cursor:pointer;margin-bottom:5px;display:inline-block;color:#fff;border:1px solid #fd671f;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background-color:#fd671f;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.korimalli-section .korimalli-painike-valittu .ikoni{float:left;width:25%;height:22px;margin-top:6px;margin-left:5%;background-size:65%;background-position:center;background-repeat:no-repeat;}.korimalli-section .korimalli-painike-valittu .ikoni i{color:#fff;}.korimalli-section .korimalli-painike-valittu .ikoni-3{-webkit-mask-image:url(korimalli-viistopera-ikoni.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;}.korimalli-section .korimalli-painike-valittu .ikoni-4{-webkit-mask-image:url(korimalli-coupe-ikoni.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;}.korimalli-section .korimalli-painike-valittu .ikoni-1{-webkit-mask-image:url(korimalli-porraspera-ikoni.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;}.korimalli-section .korimalli-painike-valittu .ikoni-8{-webkit-mask-image:url(korimalli-maasto-ikoni.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;}.korimalli-section .korimalli-painike-valittu .ikoni-5{-webkit-mask-image:url(korimalli-farmari-ikoni.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;}.korimalli-section .korimalli-painike-valittu .ikoni-7{-webkit-mask-image:url(korimalli-7-ikoni.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;}.korimalli-section .korimalli-painike-valittu .ikoni-6{-webkit-mask-image:url(korimalli-avo-ikoni-opt.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;height:40px;margin-top:-4px;}.korimalli-section .korimalli-painike-valittu .ikoni-MuuAuto{-webkit-mask-image:url(korimalli-muu-ajoneuvo-ikoni-opt.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;height:36px;margin-top:0;}.korimalli-section .korimalli-painike-valittu .ikoni-PakettiAuto{-webkit-mask-image:url(korimalli-pakettiauto-ikoni-opt.svg);-webkit-mask-repeat:no-repeat;background-color:#fff;height:38px;margin-top:-1px;}.korimalli-section .korimalli-painike-valittu .teksti{width:50%;font-size:14px;padding:7px;float:left;padding-left:7px;color:#fff;}.ostajanedut-section{width:100%;background-color:#323237;padding-top:5px;}@media only screen and (max-width:768px){.ostajanedut-section{display:none;}}.ostajanedut-section .edut{width:90%;margin-left:5%;display:block;padding-top:20px;padding-bottom:20px;}@media only screen and (max-width:992px){.ostajanedut-section .edut{width:100%;margin-left:0;}}@media only screen and (max-width:768px){.ostajanedut-section .edut{display:none;}}.ostajanedut-section .edut .col-xlg-4{margin-bottom:25px;}.ostajanedut-section .edut h2{margin-bottom:3%;}.ostajanedut-section .edut .edut-icon img{margin-top:0;width:80%;}.ostajanedut-section .edut .edut-teksti{float:left;width:74%;text-align:left;}.ostajanedut-section .edut .edut-teksti h3{margin-top:5px;padding-top:0;color:#fd671f;}.lajittele-section{position:relative;padding:30px;margin-left:40px;max-width:1200px;text-align:center;margin:0 auto;color:#000;}@media only screen and (max-width:1615px){.lajittele-section{margin-left:0;}}@media only screen and (max-width:768px){.lajittele-section{text-align:center;}}.lajittele-section label{display:inline-block;color:#25282a;margin-right:20px;}@media only screen and (max-width:768px){.lajittele-section label{display:block;margin-right:0;text-align:center;}}.lajittele-section .lajittelu-elementit{display:inline-block;color:#fff;width:200px;}.lajittele-section .lajittelu-maara{float:right;display:inline-block;color:#8e8e93;}@media only screen and (max-width:768px){.lajittele-section .lajittelu-maara{display:none;}}.lajittele-section .lajittelu-item{display:inline-block;}.naytalisaa-section{text-align:center;position:relative;background-color:#fff;padding-bottom:30px;padding-top:30px;}@media only screen and (max-width:480px){.naytalisaa-section{background-color:transparent;}}.naytalisaa-section button{margin-top:0;border-radius:30px;}.naytalisaa-section .results{display:block;color:#25282a;}.haullaloytyi-section{width:100%;background-color:#fd671f;padding:5px;color:#fff;text-align:center;display:block;margin-bottom:30px;}.keltainen-laatikko{background-color:#fc3;color:#000;}.keltainen-laatikko img{width:40% !important;}@media only screen and (max-width:768px){.col-5.mobiiliPoikkeusPitka{width:86%;}}.vaihtoautot-container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}@media only screen and (max-width:840px){.hakuehdot--auki .hakuehdot-sivussa{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);}}@media only screen and (max-width:840px){.hakuehdot--auki .toglaaHakuehdot{position:absolute;top:50px;-webkit-transform:translateX(283px);-moz-transform:translateX(283px);-ms-transform:translateX(283px);-o-transform:translateX(283px);transform:translateX(283px);}}.toglaaHakuehdot{display:none;}@media only screen and (max-width:840px){.toglaaHakuehdot{display:block;background-color:#fd671f;padding:0 10px 10px 10px;border:0;border-bottom-right-radius:10px;border-top-right-radius:10px;top:95px;position:fixed;z-index:999;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s;}.toglaaHakuehdot i{color:#fff;margin-top:15px;}}.hakuehdot-sivussa{width:400px;background-color:#fff;}@media only screen and (max-width:840px){.hakuehdot-sivussa{position:absolute;width:283px;padding-top:25px;z-index:998;-webkit-transform:translateX(-283px);-moz-transform:translateX(-283px);-ms-transform:translateX(-283px);-o-transform:translateX(-283px);transform:translateX(-283px);-webkit-transition:-webkit-transform .3s;-moz-transition:-moz-transform .3s;transition:transform .3s;-webkit-box-shadow:2px -6px 25px -3px #4f4f4f;-moz-box-shadow:2px -6px 25px -3px #4f4f4f;box-shadow:2px -6px 25px -3px #4f4f4f;}}.hakuehdot-sivussa .hakuehto-container{position:absolute;top:0;width:400px;height:100%;}@media only screen and (max-width:840px){.hakuehdot-sivussa .hakuehto-container{position:static;top:unset;width:100%;height:auto;}}.hakuehdot-sivussa .hakuehdot{padding-left:15px;max-width:400px;display:block;margin-top:0;background-color:#fff;z-index:120;}@media only screen and (max-width:840px){.hakuehdot-sivussa .hakuehdot{padding-top:0;height:1060px;}}.hakuehdot-sivussa .hakuehdot.fixed{position:fixed;height:100%;top:0;bottom:0;overflow-x:hidden;overflow-y:scroll;}@media only screen and (max-width:840px){.hakuehdot-sivussa .hakuehdot.fixed{position:static;height:1060px;top:unset;bottom:unset;overflow-y:auto;}}.hakuehdot-sivussa .hakuehdot.bottom{position:absolute;bottom:10px;}.hakuehdot-sivussa .hakuehdot-sisalto{padding-top:80px;}@media only screen and (max-width:840px){.hakuehdot-sivussa .hakuehdot-sisalto{padding-top:20px;}}.hakuehdot-sivussa p.label{color:#000;font-size:11px;}.hakuehdot-sivussa p{color:#000;}.hakuehdot-sivussa #vapaasanahakuwrapper{position:relative;}.hakuehdot-sivussa #vapaasanahakuwrapper i{position:absolute;color:#8e8e93;z-index:998;margin:0;top:10px;left:10px;}.hakuehdot-sivussa input{font-size:14px;width:94% !important;padding-top:7px;padding-left:40px;}.hakuehdot-sivussa button.tyhjennaHakuehdot{width:99%;font-size:12px;margin-top:10px;}.hakuehdot-sivussa button.haeAutot-mobiilipainike{width:99%;font-size:12px;background-color:#fd671f;color:#fff;margin-top:10px;}.hakuehdot-sivussa span.text{font-size:14px;}@media only screen and (max-width:840px){.hakuehdot-sivussa span.text{max-width:93%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}}.hakuehdot-sivussa button span{font-size:14px;}.hakuehdot-sivussa .korimalli-section{text-align:left !important;}.hakuehdot-sivussa .korimalli-painike,.hakuehdot-sivussa .korimalli-painike-valittu{width:45%;margin:0 1.25% 0 1.25%;}.hakuehdot-sivussa .korimalli-painike i,.hakuehdot-sivussa .korimalli-painike-valittu i{font-size:30px;}.hakuehdot-sivussa .korimalli-painike .teksti,.hakuehdot-sivussa .korimalli-painike-valittu .teksti{font-size:12px;}.hakuehdot-sivussa i{margin-top:15px;color:#fd671f;}.hakuehdot-sivussa h2{color:#25282a;}.hakuehdot-sivussa .col-4{display:inline-block;width:45%;margin-right:2.5%;margin-top:5px;}.hakuehdot-sivussa .tarkempi-haku-painike{display:block;cursor:pointer;}.hakuehdot-sivussa .tarkemmat-hakuehdot{display:none;}@media only screen and (max-width:840px){.jarjestys{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;}}.jarjestys .col-hae{display:none;}@media only screen and (max-width:840px){.jarjestys .col-hae{display:inline-block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}.jarjestys .col-lisaa-ehtoja{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}@media only screen and (max-width:840px){.jarjestys .col-lisaa-ehtoja{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:95%;}}.jarjestys .tyhjennaHakuehdot-container{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}.hakuehdot::-webkit-scrollbar{width:.5em;}.hakuehdot::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);}.hakuehdot::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090;}.vaihtoautohaku-hakutulokset{width:calc(100% - 400px);}@media only screen and (max-width:840px){.vaihtoautohaku-hakutulokset{width:100%;}}.auto-section{color:#fff;width:100%;margin-top:20px;}.auto-section .nayta-kaikki-kuvat{background-color:#fd671f;padding:10px;position:absolute;left:35px;z-index:998;}.auto-section .nayta-kaikki-kuvat i{color:#fff;font-size:24px;cursor:pointer;}.auto-section iframe{height:295px;}.auto-section #karuselliNaviKomponentti{text-align:center;position:absolute;z-index:997;width:100%;background:#efefef;padding-top:15px;}.auto-section .karuselliNaviPainike{margin-top:4px;width:100%;display:inline-block;z-index:1040;cursor:pointer;}.auto-section .karuselliNaviPainike i{color:#fff;font-size:16px;}.auto-section .karuselliNavi{position:absolute;display:block;right:30px;padding:10px;background-color:#fd671f;bottom:0;text-align:center;z-index:970;}@media only screen and (max-width:480px){.auto-section .karuselliNavi{padding:15px 10px 5px 10px;display:none;}}.auto-section .karuselliNavi .ulko-ja-sisakuvat .active{color:#fff !important;text-decoration:underline !important;}.auto-section .karuselliNavi a.item{cursor:pointer;display:inline-block;color:#9b9b9c;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:768px){.auto-section .karuselliNavi a.item{padding:10px;}}@media only screen and (max-width:480px){.auto-section .karuselliNavi a.item{padding:1.8%;}}.auto-section .karuselliNavi a.item:hover{cursor:pointer;color:#fff;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.auto-section .karuselliNavi a.item.active{color:#fff;text-decoration:underline;}.auto-section .karuselliNavi a.kaikkikuvat{color:#fff;text-decoration:none;display:inline;cursor:pointer;float:right;margin-right:20px;}@media only screen and (max-width:480px){.auto-section .karuselliNavi a.kaikkikuvat{margin-right:0;}}.auto-section .karuselli{z-index:970;}@media only screen and (max-width:768px){.auto-section .karuselli{margin-top:-15px;}}.auto-section .karuselli .karuselliTausta{position:absolute;opacity:.5;width:100%;height:100%;z-index:1041;background-color:#000;}.auto-section .karuselli .karuselliLabel{color:#fff;position:absolute;z-index:1042;text-align:center;width:100%;display:table;}.auto-section .karuselli .karuselliLabel .karuselliLabelTR{display:table-row;}.auto-section .karuselli .karuselliLabel .karuselliLabelTR .karuselliLabelTD{display:table-cell;vertical-align:middle;height:100%;}.auto-section .karuselli .karuselliLabel h1{color:#fff;}.auto-section .karuselli .karuselliLabel h2{padding:0 10% 0 10%;}@media only screen and (max-width:768px){.auto-section .karuselli .karuselliLabel h2{line-height:24px;}}.auto-section .karuselli .karuselliLabel .lisatiedot{margin-top:8%;color:#fff;cursor:pointer;}@media only screen and (max-width:1460px){.auto-section .karuselli .karuselliLabel .lisatiedot{margin-top:3%;}}@media only screen and (max-width:992px){.auto-section .karuselli .karuselliLabel .lisatiedot{display:none;}}.auto-section .karuselli .karuselliLabel .lisatiedot img{width:auto;}.auto-section .karuselli img{width:100%;}.auto-section .karuselli-sisalto{display:none;position:relative;}.auto-section .karuselli-sisalto .panorama-container{max-width:1200px;}.auto-section .karuselli-sisalto .panorama-container iframe{height:600px;}@media only screen and (max-width:480px){.auto-section .karuselli-sisalto .panorama-container iframe{height:350px;}}.auto-section .karuselli-sisalto .panorama-container .fullScreenPainike{position:absolute;display:block;width:60px;height:60px;margin-top:65px;right:0;z-index:1070;color:#fd671f;cursor:pointer;}.auto-section .karuselli-sisalto .ulkokuvat-container,.auto-section .karuselli-sisalto .sisakuvat-container{margin:0;top:0;opacity:0;height:auto;position:relative;z-index:996;overflow:hidden;}.auto-section .karuselli-sisalto .ulkokuvat-container .swiper-wrapper,.auto-section .karuselli-sisalto .sisakuvat-container .swiper-wrapper{display:flex;}.auto-section .karuselli-sisalto .swiper-slide{top:0;width:100%;text-align:center;background:#8e8e93;background-color:#000;}@media only screen and (max-width:992px){.auto-section .karuselli-sisalto .swiper-slide{height:auto;}}.auto-section .karuselli-sisalto .swiper-slide .swiper-lazy-preloader{width:100%;left:0;top:35%;position:relative;}.auto-section .karuselli-sisalto .swiper-slide .swiper-lazy-preloader .preloader{display:block !important;}.auto-section .karuselli-sisalto *::-ms-backdrop,.auto-section .karuselli-sisalto .swiper-slide{display:-ms-grid;}.auto-section .karuselli-sisalto .owl-carousel{position:absolute;top:0;display:block;}.auto-section #karuselli-ulkokuvat{display:block;}.auto-section .oletuskaruselli{display:block;margin:20px 0 20px 0;}.auto-section .swiper-pagination,.auto-section .varustekuvat-pagination,.auto-section .kolmekyyskyt-pagination,.auto-section .videot-pagination,.auto-section .ulkokuvat-pagination,.auto-section .sisakuvat-pagination{position:absolute;bottom:20px;}.auto-section .swiper-pagination .swiper-pagination-bullet-active,.auto-section .varustekuvat-pagination .swiper-pagination-bullet-active,.auto-section .kolmekyyskyt-pagination .swiper-pagination-bullet-active,.auto-section .videot-pagination .swiper-pagination-bullet-active,.auto-section .ulkokuvat-pagination .swiper-pagination-bullet-active,.auto-section .sisakuvat-pagination .swiper-pagination-bullet-active{background:#fd671f;}.auto-section .swiper-button-next{background-image:url(karusellinuoli-oikea-3.svg);background-position-y:center;top:0;z-index:9997;background-size:auto;width:50px;height:100%;right:10px;}@media only screen and (max-width:480px){.auto-section .swiper-button-next{display:none;}}.auto-section .swiper-button-prev{background-image:url(karusellinuoli-vasen-3.svg);background-position-y:center;top:0;z-index:9997;width:50px;background-size:auto;height:100%;left:10px;}@media only screen and (max-width:480px){.auto-section .swiper-button-prev{display:none;}}.mobile-osta{display:none;width:100%;border-bottom:1px solid #444;padding:10px;background-color:#25282a;margin-top:-10px;}@media only screen and (max-width:768px){.mobile-osta{display:block;margin-top:0;}}.mobile-osta h3{color:#fff;padding:0;margin-top:10px;}.mobile-osta h4{color:#8e8e93;padding:0;margin-top:10px;}.mobile-osta .col-3{width:33.3%;float:left;text-align:center;}.autontiedot-section{width:100%;background-color:#fff;text-align:center;padding:0 30px 0 30px;}@media only screen and (max-width:992px){.autontiedot-section{padding:0 15px 0 15px;}}@media only screen and (max-width:768px){.autontiedot-section{padding:0 0 30px 0;}}@media only screen and (max-width:480px){.autontiedot-section{padding:0;}}@media only screen and (max-width:767px){.autontiedot-section .jarjestysContainer{display:flex;flex-direction:column;}}.autontiedot-section .merkkimalliContainer{order:1;}.autontiedot-section .ostatiedotContainer{order:4;}.autontiedot-section .hintatiedotContainer{order:3;}.autontiedot-section .perustiedotContainer{margin-top:20px;order:2;text-align:left;}.autontiedot-section .perustiedotContainer .somejako-section{width:auto;float:right;padding-top:25px;}@media only screen and (max-width:767px){.autontiedot-section .perustiedotContainer .somejako-section{text-align:center;float:none;width:100%;}}.autontiedot-section h1,.autontiedot-section h2{color:#25282a;}@media only screen and (max-width:992px){.autontiedot-section h1{font-size:26px;}}.autontiedot-section h2{margin:0;font-size:18px;margin-bottom:25px;}.autontiedot-section .merkkimallityyppi-tieto{text-align:left;}@media only screen and (max-width:992px){.autontiedot-section .merkkimallityyppi-tieto{text-align:center;padding-bottom:15px;}}.autontiedot-section .col-1{margin:0 auto;width:90%;}.autontiedot-section .perustiedotContainer{border-top:1px solid #e3e3e3;}.autontiedot-section .autotiedot-sisalto{width:1230px;position:absolute;left:50%;margin-left:-700px;}@media only screen and (max-width:1460px){.autontiedot-section .autotiedot-sisalto{width:100%;left:0;margin-left:0;}}@media only screen and (max-width:768px){.autontiedot-section .autotiedot-sisalto{position:relative;height:70px;}}.autontiedot-section .autotieto:first-of-type{border-left:0;}.autontiedot-section .autotieto{text-align:center;padding:23px;display:inline-block;vertical-align:middle;border-left:2px solid #e3e3e3;}@media only screen and (max-width:1200px){.autontiedot-section .autotieto{padding:23px 10px;}}@media only screen and (max-width:992px){.autontiedot-section .autotieto{padding:23px 5px;}}@media only screen and (max-width:767px){.autontiedot-section .autotieto{width:24%;padding:15px 0 15px 0;border-bottom:1px solid #e3e3e3;}}.autontiedot-section .autotieto h3{color:#8e8e93;text-transform:uppercase;padding:3px;margin:0;font-size:15px;font-family:"Skatta Sans Regular";}@media only screen and (max-width:1200px){.autontiedot-section .autotieto h3{padding:0;padding-top:5px;}}@media only screen and (max-width:992px){.autontiedot-section .autotieto h3{font-size:12px;}}@media only screen and (max-width:480px){.autontiedot-section .autotieto h3{font-size:9px;}}.autontiedot-section .autotieto p{color:#25282a;margin:0;padding:0;text-transform:uppercase;font-family:"Skatta Sans Bold";font-size:15px;}@media only screen and (max-width:992px){.autontiedot-section .autotieto p{font-size:12px;}}@media only screen and (max-width:480px){.autontiedot-section .autotieto p{font-size:10px;}}.autontiedot-section .somejako-section{padding-top:0;padding-bottom:20px;}@media only screen and (max-width:768px){.autontiedot-section .somejako-section{padding-top:20px;padding-bottom:0;}}.autontiedot-section .ostatieto{padding:20px;margin-top:20px;}@media only screen and (max-width:768px){.autontiedot-section .ostatieto{margin:0;}}.autontiedot-section .hintatieto{margin-top:30px;display:block;float:right;text-align:center;}@media only screen and (max-width:767px){.autontiedot-section .hintatieto{margin:0;float:none;width:100%;}}@media only screen and (max-width:768px){.autontiedot-section .hintatieto .float-right{width:100%;float:left;text-align:center;}}.autontiedot-section .hintatieto .toimituskulut{line-height:normal;}.autontiedot-section .hintatieto p{text-align:right;margin:0;color:#8e8e93;clear:both;font-size:14px;line-height:1px;}@media only screen and (max-width:768px){.autontiedot-section .hintatieto p{text-align:center;}}.autontiedot-section .hintatieto .tai{padding:15px;font-family:"Skatta Sans Bold";float:left;text-transform:uppercase;color:#8e8e93;}@media only screen and (max-width:992px){.autontiedot-section .hintatieto .tai{padding:11px;font-size:14px;}}@media only screen and (max-width:768px){.autontiedot-section .hintatieto .tai{float:left;padding:11px;font-size:12px;}}@media only screen and (max-width:768px){.autontiedot-section .hintatieto .tai{width:20%;text-align:center;}}.autontiedot-section .hintatieto h4{float:left;font-size:26px;font-weight:bold;font-family:"Skatta Sans Black";color:#25282a;text-align:right;}@media only screen and (max-width:1200px){.autontiedot-section .hintatieto h4{font-size:22px;text-align:right;}}@media only screen and (max-width:992px){.autontiedot-section .hintatieto h4{font-size:20px;text-align:right;}}@media only screen and (max-width:840px){.autontiedot-section .hintatieto h4{font-size:18px;}}@media only screen and (max-width:768px){.autontiedot-section .hintatieto h4{width:40%;text-align:center;}}.somejako-section{width:100%;text-align:center;background-color:#fff;padding-top:20px;}.somejako-section i{font-size:32px;color:#fd671f;}.somejako-section a{margin:0 5px 0 5px;}.somejako-section a:hover{text-decoration:none;}.edse-section{width:100%;background-color:#fff;padding:15px 0;text-align:center;margin-top:55px;}.edse-section .col-1{width:98%;display:block;margin:0 auto;}@media only screen and (max-width:1460px){.edse-section{padding:15px 30px 15px 30px;}}@media only screen and (max-width:1200px){.edse-section{padding:15px 10px 15px 10px;}}@media only screen and (max-width:768px){.edse-section{margin-top:56px;}}@media only screen and (max-width:480px){.edse-section{margin-top:45px;}}@media only screen and (max-width:768px){.edse-section .col-1{width:100%;}}.edse-section a{text-decoration:none;color:#25282a;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.edse-section a:hover{color:#8e8e93;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.edse-section .takaisin-hakuun{display:inline-block;color:#fff;}@media only screen and (max-width:768px){.edse-section .takaisin-hakuun{width:100%;padding:8px 5% 8px 5%;}}.edse-section .takaisin-hakuun:hover{background-color:#d74100;color:#fff;}.edse-section .somejako{margin-top:10px;width:30%;display:inline-block;text-align:center;}.edse-section .edellinen,.edse-section .seuraava{margin-top:5px;}.edse-section .edellinen img,.edse-section .seuraava img{margin-top:-5px;width:35px;height:35px;}.edse-section .edellinen{text-transform:uppercase;float:left;cursor:pointer;}.edse-section .edellinen .ikoni{background-image:url(karusellinuoli-vasen.svg);}.edse-section .seuraava{text-transform:uppercase;float:right;cursor:pointer;text-align:right;}.edse-section .seuraava .ikoni{background-image:url(karusellinuoli-oikea.svg);}.edse-section .teksti{padding:20px;padding-top:30px;display:inline-block;}.edse-section .merkkimalli-linkki{text-transform:none;}@media only screen and (max-width:1615px){.edse-section .merkkimalli-linkki{font-size:12px;}}@media only screen and (max-width:992px){.edse-section .merkkimalli-linkki{display:none;}}.rahoitus-section{padding:20px 0;width:100%;max-width:1200px;margin:0 auto;display:block;}@media only screen and (max-width:1200px){.rahoitus-section{width:100%;}}@media only screen and (max-width:768px){.rahoitus-section{margin-left:0;margin-right:0;padding:0 20px;margin-top:20px;}}@media only screen and (max-width:480px){.rahoitus-section{padding:0 20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:0;}}.rahoitus-section .maksutapa-laatikko h3{font-size:26px;font-family:"Skatta Sans Medium";padding:0;display:inline-block;margin-top:5px;}.rahoitus-section .maksutapa-laatikko .maksutapa-ikoni{height:55px;margin-top:10px;display:inline-block;}.rahoitus-section .maksutapa-laatikko .maksutapa-ikoni img{width:55px;}.rahoitus-section .maksutapa-laatikko{background-color:#fff;padding:20px;margin-bottom:20px;color:#25282a;}.rahoitus-section .rahoitusta-eiole{display:none;opacity:0;filter:alpha(opacity=0);}@media only screen and (max-width:768px){.rahoitus-section .katsolaskelma-painike{display:inline-block;}}.rahoitus-section .col-2:first-of-type{margin-left:0;}.rahoitus-section .col-2{display:inline-block;margin:0 auto;width:49%;margin-left:20px;}@media only screen and (max-width:1200px){.rahoitus-section .col-2{width:48%;margin:0;}}@media only screen and (max-width:768px){.rahoitus-section .col-2{width:100%;text-align:center;height:auto;margin-bottom:20px;}}.rahoitus-section .rahoitus-ikoni{float:left;margin-top:40px;}@media only screen and (max-width:768px){.rahoitus-section .rahoitus-ikoni{float:none;text-align:center;margin-top:0;}}.rahoitus-section .rahoitus-ikoni img{width:auto;}.rahoitus-section .rahoitus-sisalto{padding:15px 20px 20px 20px;min-height:295px;display:block;margin:0 auto;color:#25282a;background-color:#fff;text-align:center;}@media only screen and (max-width:1460px){.rahoitus-section .rahoitus-sisalto{width:95%;}}@media only screen and (max-width:768px){.rahoitus-section .rahoitus-sisalto{width:100%;text-align:center;}}@media only screen and (max-width:992px){.rahoitus-section .rahoitus-sisalto h2{font-size:20px;}}.rahoitus-section .rahoitus-sisalto p{margin:20px 0 20px 0;text-transform:none;font-family:"Skatta Sans Regular";}.rahoitus-section #talknowLahetyspainike{font-size:18px !important;}.rahoitus-section .talknow-ikoni{float:left;margin-top:40px;}@media only screen and (max-width:768px){.rahoitus-section .talknow-ikoni{float:none;}}.rahoitus-section .talknow-ikoni img{width:auto;}.rahoitus-section .talknow-sisalto{width:520px;float:left;}@media only screen and (max-width:1460px){.rahoitus-section .talknow-sisalto{width:70%;}}@media only screen and (max-width:768px){.rahoitus-section .talknow-sisalto{width:90%;padding:0;}}.rahoitus-section .hae-rahoitusta-painike{background-color:#fd671f;color:#fff;display:inline-block;padding:8px 0 8px 0;font-size:18px;text-align:center;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;text-decoration:none;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;margin-top:40px;width:100%;}@media only screen and (max-width:992px){.rahoitus-section .hae-rahoitusta-painike{margin-top:15px;}}@media only screen and (max-width:768px){.rahoitus-section .hae-rahoitusta-painike{padding:8px 20px 8px 20px;display:inline-block;}}.rahoitus-section .hae-rahoitusta-painike:hover{background-color:#d74100;color:#fff;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.rahoitus-section .laheta-painike{background-color:#fd671f;color:#fff;padding:8px 30px 8px 30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;display:block;margin-top:40px;}@media only screen and (max-width:992px){.rahoitus-section .laheta-painike{margin-top:20px;}}@media only screen and (max-width:768px){.rahoitus-section .laheta-painike{display:inline;}}.rahoitus-section .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.rahoitus-section .talknow-kentta{padding:10px;background-color:#000;color:#8e8e93;border:1px solid #333;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;margin-top:20px;}.rahoitus-section .talknow-kentta:focus{color:#fd671f;background-color:#323237;border:1px solid #fd671f;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}@media only screen and (max-width:480px){.rahoitus-section .rahoitus-laatikko{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;}}.rahoitus-section .vaihtoauto-talknow{background-color:#fff;text-align:center;color:#25282a;}@media only screen and (max-width:1080px) and (min-width:769px){.rahoitus-section .vaihtoauto-talknow{font-size:20px;}}@media only screen and (max-width:480px){.rahoitus-section .vaihtoauto-talknow{font-size:20px;}}.rahoitus-section .vaihtoauto-talknow span{font-size:inherit;font-family:inherit;}.rahoitus-section .talknow-laatikko{margin-top:0;}@media only screen and (max-width:480px){.rahoitus-section .talknow-laatikko{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;}}.rahoitus-section .sahkopostiyhteydenotto-container{background-color:#fff;padding:20px;color:#25282a;margin-left:20px;overflow-x:auto;}.rahoitus-section .sahkopostiyhteydenotto-container .sahkopostiyhteydenotto-otsikko-container{padding:0 10% 0 10%;}.rahoitus-section .sahkopostiyhteydenotto-container .sahkopostiyhteydenotto-otsikko-ei-rahoitusta,.rahoitus-section .sahkopostiyhteydenotto-container .sahkopostiyhteydenotto-otsikko-haluan-keskustella-rahoituksesta{display:none;}.rahoitus-section .sahkopostiyhteydenotto-container h2{text-align:center;margin-bottom:20px;}@media only screen and (max-width:1080px) and (min-width:769px){.rahoitus-section .sahkopostiyhteydenotto-container h2{font-size:20px;}}@media only screen and (max-width:480px){.rahoitus-section .sahkopostiyhteydenotto-container h2{font-size:20px;}}@media only screen and (max-width:1200px){.rahoitus-section .sahkopostiyhteydenotto-container{width:49%;}}@media only screen and (max-width:768px){.rahoitus-section .sahkopostiyhteydenotto-container{width:100%;margin-left:0;}}.rahoitus-section .sahkopostiyhteydenotto-container .tf{margin-bottom:20px;width:49%;}@media only screen and (max-width:480px){.rahoitus-section .sahkopostiyhteydenotto-container .tf{width:100%;}}.rahoitus-section .sahkopostiyhteydenotto-container .sahkopostiyhteydenotto-sukunimi{float:right;}.rahoitus-section .sahkopostiyhteydenotto-container .tf[type="email"]{width:100%;margin-bottom:0;}.rahoitus-section .sahkopostiyhteydenotto-container .laheta-painike{display:block;width:100%;}@media only screen and (max-width:768px){.rahoitus-section .sahkopostiyhteydenotto-container .laheta-painike{margin:30px auto 0;}}.rahoitus-section .sahkopostiyhteydenotto-kiitos{display:none;}.tarjoan-vaihtoautoa-laatikko{margin-top:20px;}a.tarjoan-vaihtoautoa-painike{display:inline-block;text-decoration:none;color:#fd671f;}.tarjoan-vaihtoautoa-painike{background-color:#fff;border:2px solid #fd671f;color:#fd671f;margin:15px 0 15px 0;width:auto;border-radius:30px;padding:8px 45px 8px 45px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.tarjoan-vaihtoautoa-painike.aktiivinen{background-color:#fd671f;color:#fff;}.tarjoan-vaihtoautoa-kiitos,.eivaihtoautoa-kiitos{display:none;text-align:center;margin:30px 0;}.vaihtoauto-yhteydenotto-container{display:flex;justify-content:space-between;align-items:stretch;}@media only screen and (max-width:768px){.vaihtoauto-yhteydenotto-container{flex-direction:column;}}.vaihtoauto-yhteydenotto-container iFrame{max-height:100%;min-height:310px;}@media only screen and (max-width:768px){.vaihtoauto-yhteydenotto-container iFrame{height:310px;}}.lisatiedot-section{color:#25282a;}@media only screen and (max-width:480px){.lisatiedot-section{padding:0;}}.lisatiedot-section h2{width:100%;display:block;text-align:center;padding:30px;padding-top:0;text-transform:uppercase;}@media only screen and (max-width:1460px){.lisatiedot-section h2{width:100%;display:block;}}.lisatiedot-section .otsikko-alue{width:100%;text-align:center;}.lisatiedot-section .otsikko-alue h3{padding:30px;text-transform:uppercase;}.lisatiedot-section .lisatieto-wrap{width:100%;text-align:center;}.lisatiedot-section .lisatieto-sisalto:nth-child(2n+1){margin-left:0;}.lisatiedot-section .lisatieto-sisalto{width:49%;margin-left:1.5%;display:inline-block;vertical-align:top;}@media only screen and (max-width:1200px){.lisatiedot-section .lisatieto-sisalto{width:48%;margin-left:1%;}}@media only screen and (max-width:768px){.lisatiedot-section .lisatieto-sisalto{width:45%;}}@media only screen and (max-width:480px){.lisatiedot-section .lisatieto-sisalto{width:90%;margin-left:5%;margin-right:5%;margin-top:20px;}}.lisatiedot-section .lisatieto-sisalto .pieniLisatietokuva{cursor:pointer;}.lisatiedot-section .lisatieto-sisalto p{color:#25282a;padding:0;margin:0;}.lisatiedot-section .lisatieto-sisalto img{width:100%;}.lightbox{display:none;position:fixed;background-color:#fff;border-radius:5px;text-align:center;z-index:1080;padding:20px;width:70%;left:15%;top:0;}@media only screen and (max-width:768px){.lightbox{width:100%;left:auto;top:auto;z-index:1080;top:0;}}.lightbox img{width:100%;max-width:1300px;}.lightbox .sulje-painike{top:0;margin:0;right:0;}.tekniset-section{width:100%;text-align:center;color:#25282a;font-family:"Skatta Sans Medium";}@media only screen and (max-width:1460px){.tekniset-section{margin:0;}}@media only screen and (max-width:480px){.tekniset-section{padding:0;}}.tekniset-section .myyntiteksti{margin:40px 0 40px 0;font-family:"Skatta Sans Regular";}.tekniset-section .myyntiteksti p{margin:0;padding:0;}.tekniset-section .myyntiteksti ul{text-align:left;list-style:none;padding:0;}.tekniset-section .myyntiteksti ul li{float:left;width:30%;margin-right:3.3%;list-style-type:disc;height:24px;overflow:hidden;}@media only screen and (max-width:768px){.tekniset-section .myyntiteksti ul li{text-align:center;width:100%;}}.tekniset-section .tiedot-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media only screen and (max-width:768px){.tekniset-section .tiedot-container{width:95%;margin:0 2.5% 0 2.5%;display:block;}}.tekniset-section .tieto{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:25%;border-bottom:1px solid #25282a;}@media only screen and (max-width:1460px){.tekniset-section .tieto{width:50%;}}@media only screen and (max-width:768px){.tekniset-section .tieto{width:100%;}}.tekniset-section .tieto .otsikko{text-align:left;padding:5px 0 5px 0;}.tekniset-section .tieto .arvo{padding:5px 15px 5px 0;}@media only screen and (max-width:768px){.tekniset-section .tieto .arvo{text-align:right;}}.tekniset-section .col-1{text-align:left;vertical-align:top;display:inline-block;width:100%;}@media only screen and (max-width:992px){.tekniset-section .col-1{margin:0 2.5% 0 2.5%;width:90%;}}@media only screen and (max-width:768px){.tekniset-section .col-1{width:100%;text-align:center;margin:0;}}.tekniset-section h3{text-align:center;margin:40px 0 40px 0;}.tekniset-section h4{margin-top:40px;text-align:center;}.kuntotarkastus-section{width:100%;padding-top:30px;clear:both;color:#25282a;}@media only screen and (max-width:768px){.kuntotarkastus-section{padding-top:0;}}.kuntotarkastus-section h2{width:100%;display:block;text-align:center;padding:30px;padding-top:0;text-transform:uppercase;}@media only screen and (max-width:1460px){.kuntotarkastus-section h2{width:100%;display:block;}}.kuntotarkastus-section .kuntotarkastus-sisalto .rivi{width:1150px;}.kuntotarkastus-section .kuntotarkastus-sisalto h3{color:#8e8e93;text-transform:uppercase;padding:3px;margin:0;font-size:15px;font-family:"Skatta Sans Regular";}@media only screen and (max-width:1200px){.kuntotarkastus-section .kuntotarkastus-sisalto h3{padding:0;padding-top:5px;}}@media only screen and (max-width:992px){.kuntotarkastus-section .kuntotarkastus-sisalto h3{font-size:14px;}}@media only screen and (max-width:768px){.kuntotarkastus-section .kuntotarkastus-sisalto h3{font-size:12px;}}@media only screen and (max-width:480px){.kuntotarkastus-section .kuntotarkastus-sisalto h3{font-size:9px;}}.kuntotarkastus-section .kuntotarkastus-sisalto p{color:#25282a;margin:0;padding:0;text-transform:uppercase;font-family:"Skatta Sans Bold";font-size:15px;}@media only screen and (max-width:992px){.kuntotarkastus-section .kuntotarkastus-sisalto p{font-size:14px;}}@media only screen and (max-width:768px){.kuntotarkastus-section .kuntotarkastus-sisalto p{font-size:12px;}}@media only screen and (max-width:480px){.kuntotarkastus-section .kuntotarkastus-sisalto p{font-size:10px;}}.kuntotarkastus-section .col-5-2{border:1px solid #e3e3e3;float:left;padding:15px;text-align:center;width:28%;background-color:#fff;}@media only screen and (max-width:768px){.kuntotarkastus-section .col-5-2{width:50%;}}.kuntotarkastus-section .col-5{background-color:#fff;border:1px solid #e3e3e3;float:left;padding:15px;text-align:center;width:24%;}@media only screen and (max-width:768px){.kuntotarkastus-section .col-5{width:50%;}}.kuntotarkastus-section .kuntotarkastus-lomake{width:70%;display:block;margin:0 auto;margin-top:40px;margin-left:20%;margin-bottom:80px;font-family:"Skatta Sans Bold";}@media only screen and (max-width:768px){.kuntotarkastus-section .kuntotarkastus-lomake{margin-left:0;padding:0 20px 0 20px;width:100%;margin:20px 0 20px 0;}}.kuntotarkastus-section .kuntotarkastus-lomake .col-3:first-of-type{border-top:2px solid #e3e3e3;}.kuntotarkastus-section .kuntotarkastus-lomake .col-3{width:40%;display:inline-block;border-bottom:2px solid #e3e3e3;}@media only screen and (max-width:992px){.kuntotarkastus-section .kuntotarkastus-lomake .col-3{width:48.5%;}}@media only screen and (max-width:768px){.kuntotarkastus-section .kuntotarkastus-lomake .col-3{width:98.5%;margin:10px .5% 0 .5%;}}.kuntotarkastus-section .kuntotarkastus-lomake .col-3 .otsikko{color:#25282a;width:50%;float:left;padding:10px 0 10px 0;}.kuntotarkastus-section .kuntotarkastus-lomake .col-3 .status{text-align:center;float:left;color:#8e8e93;padding:10px 0 10px 0;}.kuntotarkastus-section .kuntotarkastus-lomake .col-3 .vika{color:#f63;background-image:url(kuntotarkastus-vika.svg);background-repeat:no-repeat;background-position-y:center;padding-left:40px;width:100px;padding-top:5px;height:25px;}.kuntotarkastus-section .kuntotarkastus-lomake .col-3 .ok{color:#8e8e93;background-image:url(kuntotarkastus-tarkastettu.svg);background-repeat:no-repeat;background-position-y:center;padding-left:40px;padding-top:5px;height:25px;width:50px;}.kuntotarkastus-section .kuntotarkastus-lomake .col-3 .kunnostettu{color:#fc3;background-image:url(kuntotarkastus-kunnostettu.svg);background-repeat:no-repeat;background-position-y:center;padding-left:40px;width:100px;padding-top:5px;height:25px;}.kuntotarkastus-section .kuntotarkastus-lomake .col-3 .eisyyta{padding-top:5px;height:25px;}.kuntotarkastus-section .kuntotarkastus-lomake .col-3 .syy{clear:both;width:100%;color:#8e8e93;padding:10px;text-align:center;}@media only screen and (max-width:768px){#webgl-navi-item{display:none;}}.vaihtoauto-container{margin-top:-15px !important;}@media only screen and (max-width:768px){.vaihtoauto-container{margin-top:-40px !important;}}#sijainti-dsk{display:inline-block;}@media only screen and (max-width:767px){#sijainti-dsk{display:none;}}.sijainti-mobiili{display:none;}@media only screen and (max-width:767px){.sijainti-mobiili{display:inline;}}.sijainti,.sijainti-mobiili{text-transform:none !important;}.sijainti a,.sijainti-mobiili a{color:#25282a;text-decoration:none;}.sijainti a:hover,.sijainti-mobiili a:hover{color:#fd671f;}.maksutapa-wrap{margin:0 20px 0 20px;display:block;width:1200px;text-align:center;margin-left:auto;margin-right:auto;text-align:left;padding:0 15px;}@media only screen and (max-width:1200px){.maksutapa-wrap{width:100%;}}@media only screen and (max-width:768px){.maksutapa-wrap{padding:0 5px;}}.maksutapa-wrap .maksutapa-laatikko{margin-bottom:20px;display:block;background-color:#fff;padding:0 25px 0 25px;min-height:120px;}@media only screen and (max-width:768px){.maksutapa-wrap .maksutapa-laatikko{padding:0 10px 0 10px;}}.maksutapa-wrap .maksutapa-laatikko .mustaPainike{margin-top:40px;background-color:#fff;border:2px solid #fd671f;color:#fd671f;}.maksutapa-wrap .maksutapa-laatikko .mustaPainike:hover{background-color:#fd671f;color:#fff;}.maksutapa-wrap .maksutapa-laatikko .otsikko-alue{position:relative;margin-top:15px;margin-bottom:40px;}.maksutapa-wrap .maksutapa-laatikko .otsikko-alue i{margin-top:15px;}@media only screen and (max-width:992px){.maksutapa-wrap .maksutapa-laatikko .otsikko-alue .solu{display:block;}}.maksutapa-wrap .maksutapa-laatikko p{font-size:14px;margin-top:15px;}.maksutapa-wrap .maksutapa-laatikko .aktiivinen{background-color:#fd671f !important;color:#fff;}.maksutapa-wrap .maksutapa-laatikko:last-of-type{margin-right:0;}.valittu-maksutapa-wrap{display:block;text-align:center;margin-left:auto;margin-right:auto;text-align:left;padding:0 15px;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap{margin-top:0;margin-bottom:0;}}.valittu-maksutapa-wrap h3{margin:0;font-size:18px !important;}.valittu-maksutapa-wrap .maksutapa-vaihtoehto{display:none;}.valittu-maksutapa-wrap .maksutapa-vaihtoehto h3{margin-top:20px;}.valittu-maksutapa-wrap .rahoitus-wrap .rahoitusPainikeContainer{padding-top:20px;}.valittu-maksutapa-wrap .rahoitus-wrap h4{text-transform:uppercase;font-size:16px;font-family:"Skatta Sans Regular";margin:0;}@media only screen and (max-width:480px){.valittu-maksutapa-wrap .rahoitus-wrap h4{margin-bottom:10px;}}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .rahoitus-wrap .RIVI{display:block;}}.valittu-maksutapa-wrap .rahoitus-wrap .SOLU:first-of-type{width:5%;}.valittu-maksutapa-wrap .rahoitus-wrap .SOLU{width:35%;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .rahoitus-wrap .SOLU{width:95%;}}.valittu-maksutapa-wrap .rahoitus-wrap .SOLU:last-of-type{width:70%;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .rahoitus-wrap .SOLU:last-of-type{width:100%;display:block;text-align:left;}}.valittu-maksutapa-wrap #kokonaiskkEraVasteLabel{font-size:13px;display:block;}.valittu-maksutapa-wrap #kokonaiskkEraVaste{font-size:32px;color:#fd671f;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap #kokonaiskkEraVaste{font-size:24px;display:block;}}.valittu-maksutapa-wrap .laheta-painike{margin-bottom:20px;margin-top:15px;background-color:#fd671f;max-width:280px;text-align:center;color:#fff;padding:10px 50px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;text-decoration:none;}@media only screen and (max-width:480px){.valittu-maksutapa-wrap .laheta-painike{width:100%;}}.valittu-maksutapa-wrap .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.valittu-maksutapa-wrap .ostalomake{width:100%;}.valittu-maksutapa-wrap .ostalomake .checkboxWrap{padding:15px 0 0 0;}.valittu-maksutapa-wrap .ostalomake .checkboxWrap label p{font-weight:normal;text-transform:none !important;}.valittu-maksutapa-wrap .ostalomake .ostaosio-ostoskori-lg{margin-right:20px;}.valittu-maksutapa-wrap .ostalomake .label{display:block;margin:20px 0 5px 0;text-align:left;}.valittu-maksutapa-wrap .ostalomake .kohteenreknro{opacity:0;filter:alpha(opacity=0);display:none;}.valittu-maksutapa-wrap .ostalomake .lomakeRivi{display:inline-block;width:24%;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .ostalomake .lomakeRivi{width:49%;margin-bottom:15px;}}.valittu-maksutapa-wrap .ostalomake .bootstrap-select{height:35px;width:95% !important;}.valittu-maksutapa-wrap .ostalomake .tf{padding:5px 10px 5px 10px;width:95%;margin-right:20px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.valittu-maksutapa-wrap .ostalomake .pitka{width:96%;border:1px solid #fff;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .ostalomake .pitka{width:94%;margin-left:10px;margin-right:10px !important;}}@media only screen and (max-width:480px){.valittu-maksutapa-wrap .ostalomake .pitka{width:97%;margin:0 !important;}}.valittu-maksutapa-wrap .ostalomake .tf:last-of-type{margin-right:0;}.valittu-maksutapa-wrap .ostalomake .tf:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.valittu-maksutapa-wrap .rahoituslaskinWrap{width:100%;padding-bottom:40px;margin-bottom:20px;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .rahoituslaskinWrap{margin:0 0 25px 0;}}.valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko{width:30%;display:inline-block;margin-right:4.45%;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko{width:100%;margin-bottom:25px;padding:0 10px 0 10px;}}.valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko .ingressi{float:left;text-transform:uppercase;margin-bottom:20px;font-size:16px;padding-left:5px;}.valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko .arvo{padding-top:20px;font-size:16px;float:right;margin-bottom:20px;}.valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko:last-of-type{margin-right:0;}@media only screen and (max-width:768px){.valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko:last-of-type{width:100%;margin-bottom:0;}}#avaa-varustelistaus-modaliin{margin-top:20px;}.varustelistaus-modal{display:none;width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;z-index:3000;margin-top:0;}.varustelistaus-modal .sulje-painike{z-index:9998;position:absolute;top:10%;right:10%;}.varustelistaus-modal .varusetlistaus-sisalto{background-color:#fff;padding:15px;height:90%;width:90%;overflow-y:scroll;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.varustelistaus-modal .varusetlistaus-sisalto ul li{font-family:"Skatta Sans Regular";color:#25282a;width:90%;margin:0 auto;}.myyja-ikoni{border:2px solid #f63;width:55px;height:55px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;color:#fd671f;}.myyja-ikoni img{width:25px;margin:0 auto;display:block;margin-top:10px;}.myyja-ikoni svg{color:#f63;width:25px;margin:0 auto;display:block;margin-top:10px;}.myyjat-modal-container{margin-left:auto;margin-right:auto;text-align:left;display:none;}.myyjat{display:flex;flex-wrap:wrap;}.myyjat .myyja{display:flex;width:33%;color:#25282a;margin-top:40px;align-items:center;}@media only screen and (max-width:992px){.myyjat .myyja{width:50%;}}@media only screen and (max-width:768px){.myyjat .myyja{width:100%;margin-top:25px;}}.myyjat .myyja p{margin-bottom:0;}.myyjat .myyja p strong{margin-bottom:5px;font-size:18px;}.myyjat .myyja a{color:#25282a;cursor:pointer;}.myyjat .myyja a:hover{color:#fd671f;text-decoration:none;}.myyjat .myyja .myyja--kuva{-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-color:#e3e3e3;width:128px;height:128px;margin-right:15px;}.myyjat .myyja .myyja--kuva .ikoni{opacity:.2;width:50px;}.myyjat .myyja img{display:block;margin:0 auto;height:128px;width:128px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;background:center no-repeat;background-size:cover;}.osta-section{margin-top:29px;color:#25282a;}@media only screen and (max-width:768px){.osta-section{margin-top:15px;}}.osta-section h3{padding:20px 0 20px 0;}.osta-section .ingressi{padding-top:20px;}.osta-section .ylapalkki-wrap{color:#25282a;padding:15px 20px 15px 20px;background-color:#fff;}.osta-section .ylapalkki-wrap span{font-size:14px;}@media only screen and (max-width:992px){.osta-section .ylapalkki-wrap span{font-size:12px;}}.osta-section .ylapalkki-wrap .col-2 span.merkki-malli-strong{padding-left:10px;}.osta-section .ylapalkki-wrap .col-2 span.valistys{padding:0 10px 0 10px;color:#8e8e93;}.osta-section .ylapalkki-wrap .col-2 .ostoskori{color:#fd671f;}.osta-section .ylapalkki-wrap .col-2:first-of-type{width:30%;}@media only screen and (max-width:768px){.osta-section .ylapalkki-wrap .col-2:first-of-type{width:100%;}}.osta-section .ylapalkki-wrap .col-2.text-right{width:70%;}@media only screen and (max-width:768px){.osta-section .ylapalkki-wrap .col-2.text-right{display:none;}}.osta-section .iso-osta-autokuva{margin:20px 0 20px 0;}.osta-section .iso-osta-autokuva img{width:100%;}.osta-section .autokuva-wrap{margin:20px 0 20px 0;-webkit-background-size:!important;-moz-background-size:!important;-o-background-size:!important;background-size:!important;width:100%;height:90vh;background-position:center center !important;position:relative;}@media only screen and (max-width:992px){.osta-section .autokuva-wrap{background-attachment:scroll;}}@media only screen and (max-width:768px){.osta-section .autokuva-wrap{height:500px;background-attachment:scroll;}}@media only screen and (max-width:480px){.osta-section .autokuva-wrap{height:300px;background-position:10% center !important;background-attachment:scroll;}}.osta-section .autokuva-wrap .autokuva-kiitosLabel{height:100%;}@media only screen and (max-width:768px){.osta-section .autokuva-wrap .autokuva-kiitosLabel{height:450px;}}.osta-section .autokuva-wrap .autokuva-kiitosLabel .textarea{width:600px;}@media only screen and (max-width:768px){.osta-section .autokuva-wrap .autokuva-kiitosLabel .textarea{width:95%;}}.osta-section .autokuva-wrap .autokuva-kiitosLabel h1{width:65%;}@media only screen and (max-width:768px){.osta-section .autokuva-wrap .autokuva-kiitosLabel h1{width:100%;font-size:24px;}}.osta-section .autokuva-wrap .autokuva-kiitosLabel h2{color:#fff;}.osta-section .autokuva-wrap .autokuva-kiitosLabel h3{color:#fff;width:65%;padding:0;margin-top:0;}@media only screen and (max-width:768px){.osta-section .autokuva-wrap .autokuva-kiitosLabel h3{width:100%;}}.osta-section .autokuva-wrap .autokuva-kiitosLabel p{color:#fff;width:65%;margin:20px 0 20px 0;}@media only screen and (max-width:768px){.osta-section .autokuva-wrap .autokuva-kiitosLabel p{width:100%;}}.osta-section .autokuva-wrap .autokuva-label{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5);padding-left:20px;}.osta-section .autokuva-wrap .autokuva-label h1{color:#fff;}.osta-section .autokuva-wrap .autokuva-label h2{color:#fff;}.osta-section .autokuva-wrap .autokuva-label .hintatiedot{margin-top:30px;color:#fff;}.osta-section .autokuva-wrap .autokuva-label .verkkoalennus-hintatiedot{margin-top:30px;color:#fff;}.osta-section .autokuva-wrap .autokuva-label span.verkko-alennus-koko-hinta{color:#fd671f;padding-right:15px;}.osta-section .autokuva-wrap .autokuva-label span.koko-hinta{color:#fd671f;padding-right:15px;}.osta-section .autokuva-wrap .autokuva-label span.kk-hinta{padding-left:15px;}.osta-section .maksutapa-wrap{margin:0 20px 0 20px;display:block;width:1200px;text-align:center;margin-left:auto;margin-right:auto;text-align:left;padding:0 15px;}@media only screen and (max-width:1200px){.osta-section .maksutapa-wrap{width:100%;}}@media only screen and (max-width:768px){.osta-section .maksutapa-wrap{padding:0 5px;}}.osta-section .maksutapa-wrap .maksutapa-laatikko{margin-bottom:20px;display:block;background-color:#fff;padding:0 25px 0 25px;min-height:120px;}@media only screen and (max-width:768px){.osta-section .maksutapa-wrap .maksutapa-laatikko{padding:0 10px 0 10px;}}.osta-section .maksutapa-wrap .maksutapa-laatikko .maksutapa-ikoni{height:55px;margin-top:25px;display:inline-block;}.osta-section .maksutapa-wrap .maksutapa-laatikko .maksutapa-ikoni img{height:100%;}.osta-section .maksutapa-wrap .maksutapa-laatikko h3{font-size:26px;font-family:"Skatta Sans Medium";padding:0;display:inline-block;}.osta-section .maksutapa-wrap .maksutapa-laatikko .mustaPainike{margin-top:40px;background-color:#fff;border:2px solid #fd671f;color:#fd671f;}.osta-section .maksutapa-wrap .maksutapa-laatikko .mustaPainike:hover{background-color:#fd671f;color:#fff;}.osta-section .maksutapa-wrap .maksutapa-laatikko .otsikko-alue{position:relative;margin-top:15px;margin-bottom:40px;}.osta-section .maksutapa-wrap .maksutapa-laatikko .otsikko-alue i{margin-top:15px;}@media only screen and (max-width:992px){.osta-section .maksutapa-wrap .maksutapa-laatikko .otsikko-alue .solu{display:block;}}.osta-section .maksutapa-wrap .maksutapa-laatikko p{font-size:14px;margin-top:15px;}.osta-section .maksutapa-wrap .maksutapa-laatikko .aktiivinen{background-color:#fd671f !important;color:#fff;}.osta-section .maksutapa-wrap .maksutapa-laatikko:last-of-type{margin-right:0;}.osta-section .valittu-maksutapa-wrap{display:block;text-align:center;margin-left:auto;margin-right:auto;text-align:left;padding:0 15px;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap{margin-top:0;margin-bottom:0;}}.osta-section .valittu-maksutapa-wrap h3{margin:0;font-size:18px !important;}.osta-section .valittu-maksutapa-wrap .maksutapa-vaihtoehto{display:none;}.osta-section .valittu-maksutapa-wrap .maksutapa-vaihtoehto h3{margin-top:20px;}.osta-section .valittu-maksutapa-wrap .rahoitus-wrap .rahoitusPainikeContainer{padding-top:35px;padding-bottom:40px;}.osta-section .valittu-maksutapa-wrap .rahoitus-wrap h4{text-transform:uppercase;font-size:16px;font-family:"Skatta Sans Regular";margin:0;}@media only screen and (max-width:480px){.osta-section .valittu-maksutapa-wrap .rahoitus-wrap h4{margin-bottom:10px;}}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .rahoitus-wrap .RIVI{display:block;}}.osta-section .valittu-maksutapa-wrap .rahoitus-wrap .SOLU:first-of-type{width:5%;}.osta-section .valittu-maksutapa-wrap .rahoitus-wrap .SOLU{width:35%;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .rahoitus-wrap .SOLU{width:95%;}}.osta-section .valittu-maksutapa-wrap .rahoitus-wrap .SOLU:last-of-type{width:70%;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .rahoitus-wrap .SOLU:last-of-type{width:100%;display:block;text-align:left;}}.osta-section .valittu-maksutapa-wrap #kokonaiskkEraVasteLabel{font-size:13px;display:block;}.osta-section .valittu-maksutapa-wrap #kokonaiskkEraVaste{font-size:32px;color:#fd671f;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap #kokonaiskkEraVaste{font-size:24px;display:block;}}.osta-section .valittu-maksutapa-wrap .laheta-painike{margin-bottom:40px;margin-top:15px;background-color:#fd671f;color:#fff;padding:10px 50px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;margin-top:25px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;text-decoration:none;}@media only screen and (max-width:480px){.osta-section .valittu-maksutapa-wrap .laheta-painike{width:100%;}}.osta-section .valittu-maksutapa-wrap .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.osta-section .valittu-maksutapa-wrap .ostalomake{width:100%;}.osta-section .valittu-maksutapa-wrap .ostalomake .checkboxWrap{padding:15px 0 0 0;}.osta-section .valittu-maksutapa-wrap .ostalomake .checkboxWrap label p{font-weight:normal;text-transform:none !important;}.osta-section .valittu-maksutapa-wrap .ostalomake .ostaosio-ostoskori-lg{margin-right:20px;}.osta-section .valittu-maksutapa-wrap .ostalomake .label{display:block;margin:20px 0 5px 0;text-align:left;}.osta-section .valittu-maksutapa-wrap .ostalomake .kohteenreknro{opacity:0;filter:alpha(opacity=0);display:none;}.osta-section .valittu-maksutapa-wrap .ostalomake .lomakeRivi{display:inline-block;width:24%;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .ostalomake .lomakeRivi{width:49%;margin-bottom:15px;}}.osta-section .valittu-maksutapa-wrap .ostalomake .bootstrap-select{height:35px;width:95% !important;}.osta-section .valittu-maksutapa-wrap .ostalomake .tf{padding:5px 10px 5px 10px;width:95%;margin-right:20px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.osta-section .valittu-maksutapa-wrap .ostalomake .pitka{width:96%;border:1px solid #fff;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .ostalomake .pitka{width:94%;margin-left:10px;margin-right:10px !important;}}@media only screen and (max-width:480px){.osta-section .valittu-maksutapa-wrap .ostalomake .pitka{width:97%;margin:0 !important;}}.osta-section .valittu-maksutapa-wrap .ostalomake .tf:last-of-type{margin-right:0;}.osta-section .valittu-maksutapa-wrap .ostalomake .tf:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap{width:100%;padding-bottom:40px;margin-bottom:20px;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap{margin:0 0 25px 0;}}.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko{width:30%;display:inline-block;margin-right:4.45%;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko{width:100%;margin-bottom:25px;padding:0 10px 0 10px;}}.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko .ingressi{float:left;text-transform:uppercase;margin-bottom:20px;font-size:16px;padding-left:5px;}.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko .arvo{padding-top:20px;font-size:16px;float:right;margin-bottom:20px;}.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko:last-of-type{margin-right:0;}@media only screen and (max-width:768px){.osta-section .valittu-maksutapa-wrap .rahoituslaskinWrap .liukusaatimenLaatikko:last-of-type{width:100%;margin-bottom:0;}}.osta-section .kiitosSivunPainikeContainer{margin-top:30px;}.osta-section .kiitosSivunPainike{cursor:pointer;color:#fff;margin:15px 0 15px 0;background-color:#fd671f;border:1px solid #fd671f;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:10px 25px 10px 25px;-o-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;margin-bottom:15px;text-decoration:none;}.osta-section .kiitosSivunPainike:hover{background-color:#d74100;}@media only screen and (max-width:768px){.osta-section .kiitosSivunPainike{margin-top:20px;}}.osta-section [type="checkbox"]:not(:checked),.osta-section [type="checkbox"]:checked{position:absolute;left:-9999px;}.osta-section [type="checkbox"]:not(:checked)+label,.osta-section [type="checkbox"]:checked+label{position:relative;padding-left:25px;cursor:pointer;color:#25282a;margin:0;}.osta-section [type="checkbox"]:not(:checked)+label a,.osta-section [type="checkbox"]:checked+label a{text-decoration:underline;}.osta-section [type="checkbox"]:not(:checked)+label a:hover,.osta-section [type="checkbox"]:checked+label a:hover{color:#fd671f;}.osta-section [type="checkbox"]:not(:checked)+label:before{content:'';position:absolute;left:0;top:15px;width:18px;height:18px;line-height:.8;border:1px solid #e3e3e3;border-radius:3px;}.osta-section [type="checkbox"]:checked+label:before{border:none;opacity:1;transform:scale(1);}.osta-section [type="checkbox"]:checked+label:after{content:"✓";position:absolute;top:15px;left:0;width:18px;height:18px;line-height:.8;color:#fff;background-color:#fd671f;transition:all .2s;border:none;border-radius:3px;clear:both;padding:3px;}.osta-section [type="checkbox"]:not(:checked)+label:after{opacity:0;transform:scale(0);}.ostaosio{background-image:url("Ostaosio/ostaosio.sprite.png");background-repeat:no-repeat;display:inline-block;}.ostaosio.ostaosio-euro-sm{width:25px;height:25px;background-position:-10px -10px;}.ostaosio.ostaosio-nuolet-sm{width:32px;height:25px;background-position:-10px -45px;}.ostaosio.ostaosio-ostoskori-lg{width:55px;height:45px;background-position:-10px -80px;}.ostaosio.ostaosio-ostoskori-md{width:30px;height:25px;background-position:-10px -135px;}.ostaosio.ostaosio-ostoskori-sm{width:21px;height:17px;background-position:-10px -170px;}.ostaosio.plus{width:50px;height:50px;background-position:-10px -197px;}.osta-section-kiitos{height:100vh;}@media only screen and (max-width:480px){.osta-section-kiitos{height:120vh;}}.osta-section-kiitos .autokuva-wrap{margin-top:-2px;}@media only screen and (max-width:992px){.osta-section-kiitos .autokuva-wrap{margin-top:-12px;}}.valittu-maksutapa-wrap .ostalomake .radiot,.osta-section .valittu-maksutapa-wrap .ostalomake .radiot{padding-top:10px;}.valittu-maksutapa-wrap .ostalomake .vaihtoautoDatepicker input,.osta-section .valittu-maksutapa-wrap .ostalomake .vaihtoautoDatepicker input{width:100%;border-top-right-radius:0;border-bottom-right-radius:0;}.valittu-maksutapa-wrap .ostalomake .vaihtoautoDatepicker .input-group-addon,.osta-section .valittu-maksutapa-wrap .ostalomake .vaihtoautoDatepicker .input-group-addon{background-color:#e3e3e3;border:1px solid #e3e3e3;color:#fd671f;}@media only screen and (max-width:992px){.osta-section-vanha{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;}}.osta-section-vanha .ostajanedut-section{position:static;padding:10px;}@media only screen and (max-width:992px){.osta-section-vanha .ostajanedut-section{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3;}}@media only screen and (max-width:768px){.osta-section-vanha .ostajanedut-section{display:block;min-height:300px;}}@media only screen and (max-width:480px){.osta-section-vanha .ostajanedut-section{display:none;}}.osta-section-vanha .ostajanedut-section .edut{position:static;}@media only screen and (max-width:768px){.osta-section-vanha .ostajanedut-section .edut{display:block;}}@media only screen and (max-width:480px){.osta-section-vanha .ostajanedut-section .edut{display:block;}}@media only screen and (max-width:320px){.osta-section-vanha .ostajanedut-section .edut{display:block;}}@media only screen and (max-width:768px){.osta-section-vanha .ostajanedut-section .edut .col-xlg-4{width:50%;display:inline-block;float:none;}}@media only screen and (max-width:480px){.osta-section-vanha .ostajanedut-section .edut .edut-teksti p{width:100%;}}@media only screen and (max-width:320px){.osta-section-vanha .ostajanedut-section .edut .edut-teksti p{width:100%;}}@media only screen and (max-width:480px){.osta-section-vanha .ostajanedut-section .edut .edut-teksti{width:100%;}}@media only screen and (max-width:320px){.osta-section-vanha .ostajanedut-section .edut .edut-teksti{width:100%;}}@media only screen and (max-width:480px){.osta-section-vanha .ostajanedut-section .edut .edut-icon{display:none;}}@media only screen and (max-width:320px){.osta-section-vanha .ostajanedut-section .edut .edut-icon{display:none;}}.osta-auto-section{position:relative;display:block;width:100%;overflow:hidden;}@media only screen and (max-width:1200px){.osta-auto-section{height:780px;}}@media only screen and (max-width:992px){.osta-auto-section{background:#232328;-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;}}@media only screen and (max-width:768px){.osta-auto-section{text-align:center;height:700px;}}@media only screen and (max-width:480px){.osta-auto-section{text-align:center;height:630px;}}.osta-auto-section img{width:100%;opacity:.5;}.osta-auto-sisalto{position:absolute;top:0;color:#fff;margin-left:20%;padding-bottom:20px;}@media only screen and (max-width:1615px){.osta-auto-sisalto{margin-left:5%;}}@media only screen and (max-width:768px){.osta-auto-sisalto{margin-left:0;width:100%;}}.osta-auto-sisalto .osta-auto-tekstit p{width:70%;}@media only screen and (max-width:1200px){.osta-auto-sisalto .osta-auto-tekstit p{width:70%;}}@media only screen and (max-width:992px){.osta-auto-sisalto .osta-auto-tekstit p{width:auto;}}.osta-auto-sisalto h1{text-transform:uppercase;padding-top:60px;}@media only screen and (max-width:1200px){.osta-auto-sisalto h1{padding-top:0;}}@media only screen and (max-width:768px){.osta-auto-sisalto h1{padding-top:0;}}.osta-auto-sisalto .tyyppi{padding-top:20px;}.osta-auto-sisalto .tyyppi span{text-transform:uppercase;}.osta-auto-sisalto .autonhinta{padding-top:20px;}.osta-auto-sisalto .autonhinta span{color:#8e8e93;}@media only screen and (max-width:768px){.osta-auto-sisalto .autonhinta span{display:block;}}.osta-auto-sisalto .autonhinta .tai{padding:10px;text-transform:uppercase;vertical-align:middle;}@media only screen and (max-width:768px){.osta-auto-sisalto .autonhinta .tai{display:none;}}@media only screen and (max-width:768px){.jata-yhteystiedot-teksti{margin:20px;}}.ostalomake{width:420px;}@media only screen and (max-width:768px){.ostalomake{width:100%;}}.ostalomake .label{text-align:left;}@media only screen and (max-width:768px){.ostalomake .label{margin-left:20px;padding-left:5px;}}@media only screen and (max-width:480px){.ostalomake .label{padding-left:0;margin-left:10px;}}.ostalomake .lomakeRivi{margin-top:7px;margin-bottom:15px;}.ostalomake .tf{padding:5px 10px 5px 10px;width:45%;margin-right:20px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}.ostalomake .pitka{width:96%;border:1px solid #fff;}@media only screen and (max-width:768px){.ostalomake .pitka{width:94%;margin-left:10px;margin-right:10px !important;}}@media only screen and (max-width:480px){.ostalomake .pitka{width:97%;margin:0 !important;}}.ostalomake .tf:last-of-type{margin-right:0;}.ostalomake .tf:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.ostalomake .laheta-painike{margin-top:15px;background-color:#fd671f;color:#fff;padding:5px 50px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.ostalomake .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:992px){.tekniset-section{-webkit-box-ordinal-group:5;-moz-box-ordinal-group:5;-ms-flex-order:5;-webkit-order:5;order:5;}}.kiitos-section{display:none;text-align:center;background-color:#fd671f;width:100%;height:auto;color:#fff;opacity:0;filter:alpha(opacity=0);}@media only screen and (max-width:992px){.kiitos-section{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;}}.kiitos-section .sisalto{width:30%;margin:0 auto;padding:40px 0;}@media only screen and (max-width:992px){.kiitos-section .sisalto{width:70%;}}.kiitos-section .circular{width:300px;height:300px;-webkit-border-radius:150px;-moz-border-radius:150px;border-radius:150px;margin:0 auto;border:5px solid #fff;background-repeat:no-repeat;}@media only screen and (max-width:480px){.kiitos-section .circular{width:250px;height:250px;}}@media only screen and (max-width:320px){.kiitos-section .circular{width:200px;height:200px;}}.kiitos-section .kiitos-teksti{margin-top:20px;color:#fff;}.kiitos-section .auton-tiedot{margin-bottom:30px;}@media only screen and (max-width:768px){.kiitos-section .auton-tiedot{line-height:24px;}}.kiitos-section .auton-tiedot span{text-transform:uppercase;}.kiitos-section .teksti{margin-bottom:30px;}.kiitos-section .etusivulle-painike{padding:30px 0 0 0;}.dropzone .dz-preview .dz-details .dz-filename{display:none;}.dropzone .dz-preview.dz-image-preview{background:none;}.dropzone .dz-preview .dz-details .dz-size{display:none;}.dropzone .dz-preview .dz-progress{display:none;}.dropzone .dz-preview .dz-details{padding:0;display:block;opacity:1;}.dropzone .dz-preview .dz-details:before{-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);content:'';position:absolute;top:20px;right:5px;margin-top:-1.5px;margin-left:-20px;display:block;height:3px;width:40px;background-color:#fd671f;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;cursor:pointer;}.dropzone .dz-preview .dz-details:after{-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);transform:rotate(-135deg);content:'';position:absolute;top:20px;right:5px;margin-top:-1.5px;margin-left:-20px;display:block;height:3px;width:40px;background-color:#fd671f;-moz-transition:all .25s ease-out;-o-transition:all .25s ease-out;-webkit-transition:all .25s ease-out;transition:all .25s ease-out;cursor:pointer;}.dropzone .dz-preview img{display:inline;opacity:1;cursor:pointer;}.dz-message{color:#fd671f;}.dz-message img{width:auto;}.dz-message span{color:#fd671f;}.kohteenreknro{opacity:0;filter:alpha(opacity=0);}.footer-section{width:100%;font-family:"Skatta Sans Medium";font-size:21px;}.footer-section #footer-ylaosa{background-color:#25282a;padding:0 20px;}.footer-section #footer-ylaosa a{color:transparent;}.footer-section #footer-ylaosa a:hover{text-decoration:none;}.footer-section #footer-ylaosa .logo{width:130px;float:left;max-height:130px;padding:20px;}.footer-section #footer-ylaosa .logo img{max-width:210px;height:auto;}.footer-section #footer-ylaosa .logo svg{height:150px;}@media only screen and (max-width:992px){.footer-section #footer-ylaosa .logo svg{width:50%;max-width:200px;}}.footer-section #footer-ylaosa .footer-yhteydenotto{padding:30px 0;}.footer-section #footer-ylaosa .footer-yhteydenotto .otsake{color:#fff;}.footer-section #footer-ylaosa .footer-yhteydenotto .toiminto a{color:#fd671f;}.footer-section #footer-ylaosa .footer-yhteydenotto .soita i{display:inline-block;font-size:28px;color:#fd671f;}.footer-section #footer-ylaosa .footer-yhteydenotto .lahetaPostia{margin-top:10px;}.footer-section #footer-ylaosa .footer-yhteydenotto .lahetaPostia i{font-size:28px;color:#fd671f;}.footer-section #footer-ylaosa .footer-some{padding:30px 0;}.footer-section #footer-ylaosa .footer-some p{color:#fff;}.footer-section #footer-ylaosa .footer-some .some-icon-fb{padding:0 20px;}.footer-section #footer-ylaosa .footer-some .some-icon{margin:0 1px 0 1px;display:inline-block;}.footer-section #footer-ylaosa .footer-some .some-icon .ico img{width:28px;height:28px;}.footer-section #footer-ylaosa .footer-some .some-icon a:hover{text-decoration:none;}.footer-section #footer-ylaosa .footer-some .some-icon img{width:80%;}.footer-section #footer-ylaosa .footer-some .some-icon i{color:#fd671f;font-size:28px;}.footer-section #footer-ylaosa .footer-kuinkaCaaraToimii{padding:30px 0;}.footer-section #footer-ylaosa .footer-kuinkaCaaraToimii button{max-width:100%;}@media only screen and (max-width:768px){.footer-section #footer-ylaosa .footer-kuinkaCaaraToimii{clear:both;text-align:center;}}@media only screen and (max-width:768px){.footer-section #footer-ylaosa .col-xs-12{clear:both;}}@media only screen and (max-width:480px){.footer-section #footer-ylaosa .col-xs-6{width:100%;text-align:center;}}.footer-section #footer-alaosa{background-color:#e3e3e3;padding:20px 30px;font-size:16px;}.footer-section #footer-alaosa .grid{padding-left:55px;}@media only screen and (max-width:768px){.footer-section #footer-alaosa .grid{padding-left:0;}}.footer-section #footer-alaosa .linkit a{cursor:pointer;color:#25282a;display:inline-block;}@media only screen and (max-width:992px){.footer-section #footer-alaosa .linkit a{display:block;width:100%;margin:15px 0;}}@media only screen and (max-width:768px){.footer-section #footer-alaosa .linkit a{margin:0;}}@media only screen and (max-width:480px){.footer-section #footer-alaosa .col-xs-6{width:100%;text-align:center;}}.footer-section .li-korkeus{height:30px;}.footer-section .footer-otsiko{font-size:21px;color:#25282a;margin:0;padding:0;line-height:1.42857143;}.sisaltosivu-section{width:100%;position:static !important;z-index:1080;top:50px;color:#25282a;background-color:#efefef;}.sisaltosivu-section .header{width:100%;background-image:url(lapsi_takakontin_reunalla_1920_600.png);background-repeat:no-repeat;background-size:cover;text-align:center;}.sisaltosivu-section .header .sulje-painike{width:auto;height:auto;}.sisaltosivu-section .header h1{padding:10% 0 10% 0;color:#fff;text-transform:uppercase;width:80%;margin-left:10%;text-shadow:1px 1px 3px #333;}@media only screen and (max-width:768px){.sisaltosivu-section .header h1{font-size:24px;}}.sisaltosivu-section .header .sisalto-ylaosa{color:#fff;width:60%;margin:0 20% 0 20%;}.sisaltosivu-section .header .lue-lisaa{margin-top:5%;text-transform:uppercase;color:#fff;}@media only screen and (max-width:1460px){.sisaltosivu-section .header .lue-lisaa{margin-top:12%;}}@media only screen and (max-width:992px){.sisaltosivu-section .header .lue-lisaa{margin-top:8%;}}@media only screen and (max-width:768px){.sisaltosivu-section .header .lue-lisaa{display:none;}}.sisaltosivu-section .header .lue-lisaa img{width:auto;}.sisaltosivu-section .sisaltosivu-sisalto{width:55%;margin:50px auto;padding-bottom:30px;}@media only screen and (max-width:768px){.sisaltosivu-section .sisaltosivu-sisalto{width:90%;}}.sisaltosivu-section .sisaltosivu-sisalto h2{text-transform:uppercase;text-align:center;}@media only screen and (max-width:768px){.sisaltosivu-section .sisaltosivu-sisalto h2{font-size:20px;}}.sisaltosivu-section .sisaltosivu-sisalto p{color:#25282a;line-height:26px;}.sisaltosivu-section .sisaltosivu-sisalto .takaisin-etusivulle-painike #sisaltosivun-etusivulle-painike{background-color:#fd671f;cursor:pointer;color:#fff;padding:8px 30px 8px 30px;text-align:center;width:180px;display:block;margin:0 auto;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;display:block;text-decoration:none;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.virhesivu-section{width:100%;display:block;z-index:1060;top:50px;}.virhesivu-section .header{width:100%;height:635px;background-image:url(ostamme-autoja-bg.jpg);background-repeat:no-repeat;background-size:100%;text-align:center;background-color:#000;}@media only screen and (max-width:1460px){.virhesivu-section .header{padding-bottom:50px;height:auto;}}@media only screen and (max-width:768px){.virhesivu-section .header{padding-bottom:50px;background-image:url(mobiilietusivu.png);}}.virhesivu-section .header .sulje-painike{padding:10px;}@media only screen and (max-width:768px){.virhesivu-section .header .sulje-painike{padding:0;}}.virhesivu-section .header h1{padding-top:130px;color:#fff;text-transform:uppercase;}@media only screen and (max-width:768px){.virhesivu-section .header h1{padding-top:30px;}}.virhesivu-section .header p{padding-top:60px;line-height:48px;color:#fff;width:60%;margin:0 20% 0 20%;}@media only screen and (max-width:768px){.virhesivu-section .header p{padding-top:20px;line-height:32px;width:90%;margin:0 5% 0 5%;}}.palaute-section{width:100%;z-index:1060;background-color:#fff;padding-bottom:60px;}.palaute-section .palaute-lomake{text-align:center;width:60%;position:relative;margin:0 20% 0 20%;}@media only screen and (max-width:1615px){.palaute-section .palaute-lomake{width:80%;margin:0 10% 0 10%;}}@media only screen and (max-width:1460px){.palaute-section .palaute-lomake{width:100%;margin:0;}}@media only screen and (max-width:1615px){.palaute-section .palaute-lomake .tf{width:40%;}}@media only screen and (max-width:480px){.palaute-section .palaute-lomake .tf{margin:0;width:45%;margin-bottom:10px;}}.palaute-section .vasen{float:left;width:50%;}@media only screen and (max-width:480px){.palaute-section .vasen{width:100%;float:none;}}.palaute-section .oikea{float:left;width:50%;}@media only screen and (max-width:480px){.palaute-section .oikea{width:100%;float:none;}}.palaute-section .palaute-group{width:100%;clear:both;}.palaute-section .palaute-group .bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:pointer;}.palaute-section .palautelomake-kiitos{display:none;}.palaute-section .sulje-painike{padding:10px;position:absolute;display:block;top:100px;}@media only screen and (max-width:768px){.palaute-section .sulje-painike{padding:0;top:80px;}}@media only screen and (max-width:480px){.palaute-section .sulje-painike{top:60px;right:10px;}}.palaute-section h1{margin-top:130px;color:#fff;}@media only screen and (max-width:992px){.palaute-section h1{margin-top:70px;}}.palaute-section p{padding-top:10px;color:#25282a;width:60%;margin:0 20% 0 20%;}@media only screen and (max-width:768px){.palaute-section p{padding-top:20px;width:90%;margin:0 5% 0 5% !important;}}.palaute-section .tf{margin-bottom:20px;padding:5px 10px 5px 10px;width:45%;margin-right:20px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;}@media only screen and (max-width:480px){.palaute-section .tf{width:90%;margin-right:0;}}.palaute-section .tf:last-of-type{margin-right:0;}.palaute-section .tf:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.palaute-section .select{width:90% !important;margin:0;margin-right:20px;}.palaute-section .select:last-of-type{margin-right:0;}.palaute-section .textarea{width:94%;height:140px;padding:10px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;margin-bottom:20px;}.palaute-section .textarea:focus{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;outline:none;}.palaute-section .btn-group{margin-bottom:20px;width:94% !important;}.palaute-section .laheta-painike{margin-top:15px;background-color:#fd671f;color:#fff;padding:5px 30px 5px 30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.palaute-section .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.palaute-section .radiot{margin:20px 0 20px 0;}.karusellipohja{margin-top:45px;margin-bottom:15px;}@media only screen and (max-width:992px){.karusellipohja{margin-top:15px;}}.karusellipohja .swiper-container{width:61%;display:inline-block;max-height:600px;margin:0 .5% 0 .5%;vertical-align:top;}@media only screen and (max-width:992px){.karusellipohja .swiper-container{width:100%;margin:0;}}.karusellipohja .swiper-container .swiper-wrapper{margin-bottom:.5%;}.karusellipohja .swiper-container .swiper-wrapper .swiper-slide{text-align:center;background:#fff;display:inline-block;width:100%;}.karusellipohja .swiper-container .swiper-wrapper .swiper-slide img{width:100%;}.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap{position:absolute;text-align:center;z-index:970;margin-top:12%;width:100%;}.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap .valkoinenPainike{padding-left:15px;padding-right:15px;}.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap h1{font-family:"Skatta Sans Black";font-size:69px;color:#25282a;text-shadow:1px 1px 3px #333;margin-bottom:30px;}@media only screen and (max-width:768px){.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap h1{font-size:32px;line-height:42px;}}@media only screen and (max-width:480px){.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap h1{font-size:24px;padding:10px;line-height:32px;}}.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap p{color:#25282a;}.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap.alhaalla{margin-top:48%;}@media only screen and (max-width:768px){.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap.alhaalla{margin-top:42%;}}@media only screen and (max-width:480px){.karusellipohja .swiper-container .swiper-wrapper .swiper-slide .kampanjatekstiWrap.alhaalla{margin-top:28%;}}.karusellipohja .kampisautot-container{overflow:hidden;display:inline-block;width:30%;margin:0 .5% 0 .5%;}@media only screen and (max-width:992px){.karusellipohja .kampisautot-container{width:100%;}}.karusellipohja .kampisautot-container .swiper-wrapper{text-align:center;height:90%;}@media only screen and (max-width:992px){.karusellipohja .kampisautot-container .swiper-wrapper{height:auto;}}.karusellipohja .kampisautot-container .swiper-wrapper .swiper-slide{margin-top:0;top:0;display:inline-block;}.karusellipohja .kampisautot-container .kampisAutokorttiWrap{width:100%;text-align:center;}@media only screen and (max-width:992px){.karusellipohja .kampisautot-container .kampisAutokorttiWrap{padding-top:15px;}}.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka{background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;padding-bottom:64%;}.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka .kva{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;position:absolute;top:0;bottom:0;width:100%;text-align:center;padding-left:30px;padding-right:30px;background:rgba(0,0,0,.6);}.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka .kva h2{color:#fd671f;font-size:26px;}@media only screen and (max-width:768px){.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka .kva h2{font-size:18px;}}@media only screen and (max-width:480px){.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka .kva h2{font-size:26px;}}.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka .kva p{color:#fff;}@media only screen and (max-width:768px){.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka .kva p{font-size:12px;}}@media only screen and (max-width:480px){.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka .kva p{font-size:14px;}}.karusellipohja .kampisautot-container .kampisAutokorttiWrap .nostokuvapaikka a:hover{text-decoration:none;color:#fd671f;}.karusellipohja .kampisautot-container .kampisAutoKortti{position:relative;display:inline-block;width:100%;overflow:hidden;text-align:left;margin-left:.5%;margin-bottom:5%;background:#25282a;}@media only screen and (max-width:992px){.karusellipohja .kampisautot-container .kampisAutoKortti{width:45%;margin:0;margin-top:20px;margin-right:.5%;}}@media only screen and (max-width:768px){.karusellipohja .kampisautot-container .kampisAutoKortti{margin:0;margin-left:.5%;}}@media only screen and (max-width:480px){.karusellipohja .kampisautot-container .kampisAutoKortti{width:100%;max-height:auto;min-height:auto;margin-left:0;}}.karusellipohja .kampisautot-container .kampisAutoKortti img{width:100%;}@media only screen and (max-width:480px){.karusellipohja .kampisautot-container .kampisAutoKortti img{max-height:none;}}.karusellipohja .kampisautot-container .kampisAutoKortti:last-of-type{margin-bottom:0;margin-right:0;}.karusellipohja #progress{margin-top:76px;position:absolute;left:0;right:0;top:0;background-color:#fd671f;height:2px;z-index:100;}.karusellipohja .swiper-pagination-bullet-active{background-color:#fd671f;}.fullscreenkaruselli{display:none;width:100%;height:100%;background-color:#25282a;position:fixed;top:0;z-index:3000;margin-top:0;}.fullscreenkaruselli .sulje-painike{z-index:9998;}.fullscreenkaruselli .swiper-container{top:10px;left:10px;width:100%;height:100%;position:absolute;}@media only screen and (max-width:480px){.fullscreenkaruselli .swiper-container{left:0;}}.fullscreenkaruselli .swiper-wrapper{width:100%;height:100vh !important;bottom:20px;right:20px;position:absolute;}@media only screen and (max-width:480px){.fullscreenkaruselli .swiper-wrapper{right:0;}}.fullscreenkaruselli .swiper-slide{overflow:hidden;}.fullscreenkaruselli .swiper-zoom-container img{cursor:-moz-zoom-in;cursor:-ms-zoom-in;cursor:-webkit-zoom-in;cursor:zoom-in;height:100vh;}@media only screen and (max-width:480px){.fullscreenkaruselli .swiper-zoom-container img{height:auto;}}.fullscreenkaruselli .swiper-zoom-container.zoomattu img{cursor:-moz-grab;cursor:-o-grab;cursor:-webkit-grab;cursor:grab;}.fullscreenkaruselli .fullscreenKuvakontrollit{position:absolute;right:10%;bottom:10%;z-index:1030;}@media only screen and (max-width:480px){.fullscreenkaruselli .fullscreenKuvakontrollit{display:none;}}.fullscreenkaruselli .fullscreenKuvakontrollit .zoom{border-radius:25px;border:2px solid #fd671f;z-index:1000;padding-top:8px;width:40px;height:40px;cursor:pointer;text-align:center;margin-top:10px;}.fullscreenkaruselli .fullscreenKuvakontrollit .zoom .glyphicon{color:#fd671f;}.fullscreenkaruselli .swiper-pagination{bottom:60px;}.fullscreenkaruselli .swiper-pagination .swiper-pagination-bullet-active{background:#fd671f;}.fullscreenkaruselli .swiper-button-next{background-image:url(karusellinuoli-oikea-3.svg);background-position-y:center;top:0;z-index:9997;background-size:auto;width:50px;height:100%;right:30px;}@media only screen and (max-width:480px){.fullscreenkaruselli .swiper-button-next{display:none;}}.fullscreenkaruselli .swiper-button-prev{background-image:url(karusellinuoli-vasen-3.svg);background-position-y:center;top:0;z-index:9997;width:50px;background-size:auto;height:100%;left:10px;}@media only screen and (max-width:480px){.fullscreenkaruselli .swiper-button-prev{display:none;}}.autonostot-grid .row{padding:20px;}.autonostot-grid .row .autokortti .autokortin-nostoteksti{position:absolute;}.autonostot-grid .row .autokortti .autokortin-nostoteksti h3{font-size:4vw;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1;padding:0;margin:0;}.autonostot-grid .row .autokortti img{padding-top:20px;width:100%;}#testimoniaali-desktop{display:inline;z-index:970;}@media only screen and (max-width:992px){#testimoniaali-desktop{display:none;}}#testimoniaali-mobiili{display:none;}@media only screen and (max-width:992px){#testimoniaali-mobiili{display:inline;}}.testimoniaali-wrapper{z-index:1020;position:absolute;background-color:rgba(0,0,0,.4);color:#fff;display:block;width:470px;right:0;text-align:center;overflow:hidden;height:auto;padding-bottom:20px;height:auto;top:0;bottom:0;}@media only screen and (max-width:768px){.testimoniaali-wrapper{position:static;width:100%;z-index:970;min-height:380px;-webkit-box-ordinal-group:4;-moz-box-ordinal-group:4;-ms-flex-order:4;-webkit-order:4;order:4;background-color:#232328;}}.testimoniaali-wrapper .testimoniaalit-desktop{display:inline;}@media only screen and (max-width:992px){.testimoniaali-wrapper .testimoniaalit-desktop{display:none;}}.testimoniaali-wrapper .testimoniaalit-desktop .testimoniaali-desktop:nth-child(2n){display:none;}.testimoniaali-wrapper .testimoniaalit-container{opacity:0;height:0;}@media only screen and (max-width:992px){.testimoniaali-wrapper .testimoniaalit-container{opacity:1;height:auto;}}.testimoniaali-wrapper .swiper-pagination-bullet-active{background:#fd671f;}.testimoniaali-wrapper h3{padding-top:30px;color:#fd671f;}@media only screen and (max-width:1200px){.testimoniaali-wrapper h3{width:100%;padding-left:5%;padding-right:5%;}}@media only screen and (max-width:992px){.testimoniaali-wrapper h3{color:#fff;background:#000;padding-bottom:30px;}}.testimoniaali-wrapper .testimoniaali-kuva{margin-top:30px;margin-bottom:5px;}@media only screen and (max-width:1460px){.testimoniaali-wrapper .testimoniaali-kuva{margin-top:20px;}}@media only screen and (max-width:1200px){.testimoniaali-wrapper .testimoniaali-kuva{margin-top:20px;}}.testimoniaali-wrapper .testimoniaali-kuva img{width:auto;opacity:1;filter:alpha(opacity=100);}@media only screen and (max-width:992px){.testimoniaali-wrapper .testimoniaali-kuva img{width:35px;}}.testimoniaali-wrapper .testimoniaali-nimi{margin:0;text-transform:uppercase;font-weight:bold;color:#fd671f;}.testimoniaali-wrapper .testimoniaali-ika{margin:0;font-weight:bold;}.testimoniaali-wrapper .testimoniaali-teksti{font-style:italic;font-weight:bold;padding-left:10%;padding-right:10%;margin-top:20px;}.etusivu-grid{margin:0 auto;text-align:center;width:100%;margin-top:10px;}@media only screen and (max-width:768px){.etusivu-grid{width:100% !important;}}.etusivu-grid .testimnosto{width:412px;display:inline-block;float:left;}@media only screen and (max-width:992px){.etusivu-grid .testimnosto{width:350px;}}.etusivu-grid .testimoniaaliboxi{background-color:#25282a;width:412px;height:568px;position:relative;overflow-y:auto;}@media only screen and (max-width:992px){.etusivu-grid .testimoniaaliboxi{width:350px;}}@media only screen and (max-width:768px){.etusivu-grid .testimoniaaliboxi{width:100%;}}.etusivu-grid .testimoniaaliboxi .ylaosa{padding:10px;}.etusivu-grid .testimoniaaliboxi .ylaosa .vasen{width:20%;float:left;}.etusivu-grid .testimoniaaliboxi .ylaosa .vasen img{width:auto;}@media only screen and (max-width:480px){.etusivu-grid .testimoniaaliboxi .ylaosa .vasen img{width:60px;}}.etusivu-grid .testimoniaaliboxi .ylaosa .oikea{width:80%;float:left;text-align:left;}.etusivu-grid .testimoniaaliboxi .ylaosa .oikea h3{margin:0;margin-top:10px;color:#fd671f;}@media only screen and (max-width:992px){.etusivu-grid .testimoniaaliboxi .ylaosa .oikea h3{padding-left:20px;}}.etusivu-grid .testimoniaaliboxi .alaosa .testimoniaali-item{width:100%;clear:both;text-align:left;padding:15px;margin-top:15px;}.etusivu-grid .testimoniaaliboxi .alaosa .testimoniaali-item h4,.etusivu-grid .testimoniaaliboxi .alaosa .testimoniaali-item h5{margin:3px 0 3px 0;}.etusivu-grid .testimoniaaliboxi .alaosa .testimoniaali-item h4{color:#fd671f;}.etusivu-grid .testimoniaaliboxi .alaosa .testimoniaali-item h5{color:#fff;font-style:normal;}.etusivu-grid .testimoniaaliboxi .alaosa .testimoniaali-item p{margin-top:30px;color:#fff;font-style:italic;font-size:15px;width:95%;}.etusivu-grid .suuri-kampisnosto{display:inline-flex;width:61%;border:4px solid #fff;background-color:#fff;margin:.7%;height:640px;vertical-align:top;color:#25282a;overflow:hidden;}@media only screen and (max-width:992px){.etusivu-grid .suuri-kampisnosto{width:91.5% !important;margin-top:0;margin-bottom:0;margin-left:2.5%;margin-right:2.5%;}}@media only screen and (max-width:768px){.etusivu-grid .suuri-kampisnosto{height:195px;}}@media only screen and (max-width:480px){.etusivu-grid .suuri-kampisnosto{width:95% !important;height:auto;}}.etusivu-grid .suuri-kampisnosto .nostokuvapaikka{background-position:top center;background-size:125%;width:100%;display:block;width:100%;height:420px;}@media only screen and (max-width:768px){.etusivu-grid .suuri-kampisnosto .nostokuvapaikka{background-size:110%;height:190px;}}@media only screen and (max-width:480px){.etusivu-grid .suuri-kampisnosto .nostokuvapaikka{background-size:100%;height:190px;}}.etusivu-grid .suuri-kampisnosto .RIVI{display:inline;}.etusivu-grid .suuri-kampisnosto .SOLU{vertical-align:middle;width:50%;height:100%;display:inline-block;float:left;overflow:hidden;}@media only screen and (max-width:480px){.etusivu-grid .suuri-kampisnosto .SOLU{float:none;width:100%;display:block;}}@media only screen and (max-width:768px){.etusivu-grid .suuri-kampisnosto p{font-size:12px;}}.etusivu-grid .suuri-kampisnosto img{width:110%;padding-bottom:4px;}@media only screen and (max-width:768px){.etusivu-grid .suuri-kampisnosto img{width:160%;}}@media only screen and (max-width:480px){.etusivu-grid .suuri-kampisnosto img{width:100%;}}.etusivu-grid .suuri-kampisnosto .uusia-volkswagen-autoja{width:100%;height:640px;padding-left:20px;display:block;background-repeat:no-repeat;background-position:center center !important;background-size:cover !important;color:#000;text-align:left;top:20px;}@media only screen and (max-width:768px){.etusivu-grid .suuri-kampisnosto .uusia-volkswagen-autoja{margin-top:10px;}}.etusivu-grid .suuri-kampisnosto .uusia-volkswagen-autoja .hintaPainikePyorea{background-color:#fd671f;padding:40px 15px;color:#fff;border-radius:50%;width:100px;font-size:16px;top:140px;display:block;text-align:center;font-style:bold;}.etusivu-grid .suuri-kampisnosto .uusia-volkswagen-autoja:hover{text-decoration:none;}.etusivu-grid .suuri-kampisnosto h2.black-heading{color:#25282a;}.etusivu-grid .suuri-kampisnosto h2.white-heading{color:#fff;}.etusivu-grid .suuri-kampisnosto h2.yellow-heading{color:#fd671f;}@media only screen and (max-width:768px){.etusivu-grid .suuri-kampisnosto h2.yellow-heading{text-shadow:-2px -2px 2px #000;}}.etusivu-grid .suuri-kampisnosto .valkoinenPainike.kampanjaPainike{margin-top:20px;display:inline-block;width:auto;color:#fff;border:2px solid #fff;background:transparent;background:rgba(255,255,255,.2);}.etusivu-grid .kampisnosto{display:inline-block;width:61%;border:4px solid #fff;background-color:#fff;margin:.7%;text-align:center;height:307px;vertical-align:top;color:#25282a;overflow:hidden;}@media only screen and (max-width:992px){.etusivu-grid .kampisnosto{width:91.5% !important;margin-top:0;margin-bottom:0;margin-left:2.5%;margin-right:2.5%;}}@media only screen and (max-width:768px){.etusivu-grid .kampisnosto{height:195px;}}@media only screen and (max-width:480px){.etusivu-grid .kampisnosto{width:95% !important;height:auto;}}.etusivu-grid .kampisnosto .nostokuvapaikka{background-position:top center;background-size:125%;width:100%;display:block;width:100%;height:420px;}@media only screen and (max-width:768px){.etusivu-grid .kampisnosto .nostokuvapaikka{background-size:110%;height:190px;}}@media only screen and (max-width:480px){.etusivu-grid .kampisnosto .nostokuvapaikka{background-size:100%;height:190px;}}.etusivu-grid .kampisnosto .RIVI{display:inline;}.etusivu-grid .kampisnosto .SOLU{vertical-align:middle;width:50%;height:100%;display:inline-block;float:left;overflow:hidden;}@media only screen and (max-width:480px){.etusivu-grid .kampisnosto .SOLU{float:none;width:100%;display:block;}}@media only screen and (max-width:768px){.etusivu-grid .kampisnosto p{font-size:12px;}}.etusivu-grid .kampisnosto img{width:110%;padding-bottom:4px;}@media only screen and (max-width:768px){.etusivu-grid .kampisnosto img{width:160%;}}@media only screen and (max-width:480px){.etusivu-grid .kampisnosto img{width:100%;}}.etusivu-grid .kampisnosto .uusia-volkswagen-autoja{width:100%;height:320px;padding-top:40px;display:block;color:#fff;}.etusivu-grid .kampisnosto .uusia-volkswagen-autoja p{width:50%;margin:0;padding:0;background-color:rgba(0,0,0,.4);margin-left:25%;}@media only screen and (max-width:768px){.etusivu-grid .kampisnosto .uusia-volkswagen-autoja p{text-shadow:-1px -1px 1px #000;margin-left:0;width:100%;}}.etusivu-grid .kampisnosto .uusia-volkswagen-autoja:hover{text-decoration:none;}.etusivu-grid .kampisnosto h1{font-size:18px;}.etusivu-grid .kampisnosto h2.black-heading{color:#25282a;}.etusivu-grid .kampisnosto h2.white-heading{color:#fff;}.etusivu-grid .kampisnosto h2.yellow-heading{color:#fd671f;}@media only screen and (max-width:768px){.etusivu-grid .kampisnosto h2.yellow-heading{text-shadow:-2px -2px 2px #000;}}.etusivu-grid .kampisnosto .valkoinenPainike.kampanjaPainike{margin-top:20px;display:inline-block;width:auto;color:#fff;border:2px solid #fff;background:transparent;background:rgba(255,255,255,.2);}.etusivu-grid .kampisnosto-yksipaikkainen{width:412px;display:inline-block;background-color:#fff;margin:10px;text-align:center;height:320px;overflow:hidden;color:#25282a;vertical-align:top;}@media only screen and (max-width:992px){.etusivu-grid .kampisnosto-yksipaikkainen{width:350px;height:auto;}}@media only screen and (max-width:768px){.etusivu-grid .kampisnosto-yksipaikkainen{width:95%;height:auto;margin-left:2.5%;margin-right:2.5%;max-height:475px;}}@media only screen and (max-width:480px){.etusivu-grid .kampisnosto-yksipaikkainen{width:95%;margin-left:2.5%;margin-right:2.5%;min-height:auto !important;}}.etusivu-grid .kampisnosto-yksipaikkainen img{height:30%;}.etusivu-grid .kampisnosto-yksipaikkainen .uusia-volkswagen-autoja{width:100%;height:320px;padding:20px;display:block;color:#25282a;}.etusivu-grid .kampisnosto-yksipaikkainen .uusia-volkswagen-autoja p{width:100%;margin:0;padding:0;color:#25282a;}.etusivu-grid .kampisnosto-yksipaikkainen .uusia-volkswagen-autoja:hover{text-decoration:none;}.etusivu-grid .kampisnosto-yksipaikkainen h3.black-heading{color:#25282a;}.etusivu-grid .kampisnosto-yksipaikkainen h3.white-heading{color:#fff;}.etusivu-grid .kampisnosto-yksipaikkainen h3.yellow-heading{color:#fd671f;}.etusivu-grid .kampisnosto-yksipaikkainen .keltainenPainike{margin-top:20px;display:inline-block;cursor:pointer;color:#fff;background-color:#fd671f;border:0;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:8px 45px 8px 45px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.etusivu-grid .griditemnelja{float:left;display:inline-block;width:844px !important;background:#25282a;height:274px;}@media only screen and (max-width:992px){.etusivu-grid .griditemnelja{width:700px;}}@media only screen and (max-width:768px){.etusivu-grid .griditemnelja{width:350px;}}@media only screen and (max-width:480px){.etusivu-grid .griditemnelja{width:95%;margin-left:2.5%;margin-right:2.5%;}}.etusivu-grid .griditemnelja img{width:100%;}.etusivu-grid .griditemtupla{float:left;width:844px !important;display:inline-block;background-color:#fd671f;margin:10px;height:320px;}@media only screen and (max-width:992px){.etusivu-grid .griditemtupla{width:720px !important;height:auto;}}@media only screen and (max-width:768px){.etusivu-grid .griditemtupla{width:95% !important;height:auto;margin-left:2.5%;margin-right:2.5%;}}@media only screen and (max-width:480px){.etusivu-grid .griditemtupla{width:95%;margin-left:2.5%;margin-right:2.5%;}}.etusivu-grid .griditemtupla .vasen{width:50%;float:left;}@media only screen and (max-width:768px){.etusivu-grid .griditemtupla .vasen{width:100%;float:none;}}.etusivu-grid .griditemtupla .vasen img{width:100%;}.etusivu-grid .griditemtupla .oikea{width:50%;float:left;text-align:left;padding-left:20px;}@media only screen and (max-width:768px){.etusivu-grid .griditemtupla .oikea{width:95%;margin-left:2.5%;margin-right:2.5%;}}.etusivu-grid .griditemtupla .oikea h3{color:#fff;}.etusivu-grid .etusivu-grid-item.lomake-laatikko{display:inline-block;}.etusivu-grid .etusivu-grid-item{width:30%;margin:.5%;overflow:hidden;display:inline-flex;position:relative;}@media only screen and (max-width:992px){.etusivu-grid .etusivu-grid-item{width:45%;}}@media only screen and (max-width:480px){.etusivu-grid .etusivu-grid-item{width:95%;margin-left:2.5%;margin-right:2.5%;}}.etusivu-grid .etusivu-grid-item .grid-tumma{height:100%;}.etusivu-grid .etusivu-grid-item img{width:100%;}.etusivu-grid .etusivu-grid-item .grid-hover img{width:auto;}.etusivu-grid .etusivu-grid-item .keltainen-laatikko{display:block;height:305px;padding:10px;background-color:#fd671f;}.etusivu-grid .etusivu-grid-item .keltainen-laatikko .laatikko-table{color:#fff;}@media only screen and (max-width:768px){.etusivu-grid .etusivu-grid-item .keltainen-laatikko h2{font-size:22px;}}.etusivu-grid .etusivu-grid-item .etusivu-bloginosto{background-color:#fd671f;width:100%;overflow:hidden;color:#25282a;}.etusivu-grid .etusivu-grid-item .etusivu-bloginosto h3{color:#25282a;}.etusivu-grid .etusivu-grid-item .etusivu-bloginosto .vasen,.etusivu-grid .etusivu-grid-item .etusivu-bloginosto .oikea{float:left;}.etusivu-grid .etusivu-grid-item .etusivu-bloginosto .vasen img{width:100%;}.etusivu-grid .etusivu-grid-item .etusivu-bloginosto .oikea{padding-top:40px;}@media only screen and (max-width:768px){.etusivu-grid .etusivu-grid-item .etusivu-bloginosto .oikea{padding-top:20px;}}.etusivu-grid .etusivu-grid-item .etusivu-bloginosto .oikea p{width:90%;}.etusivu-grid .etusivu-grid-item .etusivu-bloginosto .oikea p img{display:none;}.etusivu-grid .etusivu-grid-item .blogi-painike{background-color:#25282a;color:#fff;border:0;margin-top:20px;margin-bottom:20px;padding:10px;padding-left:20px;padding-right:20px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;}@media only screen and (max-width:480px){.etusivu-grid .etusivu-grid-item .blogi-painike{margin-top:0;margin-bottom:20px;}}.etusivu-grid .etusivu-autokortti:hover .grid-kuva .grid-hover{display:block;opacity:.8;}@media only screen and (max-width:480px){.etusivu-grid .etusivu-autokortti{min-height:260px !important;}}.etusivu-grid .etusivu-autokortti img{width:100%;}.etusivu-grid img{width:auto;}.etusivu-grid .fabo{width:412px;height:568px;margin-bottom:10px;display:inline-block;float:left;overflow-y:auto;}@media only screen and (max-width:992px){.etusivu-grid .fabo{width:350px;}}@media only screen and (max-width:768px){.etusivu-grid .fabo{width:95% !important;height:auto;margin-left:2.5%;margin-right:2.5%;}}.etusivu-grid .facebookStream{background-color:#25282a;padding-top:5px;padding-bottom:20px;}@media only screen and (max-width:992px){.etusivu-grid .facebookStream{width:350px;height:auto;}}@media only screen and (max-width:768px){.etusivu-grid .facebookStream{width:100%;}}.etusivu-grid .facebookStream img{width:auto;}.etusivu-grid .facebookStream .fb-lipuke{position:absolute;top:0;left:0;width:71px;height:70px;background-image:url(fblipuke.png);}.etusivu-grid .facebookStream .fb-header{margin:7px;width:396px;height:156px;background-image:url(fb-page-tausta.png);background-size:cover;text-align:left;}@media only screen and (max-width:992px){.etusivu-grid .facebookStream .fb-header{width:335px;height:156px;}}@media only screen and (max-width:768px){.etusivu-grid .facebookStream .fb-header{width:95%;height:156px;}}@media only screen and (max-width:480px){.etusivu-grid .facebookStream .fb-header{width:95%;height:160px;}}.etusivu-grid .facebookStream .fb-header h2{text-transform:uppercase;color:#fff;}.etusivu-grid .facebookStream .fb-header .fb-logo{padding:15px;display:inline-block;}.etusivu-grid .facebookStream .fb-header .fb-page-info{display:inline-block;}.etusivu-grid .facebookStream .fb-header .fb-page-info p{color:#fff;margin:0;padding:0;}.etusivu-grid .facebookStream .fb-header .fb-painikkeet .fb-painike-like{float:left;display:block;margin-left:15px;cursor:pointer;}.etusivu-grid .facebookStream .fb-header .fb-painikkeet .fb-painike-share{float:right;display:block;margin-right:15px;cursor:pointer;}.etusivu-grid .facebookStream .fb-sisalto{background-color:#000;margin:10px 7px 0 7px;padding:10px;text-align:left;color:#fff;}.etusivu-grid .facebookStream .fb-sisalto .fb-stream-item{padding-right:35px;}.etusivu-grid .facebookStream .fb-sisalto .fb-luontipaiva{margin-top:20px;color:#d0d0d0;position:relative;}.etusivu-grid .facebookStream .fb-sisalto .fb-luontipaiva .fb-logo-valkoinen{position:absolute;right:0;bottom:0;}.etusivu-grid .etusivunosto360{height:550px;}.etusivu-grid .etusivunosto360 .nauha{position:absolute;display:block;}.blogi-section{width:100%;background-color:#efefef;text-align:center;margin:0 auto;}@media only screen and (max-width:768px){.blogi-section{width:100% !important;}}.blogi-section .blogiWrapper{text-align:left;padding-top:60px;}@media only screen and (max-width:1200px){.blogi-section .blogiWrapper{width:100%;}}.blogi-section .blogiWrapper .otaYhteytta{color:#25282a;padding-top:15px;}.blogi-section .blogiWrapper .postaukset .postaus{padding-bottom:60px;}.blogi-section .blogiWrapper .postaukset .postaus a:hover{text-decoration:none;}.blogi-section .blogiWrapper .postaukset .sivutus{margin-left:50px;}.blogi-section .blogiWrapper .postaukset .sivutus ul{list-style:none;}.blogi-section .blogiWrapper .postaukset .sivutus ul li{margin-right:5px;display:inline-block;border:1px solid #fd671f;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.blogi-section .blogiWrapper .postaukset .sivutus ul li a{padding:10px;display:block;color:#fd671f;text-decoration:none;font-weight:700;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.blogi-section .blogiWrapper .postaukset .sivutus ul li a:hover{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;color:#caba11;}.blogi-section .blogiWrapper .postaukset .sivutus ul li:hover{border:1px solid #caba11;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.blogi-section .blogiWrapper .ylaPalkki .grid{margin-left:auto;margin-right:auto;padding:5px 2.3%;}@media only screen and (max-width:992px){.blogi-section .blogiWrapper .ylaPalkki .col-md-4{text-align:left;}}.blogi-section .blogiWrapper .ylaPalkki h1{text-transform:uppercase;color:#25282a;padding:0;margin:0;margin-bottom:15px;text-align:left;}.blogi-section .blogiWrapper .ylaPalkki .takaisin-painike-container{margin-top:10px;}.blogi-section .blogiWrapper .ylaPalkki .hae-blogista{width:100%;border-radius:4px;}.blogi-section .blogiWrapper .ylaPalkki .arkisto-container{background-color:#fff;width:100%;padding-bottom:25px;}.blogi-section .blogiWrapper .ylaPalkki .arkisto-container h3{text-transform:uppercase;color:#25282a;text-align:left;}.blogi-section .blogiWrapper .ylaPalkki .avainsanat{text-align:left;}.blogi-section .blogiWrapper .ylaPalkki .avainsana{text-decoration:underline;margin-right:5px;cursor:pointer;}.blogi-section .blogiWrapper .ylaPalkki .avainsana:hover{color:#fd671f;}.blogi-section .blogiWrapper .ylaPalkki .sposti{color:#fd671f;}.blogi-section .blogiWrapper .pvm{text-align:left;margin:15px 0;}.blogi-section .blogiWrapper .icon-facebook-icon,.blogi-section .blogiWrapper .icon-twitter-icon{color:#fd671f;font-size:30px;}.blogi-section .blogiWrapper .blogiItem{padding:0 2.5%;}.blogi-section .blogiWrapper .blogiItem .blogiPostaus,.blogi-section .blogiWrapper .blogiItem .blogiKommentti{background-color:#fff;padding:15px;margin-top:30px;text-align:left;}.blogi-section .blogiWrapper .blogiItem .blogiPostaus .blogiPostausSomejako,.blogi-section .blogiWrapper .blogiItem .blogiKommentti .blogiPostausSomejako{text-align:right;}.blogi-section .blogiWrapper .blogiItem h2{text-transform:uppercase;}.blogi-section .blogiWrapper .blogiItem .kommnetit h3,.blogi-section .blogiWrapper .blogiItem .jata-kommentti h3{text-transform:uppercase;color:#25282a !important;text-align:left;}.blogi-section .blogiWrapper .blogiItem .kommentti{margin-bottom:20px;padding-bottom:20px;}.blogi-section .blogiWrapper .blogiItem .kommentti .pvm{color:#25282a;}.blogi-section .blogiWrapper .blogiItem .kommentti .kommentoija{color:#fd671f;margin-left:10px;}.blogi-section .blogiWrapper .blogiItem .kommentti .sisalto{color:#25282a;margin-left:70px;}.blogi-section .blogiWrapper .blogiItem h2{color:#25282a;margin:0;padding:0;margin-bottom:30px;}@media only screen and (max-width:768px){.blogi-section .blogiWrapper .blogiItem h2{margin-top:20px;}}.blogi-section .blogiWrapper .blogiItem p{color:#25282a;margin-bottom:30px;}.blogi-section .blogiWrapper .blogiItem ol,.blogi-section .blogiWrapper .blogiItem ul{margin:20px;color:#25282a;}.blogi-section .blogiWrapper .blogiItem .jata-kommentti .tf{width:49%;display:inline-block;}@media only screen and (max-width:768px){.blogi-section .blogiWrapper .blogiItem .jata-kommentti .tf{width:100%;}}.blogi-section .blogiWrapper .blogiItem .jata-kommentti .tf:last-of-type{float:right;}@media only screen and (max-width:768px){.blogi-section .blogiWrapper .blogiItem .jata-kommentti .tf:last-of-type{width:100%;margin-top:20px;}}.blogi-section .blogiWrapper .blogiItem .jata-kommentti #kommenttiKiitos{display:none;}.blogi-section .blogiWrapper .blogiItem .textarea{margin-bottom:20px;margin-top:20px;}.blogi-section .blogiWrapper .blogiItem .osta-painike,.blogi-section .blogiWrapper .blogiItem .laheta-painike{margin-top:15px;background-color:#fd671f;color:#fff;padding:5px 30px 5px 30px;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;border:0;display:block;float:none;}.blogi-section .blogiWrapper .blogiItem .osta-painike:hover,.blogi-section .blogiWrapper .blogiItem .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.blogi-section .blogiWrapper .blogiItem a{width:220px;text-align:center;color:#fd671f;}@media only screen and (max-width:768px){.blogi-section .blogiWrapper .blogiItem a{width:100%;}}.blogi-section .blogiWrapper .blogiItem img{max-width:100%;}.blogi-section .blogiWrapper .yksiosa{color:#25282a;vertical-align:top;}@media only screen and (max-width:992px){.blogi-section .blogiWrapper .yksiosa{width:350px;}}@media only screen and (max-width:768px){.blogi-section .blogiWrapper .yksiosa{width:95%;margin-left:2.5%;margin-right:2.5%;height:100%;}}@media only screen and (max-width:480px){.blogi-section .blogiWrapper .yksiosa{width:95%;margin-left:2.5%;margin-right:2.5%;height:100%;}}.blogi-section .blogiWrapper .yksiosa .lifestyle-facebookWrap{padding-bottom:70px;}@media only screen and (max-width:768px){.blogi-section .blogiWrapper .yksiosa .lifestyle-facebookWrap{max-height:none;}}.blogi-section .blogiWrapper .yksiosa h3{margin:15px;text-align:left;margin-bottom:5px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.2em;height:45px;}.blogi-section .blogiWrapper .yksiosa .postauksen-nostokuva{text-align:center;border:10px solid #fff;height:230px;overflow:hidden;}@media only screen and (max-width:768px){.blogi-section .blogiWrapper .yksiosa .postauksen-nostokuva{height:330px;}}@media only screen and (max-width:480px){.blogi-section .blogiWrapper .yksiosa .postauksen-nostokuva{height:200px;}}.blogi-section .blogiWrapper .yksiosa .postauksen-nostokuva img{width:100%;}.blogi-section .blogiWrapper .yksiosa .pvm{margin-left:15px;}.blogi-section .blogiWrapper .yksiosa .postauksen-teksti{text-align:left;margin:15px 15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis;}.blogi-section .blogiWrapper .yksiosa .avaa-postaus{text-align:left;margin:30px 0 30px 15px;position:absolute;bottom:0;display:block;}.blogi-section .blogiWrapper .yksiosa .avaa-postaus a{font-size:14px;}.blogi-section .blogiWrapper .yksiosa .icon-facebook-icon,.blogi-section .blogiWrapper .yksiosa .icon-twitter-icon{position:absolute;bottom:35px;}.blogi-section .blogiWrapper .yksiosa .icon-facebook-icon{right:15px;}.blogi-section .blogiWrapper .yksiosa .icon-twitter-icon{right:55px;}.muut-wrapper{width:95%;margin:0 2.5% 0 2.5%;font-family:"AvenirNextLTW01-Regular";}.muut-wrapper h3{font-size:28px;font-family:"AvenirNextLTW01-Regular";text-align:center;color:#fff;margin-bottom:50px;text-transform:uppercase;}.muut-wrapper ul{list-style:none;padding:0;margin:0;}.muut-wrapper .muut-otsikot{text-transform:uppercase;border-bottom:1px solid #999;font-size:12px;letter-spacing:.5px;}@media only screen and (max-width:768px){.muut-wrapper .muut-otsikot{font-size:10px;}}@media only screen and (max-width:480px){.muut-wrapper .muut-otsikot{display:none;}}.muut-wrapper .muut-merkkimalli{width:56.8%;display:inline-block;}@media only screen and (max-width:768px){.muut-wrapper .muut-merkkimalli{width:50.8%;}}.muut-wrapper .muut-merkkimalli a{color:#fff;}.muut-wrapper .muut-vuosimalli{width:13.3%;display:inline-block;}@media only screen and (max-width:768px){.muut-wrapper .muut-vuosimalli{width:15.3%;}}.muut-wrapper .muut-mittarilukema{width:16.3%;display:inline-block;}@media only screen and (max-width:768px){.muut-wrapper .muut-mittarilukema{width:18.3%;}}.muut-wrapper .muut-hinta{width:13.3%;display:inline-block;}@media only screen and (max-width:768px){.muut-wrapper .muut-hinta{width:15.3%;}}.muut-wrapper .muut-autolistaus .aktiivinenMuuauto .muut-merkkimalli a{color:#fd671f;}.muut-wrapper .muut-autolistaus span{font-size:16px;cursor:pointer;}@media only screen and (max-width:992px){.muut-wrapper .muut-autolistaus span{font-size:14px;}}@media only screen and (max-width:480px){.muut-wrapper .muut-autolistaus span{font-size:10px;}}.muut-wrapper .muut-autolistaus .muut-merkkimalli{font-size:18px;font-family:"Avenir Next LT W04 Demi1437516";color:#fff;}@media only screen and (max-width:992px){.muut-wrapper .muut-autolistaus .muut-merkkimalli{font-size:16px;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autolistaus .muut-merkkimalli{font-size:14px;}}@media only screen and (max-width:480px){.muut-wrapper .muut-autolistaus .muut-merkkimalli{font-size:12px;}}.muut-wrapper .muut-autolistaus .muut-merkkimalli .muut-tyyppi{font-family:"AvenirNextLTW01-Regular";color:#999;}.muut-wrapper .muut-autontiedot-laatikko{background-color:#25282a;padding-bottom:15px;width:95%;position:absolute;z-index:998;margin-top:80px;}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko{margin-top:55px;}}.muut-wrapper .muut-autontiedot-laatikko .sulje-painike{top:10px;right:10px;}.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms{position:relative;padding-top:30px;}.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms .col-1{width:30%;float:left;background-color:#25282a;}@media only screen and (max-width:1200px){.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms .col-1{width:50%;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms .col-1{width:100%;padding-top:40px;}}.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms .col-2{width:40%;float:left;}@media only screen and (max-width:1200px){.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms .col-2{width:50%;margin-left:25%;}}@media only screen and (max-width:992px){.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms .col-2{width:80%;margin-left:15%;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .yhteydenototyms .col-2{width:100%;margin-left:15px;margin-top:40px;}}.muut-wrapper .muut-autontiedot-laatikko .muut-header{width:100%;text-align:left;border-bottom:1px solid #000;}.muut-wrapper .muut-autontiedot-laatikko .muut-header h3{font-family:"Avenir Next LT W04 Demi1437516";margin:15px;float:left;text-align:left;}@media only screen and (max-width:1200px){.muut-wrapper .muut-autontiedot-laatikko .muut-header h3{font-size:22px;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .muut-header h3{float:none;margin:10px;}}.muut-wrapper .muut-autontiedot-laatikko .muut-header h3 .muut-tyyppi{font-family:"AvenirNextLTW01-Regular";color:#999;padding:10px 0 0 3px;font-size:18px;}@media only screen and (max-width:1200px){.muut-wrapper .muut-autontiedot-laatikko .muut-header h3 .muut-tyyppi{font-size:16px;display:block;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .muut-header h3 .muut-tyyppi{float:none;padding:0;}}.muut-wrapper .muut-autontiedot-laatikko .muut-header .muut-hinta{float:right;font-family:"Avenir Next LT W04 Demi1437516";color:#fd671f;font-size:24px;margin-top:15px;}@media only screen and (max-width:992px){.muut-wrapper .muut-autontiedot-laatikko .muut-header .muut-hinta{font-size:20px;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .muut-header .muut-hinta{float:none;display:block;margin-left:10px;width:100%;}}.muut-wrapper .muut-autontiedot-laatikko .autotiedot{border-bottom:1px solid #000;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen{float:left;width:50%;overflow:hidden;}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen{width:100%;float:none;}}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen .muut-kuvacontainer{position:relative;width:500px;}@media only screen and (max-width:480px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen .muut-kuvacontainer{width:100%;}}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen .muut-kuvacontainer .swiper-slide{height:auto;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen .muut-kuvacontainer .swiper-slide img{width:100%;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen img{width:100%;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen .swiper-button-next{background-image:url(karusellinuoli-oikea.svg);background-size:30px 30px;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen .swiper-button-prev{background-image:url(karusellinuoli-vasen.svg);background-size:30px 30px;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .vasen .swiper-pagination .swiper-pagination-bullet-active{background:#fd671f;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea{top:0;float:left;width:50%;min-height:200px;}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea{width:100%;float:none;}}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu{margin-left:15px;display:table;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi{display:table-row;width:100%;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu{width:40%;display:table-cell;border-bottom:1px solid #797979;}@media only screen and (max-width:1460px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu{width:38%;}}@media only screen and (max-width:1200px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu{width:36%;}}@media only screen and (max-width:992px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu{width:100%;display:block;border-bottom:0;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu{width:50%;display:block;border-bottom:0;}}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu h4{margin:10px 0 5px 0;font-family:"AvenirNextLTW01-Regular";text-transform:uppercase;font-size:12px;letter-spacing:.5px;color:#999;}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu span{color:#fff;font-size:12px;font-family:"Avenir Next LT W04 Demi1437516";}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu-ei-alleviivausta{padding-left:15px;border-bottom:0;}@media only screen and (max-width:992px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu-ei-alleviivausta{display:table-cell;}}.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu-ei-alleviivausta span{font-size:18px;font-family:"AvenirNextLTW01-Regular";}@media only screen and (max-width:992px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu-ei-alleviivausta span{font-size:14px;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .autotiedot .oikea .muut-taulu .rivi .solu-ei-alleviivausta span{font-size:18px;}}.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti{width:100%;margin-top:40px;height:auto;}@media only screen and (max-width:1460px){.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti{width:95%;margin-left:2.5%;}}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti{width:95%;margin-left:2.5%;}}.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti h3{font-size:20px;margin-bottom:40px;}.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti p{margin:0;padding:0;}.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti ul{text-align:left;list-style:none;padding:0;}.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti ul li{text-align:center;float:left;width:30.3%;list-style-type:none;font-size:14px;margin-left:1.5%;margin-right:1.5%;}@media only screen and (max-width:768px){.muut-wrapper .muut-autontiedot-laatikko .myyntiteksti ul li{margin-left:1%;width:95%;}}.muu-rahoitus-laatikko{text-align:left;margin-top:15px;}.muu-rahoitus-laatikko .rahoituslaskelma{opacity:0;filter:alpha(opacity=0);}.muu-rahoitus-laatikko .rahoitusta-eiole{opacity:0;filter:alpha(opacity=0);}.muu-rahoitus-laatikko .katsolaskelma-painike{font-size:18px;}@media only screen and (max-width:768px){.muu-rahoitus-laatikko .katsolaskelma-painike{display:inline-block;}}.muu-rahoitus-laatikko h2{color:#fff;margin:0;}.muu-rahoitus-laatikko .rahoitus-ikoni{float:left !important;width:25% !important;padding-left:20px;}@media only screen and (max-width:992px){.muu-rahoitus-laatikko .rahoitus-ikoni{width:30% !important;}}@media only screen and (max-width:480px){.muu-rahoitus-laatikko .rahoitus-ikoni{display:none;}}.muu-rahoitus-laatikko .rahoitus-ikoni img{vertical-align:top;width:auto;}.muu-rahoitus-laatikko .rahoitus-sisalto{float:left !important;text-align:left !important;width:75% !important;}@media only screen and (max-width:992px){.muu-rahoitus-laatikko .rahoitus-sisalto{width:70% !important;}}@media only screen and (max-width:480px){.muu-rahoitus-laatikko .rahoitus-sisalto{margin-left:5% !important;width:90% !important;}}.muu-rahoitus-laatikko .rahoitus-sisalto p{color:#8e8e93;margin:20px 0 20px 0;}.muu-rahoitus-laatikko .hae-rahoitusta-painike{background-color:#fd671f;color:#fff;display:block;padding:8px 0 8px 0;text-align:center;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;text-decoration:none;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;margin-top:10px;width:220px;}@media only screen and (max-width:768px){.muu-rahoitus-laatikko .hae-rahoitusta-painike{padding:8px 20px 8px 20px;display:inline-block;margin:0 auto;}}.muu-rahoitus-laatikko .hae-rahoitusta-painike:hover{background-color:#d74100;color:#fff;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.muu-rahoitus-laatikko .laheta-painike{background-color:#fd671f;color:#fff;padding:8px 30px 8px 30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;display:block;margin-top:40px;}@media only screen and (max-width:992px){.muu-rahoitus-laatikko .laheta-painike{margin-top:20px;}}.muu-rahoitus-laatikko .laheta-painike:hover{background-color:#d74100;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}@media only screen and (max-width:480px){.muu-rahoitus-laatikko .rahoitus-laatikko{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;}}.muu-ostalomake{margin-top:15px;}.muu-ostalomake .muu-lomake .vasen{width:15%;float:left;}@media only screen and (max-width:480px){.muu-ostalomake .muu-lomake .vasen{display:none;}}.muu-ostalomake .muu-lomake .oikea{width:75%;float:left;}@media only screen and (max-width:480px){.muu-ostalomake .muu-lomake .oikea{width:95%;text-align:center;}}.muu-ostalomake .muu-lomake .oikea h2{margin:0;color:#fff;}.muu-ostalomake .muu-kiitos{display:none;}.muu-ostalomake .muu-kiitos h2{margin:0;color:#fff;}.muu-ostalomake .muu-kiitos p{margin-top:20px;width:70%;}@media only screen and (max-width:480px){.muu-ostalomake .muu-kiitos p{width:90%;}}.to-go-section{padding:0;width:100%;overflow-x:hidden;}.to-go-section .edut{position:absolute;}.to-go-section .sisaltosivu-section{position:static !important;}.to-go-section .sisaltosivu-section .sisaltosivu-sisalto h2,.to-go-section .sisaltosivu-section .sisaltosivu-sisalto p{color:#25282a;}.to-go-section .sisaltosivu-section .sisaltosivu-sisalto h2 p,.to-go-section .sisaltosivu-section .sisaltosivu-sisalto p p{color:#25282a;}.to-go-section .go-tieto-kerros{width:100%;top:70px;left:0;position:absolute;z-index:1090;}@media only screen and (max-width:768px){.to-go-section .go-tieto-kerros{width:95%;top:25px;}}.to-go-section #togo-sisaltosivu{display:none;color:#000;}.to-go-section .footer-section{background-color:#25282a;}.to-go-section .footer-section .footer-musta-alue{background-color:#25282a;}.to-go-section .togo-form{padding-bottom:40px;}.to-go-section h4{color:#25282a;width:100%;text-align:center;padding-top:40px;}@media only screen and (max-width:768px){.to-go-section h4{padding:20px 0 20px 0;}}.to-go-section .sulje-painike::before,.to-go-section .sulje-painike::after{height:2px;}.to-go-section .togo-header{background-color:#25282a;width:100%;display:table;height:40px;padding-top:5px;}@media only screen and (max-width:768px){.to-go-section .togo-header{height:36px;}}.to-go-section .togo-header .vasen{margin-top:-60px;width:40%;display:table-cell;text-align:left;vertical-align:middle;padding-left:20px;}@media only screen and (max-width:480px){.to-go-section .togo-header .vasen{width:30%;padding-left:5px;}}.to-go-section .togo-header .vasen .toiminto{color:#fd671f;padding:10px;}.to-go-section .togo-header .naytalisaaPainike{margin-top:5px;margin-bottom:5px;}.to-go-section .togo-header a:hover{text-decoration:none;}.to-go-section .togo-header .logo{text-align:center;width:20%;display:table-cell;vertical-align:middle;}@media only screen and (max-width:992px){.to-go-section .togo-header .logo{padding-left:5%;}}@media only screen and (max-width:768px){.to-go-section .togo-header .logo{padding-left:1%;}}@media only screen and (max-width:480px){.to-go-section .togo-header .logo{padding-left:2%;width:28%;}}.to-go-section .togo-header .logo svg,.to-go-section .togo-header .logo image{width:200px;}@media only screen and (max-width:480px){.to-go-section .togo-header .logo svg,.to-go-section .togo-header .logo image{width:100%;padding-top:5px;}}@media only screen and (max-width:480px){.to-go-section .togo-header .logo img{width:140%;}}@media only screen and (max-width:320px){.to-go-section .togo-header .logo img{width:160%;padding-left:30px;}}.to-go-section .togo-header .logo i{font-size:92px;line-height:36px;color:#fff;float:left;}@media only screen and (max-width:768px){.to-go-section .togo-header .logo i{line-height:4px;}}@media only screen and (max-width:480px){.to-go-section .togo-header .logo i{line-height:4px;}}.to-go-section .togo-header .header-some{vertical-align:middle;}@media only screen and (max-width:768px){.to-go-section .togo-header .header-some{display:none;}}.to-go-section .togo-header .header-some .some-icon{margin:0 10px 0 10px;display:inline-block;}.to-go-section .togo-header .header-some .some-icon .ico img{width:28px;height:28px;}.to-go-section .togo-header .header-some .some-icon .naytalisaaPainike{margin-top:0;}.to-go-section .togo-header .header-some .some-icon a:hover{text-decoration:none;}.to-go-section .togo-header .header-some .some-icon img{width:80%;}.to-go-section .togo-header .header-some .some-icon i{color:#fd671f;font-size:28px;}.to-go-section .togo-header .oikea{width:40%;display:table-cell;text-align:right;padding-right:20px;}@media only screen and (max-width:480px){.to-go-section .togo-header .oikea{width:50%;padding-right:5px;}}@media only screen and (max-width:992px){.to-go-section .togo-header .otsake{display:none;}}.to-go-section .togo-header .toiminto a{color:#fd671f;padding:10px;}@media only screen and (max-width:480px){.to-go-section .togo-header .toiminto a{display:none;}}.to-go-section .togo-header .soita{display:inline-block;}@media only screen and (max-width:768px){.to-go-section .togo-header .soita{display:none;}}.to-go-section .togo-header .soita i{display:inline-block;font-size:28px;color:#fd671f;}.to-go-section .togo-header .lahetaPostia{display:inline-block;}@media only screen and (max-width:768px){.to-go-section .togo-header .lahetaPostia{display:none;}}.to-go-section .togo-header .lahetaPostia i{font-size:28px;color:#fd671f;}.to-go-section .togo-header .header-painike-vihrea{padding:2px 20px 2px 20px;background-color:#fd671f;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;border-radius:25px;color:#fff;text-decoration:none;border:0;display:none;margin-top:5px;}@media only screen and (max-width:768px){.to-go-section .togo-header .header-painike-vihrea{display:inline;margin-top:15px;}}@media only screen and (max-width:480px){.to-go-section .togo-header .header-painike-vihrea{width:115px;}}.to-go-section .togo-header .header-painike-harmaa{padding:2px 20px 2px 20px;background-color:#e3e3e3;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;border-radius:25px;color:#ccc;text-decoration:none;border:0;display:none;margin-top:5px;}@media only screen and (max-width:768px){.to-go-section .togo-header .header-painike-harmaa{display:inline-block;}}.to-go-section .togo-header-kuva{height:415px;background-image:url(../../Content/Aloituskuvat/ihminen-audi2.jpg);background-color:#25282a;width:100%;display:block;text-align:center;background-repeat:no-repeat;background-size:cover;position:relative;}.to-go-section .togo-header-kuva .togo-otsake{display:block;width:100%;position:absolute;margin-top:100px;}.to-go-section .togo-header-kuva .togo-otsake h1{text-align:center;line-height:48px;margin-bottom:1%;color:#fff;text-shadow:1px 1px 3px #333;}@media only screen and (max-width:1200px){.to-go-section .togo-header-kuva .togo-otsake h1{margin-bottom:2%;line-height:48px;}}@media only screen and (max-width:992px){.to-go-section .togo-header-kuva .togo-otsake h1{line-height:44px;}}@media only screen and (max-width:480px){.to-go-section .togo-header-kuva .togo-otsake h1{line-height:36px;}}.to-go-section .togo-header-kuva .togo-otsake h3{color:#fff;margin-bottom:50px;}.to-go-section .togo-header-kuva .edut{position:absolute;bottom:20px;}.to-go-section .togo-header-kuva .edut a{text-decoration:none;}.to-go-section .togo-header-kuva .edut .edut-teksti{background-color:#fd671f;padding:10px;margin-left:10px;margin-right:10px;border-radius:60px;color:#fff;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.to-go-section .togo-header-kuva .edut .edut-teksti:hover{background-color:#d74100;}@media only screen and (max-width:992px){.to-go-section .togo-header-kuva .edut .edut-teksti span{font-size:14px;}}@media only screen and (max-width:992px){.to-go-section .togo-header-kuva .edut .edut-teksti span{font-size:13px;}}.to-go-section .togo-header-kuva .edut .edut-teksti h3{text-shadow:1px 1px 3px #333;line-height:22px;}.to-go-section .togo-header-kuva .edut .edut-teksti p{text-shadow:1px 2px 3px #666;}.to-go-section .togo-grid{width:100%;display:table;border-spacing:20px;}@media only screen and (max-width:1200px){.to-go-section .togo-grid{margin-left:5%;margin-right:5%;width:90%;}}@media only screen and (max-width:768px){.to-go-section .togo-grid{border-spacing:0;}}@media only screen and (max-width:992px){.to-go-section .togo-grid{margin:0;width:100%;border-spacing:5px;}}.to-go-section .togo-grid .grid-item a{cursor:pointer;}@media only screen and (max-width:768px){.to-go-section .togo-grid .grid-item .grid-kuva{height:230px;}}.to-go-section .togo-grid .grid-item .vuokratieto-tyyppi{display:block;height:38px;overflow:hidden;margin:5px 0 5px 0;}.to-go-section .togo-grid .grid-item .vuokratieto{margin:0;font-size:13px;}.to-go-section .togo-grid .grid-item .vuokratieto span{color:#8e8e93;font-size:13px;}.to-go-section .togo-grid .grid-item .hinta{max-width:215px;height:22px;overflow:hidden;text-align:right;word-break:break-all;}@media only screen and (max-width:1200px){.to-go-section .togo-grid .grid-item .hinta{font-size:14px;max-width:190px;}}@media only screen and (max-width:992px){.to-go-section .togo-grid .grid-item .hinta{font-size:16px;max-width:215px;}}@media only screen and (max-width:768px){.to-go-section .togo-grid .grid-item .hinta{font-size:14px;max-width:190px;}}@media only screen and (max-width:480px){.to-go-section .togo-grid .grid-item .hinta{font-size:16px;max-width:215px;}}.to-go-section .togo-grid .togo-auto{width:100%;display:table-row;}@media only screen and (max-width:992px){.to-go-section .togo-grid .togo-auto{display:block;margin-top:40px;}}.to-go-section .togo-grid .togo-auto .togo-autokuva{width:47%;display:table-cell;}@media only screen and (max-width:768px){.to-go-section .togo-grid .togo-auto .togo-autokuva{width:100%;display:block;}}.to-go-section .togo-grid .togo-auto .togo-autokuva img{width:100%;}.to-go-section .togo-grid .togo-auto .togo-autoinfo{padding:25px;color:#fff;width:50%;display:table-cell;background-color:#232328;vertical-align:middle;}@media only screen and (max-width:768px){.to-go-section .togo-grid .togo-auto .togo-autoinfo{width:100%;display:block;padding:15px;}}.to-go-section .togo-grid .togo-auto .togo-autoinfo h3{margin:0;padding:0;margin-bottom:10px;}.to-go-section .togo-grid .togo-auto .togo-autoinfo .keltainenKorostus{color:#fd671f;}.to-go-section .togo-grid .togo-auto .togo-autoinfo .varaaKayttoosi{padding:0;margin:0;}.to-go-section .togo-grid .togo-auto .togo-autoinfo .painikkeet .aktiivinen{background-color:#000 !important;color:#fff !important;}.to-go-section .togo-grid .togo-auto .togo-autoinfo .painikkeet .naytalisaaPainike{cursor:pointer;margin-right:10px;font-weight:100;}@media only screen and (max-width:768px){.to-go-section .togo-grid .togo-auto .togo-autoinfo .painikkeet .naytalisaaPainike{display:block;text-align:center;padding:7px;}}.to-go-section .togo-grid .togo-auto .togo-autoinfo .painikkeet .naytalisaaPainike:focus{background-color:#25282a;color:#fff;}.to-go-section .togo-grid .togo-auto .togo-autoinfo .painikkeet .valkoinenPainike{background-color:#fd671f;color:#fff;font-weight:100;}@media only screen and (max-width:768px){.to-go-section .togo-grid .togo-auto .togo-autoinfo .painikkeet .valkoinenPainike{display:block;text-align:center;padding:7px;}}.to-go-section .togo-grid .togo-auto .togo-autoinfo p.tietoP{text-transform:uppercase;margin:0;padding:0;}.to-go-section .togo-grid .togo-auto .togo-autoinfo p.tietoP .tieto{color:#8e8e93;}.to-go-section .togo-grid .togo-auto .togo-autoinfo p.tyyppi{margin-top:10px;}.to-go-section .togo-grid .togo-lomake{text-align:left;display:none;background:#fff;}@media only screen and (max-width:768px){.to-go-section .togo-grid .togo-lomake .sulje-painike{top:0;right:0;}}.to-go-section .togo-grid .togo-tiedot{display:none;background:#fff;width:100%;margin-top:-20px;}@media only screen and (max-width:768px){.to-go-section .togo-grid .togo-tiedot{margin:0;}}.to-go-section .togo-grid .togo-tiedot .tekniset-section .col-1{width:70%;padding:15px;}@media only screen and (max-width:992px){.to-go-section .togo-grid .togo-tiedot .tekniset-section .col-1{width:90%;}}.to-go-section .tekniset-tiedot-komponentti{background-color:#fff;clear:both;width:auto;}.to-go-section .tekniset-tiedot-komponentti .tekniset-section h3{color:#25282a;}.to-go-section .tekniset-tiedot-komponentti .tekniset-section h4{color:#25282a;text-align:center;width:60%;}@media only screen and (max-width:480px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section h4{width:100%;}}.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu{width:100%;display:table;border-collapse:collapse;}@media only screen and (max-width:768px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu{width:95%;margin:0 2.5% 0 2.5%;display:block;}}.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .tr{display:table-row;}@media only screen and (max-width:768px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .tr{width:100%;border-top:0;display:block;height:auto;}}@media only screen and (max-width:768px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .tr:last-of-type{border-bottom:0;}}.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .td{vertical-align:middle;display:table-cell;border-bottom:1px solid #25282a;padding:5px 0 5px 0;}@media only screen and (max-width:768px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .td{width:45%;display:inline-block;}}.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .otsikko{text-align:left;font-weight:bold;}.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .arvo{text-align:left;}@media only screen and (max-width:768px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section .taulu .arvo{text-align:right;}}.to-go-section .tekniset-tiedot-komponentti .tekniset-section .otsikko,.to-go-section .tekniset-tiedot-komponentti .tekniset-section .arvo{color:#25282a;}@media only screen and (max-width:480px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section table{margin-left:0;width:100%;}}.to-go-section .tekniset-tiedot-komponentti .tekniset-section table td{border-top:1px solid #25282a;border-bottom:1px solid #25282a;}@media only screen and (max-width:480px){.to-go-section .tekniset-tiedot-komponentti .tekniset-section table td{border-top:0;vertical-align:middle !important;}}.to-go-section .tekniset-tiedot-komponentti .tekniset-section li.varuste-listaus{color:#25282a;list-style:none;}.to-go-section .lisatiedot-komponentti .lisatiedot-section{background-color:#fff;color:#25282a;}.to-go-section .lisatiedot-komponentti .lisatiedot-section .otsikko-alue{background-color:#fff;}.to-go-section .lisatiedot-komponentti .lisatiedot-section h3{color:#25282a;text-transform:uppercase;}.datepickerAlkaaTF::-webkit-inner-spin-button,.datepickerPaattyyTF::-webkit-inner-spin-button,.datepickerAlkaaTF::-webkit-calendar-picker-indicator,.datepickerPaattyyTF::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none;}.togo-lomake{color:#000;width:100%;display:none;}@media only screen and (max-width:768px){.togo-lomake{margin:0;}}.togo-lomake .label{color:#000;text-align:left;display:block;}@media only screen and (max-width:768px){.togo-lomake .label{width:100%;padding-left:10px;}}.togo-lomake .textarea{width:93%;}@media only screen and (max-width:768px){.togo-lomake .textarea{width:95%;}}.togo-lomake .input-group{width:50%;display:inline-block;}@media only screen and (max-width:480px){.togo-lomake .input-group{width:100%;}}.togo-lomake .input-group .tf{width:76%;float:left;}@media only screen and (max-width:1200px){.togo-lomake .input-group .tf{width:70%;}}@media only screen and (max-width:768px){.togo-lomake .input-group .tf{width:80%;}}.togo-lomake .input-group .tf.datepicker{border-radius:0;border-top-left-radius:5px;border-bottom-left-radius:5px;}.togo-lomake .input-group .input-group-addon{width:37px;height:37px;float:left;border:0;border-top-right-radius:5px;border-bottom-right-radius:5px;background-color:#e3e3e3;}@media only screen and (max-width:480px){.togo-lomake .input-group .input-group-addon{width:15%;}}.togo-lomake .input-group .input-group-addon span{top:5px;color:#fd671f;}.togo-lomake .lomakeRivi{width:90%;}@media only screen and (max-width:768px){.togo-lomake .lomakeRivi{width:100%;padding-left:10px;}}.togo-lomake .unelmalomake-teksti{margin-top:60px;}@media only screen and (max-width:1460px){.togo-lomake .unelmalomake-teksti{margin-left:20px;}}@media only screen and (max-width:768px){.togo-lomake .unelmalomake-teksti{width:100%;margin-left:0;}}.togo-lomake .unelmalomake-teksti h3{padding-top:20px;}.togo-lomake .unelmalomake-teksti p{margin-top:30px;}.togo-lomake .togolomake-kiitos{display:none;background:#25282a;width:100%;text-align:center;padding:20px;}.togo-lomake .togolomake-kiitos h3,.togo-lomake .togolomake-kiitos h4{line-height:24px;color:#fff;}#vuokraajanedut-laatikko{margin-top:-1800px;filter:alpha(opacity=0);opacity:0;}#togoVuokraedutPainike{display:none;}@media only screen and (max-width:768px){#togoVuokraedutPainike{display:inline-block;}}.vuokraajan-edut{background-color:#25282a;z-index:999;position:absolute;top:0;width:100%;text-align:center;}.vuokraajan-edut .sulje-painike::before,.vuokraajan-edut .sulje-painike::after{background-color:#fd671f;height:2px;}.vuokraajan-edut h2{color:#fff;margin-top:80px;margin-bottom:25px;}.vuokraajan-edut .step{width:100%;padding-bottom:40px;}.vuokraajan-edut .step .step-item:hover{text-decoration:none;}.vuokraajan-edut .step .step-item{width:196px;display:inline-block;margin-right:90px;height:auto;vertical-align:top;}@media only screen and (max-width:1200px){.vuokraajan-edut .step .step-item{width:18%;margin-right:4%;}}@media only screen and (max-width:768px){.vuokraajan-edut .step .step-item{width:35%;margin-right:5%;}}@media only screen and (max-width:992px){.vuokraajan-edut .step .step-item img{width:100%;}}@media only screen and (max-width:768px){.vuokraajan-edut .step .step-item img{width:auto;}}@media only screen and (max-width:480px){.vuokraajan-edut .step .step-item img{width:100%;}}.vuokraajan-edut .step .step-item h3{text-transform:uppercase;color:#fd671f;line-height:19px;}.vuokraajan-edut .step .step-item p{color:#fff;}.vuokraajan-edut .step .step-item i{padding:30px;display:inline-block;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:80px;-moz-box-shadow:0 0 2px #888;-webkit-box-shadow:0 0 2px #888;box-shadow:0 0 2px #888;background-color:#fd671f;color:#25282a;font-size:78px;}@media only screen and (max-width:480px){.vuokraajan-edut .step .step-item i{font-size:62px;padding:20px;}}.vuokraajan-edut .step .step-item:last-of-type{margin-right:0;}.varattu-pvm-teksti{color:#f00;}.lifestyle-somealue{text-align:center;padding:2.3%;margin-top:30px;margin-bottom:10px;max-width:1200px;margin-left:auto;margin-right:auto;}@media only screen and (max-width:768px){.lifestyle-somealue{text-align:center;}}.lifestyle-somealue h1{float:left;color:#25282a;}.lifestyle-somealue .lifestye-someikonit{float:right;margin-top:20px;}.lifestyle-somealue span{font-size:2vw;padding:15px;color:#fff;}@media only screen and (max-width:768px){.lifestyle-somealue span{display:block;font-size:3.5vw;}}@media only screen and (max-width:480px){.lifestyle-somealue span{display:block;font-size:4.5vw;}}.lifestyle-somealue .some-icon-fb{padding:0 20px;}.lifestyle-somealue .some-icon{margin:0 1px 0 1px;display:inline-block;}.lifestyle-somealue .some-icon a:hover{text-decoration:none;}.lifestyle-somealue .some-icon i{color:#fd671f;font-size:35px;}.sisalto-alue{margin:0 auto;text-align:center;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-webkit-flex-direction:row;flex-direction:row;}@media only screen and (max-width:768px){.sisalto-alue{width:100% !important;}}.sisalto-alue .kaksiosa{border:10px solid #fff;margin:10px;overflow:hidden;width:61%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap;}@media only screen and (max-width:992px){.sisalto-alue .kaksiosa{width:720px;}}@media only screen and (max-width:768px){.sisalto-alue .kaksiosa{width:95%;margin-left:2.5%;margin-right:2.5%;}}.sisalto-alue .puolet{width:50%;vertical-align:top;background-color:#fff;position:relative;}@media only screen and (max-width:768px){.sisalto-alue .puolet{width:100%;}}@media only screen and (max-width:480px){.sisalto-alue .puolet{width:100%;}}.sisalto-alue .puolet .kuva{display:block;margin-left:-145px;}@media only screen and (max-width:768px){.sisalto-alue .puolet .kuva{height:auto;width:100%;height:auto;position:static;margin-left:0;}}@media only screen and (max-width:768px){.sisalto-alue .puolet .kuva img{width:100%;height:auto;}}.sisalto-alue .puolet.teksti{width:50%;padding:20px;text-align:left;color:#25282a;vertical-align:middle;}@media only screen and (max-width:768px){.sisalto-alue .puolet.teksti{width:100%;}}.sisalto-alue .puolet.teksti a{color:#25282a;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.sisalto-alue .puolet.teksti a:hover{text-decoration:none;color:#8e8e93;}.sisalto-alue .puolet.teksti .tekstiWrap{display:block;margin-top:40%;}@media only screen and (max-width:768px){.sisalto-alue .puolet.teksti .tekstiWrap{width:100%;margin-top:10px;}}.sisalto-alue .lue-lisaa-painike{text-align:center;background-color:#fd671f;color:#fff;display:block;padding:8px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;border-radius:30px;border:0;text-decoration:none;width:150px;max-width:100%;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;font-size:14px;}@media only screen and (max-width:1200px){.sisalto-alue .lue-lisaa-painike{padding:8px;}}.sisalto-alue .lue-lisaa-painike:hover{color:#fff;text-decoration:none;background-color:#d74100 !important;-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}.sisalto-alue .yksiosa{margin:10px;overflow:hidden;width:30%;background-color:#fff;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;}@media only screen and (max-width:992px){.sisalto-alue .yksiosa{-webkit-box-ordinal-group:1 !important;-moz-box-ordinal-group:1 !important;-ms-flex-order:1 !important;-webkit-order:1 !important;order:1 !important;width:350px;}}@media only screen and (max-width:768px){.sisalto-alue .yksiosa{width:95%;margin-left:2.5%;margin-right:2.5%;height:100%;}}@media only screen and (max-width:480px){.sisalto-alue .yksiosa{width:95%;margin-left:2.5%;margin-right:2.5%;height:100%;}}.sisalto-alue .yksiosa .lifestyle-facebookWrap{padding-bottom:70px;padding-top:10px;width:100%;}@media only screen and (max-width:768px){.sisalto-alue .yksiosa .lifestyle-facebookWrap{max-height:none;}}.sisalto-alue .yksiosa .fb-header{margin:15px;text-align:left;margin-bottom:5px;height:50px;}.sisalto-alue .yksiosa .fb-header .some-icon{display:inline-block;float:right;right:15px;top:15px;}.sisalto-alue .yksiosa .fb-header .some-icon a:hover{text-decoration:none;}.sisalto-alue .yksiosa .fb-header .some-icon i{color:#fd671f;font-size:30px;}.sisalto-alue .yksiosa .fb-header .fb-logo{display:inline-block;margin-right:15px;vertical-align:top;}.sisalto-alue .yksiosa .fb-header .fb-logo img{height:30px;border-radius:50%;}.sisalto-alue .yksiosa .fb-header .caara-teksti{color:#25282a;display:inline-block;}.sisalto-alue .yksiosa .fb-kuvaWrap{text-align:center;border:10px solid #fff;}.sisalto-alue .yksiosa .fb-kuvaWrap img{max-width:100%;}.sisalto-alue .yksiosa .fb-tekstiWrap{text-align:left;margin:15px 15px;overflow:hidden;}.sisalto-alue .yksiosa .fb-tekstiWrap .otsikko-sisalto{color:#25282a;}.sisalto-alue .yksiosa .avaa-fb{text-align:left;margin:30px 0 30px 15px;position:absolute;bottom:0;display:block;}.sisalto-alue .yksiosa .avaa-fb a{font-size:14px;}.sisalto-alue .lifestyle-testimonial .puolet{background-color:#fd671f;color:#25282a;text-align:center;}.sisalto-alue .lifestyle-testimonial .puolet.teksti{position:relative;}.sisalto-alue .lifestyle-testimonial .testimonial-nuoli{position:absolute;left:-25px;top:152px;width:0;height:0;border-style:solid;border-width:15px 26px 15px 0;border-color:transparent #fd671f transparent transparent;}@media only screen and (max-width:768px){.sisalto-alue .lifestyle-testimonial .testimonial-nuoli{display:none;}}.yhteystiedot{margin-top:65px;color:#25282a;}.yhteystiedot h1,.yhteystiedot h2{margin-top:40px;margin-bottom:40px;}.yhteystiedot .yhteystieto-wrap{margin:0 20px 0 20px;display:block;width:1200px;text-align:center;margin-left:auto;margin-right:auto;text-align:left;padding:0 15px;}@media only screen and (max-width:1200px){.yhteystiedot .yhteystieto-wrap{width:100%;}}@media only screen and (max-width:768px){.yhteystiedot .yhteystieto-wrap{padding:0 5px;}}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko{margin-bottom:20px;display:block;background-color:#fff;padding:0 25px 5px 25px;}@media only screen and (max-width:768px){.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko{padding:0 10px 0 10px;}}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .laatikko-ikoni{margin-top:25px;display:inline-block;vertical-align:middle;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .laatikko-ikoni img{height:100%;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .yleistiedot{margin-top:15px;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .myyjat-otsikko{margin-bottom:0;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko h2{margin-bottom:15px;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko h3{font-size:26px;font-family:"Skatta Sans Medium";padding:0;padding-top:15px;display:inline-block;margin-top:5px;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .button-container{text-align:right;}@media only screen and (max-width:768px){.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .button-container{text-align:left;}}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .kartta{height:200px;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .harmaa-tausta{background:#e3e3e3;padding:15px;border-radius:5px;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .myyjat-modal-container{padding-bottom:40px;}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .kaikki-toimipisteen-vaihtoautot{float:right;}@media only screen and (max-width:768px){.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .kaikki-toimipisteen-vaihtoautot{float:none;}}.yhteystiedot .yhteystieto-wrap .yhteystieto-laatikko .aktiivinen{background-color:#fd671f !important;color:#fff;}
