@charset "UTF-8";
/* =====================================================================================================================
======================================================= BOOTSTRAP ======================================================
===================================================================================================================== */
/*! 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;
  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;
  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;
  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('../../../libs/Bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../libs/Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../libs/Bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../libs/Bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../libs/Bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../libs/Bootstrap/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;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-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: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.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: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
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: 0.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: #fff;
  background-color: #333;
  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 #ccc;
  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;
}
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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.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 #ddd;
  }
  .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;
  }
}
.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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  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: #333;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  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: #fff;
  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: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  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: #fff;
  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: #fff;
}
.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: #fff;
  border: 1px solid #ccc;
  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);
  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: #fff;
  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;
}
.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 #ddd;
}
.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 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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: #fff;
  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 #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    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: #fff;
  }
}
.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;
}
.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: #ccc;
}
.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: #fff;
  border: 1px solid #ddd;
  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: #ddd;
}
.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: #fff;
  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: #fff;
  border-color: #ddd;
  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: #fff;
  border: 1px solid #ddd;
  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: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  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: #fff;
  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: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.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: 15px;
  padding-right: 15px;
}
.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: #fff;
  border: 1px solid #ddd;
  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: #fff;
  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: #fff;
  border: 1px solid #ddd;
}
.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: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  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: #fff;
  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: #fff;
  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 #ddd;
  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 #ddd;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  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: #fff;
}
.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: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .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: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  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: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-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: #fff;
  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: #fff;
  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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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,
.dl-horizontal dd,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.pager,
.panel-body,
.modal-header,
.modal-footer,
.container,
.container-fluid,
.row,
.container-medium {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-medium:before,
.container-medium:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after,
.container-medium:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-medium:before,
.container-medium:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after,
.container-medium: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;
  }
}
/* =====================================================================================================================
====================================================== PAGE STYLES =====================================================
===================================================================================================================== */
@font-face {
  font-family: 'proxima_nova';
  src: url('../../fonts/ProximaNova/proximanova_light_czech/proximanova-light-webfont.eot');
  src: url('../../fonts/ProximaNova/proximanova_light_czech/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/ProximaNova/proximanova_light_czech/proximanova-light-webfont.woff2') format('woff2'), url('../../fonts/ProximaNova/proximanova_light_czech/proximanova-light-webfont.woff') format('woff'), url('../../fonts/ProximaNova/proximanova_light_czech/proximanova-light-webfont.ttf') format('truetype'), url('../../fonts/ProximaNova/proximanova_light_czech/proximanova-light-webfont.svg#proxima_nova') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('../../fonts/ProximaNova/proximanova_regular_czech/proximanova-regular-webfont.eot');
  src: url('../../fonts/ProximaNova/proximanova_regular_czech/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/ProximaNova/proximanova_regular_czech/proximanova-regular-webfont.woff2') format('woff2'), url('../../fonts/ProximaNova/proximanova_regular_czech/proximanova-regular-webfont.woff') format('woff'), url('../../fonts/ProximaNova/proximanova_regular_czech/proximanova-regular-webfont.ttf') format('truetype'), url('../../fonts/ProximaNova/proximanova_regular_czech/proximanova-regular-webfont.svg#proxima_nova') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('../../fonts/ProximaNova/proximanova_semibold_czech/proximanova-semibold-webfont.eot');
  src: url('../../fonts/ProximaNova/proximanova_semibold_czech/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/ProximaNova/proximanova_semibold_czech/proximanova-semibold-webfont.woff2') format('woff2'), url('../../fonts/ProximaNova/proximanova_semibold_czech/proximanova-semibold-webfont.woff') format('woff'), url('../../fonts/ProximaNova/proximanova_semibold_czech/proximanova-semibold-webfont.ttf') format('truetype'), url('../../fonts/ProximaNova/proximanova_semibold_czech/proximanova-semibold-webfont.svg#proxima_nova') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova';
  src: url('../../fonts/ProximaNova/proximanova_bold_czech/proximanova-bold-webfont.eot');
  src: url('../../fonts/ProximaNova/proximanova_bold_czech/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/ProximaNova/proximanova_bold_czech/proximanova-bold-webfont.woff2') format('woff2'), url('../../fonts/ProximaNova/proximanova_bold_czech/proximanova-bold-webfont.woff') format('woff'), url('../../fonts/ProximaNova/proximanova_bold_czech/proximanova-bold-webfont.ttf') format('truetype'), url('../../fonts/ProximaNova/proximanova_bold_czech/proximanova-bold-webfont.svg#proxima_nova') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*@font-face {
  font-family: 'proxima_nova';
  src: url('../../../fonts/ProximaNova/proximanova-extrabold-webfont.eot');
  src: url('../../../fonts/ProximaNova/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../../fonts/ProximaNova/proximanova-extrabold-webfont.woff2') format('woff2'),
  url('../../../fonts/ProximaNova/proximanova-extrabold-webfont.woff') format('woff'),
  url('../../../fonts/ProximaNova/proximanova-extrabold-webfont.ttf') format('truetype'),
  url('../../../fonts/ProximaNova/proximanova-extrabold-webfont.svg#proxima_nova') format('svg');
  font-weight: 800;
  font-style: normal;
}*/
@font-face {
  font-family: 'BoosterNextFY';
  /*Thin*/
  src: url('../../fonts/BoosterNextFY/301685_0_0.eot');
  src: url('../../fonts/BoosterNextFY/301685_0_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/BoosterNextFY/301685_0_0.woff2') format('woff2'), url('../../fonts/BoosterNextFY/301685_0_0.woff') format('woff'), url('../../fonts/BoosterNextFY/301685_0_0.ttf') format('truetype');
  font-weight: 200;
}
@font-face {
  font-family: 'BoosterNextFY';
  /*Light*/
  src: url('../../fonts/BoosterNextFY/301685_4_0.eot');
  src: url('../../fonts/BoosterNextFY/301685_4_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/BoosterNextFY/301685_4_0.woff2') format('woff2'), url('../../fonts/BoosterNextFY/301685_4_0.woff') format('woff'), url('../../fonts/BoosterNextFY/301685_4_0.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'BoosterNextFY';
  /*Regular*/
  src: url('../../fonts/BoosterNextFY/301685_1_0.eot');
  src: url('../../fonts/BoosterNextFY/301685_1_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/BoosterNextFY/301685_1_0.woff2') format('woff2'), url('../../fonts/BoosterNextFY/301685_1_0.woff') format('woff'), url('../../fonts/BoosterNextFY/301685_1_0.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'BoosterNextFY';
  /*Medium*/
  src: url('../../fonts/BoosterNextFY/301685_2_0.eot');
  src: url('../../fonts/BoosterNextFY/301685_2_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/BoosterNextFY/301685_2_0.woff2') format('woff2'), url('../../fonts/BoosterNextFY/301685_2_0.woff') format('woff'), url('../../fonts/BoosterNextFY/301685_2_0.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'BoosterNextFY';
  /*Bold*/
  src: url('../../fonts/BoosterNextFY/301685_5_0.eot');
  src: url('../../fonts/BoosterNextFY/301685_5_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/BoosterNextFY/301685_5_0.woff2') format('woff2'), url('../../fonts/BoosterNextFY/301685_5_0.woff') format('woff'), url('../../fonts/BoosterNextFY/301685_5_0.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'BoosterNextFY';
  /*Black*/
  src: url('../../fonts/BoosterNextFY/301685_3_0.eot');
  src: url('../../fonts/BoosterNextFY/301685_3_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/BoosterNextFY/301685_3_0.woff2') format('woff2'), url('../../fonts/BoosterNextFY/301685_3_0.woff') format('woff'), url('../../fonts/BoosterNextFY/301685_3_0.ttf') format('truetype');
  font-weight: 800;
}
/* =====================================================================================================================
============================================ Gridx SYSTEM BY TOMÁŠ JORPALIDIS ===========================================
===================================================================================================================== */
/* =====================================================================================================================
===================================================== gridx SETTINGS ====================================================
===================================================================================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  /*@media (min-width: @gridx-xl-min) {
    width: @gridx-container-xl;
  }*/
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-xs-1,
.grid-s-1,
.grid-m-1,
.grid-l-1,
.grid-xl-1,
.grid-xxl-1,
.grid-xs-2,
.grid-s-2,
.grid-m-2,
.grid-l-2,
.grid-xl-2,
.grid-xxl-2,
.grid-xs-3,
.grid-s-3,
.grid-m-3,
.grid-l-3,
.grid-xl-3,
.grid-xxl-3,
.grid-xs-4,
.grid-s-4,
.grid-m-4,
.grid-l-4,
.grid-xl-4,
.grid-xxl-4,
.grid-xs-5,
.grid-s-5,
.grid-m-5,
.grid-l-5,
.grid-xl-5,
.grid-xxl-5,
.grid-xs-6,
.grid-s-6,
.grid-m-6,
.grid-l-6,
.grid-xl-6,
.grid-xxl-6,
.grid-xs-7,
.grid-s-7,
.grid-m-7,
.grid-l-7,
.grid-xl-7,
.grid-xxl-7,
.grid-xs-8,
.grid-s-8,
.grid-m-8,
.grid-l-8,
.grid-xl-8,
.grid-xxl-8,
.grid-xs-9,
.grid-s-9,
.grid-m-9,
.grid-l-9,
.grid-xl-9,
.grid-xxl-9,
.grid-xs-10,
.grid-s-10,
.grid-m-10,
.grid-l-10,
.grid-xl-10,
.grid-xxl-10,
.grid-xs-11,
.grid-s-11,
.grid-m-11,
.grid-l-11,
.grid-xl-11,
.grid-xxl-11,
.grid-xs-12,
.grid-s-12,
.grid-m-12,
.grid-l-12,
.grid-xl-12,
.grid-xxl-12,
.grid-xs-13,
.grid-s-13,
.grid-m-13,
.grid-l-13,
.grid-xl-13,
.grid-xxl-13,
.grid-xs-14,
.grid-s-14,
.grid-m-14,
.grid-l-14,
.grid-xl-14,
.grid-xxl-14,
.grid-xs-15,
.grid-s-15,
.grid-m-15,
.grid-l-15,
.grid-xl-15,
.grid-xxl-15,
.grid-xs-16,
.grid-s-16,
.grid-m-16,
.grid-l-16,
.grid-xl-16,
.grid-xxl-16,
.grid-xs-17,
.grid-s-17,
.grid-m-17,
.grid-l-17,
.grid-xl-17,
.grid-xxl-17,
.grid-xs-18,
.grid-s-18,
.grid-m-18,
.grid-l-18,
.grid-xl-18,
.grid-xxl-18,
.grid-xs-19,
.grid-s-19,
.grid-m-19,
.grid-l-19,
.grid-xl-19,
.grid-xxl-19,
.grid-xs-20,
.grid-s-20,
.grid-m-20,
.grid-l-20,
.grid-xl-20,
.grid-xxl-20,
.grid-xs-21,
.grid-s-21,
.grid-m-21,
.grid-l-21,
.grid-xl-21,
.grid-xxl-21,
.grid-xs-22,
.grid-s-22,
.grid-m-22,
.grid-l-22,
.grid-xl-22,
.grid-xxl-22,
.grid-xs-23,
.grid-s-23,
.grid-m-23,
.grid-l-23,
.grid-xl-23,
.grid-xxl-23,
.grid-xs-24,
.grid-s-24,
.grid-m-24,
.grid-l-24,
.grid-xl-24,
.grid-xxl-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.grid-xs-1,
.grid-xs-2,
.grid-xs-3,
.grid-xs-4,
.grid-xs-5,
.grid-xs-6,
.grid-xs-7,
.grid-xs-8,
.grid-xs-9,
.grid-xs-10,
.grid-xs-11,
.grid-xs-12,
.grid-xs-13,
.grid-xs-14,
.grid-xs-15,
.grid-xs-16,
.grid-xs-17,
.grid-xs-18,
.grid-xs-19,
.grid-xs-20,
.grid-xs-21,
.grid-xs-22,
.grid-xs-23,
.grid-xs-24 {
  float: left;
}
.grid-xs-24 {
  width: 100%;
}
.grid-xs-23 {
  width: 95.83333333%;
}
.grid-xs-22 {
  width: 91.66666667%;
}
.grid-xs-21 {
  width: 87.5%;
}
.grid-xs-20 {
  width: 83.33333333%;
}
.grid-xs-19 {
  width: 79.16666667%;
}
.grid-xs-18 {
  width: 75%;
}
.grid-xs-17 {
  width: 70.83333333%;
}
.grid-xs-16 {
  width: 66.66666667%;
}
.grid-xs-15 {
  width: 62.5%;
}
.grid-xs-14 {
  width: 58.33333333%;
}
.grid-xs-13 {
  width: 54.16666667%;
}
.grid-xs-12 {
  width: 50%;
}
.grid-xs-11 {
  width: 45.83333333%;
}
.grid-xs-10 {
  width: 41.66666667%;
}
.grid-xs-9 {
  width: 37.5%;
}
.grid-xs-8 {
  width: 33.33333333%;
}
.grid-xs-7 {
  width: 29.16666667%;
}
.grid-xs-6 {
  width: 25%;
}
.grid-xs-5 {
  width: 20.83333333%;
}
.grid-xs-4 {
  width: 16.66666667%;
}
.grid-xs-3 {
  width: 12.5%;
}
.grid-xs-2 {
  width: 8.33333333%;
}
.grid-xs-1 {
  width: 4.16666667%;
}
.grid-xs-pull-24 {
  right: 100%;
}
.grid-xs-pull-23 {
  right: 95.83333333%;
}
.grid-xs-pull-22 {
  right: 91.66666667%;
}
.grid-xs-pull-21 {
  right: 87.5%;
}
.grid-xs-pull-20 {
  right: 83.33333333%;
}
.grid-xs-pull-19 {
  right: 79.16666667%;
}
.grid-xs-pull-18 {
  right: 75%;
}
.grid-xs-pull-17 {
  right: 70.83333333%;
}
.grid-xs-pull-16 {
  right: 66.66666667%;
}
.grid-xs-pull-15 {
  right: 62.5%;
}
.grid-xs-pull-14 {
  right: 58.33333333%;
}
.grid-xs-pull-13 {
  right: 54.16666667%;
}
.grid-xs-pull-12 {
  right: 50%;
}
.grid-xs-pull-11 {
  right: 45.83333333%;
}
.grid-xs-pull-10 {
  right: 41.66666667%;
}
.grid-xs-pull-9 {
  right: 37.5%;
}
.grid-xs-pull-8 {
  right: 33.33333333%;
}
.grid-xs-pull-7 {
  right: 29.16666667%;
}
.grid-xs-pull-6 {
  right: 25%;
}
.grid-xs-pull-5 {
  right: 20.83333333%;
}
.grid-xs-pull-4 {
  right: 16.66666667%;
}
.grid-xs-pull-3 {
  right: 12.5%;
}
.grid-xs-pull-2 {
  right: 8.33333333%;
}
.grid-xs-pull-1 {
  right: 4.16666667%;
}
.grid-xs-pull-0 {
  right: auto;
}
.grid-xs-push-24 {
  left: 100%;
}
.grid-xs-push-23 {
  left: 95.83333333%;
}
.grid-xs-push-22 {
  left: 91.66666667%;
}
.grid-xs-push-21 {
  left: 87.5%;
}
.grid-xs-push-20 {
  left: 83.33333333%;
}
.grid-xs-push-19 {
  left: 79.16666667%;
}
.grid-xs-push-18 {
  left: 75%;
}
.grid-xs-push-17 {
  left: 70.83333333%;
}
.grid-xs-push-16 {
  left: 66.66666667%;
}
.grid-xs-push-15 {
  left: 62.5%;
}
.grid-xs-push-14 {
  left: 58.33333333%;
}
.grid-xs-push-13 {
  left: 54.16666667%;
}
.grid-xs-push-12 {
  left: 50%;
}
.grid-xs-push-11 {
  left: 45.83333333%;
}
.grid-xs-push-10 {
  left: 41.66666667%;
}
.grid-xs-push-9 {
  left: 37.5%;
}
.grid-xs-push-8 {
  left: 33.33333333%;
}
.grid-xs-push-7 {
  left: 29.16666667%;
}
.grid-xs-push-6 {
  left: 25%;
}
.grid-xs-push-5 {
  left: 20.83333333%;
}
.grid-xs-push-4 {
  left: 16.66666667%;
}
.grid-xs-push-3 {
  left: 12.5%;
}
.grid-xs-push-2 {
  left: 8.33333333%;
}
.grid-xs-push-1 {
  left: 4.16666667%;
}
.grid-xs-push-0 {
  left: auto;
}
.grid-xs-offset-24 {
  margin-left: 100%;
}
.grid-xs-offset-23 {
  margin-left: 95.83333333%;
}
.grid-xs-offset-22 {
  margin-left: 91.66666667%;
}
.grid-xs-offset-21 {
  margin-left: 87.5%;
}
.grid-xs-offset-20 {
  margin-left: 83.33333333%;
}
.grid-xs-offset-19 {
  margin-left: 79.16666667%;
}
.grid-xs-offset-18 {
  margin-left: 75%;
}
.grid-xs-offset-17 {
  margin-left: 70.83333333%;
}
.grid-xs-offset-16 {
  margin-left: 66.66666667%;
}
.grid-xs-offset-15 {
  margin-left: 62.5%;
}
.grid-xs-offset-14 {
  margin-left: 58.33333333%;
}
.grid-xs-offset-13 {
  margin-left: 54.16666667%;
}
.grid-xs-offset-12 {
  margin-left: 50%;
}
.grid-xs-offset-11 {
  margin-left: 45.83333333%;
}
.grid-xs-offset-10 {
  margin-left: 41.66666667%;
}
.grid-xs-offset-9 {
  margin-left: 37.5%;
}
.grid-xs-offset-8 {
  margin-left: 33.33333333%;
}
.grid-xs-offset-7 {
  margin-left: 29.16666667%;
}
.grid-xs-offset-6 {
  margin-left: 25%;
}
.grid-xs-offset-5 {
  margin-left: 20.83333333%;
}
.grid-xs-offset-4 {
  margin-left: 16.66666667%;
}
.grid-xs-offset-3 {
  margin-left: 12.5%;
}
.grid-xs-offset-2 {
  margin-left: 8.33333333%;
}
.grid-xs-offset-1 {
  margin-left: 4.16666667%;
}
.grid-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 500px) {
  .grid-s-1,
  .grid-s-2,
  .grid-s-3,
  .grid-s-4,
  .grid-s-5,
  .grid-s-6,
  .grid-s-7,
  .grid-s-8,
  .grid-s-9,
  .grid-s-10,
  .grid-s-11,
  .grid-s-12,
  .grid-s-13,
  .grid-s-14,
  .grid-s-15,
  .grid-s-16,
  .grid-s-17,
  .grid-s-18,
  .grid-s-19,
  .grid-s-20,
  .grid-s-21,
  .grid-s-22,
  .grid-s-23,
  .grid-s-24 {
    float: left;
  }
  .grid-s-24 {
    width: 100%;
  }
  .grid-s-23 {
    width: 95.83333333%;
  }
  .grid-s-22 {
    width: 91.66666667%;
  }
  .grid-s-21 {
    width: 87.5%;
  }
  .grid-s-20 {
    width: 83.33333333%;
  }
  .grid-s-19 {
    width: 79.16666667%;
  }
  .grid-s-18 {
    width: 75%;
  }
  .grid-s-17 {
    width: 70.83333333%;
  }
  .grid-s-16 {
    width: 66.66666667%;
  }
  .grid-s-15 {
    width: 62.5%;
  }
  .grid-s-14 {
    width: 58.33333333%;
  }
  .grid-s-13 {
    width: 54.16666667%;
  }
  .grid-s-12 {
    width: 50%;
  }
  .grid-s-11 {
    width: 45.83333333%;
  }
  .grid-s-10 {
    width: 41.66666667%;
  }
  .grid-s-9 {
    width: 37.5%;
  }
  .grid-s-8 {
    width: 33.33333333%;
  }
  .grid-s-7 {
    width: 29.16666667%;
  }
  .grid-s-6 {
    width: 25%;
  }
  .grid-s-5 {
    width: 20.83333333%;
  }
  .grid-s-4 {
    width: 16.66666667%;
  }
  .grid-s-3 {
    width: 12.5%;
  }
  .grid-s-2 {
    width: 8.33333333%;
  }
  .grid-s-1 {
    width: 4.16666667%;
  }
  .grid-s-pull-24 {
    right: 100%;
  }
  .grid-s-pull-23 {
    right: 95.83333333%;
  }
  .grid-s-pull-22 {
    right: 91.66666667%;
  }
  .grid-s-pull-21 {
    right: 87.5%;
  }
  .grid-s-pull-20 {
    right: 83.33333333%;
  }
  .grid-s-pull-19 {
    right: 79.16666667%;
  }
  .grid-s-pull-18 {
    right: 75%;
  }
  .grid-s-pull-17 {
    right: 70.83333333%;
  }
  .grid-s-pull-16 {
    right: 66.66666667%;
  }
  .grid-s-pull-15 {
    right: 62.5%;
  }
  .grid-s-pull-14 {
    right: 58.33333333%;
  }
  .grid-s-pull-13 {
    right: 54.16666667%;
  }
  .grid-s-pull-12 {
    right: 50%;
  }
  .grid-s-pull-11 {
    right: 45.83333333%;
  }
  .grid-s-pull-10 {
    right: 41.66666667%;
  }
  .grid-s-pull-9 {
    right: 37.5%;
  }
  .grid-s-pull-8 {
    right: 33.33333333%;
  }
  .grid-s-pull-7 {
    right: 29.16666667%;
  }
  .grid-s-pull-6 {
    right: 25%;
  }
  .grid-s-pull-5 {
    right: 20.83333333%;
  }
  .grid-s-pull-4 {
    right: 16.66666667%;
  }
  .grid-s-pull-3 {
    right: 12.5%;
  }
  .grid-s-pull-2 {
    right: 8.33333333%;
  }
  .grid-s-pull-1 {
    right: 4.16666667%;
  }
  .grid-s-pull-0 {
    right: auto;
  }
  .grid-s-push-24 {
    left: 100%;
  }
  .grid-s-push-23 {
    left: 95.83333333%;
  }
  .grid-s-push-22 {
    left: 91.66666667%;
  }
  .grid-s-push-21 {
    left: 87.5%;
  }
  .grid-s-push-20 {
    left: 83.33333333%;
  }
  .grid-s-push-19 {
    left: 79.16666667%;
  }
  .grid-s-push-18 {
    left: 75%;
  }
  .grid-s-push-17 {
    left: 70.83333333%;
  }
  .grid-s-push-16 {
    left: 66.66666667%;
  }
  .grid-s-push-15 {
    left: 62.5%;
  }
  .grid-s-push-14 {
    left: 58.33333333%;
  }
  .grid-s-push-13 {
    left: 54.16666667%;
  }
  .grid-s-push-12 {
    left: 50%;
  }
  .grid-s-push-11 {
    left: 45.83333333%;
  }
  .grid-s-push-10 {
    left: 41.66666667%;
  }
  .grid-s-push-9 {
    left: 37.5%;
  }
  .grid-s-push-8 {
    left: 33.33333333%;
  }
  .grid-s-push-7 {
    left: 29.16666667%;
  }
  .grid-s-push-6 {
    left: 25%;
  }
  .grid-s-push-5 {
    left: 20.83333333%;
  }
  .grid-s-push-4 {
    left: 16.66666667%;
  }
  .grid-s-push-3 {
    left: 12.5%;
  }
  .grid-s-push-2 {
    left: 8.33333333%;
  }
  .grid-s-push-1 {
    left: 4.16666667%;
  }
  .grid-s-push-0 {
    left: auto;
  }
  .grid-s-offset-24 {
    margin-left: 100%;
  }
  .grid-s-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-s-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-s-offset-21 {
    margin-left: 87.5%;
  }
  .grid-s-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-s-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-s-offset-18 {
    margin-left: 75%;
  }
  .grid-s-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-s-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-s-offset-15 {
    margin-left: 62.5%;
  }
  .grid-s-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-s-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-s-offset-12 {
    margin-left: 50%;
  }
  .grid-s-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-s-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-s-offset-9 {
    margin-left: 37.5%;
  }
  .grid-s-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-s-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-s-offset-6 {
    margin-left: 25%;
  }
  .grid-s-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-s-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-s-offset-3 {
    margin-left: 12.5%;
  }
  .grid-s-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-s-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-s-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .grid-m-1,
  .grid-m-2,
  .grid-m-3,
  .grid-m-4,
  .grid-m-5,
  .grid-m-6,
  .grid-m-7,
  .grid-m-8,
  .grid-m-9,
  .grid-m-10,
  .grid-m-11,
  .grid-m-12,
  .grid-m-13,
  .grid-m-14,
  .grid-m-15,
  .grid-m-16,
  .grid-m-17,
  .grid-m-18,
  .grid-m-19,
  .grid-m-20,
  .grid-m-21,
  .grid-m-22,
  .grid-m-23,
  .grid-m-24 {
    float: left;
  }
  .grid-m-24 {
    width: 100%;
  }
  .grid-m-23 {
    width: 95.83333333%;
  }
  .grid-m-22 {
    width: 91.66666667%;
  }
  .grid-m-21 {
    width: 87.5%;
  }
  .grid-m-20 {
    width: 83.33333333%;
  }
  .grid-m-19 {
    width: 79.16666667%;
  }
  .grid-m-18 {
    width: 75%;
  }
  .grid-m-17 {
    width: 70.83333333%;
  }
  .grid-m-16 {
    width: 66.66666667%;
  }
  .grid-m-15 {
    width: 62.5%;
  }
  .grid-m-14 {
    width: 58.33333333%;
  }
  .grid-m-13 {
    width: 54.16666667%;
  }
  .grid-m-12 {
    width: 50%;
  }
  .grid-m-11 {
    width: 45.83333333%;
  }
  .grid-m-10 {
    width: 41.66666667%;
  }
  .grid-m-9 {
    width: 37.5%;
  }
  .grid-m-8 {
    width: 33.33333333%;
  }
  .grid-m-7 {
    width: 29.16666667%;
  }
  .grid-m-6 {
    width: 25%;
  }
  .grid-m-5 {
    width: 20.83333333%;
  }
  .grid-m-4 {
    width: 16.66666667%;
  }
  .grid-m-3 {
    width: 12.5%;
  }
  .grid-m-2 {
    width: 8.33333333%;
  }
  .grid-m-1 {
    width: 4.16666667%;
  }
  .grid-m-pull-24 {
    right: 100%;
  }
  .grid-m-pull-23 {
    right: 95.83333333%;
  }
  .grid-m-pull-22 {
    right: 91.66666667%;
  }
  .grid-m-pull-21 {
    right: 87.5%;
  }
  .grid-m-pull-20 {
    right: 83.33333333%;
  }
  .grid-m-pull-19 {
    right: 79.16666667%;
  }
  .grid-m-pull-18 {
    right: 75%;
  }
  .grid-m-pull-17 {
    right: 70.83333333%;
  }
  .grid-m-pull-16 {
    right: 66.66666667%;
  }
  .grid-m-pull-15 {
    right: 62.5%;
  }
  .grid-m-pull-14 {
    right: 58.33333333%;
  }
  .grid-m-pull-13 {
    right: 54.16666667%;
  }
  .grid-m-pull-12 {
    right: 50%;
  }
  .grid-m-pull-11 {
    right: 45.83333333%;
  }
  .grid-m-pull-10 {
    right: 41.66666667%;
  }
  .grid-m-pull-9 {
    right: 37.5%;
  }
  .grid-m-pull-8 {
    right: 33.33333333%;
  }
  .grid-m-pull-7 {
    right: 29.16666667%;
  }
  .grid-m-pull-6 {
    right: 25%;
  }
  .grid-m-pull-5 {
    right: 20.83333333%;
  }
  .grid-m-pull-4 {
    right: 16.66666667%;
  }
  .grid-m-pull-3 {
    right: 12.5%;
  }
  .grid-m-pull-2 {
    right: 8.33333333%;
  }
  .grid-m-pull-1 {
    right: 4.16666667%;
  }
  .grid-m-pull-0 {
    right: auto;
  }
  .grid-m-push-24 {
    left: 100%;
  }
  .grid-m-push-23 {
    left: 95.83333333%;
  }
  .grid-m-push-22 {
    left: 91.66666667%;
  }
  .grid-m-push-21 {
    left: 87.5%;
  }
  .grid-m-push-20 {
    left: 83.33333333%;
  }
  .grid-m-push-19 {
    left: 79.16666667%;
  }
  .grid-m-push-18 {
    left: 75%;
  }
  .grid-m-push-17 {
    left: 70.83333333%;
  }
  .grid-m-push-16 {
    left: 66.66666667%;
  }
  .grid-m-push-15 {
    left: 62.5%;
  }
  .grid-m-push-14 {
    left: 58.33333333%;
  }
  .grid-m-push-13 {
    left: 54.16666667%;
  }
  .grid-m-push-12 {
    left: 50%;
  }
  .grid-m-push-11 {
    left: 45.83333333%;
  }
  .grid-m-push-10 {
    left: 41.66666667%;
  }
  .grid-m-push-9 {
    left: 37.5%;
  }
  .grid-m-push-8 {
    left: 33.33333333%;
  }
  .grid-m-push-7 {
    left: 29.16666667%;
  }
  .grid-m-push-6 {
    left: 25%;
  }
  .grid-m-push-5 {
    left: 20.83333333%;
  }
  .grid-m-push-4 {
    left: 16.66666667%;
  }
  .grid-m-push-3 {
    left: 12.5%;
  }
  .grid-m-push-2 {
    left: 8.33333333%;
  }
  .grid-m-push-1 {
    left: 4.16666667%;
  }
  .grid-m-push-0 {
    left: auto;
  }
  .grid-m-offset-24 {
    margin-left: 100%;
  }
  .grid-m-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-m-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-m-offset-21 {
    margin-left: 87.5%;
  }
  .grid-m-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-m-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-m-offset-18 {
    margin-left: 75%;
  }
  .grid-m-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-m-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-m-offset-15 {
    margin-left: 62.5%;
  }
  .grid-m-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-m-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-m-offset-12 {
    margin-left: 50%;
  }
  .grid-m-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-m-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-m-offset-9 {
    margin-left: 37.5%;
  }
  .grid-m-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-m-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-m-offset-6 {
    margin-left: 25%;
  }
  .grid-m-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-m-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-m-offset-3 {
    margin-left: 12.5%;
  }
  .grid-m-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-m-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-m-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .grid-l-1,
  .grid-l-2,
  .grid-l-3,
  .grid-l-4,
  .grid-l-5,
  .grid-l-6,
  .grid-l-7,
  .grid-l-8,
  .grid-l-9,
  .grid-l-10,
  .grid-l-11,
  .grid-l-12,
  .grid-l-13,
  .grid-l-14,
  .grid-l-15,
  .grid-l-16,
  .grid-l-17,
  .grid-l-18,
  .grid-l-19,
  .grid-l-20,
  .grid-l-21,
  .grid-l-22,
  .grid-l-23,
  .grid-l-24 {
    float: left;
  }
  .grid-l-24 {
    width: 100%;
  }
  .grid-l-23 {
    width: 95.83333333%;
  }
  .grid-l-22 {
    width: 91.66666667%;
  }
  .grid-l-21 {
    width: 87.5%;
  }
  .grid-l-20 {
    width: 83.33333333%;
  }
  .grid-l-19 {
    width: 79.16666667%;
  }
  .grid-l-18 {
    width: 75%;
  }
  .grid-l-17 {
    width: 70.83333333%;
  }
  .grid-l-16 {
    width: 66.66666667%;
  }
  .grid-l-15 {
    width: 62.5%;
  }
  .grid-l-14 {
    width: 58.33333333%;
  }
  .grid-l-13 {
    width: 54.16666667%;
  }
  .grid-l-12 {
    width: 50%;
  }
  .grid-l-11 {
    width: 45.83333333%;
  }
  .grid-l-10 {
    width: 41.66666667%;
  }
  .grid-l-9 {
    width: 37.5%;
  }
  .grid-l-8 {
    width: 33.33333333%;
  }
  .grid-l-7 {
    width: 29.16666667%;
  }
  .grid-l-6 {
    width: 25%;
  }
  .grid-l-5 {
    width: 20.83333333%;
  }
  .grid-l-4 {
    width: 16.66666667%;
  }
  .grid-l-3 {
    width: 12.5%;
  }
  .grid-l-2 {
    width: 8.33333333%;
  }
  .grid-l-1 {
    width: 4.16666667%;
  }
  .grid-l-pull-24 {
    right: 100%;
  }
  .grid-l-pull-23 {
    right: 95.83333333%;
  }
  .grid-l-pull-22 {
    right: 91.66666667%;
  }
  .grid-l-pull-21 {
    right: 87.5%;
  }
  .grid-l-pull-20 {
    right: 83.33333333%;
  }
  .grid-l-pull-19 {
    right: 79.16666667%;
  }
  .grid-l-pull-18 {
    right: 75%;
  }
  .grid-l-pull-17 {
    right: 70.83333333%;
  }
  .grid-l-pull-16 {
    right: 66.66666667%;
  }
  .grid-l-pull-15 {
    right: 62.5%;
  }
  .grid-l-pull-14 {
    right: 58.33333333%;
  }
  .grid-l-pull-13 {
    right: 54.16666667%;
  }
  .grid-l-pull-12 {
    right: 50%;
  }
  .grid-l-pull-11 {
    right: 45.83333333%;
  }
  .grid-l-pull-10 {
    right: 41.66666667%;
  }
  .grid-l-pull-9 {
    right: 37.5%;
  }
  .grid-l-pull-8 {
    right: 33.33333333%;
  }
  .grid-l-pull-7 {
    right: 29.16666667%;
  }
  .grid-l-pull-6 {
    right: 25%;
  }
  .grid-l-pull-5 {
    right: 20.83333333%;
  }
  .grid-l-pull-4 {
    right: 16.66666667%;
  }
  .grid-l-pull-3 {
    right: 12.5%;
  }
  .grid-l-pull-2 {
    right: 8.33333333%;
  }
  .grid-l-pull-1 {
    right: 4.16666667%;
  }
  .grid-l-pull-0 {
    right: auto;
  }
  .grid-l-push-24 {
    left: 100%;
  }
  .grid-l-push-23 {
    left: 95.83333333%;
  }
  .grid-l-push-22 {
    left: 91.66666667%;
  }
  .grid-l-push-21 {
    left: 87.5%;
  }
  .grid-l-push-20 {
    left: 83.33333333%;
  }
  .grid-l-push-19 {
    left: 79.16666667%;
  }
  .grid-l-push-18 {
    left: 75%;
  }
  .grid-l-push-17 {
    left: 70.83333333%;
  }
  .grid-l-push-16 {
    left: 66.66666667%;
  }
  .grid-l-push-15 {
    left: 62.5%;
  }
  .grid-l-push-14 {
    left: 58.33333333%;
  }
  .grid-l-push-13 {
    left: 54.16666667%;
  }
  .grid-l-push-12 {
    left: 50%;
  }
  .grid-l-push-11 {
    left: 45.83333333%;
  }
  .grid-l-push-10 {
    left: 41.66666667%;
  }
  .grid-l-push-9 {
    left: 37.5%;
  }
  .grid-l-push-8 {
    left: 33.33333333%;
  }
  .grid-l-push-7 {
    left: 29.16666667%;
  }
  .grid-l-push-6 {
    left: 25%;
  }
  .grid-l-push-5 {
    left: 20.83333333%;
  }
  .grid-l-push-4 {
    left: 16.66666667%;
  }
  .grid-l-push-3 {
    left: 12.5%;
  }
  .grid-l-push-2 {
    left: 8.33333333%;
  }
  .grid-l-push-1 {
    left: 4.16666667%;
  }
  .grid-l-push-0 {
    left: auto;
  }
  .grid-l-offset-24 {
    margin-left: 100%;
  }
  .grid-l-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-l-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-l-offset-21 {
    margin-left: 87.5%;
  }
  .grid-l-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-l-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-l-offset-18 {
    margin-left: 75%;
  }
  .grid-l-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-l-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-l-offset-15 {
    margin-left: 62.5%;
  }
  .grid-l-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-l-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-l-offset-12 {
    margin-left: 50%;
  }
  .grid-l-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-l-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-l-offset-9 {
    margin-left: 37.5%;
  }
  .grid-l-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-l-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-l-offset-6 {
    margin-left: 25%;
  }
  .grid-l-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-l-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-l-offset-3 {
    margin-left: 12.5%;
  }
  .grid-l-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-l-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-l-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .grid-xl-1,
  .grid-xl-2,
  .grid-xl-3,
  .grid-xl-4,
  .grid-xl-5,
  .grid-xl-6,
  .grid-xl-7,
  .grid-xl-8,
  .grid-xl-9,
  .grid-xl-10,
  .grid-xl-11,
  .grid-xl-12,
  .grid-xl-13,
  .grid-xl-14,
  .grid-xl-15,
  .grid-xl-16,
  .grid-xl-17,
  .grid-xl-18,
  .grid-xl-19,
  .grid-xl-20,
  .grid-xl-21,
  .grid-xl-22,
  .grid-xl-23,
  .grid-xl-24 {
    float: left;
  }
  .grid-xl-24 {
    width: 100%;
  }
  .grid-xl-23 {
    width: 95.83333333%;
  }
  .grid-xl-22 {
    width: 91.66666667%;
  }
  .grid-xl-21 {
    width: 87.5%;
  }
  .grid-xl-20 {
    width: 83.33333333%;
  }
  .grid-xl-19 {
    width: 79.16666667%;
  }
  .grid-xl-18 {
    width: 75%;
  }
  .grid-xl-17 {
    width: 70.83333333%;
  }
  .grid-xl-16 {
    width: 66.66666667%;
  }
  .grid-xl-15 {
    width: 62.5%;
  }
  .grid-xl-14 {
    width: 58.33333333%;
  }
  .grid-xl-13 {
    width: 54.16666667%;
  }
  .grid-xl-12 {
    width: 50%;
  }
  .grid-xl-11 {
    width: 45.83333333%;
  }
  .grid-xl-10 {
    width: 41.66666667%;
  }
  .grid-xl-9 {
    width: 37.5%;
  }
  .grid-xl-8 {
    width: 33.33333333%;
  }
  .grid-xl-7 {
    width: 29.16666667%;
  }
  .grid-xl-6 {
    width: 25%;
  }
  .grid-xl-5 {
    width: 20.83333333%;
  }
  .grid-xl-4 {
    width: 16.66666667%;
  }
  .grid-xl-3 {
    width: 12.5%;
  }
  .grid-xl-2 {
    width: 8.33333333%;
  }
  .grid-xl-1 {
    width: 4.16666667%;
  }
  .grid-xl-pull-24 {
    right: 100%;
  }
  .grid-xl-pull-23 {
    right: 95.83333333%;
  }
  .grid-xl-pull-22 {
    right: 91.66666667%;
  }
  .grid-xl-pull-21 {
    right: 87.5%;
  }
  .grid-xl-pull-20 {
    right: 83.33333333%;
  }
  .grid-xl-pull-19 {
    right: 79.16666667%;
  }
  .grid-xl-pull-18 {
    right: 75%;
  }
  .grid-xl-pull-17 {
    right: 70.83333333%;
  }
  .grid-xl-pull-16 {
    right: 66.66666667%;
  }
  .grid-xl-pull-15 {
    right: 62.5%;
  }
  .grid-xl-pull-14 {
    right: 58.33333333%;
  }
  .grid-xl-pull-13 {
    right: 54.16666667%;
  }
  .grid-xl-pull-12 {
    right: 50%;
  }
  .grid-xl-pull-11 {
    right: 45.83333333%;
  }
  .grid-xl-pull-10 {
    right: 41.66666667%;
  }
  .grid-xl-pull-9 {
    right: 37.5%;
  }
  .grid-xl-pull-8 {
    right: 33.33333333%;
  }
  .grid-xl-pull-7 {
    right: 29.16666667%;
  }
  .grid-xl-pull-6 {
    right: 25%;
  }
  .grid-xl-pull-5 {
    right: 20.83333333%;
  }
  .grid-xl-pull-4 {
    right: 16.66666667%;
  }
  .grid-xl-pull-3 {
    right: 12.5%;
  }
  .grid-xl-pull-2 {
    right: 8.33333333%;
  }
  .grid-xl-pull-1 {
    right: 4.16666667%;
  }
  .grid-xl-pull-0 {
    right: auto;
  }
  .grid-xl-push-24 {
    left: 100%;
  }
  .grid-xl-push-23 {
    left: 95.83333333%;
  }
  .grid-xl-push-22 {
    left: 91.66666667%;
  }
  .grid-xl-push-21 {
    left: 87.5%;
  }
  .grid-xl-push-20 {
    left: 83.33333333%;
  }
  .grid-xl-push-19 {
    left: 79.16666667%;
  }
  .grid-xl-push-18 {
    left: 75%;
  }
  .grid-xl-push-17 {
    left: 70.83333333%;
  }
  .grid-xl-push-16 {
    left: 66.66666667%;
  }
  .grid-xl-push-15 {
    left: 62.5%;
  }
  .grid-xl-push-14 {
    left: 58.33333333%;
  }
  .grid-xl-push-13 {
    left: 54.16666667%;
  }
  .grid-xl-push-12 {
    left: 50%;
  }
  .grid-xl-push-11 {
    left: 45.83333333%;
  }
  .grid-xl-push-10 {
    left: 41.66666667%;
  }
  .grid-xl-push-9 {
    left: 37.5%;
  }
  .grid-xl-push-8 {
    left: 33.33333333%;
  }
  .grid-xl-push-7 {
    left: 29.16666667%;
  }
  .grid-xl-push-6 {
    left: 25%;
  }
  .grid-xl-push-5 {
    left: 20.83333333%;
  }
  .grid-xl-push-4 {
    left: 16.66666667%;
  }
  .grid-xl-push-3 {
    left: 12.5%;
  }
  .grid-xl-push-2 {
    left: 8.33333333%;
  }
  .grid-xl-push-1 {
    left: 4.16666667%;
  }
  .grid-xl-push-0 {
    left: auto;
  }
  .grid-xl-offset-24 {
    margin-left: 100%;
  }
  .grid-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-xl-offset-21 {
    margin-left: 87.5%;
  }
  .grid-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-xl-offset-18 {
    margin-left: 75%;
  }
  .grid-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-xl-offset-15 {
    margin-left: 62.5%;
  }
  .grid-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-xl-offset-12 {
    margin-left: 50%;
  }
  .grid-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-xl-offset-9 {
    margin-left: 37.5%;
  }
  .grid-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-xl-offset-6 {
    margin-left: 25%;
  }
  .grid-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-xl-offset-3 {
    margin-left: 12.5%;
  }
  .grid-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-xl-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .grid-xxl-1,
  .grid-xxl-2,
  .grid-xxl-3,
  .grid-xxl-4,
  .grid-xxl-5,
  .grid-xxl-6,
  .grid-xxl-7,
  .grid-xxl-8,
  .grid-xxl-9,
  .grid-xxl-10,
  .grid-xxl-11,
  .grid-xxl-12,
  .grid-xxl-13,
  .grid-xxl-14,
  .grid-xxl-15,
  .grid-xxl-16,
  .grid-xxl-17,
  .grid-xxl-18,
  .grid-xxl-19,
  .grid-xxl-20,
  .grid-xxl-21,
  .grid-xxl-22,
  .grid-xxl-23,
  .grid-xxl-24 {
    float: left;
  }
  .grid-xxl-24 {
    width: 100%;
  }
  .grid-xxl-23 {
    width: 95.83333333%;
  }
  .grid-xxl-22 {
    width: 91.66666667%;
  }
  .grid-xxl-21 {
    width: 87.5%;
  }
  .grid-xxl-20 {
    width: 83.33333333%;
  }
  .grid-xxl-19 {
    width: 79.16666667%;
  }
  .grid-xxl-18 {
    width: 75%;
  }
  .grid-xxl-17 {
    width: 70.83333333%;
  }
  .grid-xxl-16 {
    width: 66.66666667%;
  }
  .grid-xxl-15 {
    width: 62.5%;
  }
  .grid-xxl-14 {
    width: 58.33333333%;
  }
  .grid-xxl-13 {
    width: 54.16666667%;
  }
  .grid-xxl-12 {
    width: 50%;
  }
  .grid-xxl-11 {
    width: 45.83333333%;
  }
  .grid-xxl-10 {
    width: 41.66666667%;
  }
  .grid-xxl-9 {
    width: 37.5%;
  }
  .grid-xxl-8 {
    width: 33.33333333%;
  }
  .grid-xxl-7 {
    width: 29.16666667%;
  }
  .grid-xxl-6 {
    width: 25%;
  }
  .grid-xxl-5 {
    width: 20.83333333%;
  }
  .grid-xxl-4 {
    width: 16.66666667%;
  }
  .grid-xxl-3 {
    width: 12.5%;
  }
  .grid-xxl-2 {
    width: 8.33333333%;
  }
  .grid-xxl-1 {
    width: 4.16666667%;
  }
  .grid-xxl-pull-24 {
    right: 100%;
  }
  .grid-xxl-pull-23 {
    right: 95.83333333%;
  }
  .grid-xxl-pull-22 {
    right: 91.66666667%;
  }
  .grid-xxl-pull-21 {
    right: 87.5%;
  }
  .grid-xxl-pull-20 {
    right: 83.33333333%;
  }
  .grid-xxl-pull-19 {
    right: 79.16666667%;
  }
  .grid-xxl-pull-18 {
    right: 75%;
  }
  .grid-xxl-pull-17 {
    right: 70.83333333%;
  }
  .grid-xxl-pull-16 {
    right: 66.66666667%;
  }
  .grid-xxl-pull-15 {
    right: 62.5%;
  }
  .grid-xxl-pull-14 {
    right: 58.33333333%;
  }
  .grid-xxl-pull-13 {
    right: 54.16666667%;
  }
  .grid-xxl-pull-12 {
    right: 50%;
  }
  .grid-xxl-pull-11 {
    right: 45.83333333%;
  }
  .grid-xxl-pull-10 {
    right: 41.66666667%;
  }
  .grid-xxl-pull-9 {
    right: 37.5%;
  }
  .grid-xxl-pull-8 {
    right: 33.33333333%;
  }
  .grid-xxl-pull-7 {
    right: 29.16666667%;
  }
  .grid-xxl-pull-6 {
    right: 25%;
  }
  .grid-xxl-pull-5 {
    right: 20.83333333%;
  }
  .grid-xxl-pull-4 {
    right: 16.66666667%;
  }
  .grid-xxl-pull-3 {
    right: 12.5%;
  }
  .grid-xxl-pull-2 {
    right: 8.33333333%;
  }
  .grid-xxl-pull-1 {
    right: 4.16666667%;
  }
  .grid-xxl-pull-0 {
    right: auto;
  }
  .grid-xxl-push-24 {
    left: 100%;
  }
  .grid-xxl-push-23 {
    left: 95.83333333%;
  }
  .grid-xxl-push-22 {
    left: 91.66666667%;
  }
  .grid-xxl-push-21 {
    left: 87.5%;
  }
  .grid-xxl-push-20 {
    left: 83.33333333%;
  }
  .grid-xxl-push-19 {
    left: 79.16666667%;
  }
  .grid-xxl-push-18 {
    left: 75%;
  }
  .grid-xxl-push-17 {
    left: 70.83333333%;
  }
  .grid-xxl-push-16 {
    left: 66.66666667%;
  }
  .grid-xxl-push-15 {
    left: 62.5%;
  }
  .grid-xxl-push-14 {
    left: 58.33333333%;
  }
  .grid-xxl-push-13 {
    left: 54.16666667%;
  }
  .grid-xxl-push-12 {
    left: 50%;
  }
  .grid-xxl-push-11 {
    left: 45.83333333%;
  }
  .grid-xxl-push-10 {
    left: 41.66666667%;
  }
  .grid-xxl-push-9 {
    left: 37.5%;
  }
  .grid-xxl-push-8 {
    left: 33.33333333%;
  }
  .grid-xxl-push-7 {
    left: 29.16666667%;
  }
  .grid-xxl-push-6 {
    left: 25%;
  }
  .grid-xxl-push-5 {
    left: 20.83333333%;
  }
  .grid-xxl-push-4 {
    left: 16.66666667%;
  }
  .grid-xxl-push-3 {
    left: 12.5%;
  }
  .grid-xxl-push-2 {
    left: 8.33333333%;
  }
  .grid-xxl-push-1 {
    left: 4.16666667%;
  }
  .grid-xxl-push-0 {
    left: auto;
  }
  .grid-xxl-offset-24 {
    margin-left: 100%;
  }
  .grid-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .grid-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .grid-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .grid-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .grid-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .grid-xxl-offset-18 {
    margin-left: 75%;
  }
  .grid-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .grid-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .grid-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .grid-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .grid-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .grid-xxl-offset-12 {
    margin-left: 50%;
  }
  .grid-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .grid-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .grid-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .grid-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .grid-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .grid-xxl-offset-6 {
    margin-left: 25%;
  }
  .grid-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .grid-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .grid-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .grid-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .grid-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .grid-xxl-offset-0 {
    margin-left: 0%;
  }
}
/* =====================================================================================================================
================================================== MIXINS & FUNCTIONS ==================================================
===================================================================================================================== */
/* =====================================================================================================================
====================================================== DEBUG MODE ======================================================
===================================================================================================================== */
#nette-debug:after {
  -webkit-user-drag: element;
  content: "XS";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #cc0000;
  padding: 5px 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 500px) {
  #nette-debug:after {
    content: "S";
  }
}
@media (min-width: 768px) {
  #nette-debug:after {
    content: "M";
  }
}
@media (min-width: 992px) {
  #nette-debug:after {
    content: "L";
  }
}
@media (min-width: 1200px) {
  #nette-debug:after {
    content: "XL";
  }
}
@media (min-width: 1400px) {
  #nette-debug:after {
    content: "XXL";
  }
}
#nette-debug:after:hover {
  opacity: 0.1;
}
body *:focus {
  outline: none;
}
div,
section,
article,
header,
figure,
nav,
footer,
label,
main,
button,
aside,
form {
  position: relative;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  color: #86b3f7;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
}
ul li,
ol li {
  text-align: left;
}
p {
  margin: 0.5em 0;
}
html,
body {
  font-family: "BoosterNextFY", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2c2c2c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.hidescripts {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidden;
}
.h100p {
  height: 100%;
}
iframe {
  border: none;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container--big {
    width: 1170px;
  }
}
.link {
  cursor: pointer;
  color: #ffec00;
  font-weight: 700;
}
.link:hover {
  text-decoration: underline;
}
.arrow {
  height: 0.5em;
}
.container {
  max-width: 100%;
}
body.overflow {
  overflow: hidden;
}
.content-wrap {
  margin-top: 67px;
}
.content-wrap.hasSubmenu {
  margin-top: 67px;
}
@media (min-width: 992px) {
  .content-wrap.hasSubmenu {
    margin-top: 123px;
  }
  .content-wrap.hasSubmenu.eurooil {
    margin-top: 110px;
  }
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#tracy-debug-bar,
#nette-debug {
  z-index: 987654;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}
.pagination .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #9197a3;
  margin: 0 35px;
}
.pagination .control svg {
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
  margin: 0 20px;
  width: 16.5px;
  height: 33px;
}
.pagination .control svg.paginatorNext {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination .control.disabled:hover {
  cursor: not-allowed;
}
.pagination .control.disabled svg {
  fill: #d3dde0;
}
.pagination a.control:hover svg {
  fill: #3a6696;
}
.pagination a.control:focus {
  text-decoration: none;
}
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("libs/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -o-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*!
 * 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;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-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);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-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);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-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);
  }
}
@-o-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;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  -o-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;
  }
}
@-o-keyframes wobble {
  from {
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -o-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);
  }
}
@-o-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-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;
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-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;
  }
}
@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-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;
  }
}
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-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;
  }
}
@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-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;
  }
}
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-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;
  }
}
@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-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;
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-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;
  }
}
@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@-o-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;
    -o-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;
    -o-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;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-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;
    -o-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;
    -o-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;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-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);
  }
}
@-o-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;
    -o-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;
    -o-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;
    -o-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;
    -o-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;
  -o-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);
  }
}
@-o-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;
    -o-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;
    -o-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;
    -o-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;
    -o-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;
  -o-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;
  }
}
@-o-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;
  -o-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;
  }
}
@-o-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;
  -o-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;
  }
}
@-o-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);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    -o-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);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-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;
  }
}
@-o-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;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-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;
  }
}
@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-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;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-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;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-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;
  }
}
@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-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;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-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;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-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;
  }
}
@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-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;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-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;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-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;
  }
}
@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-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;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-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;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-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;
  }
}
@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-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;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-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;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-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;
  }
}
@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    -o-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;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    -o-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;
  -o-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;
  }
}
@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-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;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-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;
  -o-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;
  }
}
@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-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;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-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;
  -o-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;
  }
}
@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-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;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    -o-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;
  -o-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;
  }
}
@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-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;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    -o-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;
  -o-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;
  }
}
@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-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;
  -o-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;
  }
}
@-o-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;
    -o-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;
    -o-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -o-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);
  }
}
@-o-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;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-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);
  }
}
@-o-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;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*
 * Nivo Lightbox v1.1
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../../dist/img/lightbox/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 40%;
  width: 8%;
  height: 20%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../../dist/img/lightbox/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../../dist/img/lightbox/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(../../dist/img/lightbox/close.png) no-repeat 5px 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 13/10), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(../../dist/img/lightbox/loading@2x.gif);
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../../dist/img/lightbox/prev@2x.png);
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../../dist/img/lightbox/next@2x.png);
    -webkit-background-size: 48px 48px;
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../../dist/img/lightbox/close@2x.png);
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.clearfix,
.dl-horizontal dd,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.pager,
.panel-body,
.modal-header,
.modal-footer,
.container,
.container-fluid,
.row,
.container-medium {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-medium:before,
.container-medium:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after,
.container-medium:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active:hover,
.bootstrap-datetimepicker-widget td.active:hover:hover,
.bootstrap-datetimepicker-widget td.active:active,
.bootstrap-datetimepicker-widget td.active:hover:active,
.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active:hover.active,
.bootstrap-datetimepicker-widget td.active.disabled,
.bootstrap-datetimepicker-widget td.active:hover.disabled,
.bootstrap-datetimepicker-widget td.active[disabled],
.bootstrap-datetimepicker-widget td.active:hover[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}
.bootstrap-datetimepicker-widget td.active:active,
.bootstrap-datetimepicker-widget td.active:hover:active,
.bootstrap-datetimepicker-widget td.active.active,
.bootstrap-datetimepicker-widget td.active:hover.active {
  background-color: #039 \9;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.active:hover,
.bootstrap-datetimepicker-widget td span.active:active,
.bootstrap-datetimepicker-widget td span.active.active,
.bootstrap-datetimepicker-widget td span.active.disabled,
.bootstrap-datetimepicker-widget td span.active[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}
.bootstrap-datetimepicker-widget td span.active:active,
.bootstrap-datetimepicker-widget td span.active.active {
  background-color: #039 \9;
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 21px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: 0;
  color: #999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.l--gray {
  background: #f1f4f5;
}
.l--gray-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(32%, rgba(255, 255, 255, 0.71)), to(rgba(0, 0, 0, 0.1)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.71) 32%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0.71) 32%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.71) 32%, rgba(0, 0, 0, 0.1) 100%);
}
.l__bigBox.l--nomargin {
  margin-left: 0;
  margin-right: 0;
}
.l__bigBox.l--nopadding {
  padding-left: 0;
  padding-right: 0;
}
/* =====================================================================================================================
======================================================== BIG BOX =======================================================
===================================================================================================================== */
.l__bigBox > .row {
  margin-left: 0;
  margin-right: 0;
}
.l__bigBox {
  padding-left: 10px;
  padding-right: 10px;
}
.l__bigBox.l--gray-gradient {
  margin: 0;
}
/* =====================================================================================================================
=================================================== MEDIUM CONTAINER ===================================================
===================================================================================================================== */
.container-medium {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .container-medium {
    width: auto;
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .container-medium {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1400px) {
  .container-medium {
    width: 1280px;
  }
}
/* =====================================================================================================================
====================================================== INDENTATION =====================================================
===================================================================================================================== */
.indent__top {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .indent__top {
    margin-top: 130px;
  }
}
@media (min-width: 1200px) {
  .indent__top {
    margin-top: 170px;
  }
}
.indent__bottom {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .indent__bottom {
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .indent__bottom {
    margin-bottom: 170px;
  }
}
.indent__both {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .indent__both {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .indent__both {
    margin-top: 170px;
    margin-bottom: 170px;
  }
}
.footer {
  background-color: #2c3e50;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.footer .logo {
  display: block;
  float: left;
}
.footer .logo:first-of-type {
  margin-right: 10px;
}
.footer .bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 11px;
  color: #98a3af;
  font-weight: 400;
}
.footer .bottom a:hover,
.footer .bottom a:focus,
.footer .bottom a {
  color: #98a3af;
  text-decoration: none;
}
.footer .bottom a:hover {
  color: #4c5762;
}
.footer .container-medium.footer__links {
  margin-top: 60px;
}
.footer .top {
  font-size: 13px;
  color: #f1f4f5;
  line-height: 2;
  font-weight: 400;
}
.footer .top .title {
  font-weight: bold;
}
.footer a {
  color: #f1f4f5;
  font-weight: 400;
}
.footer a:hover,
.footer a:focus {
  color: #ffec00;
}
.footer-divider {
  height: 0px;
  clear: both;
}
.footer-divider.big {
  display: none;
}
.footer-divider.small {
  display: none;
}
.footer .footer__contact .title {
  border-bottom: none;
}
.footer .footer-socials .footer-company-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.footer .footer-socials .footer-company-socials .logo {
  display: block;
  float: left;
}
.footer .footer-socials .footer-company-socials .logo svg {
  max-width: 100%;
  height: auto;
  fill: #b4b5be;
  -webkit-transition: fill 0.4s;
  -o-transition: fill 0.4s;
  transition: fill 0.4s;
  fill: white;
}
.footer .footer-socials .footer-company-socials .social-divider {
  width: 1px;
  height: 20px;
  background-color: #3f5366;
  margin: 0 10px;
}
.footer .footer-socials .footer-company-socials a {
  padding: 5px;
}
.footer .footer-socials .footer-company-socials svg {
  fill: white;
}
.footer .footer-socials .footer-company-socials a:hover svg {
  fill: #ffec00;
}
.footer .footer-bank,
.footer .footer-copyright {
  font-size: 11px;
  color: #98a3af;
}
.footer .footer-bank strong {
  color: #f1f4f5;
}
.footer .footer-copyright {
  text-align: right;
}
.footer .footer-copyright a {
  color: #98a3af;
}
.footer .footer-copyright a:hover {
  color: #ffec00;
}
.footer .pull-left {
  width: 100%;
  margin-bottom: 20px;
}
.footer .pull-right {
  width: 100%;
  text-align: left;
}
.footer ul li {
  padding: 5px 0;
}
.footer ul li.level1 {
  padding-top: 3px;
  padding-bottom: 4px;
}
.footer ul.active {
  display: block;
}
.footer .title {
  padding: 8px 0;
}
.footer .title svg {
  width: 9px;
  height: 6px;
  float: right;
  margin-top: 9px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}
.footer .title.active svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer .footer-wrap {
  border-bottom: 1px solid #e3e3e3;
}
.footer .footer-wrap.footer__contact {
  border-bottom: none;
}
.gpBlock.footerLink {
  display: inline-block;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .footer .footer-wrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-divider {
    height: 50px;
  }
  .footer-divider.small {
    display: block;
  }
  .footer .container-medium.footer__links {
    margin-top: 100px;
  }
  .footer .footer__contact {
    margin-bottom: 0;
  }
  .footer ul {
    display: block;
  }
  .footer .title {
    padding: 0;
  }
  .footer .footer-wrap {
    border-bottom: none;
  }
  .footer ul li {
    padding: 0;
  }
  .footer .title svg {
    display: none;
  }
  .footer .top {
    margin-bottom: 73px;
  }
}
@media (min-width: 940px) {
  .footer .pull-left {
    width: auto;
    margin-bottom: 0;
  }
  .footer .pull-right {
    width: auto;
  }
}
@media (min-width: 992px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer-divider.big {
    display: block;
  }
  .footer-divider.small {
    display: none;
  }
}
.comp__headline .text {
  color: #505358;
  font-size: 1rem;
}
.comp__headline .text-big {
  font-size: 1.4rem;
}
.comp__headline .title {
  color: #2c2c2c;
  margin: 0.25em 0 1.15em;
  font-size: 1.65rem;
  line-height: 1.2em;
  font-weight: 400;
}
.green__line,
.blue__line {
  display: none;
  width: 20px;
  height: 5px;
  background: #00a345;
  margin: 0 auto;
}
.blue__line {
  background: #1f3664;
}
@media (min-width: 768px) {
  .comp__headline .title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .comp__headline .title {
    font-size: 2.65rem;
  }
  .green__line,
  .blue__line {
    margin-left: 0;
  }
}
.comp__textBox .title {
  color: #2c2c2c;
  font-size: 27px;
  line-height: 1.2em;
  font-family: "proxima_nova", Arial, sans-serif;
  font-weight: 700;
}
.comp__textBox .pre-title,
.comp__textBox .text {
  color: #2c2c2c;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.comp__textBox .pre-title {
  font-size: 17px;
  color: #59804a;
}
.comp__textBox .link:focus,
.comp__textBox .link:hover,
.comp__textBox .link {
  color: #ffec00;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
  white-space: nowrap;
}
.comp__textBox .link:hover {
  color: #61626a;
}
.comp__textBox .link .arrow {
  width: 0.625em;
  height: 0.54166667em;
  fill: #61626a;
  display: inline-block;
}
.comp__textBox .title + .green__line {
  margin-top: 15px;
}
.comp__textBox .title {
  margin: 0;
}
.comp__textBox .pre-title + .title {
  margin-top: 0.1em;
}
.comp__textBox * + .text {
  margin-top: 1.5em;
}
.comp__textBox * + .links {
  margin-top: 1.18em;
}
.comp__textBox .text + .text {
  margin-top: 0;
}
.comp__textBox.text-center {
  max-width: 700px;
  float: none;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .comp__textBox .link,
  .comp__textBox .link:focus,
  .comp__textBox .link:hover {
    font-size: 24px;
  }
  .comp__textBox .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .comp__textBox .text {
    font-size: 17px;
  }
  .comp__textBox * + .text {
    margin-top: 1.2em;
  }
  .comp__textBox .title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .comp__textBox .title {
    font-size: 45px;
  }
}
/* =====================================================================================================================
============================================== SOCIAL STREAM BLOK NADPIS ===============================================
===================================================================================================================== */
.tpl__socialStream {
  background: url(../../dist/img/social/ss_bg2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  border-bottom: 1px solid #37619d;
}
.tpl__socialStream .comp__textBox img.img-itunes {
  margin-left: 15px;
}
.tpl__socialStream .comp__textBox .pre-title {
  color: #ffec00;
}
.tpl__socialStream .comp__textBox .title {
  color: #fff;
}
.tpl__socialStream .comp__textBox .title + .blue__line {
  margin-top: 15px;
}
.tpl__socialStream .comp__textBox .text {
  color: #fff;
}
.tpl__socialStream .btn {
  margin: 3px auto;
  float: none;
  text-align: left;
  padding-left: 68px !important;
}
.tpl__socialStream .btn.first {
  margin: 10px 0 13px;
  text-align: center;
  padding-left: 0 !important;
}
.tpl__socialStream .btn .ico {
  position: absolute;
  left: 25px;
  fill: #3a6696;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tpl__socialStream .btn:hover .ico {
  fill: #1f3664;
}
.tpl__socialStream .container .content + .content {
  padding-top: 0;
}
@media (max-width: 499px) {
  .tpl__socialStream .comp__textBox img.img-itunes,
  .tpl__socialStream .comp__textBox img.img-google-play {
    display: block;
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 991px) {
  .tpl__socialStream {
    text-align: center;
  }
  .tpl__socialStream .container .content {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .tpl__socialStream .comp__textBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  .tpl__socialStream .comp__textBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tpl__socialStream .container .content {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .tpl__socialStream .btn {
    margin: 3px 0;
    float: right;
  }
  .tpl__socialStream .btn.first {
    margin: 70px 0 13px;
  }
  .container .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tpl__socialStream .container .content + .content {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .tpl__socialStream .image-container {
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .tpl__socialStream .image-container .row {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .tpl__socialStream .l__bigBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tpl__socialStream .container.content--center.no-img,
  .tpl__socialStream .container.content--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 960px;
  }
  .tpl__socialStream .container.content--center.no-img .row,
  .tpl__socialStream .container.content--left .row {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1750px) {
  .content-container {
    width: 100%;
    padding: 0 16.8423592%;
    max-width: none;
  }
}
@media (min-width: 1400px) and (max-width: 1649px) {
  .container.content--left {
    min-height: 31.375vw;
  }
}
.tpl__socialStream .padding__top--none {
  padding-top: 0 !important;
}
.tpl__socialStream .padding__top--half {
  padding-top: 25px !important;
}
.tpl__socialStream .padding__top--full {
  padding-top: 50px !important;
}
.tpl__socialStream .padding__bottom--none {
  padding-bottom: 0 !important;
}
.tpl__socialStream .padding__bottom--half {
  padding-bottom: 25px !important;
}
.tpl__socialStream .padding__bottom--full {
  padding-bottom: 50px !important;
}
/* =====================================================================================================================
==================================================== SOCIAL STREAM MODUL =====================================================
===================================================================================================================== */
#snippet--news-wrap {
  padding: 0;
}
.comp__socialStream {
  text-align: center;
}
.tpl__social {
  background: url(../../dist/img/social/ss_bg2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.comp__socialStream .headline .title {
  margin-bottom: 1.15em;
}
.comp__socialStream .filter {
  margin-bottom: 40px;
}
.comp__socialStream .filter ul {
  padding: 0;
  display: inline-block;
  margin: 15px auto -15px;
}
.comp__socialStream .filter li {
  width: 120px;
  list-style: none;
  margin: 15px 6px;
  display: inline-block;
}
.comp__socialStream .filter li a {
  color: #fff;
  border-radius: 4px;
  padding: 8px 30px 7px 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.comp__socialStream .filter li:hover a,
.comp__socialStream .filter li.active a {
  border-color: #1f3664;
}
.comp__socialStream .filter li.active a {
  background-color: #1f3664;
}
.comp__socialStream .items {
  text-align: center;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 -4px 20px;
}
.comp__socialStream.full--stream .items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comp__socialStream.full--stream .item {
  margin-bottom: 16px;
}
.comp__socialStream .item .content:before {
  z-index: -1;
}
.comp__socialStream .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 246px;
  height: 330px;
  background: #1f3664;
  margin: 0 4px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: left;
  overflow: hidden;
}
.comp__socialStream .item .content {
  padding: 20px 25px 20px 20px;
  margin: auto 0;
}
.comp__socialStream .item .date {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  font-family: "proxima_nova", Arial, sans-serif;
  margin-bottom: 10px;
}
.comp__socialStream .item .title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.comp__socialStream .item .text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14em;
  word-break: break-word;
  word-wrap: break-word;
  font-family: "proxima_nova", Arial, sans-serif;
}
.comp__socialStream .item .icon {
  display: none;
  width: 28px;
  height: 28px;
  background: url(../../dist/img/social/news.png) center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 12px;
}
.comp__socialStream .item .text a:hover,
.comp__socialStream .item .text a:focus,
.comp__socialStream .item .text a {
  color: #fff;
  text-decoration: underline;
}
.comp__socialStream .item.has-img {
  background: #fff;
}
.comp__socialStream .item.has-img .thumb {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 104px;
}
.comp__socialStream .item.has-img .date {
  color: #1f3664;
}
.comp__socialStream .item.has-img .title {
  color: #303235;
}
.comp__socialStream .item.has-img .text {
  color: #444;
  max-height: 162px;
  overflow: hidden;
}
.comp__socialStream .item.has-img .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.comp__socialStream .item * + .text {
  margin-top: 3px;
}
.comp__socialStream .item.type2 .content .icon {
  background-image: url(../../dist/img/social/fb.png);
}
.stream--loading .comp__socialStream .item {
  opacity: 0.8;
}
.comp__socialStream .more {
  margin: 0 auto;
  font-size: 13px;
  color: #5f6064;
  font-weight: 400;
}
.tpl__mainSocial {
  background: url(../../dist/img/social/bg_small.jpg) repeat center center;
  -webkit-background-size: 50px 50px;
  background-size: 50px;
  border-bottom: 1px solid #37619d;
}
.tpl__mainSocial .items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl__mainSocial .items .item {
  margin: 5px;
}
.tpl__mainSocial .comp__textBox {
  padding: 50px 0;
}
.tpl__mainSocial .comp__textBox .title {
  color: #fff;
}
.tpl__mainSocial .comp__textBox .title + .blue__line {
  margin: 0 auto;
}
.tpl__mainSocial .comp__textBox .text img {
  margin-right: 20px;
  margin-bottom: 13px;
  margin-top: 7px;
}
.tpl__mainSocial .comp__textBox .text a:hover {
  color: #ffec00;
}
@media (min-width: 992px) {
  .mod__news.tpl__social {
    min-height: 605px;
  }
}
@media (max-width: 600px) {
  .mod__news.tpl__social {
    display: none;
  }
}
@media (max-width: 809px) {
}
@media (max-width: 1079px) {
}
@media (max-width: 1329px) {
}
@media (max-width: 1559px) {
}
@media (max-width: 1759px) {
}
.mod__documents .content-container .content {
  padding-top: 0;
  padding-bottom: 10px;
}
.mod__documents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod__documents .flex .item {
  width: 100%;
  text-align: center;
}
.mod__documents .flex .item .title {
  font-size: 14px;
  font-family: "proxima_nova", Arial, sans-serif;
  font-weight: 400;
}
.mod__documents .flex .item .cover {
  margin: 15px 0 25px;
}
.mod__documents .flex .item .cover img {
  -webkit-box-shadow: -7px 3px 11px -2px #c2c2c2;
  box-shadow: -7px 3px 11px -2px #c2c2c2;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mod__documents .flex .item .cover a {
  display: inline-block;
}
.mod__documents .flex .item .cover a:hover img {
  -webkit-box-shadow: -11px 8px 11px 0 #d2d2d2;
  box-shadow: -11px 8px 11px 0 #d2d2d2;
  -webkit-transform: translate(4px, -4px);
  -ms-transform: translate(4px, -4px);
  -o-transform: translate(4px, -4px);
  transform: translate(4px, -4px);
}
.mod__documents.tpl__table .content-container .content,
.mod__documents.tpl__tablePress .content-container .content,
.mod__documents.tpl__tableSale .content-container .content {
  padding-bottom: 0;
}
.mod__documents.tpl__table .table-cell a,
.mod__documents.tpl__tablePress .table-cell a,
.mod__documents.tpl__tableSale .table-cell a {
  color: #62676d;
}
.mod__documents.tpl__table .table-cell a:hover,
.mod__documents.tpl__tablePress .table-cell a:hover,
.mod__documents.tpl__tableSale .table-cell a:hover {
  color: #00a345;
}
@media (min-width: 432px) {
  .mod__documents .flex .item {
    width: 50%;
  }
}
@media (min-width: 650px) {
  .mod__documents .flex .item {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .mod__documents .content-container .content {
    padding-top: 0;
    padding-bottom: 12.5px;
  }
  .mod__documents.tpl__table .content-container .content {
    padding-bottom: 0;
  }
  .mod__documents .flex .item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .mod__documents .content-container .content {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .mod__documents.tpl__table .content-container .content {
    padding-bottom: 0;
  }
  .mod__documents.tpl__default-list {
    margin-top: -70px;
  }
  .mod__documents .flex .item {
    width: 25%;
  }
}
/* =====================================================================================================================
======================================================== NEWS ==========================================================
===================================================================================================================== */
.mod__news.tpl__miniSocial {
  padding: 50px 0 12.5px;
  background: url("../../dist/img/news_bg.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  font-weight: 600;
  text-align: center;
}
.mod__news.tpl__miniSocial .item {
  padding-bottom: 25px;
}
.mod__news.tpl__miniSocial .item .date {
  font-size: 12px;
  color: #b0cf94;
  padding-bottom: 5px;
}
.mod__news.tpl__miniSocial .item .title {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: 700;
}
.mod__news.tpl__miniSocial .item .annotation {
  font-size: 13px;
  color: #fff;
  padding-bottom: 10px;
}
.mod__news.tpl__miniSocial .item .btn.moreInfo,
.mod__news.tpl__miniSocial .item .btn.moreInfo:hover,
.mod__news.tpl__miniSocial .item .btn.moreInfo:focus {
  font-size: 12px;
  text-transform: none;
  padding: 4px 13px 3px 13px;
  min-width: auto;
}
.mod__news.tpl__miniSocial .item .moreInfo svg.btnArrow {
  fill: #b0cf94;
  stroke: #b0cf94;
  stroke-width: 30;
  margin-left: 5px;
  -webkit-transition: fill 300ms ease-in-out, stroke 300ms ease-in-out;
  -o-transition: fill 300ms ease-in-out, stroke 300ms ease-in-out;
  transition: fill 300ms ease-in-out, stroke 300ms ease-in-out;
}
.mod__news.tpl__miniSocial .item .moreInfo:hover svg.btnArrow {
  fill: #59804a;
  stroke: #59804a;
}
.mod__news.tpl__miniSocial .show--all {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 15px;
}
.mod__news.tpl__miniSocial .show--all a {
  color: #b0cf94;
  text-decoration: underline;
  letter-spacing: 0.055em;
  font-size: 12px;
}
@media (min-width: 768px) {
  .mod__news.tpl__miniSocial {
    text-align: left;
  }
  .mod__news.tpl__miniSocial .item {
    padding-bottom: 0;
  }
  .mod__news.tpl__miniSocial .item .date {
    padding-bottom: 10px;
  }
  .mod__news.tpl__miniSocial .item .title {
    padding-bottom: 15px;
  }
  .mod__news.tpl__miniSocial .item .annotation {
    padding-bottom: 20px;
  }
}
.newsDetail {
  padding-top: 50px;
  padding-bottom: 50px;
}
.newsDetail .date {
  text-align: center;
  font-size: 13px;
  color: #9d9d9d;
  font-weight: 500;
}
.newsDetail .comp__textBox {
  padding-left: 10px;
  padding-right: 10px;
}
.newsDetail .comp__textBox .title {
  text-align: center;
  font-weight: 500;
  text-transform: none;
}
.newsDetail .comp__textBox .text {
  color: #fff;
}
.newsDetail .newsGallery {
  margin: 30px 0;
}
.newsDetail .newsGallery .img {
  margin: 5px auto;
}
.newsDetail .back {
  margin-top: 40px;
  clear: both;
}
.newsDetail .thumb {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 1.2em;
  background-position: center;
}
.mod__fuelStations .buttons .btn {
  text-transform: none;
  min-width: 100px;
  font-weight: 400;
}
#fuelStationsMap {
  display: none;
}
.mod__fuelStations .mobile-map {
  position: absolute;
  top: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.mod__fuelStations .filter {
  margin-top: 120px;
  background: #e7eaeb;
  padding-top: 120px;
}
.mod__fuelStations .filter .formSubmit {
  margin: 40px 0;
  width: auto;
}
.mod__fuelStations .filter .forms label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #9197a3;
}
.mod__fuelStations .filter .forms .fuelForm {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: white;
  border: 1px solid #d0d0d0;
  margin-top: 5px;
}
.mod__fuelStations .filter .forms select.fuelForm {
  background: url("../../dist/img/arrowDown.png") right 10px center no-repeat;
  background-color: white;
}
.mod__fuelStations .filter .checkBoxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod__fuelStations .filter .checkBoxes .checkBoxTitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #9197a3;
  margin-bottom: 10px;
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  width: 53px;
  font-weight: 400;
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel input[type=checkbox] {
  display: none;
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .fuelBlack {
  width: 38px;
  height: 38px;
  margin: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,ICAgICAgICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iYmxhY2siIHdpZHRoPSIzOHB4IiB2aWV3Qm94PSIwIDAgMTM4IDEzOCI+PHBhdGggZD0iTTc1LjggNDAuOEg1My40Yy0zLjMgMC02IDIuNy02IDZ2Ni40YzAgMy4zIDIuNyA2IDYgNmgyMi40YzMuMyAwIDYtMi43IDYtNnYtNi40YzAtMy4zLTIuNy02LTYtNm0yMS41IDYuOWwtMi41LTIuNFY0OWwyLjUgMi41eiIgY2xhc3M9InN0MCIvPjxwYXRoIGQ9Ik02OSAwQzMwLjkgMCAwIDMwLjkgMCA2OXMzMC45IDY5IDY5IDY5IDY5LTMwLjkgNjktNjlTMTA3LjEgMCA2OSAwbTIxLjQgMTAxLjFjMCAxLjEtLjkgMi0yIDJINDAuN2MtMS4xIDAtMi0uOS0yLTJ2LTEuNGMwLTEuMS45LTIgMi0yaDQ3LjdjMS4xIDAgMiAuOSAyIDJ2MS40em04LjktMTguOGMwIDEuNy0uNCAzLjEtMS4zIDQuMS0uOCAxLTEuOSAxLjUtMy4xIDEuNS0yLjIgMC00LjYtMS45LTQuNi01LjZWNjAuMWwtMy44LTMuOHYzNWMwIDIuOC0yLjIgNS01IDVoLTM0Yy0yLjggMC01LTIuMi01LTVWMzkuOWMwLTIuOCAyLjItNSA1LTVoMzRjMi44IDAgNSAyLjIgNSA1djEzLjZsNS44IDUuOHYyM2MwIDIuMyAxLjMgMy42IDIuNiAzLjYuNiAwIDEuMS0uMyAxLjUtLjguNS0uNi44LTEuNi44LTIuOHYtMjhsLTQuNS00LjV2LTZjMC0uMi4xLS4zLjEtLjVsLTQuMS00LjFjLS40LS40LS40LTEgMC0xLjQuNC0uNCAxLS40IDEuNCAwbDkgOXYzNS41eiIgY2xhc3M9InN0MCIvPjwvc3ZnPg0K');
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .fuelGreen {
  width: 38px;
  height: 38px;
  margin: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,ICAgICAgICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzNkOWM2NyIgd2lkdGg9IjM4cHgiIHZpZXdCb3g9IjAgMCAxMzggMTM4Ij48cGF0aCBkPSJNNzUuOCA0MC44SDUzLjRjLTMuMyAwLTYgMi43LTYgNnY2LjRjMCAzLjMgMi43IDYgNiA2aDIyLjRjMy4zIDAgNi0yLjcgNi02di02LjRjMC0zLjMtMi43LTYtNi02bTIxLjUgNi45bC0yLjUtMi40VjQ5bDIuNSAyLjV6IiBjbGFzcz0ic3QwIi8+PHBhdGggZD0iTTY5IDBDMzAuOSAwIDAgMzAuOSAwIDY5czMwLjkgNjkgNjkgNjkgNjktMzAuOSA2OS02OVMxMDcuMSAwIDY5IDBtMjEuNCAxMDEuMWMwIDEuMS0uOSAyLTIgMkg0MC43Yy0xLjEgMC0yLS45LTItMnYtMS40YzAtMS4xLjktMiAyLTJoNDcuN2MxLjEgMCAyIC45IDIgMnYxLjR6bTguOS0xOC44YzAgMS43LS40IDMuMS0xLjMgNC4xLS44IDEtMS45IDEuNS0zLjEgMS41LTIuMiAwLTQuNi0xLjktNC42LTUuNlY2MC4xbC0zLjgtMy44djM1YzAgMi44LTIuMiA1LTUgNWgtMzRjLTIuOCAwLTUtMi4yLTUtNVYzOS45YzAtMi44IDIuMi01IDUtNWgzNGMyLjggMCA1IDIuMiA1IDV2MTMuNmw1LjggNS44djIzYzAgMi4zIDEuMyAzLjYgMi42IDMuNi42IDAgMS4xLS4zIDEuNS0uOC41LS42LjgtMS42LjgtMi44di0yOGwtNC41LTQuNXYtNmMwLS4yLjEtLjMuMS0uNWwtNC4xLTQuMWMtLjQtLjQtLjQtMSAwLTEuNC40LS40IDEtLjQgMS40IDBsOSA5djM1LjV6IiBjbGFzcz0ic3QwIi8+PC9zdmc+DQo=');
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .fuelYellow {
  width: 38px;
  height: 38px;
  margin: 10px 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,ICAgICAgICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2MwY2IxMiIgd2lkdGg9IjM4cHgiIHZpZXdCb3g9IjAgMCAxMzggMTM4Ij48cGF0aCBkPSJNNzUuOCA0MC44SDUzLjRjLTMuMyAwLTYgMi43LTYgNnY2LjRjMCAzLjMgMi43IDYgNiA2aDIyLjRjMy4zIDAgNi0yLjcgNi02di02LjRjMC0zLjMtMi43LTYtNi02bTIxLjUgNi45bC0yLjUtMi40VjQ5bDIuNSAyLjV6IiBjbGFzcz0ic3QwIi8+PHBhdGggZD0iTTY5IDBDMzAuOSAwIDAgMzAuOSAwIDY5czMwLjkgNjkgNjkgNjkgNjktMzAuOSA2OS02OVMxMDcuMSAwIDY5IDBtMjEuNCAxMDEuMWMwIDEuMS0uOSAyLTIgMkg0MC43Yy0xLjEgMC0yLS45LTItMnYtMS40YzAtMS4xLjktMiAyLTJoNDcuN2MxLjEgMCAyIC45IDIgMnYxLjR6bTguOS0xOC44YzAgMS43LS40IDMuMS0xLjMgNC4xLS44IDEtMS45IDEuNS0zLjEgMS41LTIuMiAwLTQuNi0xLjktNC42LTUuNlY2MC4xbC0zLjgtMy44djM1YzAgMi44LTIuMiA1LTUgNWgtMzRjLTIuOCAwLTUtMi4yLTUtNVYzOS45YzAtMi44IDIuMi01IDUtNWgzNGMyLjggMCA1IDIuMiA1IDV2MTMuNmw1LjggNS44djIzYzAgMi4zIDEuMyAzLjYgMi42IDMuNi42IDAgMS4xLS4zIDEuNS0uOC41LS42LjgtMS42LjgtMi44di0yOGwtNC41LTQuNXYtNmMwLS4yLjEtLjMuMS0uNWwtNC4xLTQuMWMtLjQtLjQtLjQtMSAwLTEuNC40LS40IDEtLjQgMS40IDBsOSA5djM1LjV6IiBjbGFzcz0ic3QwIi8+PC9zdmc+DQo=');
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label > div {
  -webkit-background-size: contain;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin: 10px 6px;
  background-position: center;
  background-repeat: no-repeat;
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .fuelBlack,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .fuelGreen,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .fuelYellow {
  background-image: url('data:image/svg+xml;base64,ICAgICAgICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iZ3JheSIgd2lkdGg9IjM4cHgiIHZpZXdCb3g9IjAgMCAxMzggMTM4Ij48cGF0aCBkPSJNNzUuOCA0MC44SDUzLjRjLTMuMyAwLTYgMi43LTYgNnY2LjRjMCAzLjMgMi43IDYgNiA2aDIyLjRjMy4zIDAgNi0yLjcgNi02di02LjRjMC0zLjMtMi43LTYtNi02bTIxLjUgNi45bC0yLjUtMi40VjQ5bDIuNSAyLjV6IiBjbGFzcz0ic3QwIi8+PHBhdGggZD0iTTY5IDBDMzAuOSAwIDAgMzAuOSAwIDY5czMwLjkgNjkgNjkgNjkgNjktMzAuOSA2OS02OVMxMDcuMSAwIDY5IDBtMjEuNCAxMDEuMWMwIDEuMS0uOSAyLTIgMkg0MC43Yy0xLjEgMC0yLS45LTItMnYtMS40YzAtMS4xLjktMiAyLTJoNDcuN2MxLjEgMCAyIC45IDIgMnYxLjR6bTguOS0xOC44YzAgMS43LS40IDMuMS0xLjMgNC4xLS44IDEtMS45IDEuNS0zLjEgMS41LTIuMiAwLTQuNi0xLjktNC42LTUuNlY2MC4xbC0zLjgtMy44djM1YzAgMi44LTIuMiA1LTUgNWgtMzRjLTIuOCAwLTUtMi4yLTUtNVYzOS45YzAtMi44IDIuMi01IDUtNWgzNGMyLjggMCA1IDIuMiA1IDV2MTMuNmw1LjggNS44djIzYzAgMi4zIDEuMyAzLjYgMi42IDMuNi42IDAgMS4xLS4zIDEuNS0uOC41LS42LjgtMS42LjgtMi44di0yOGwtNC41LTQuNXYtNmMwLS4yLjEtLjMuMS0uNWwtNC4xLTQuMWMtLjQtLjQtLjQtMSAwLTEuNC40LS40IDEtLjQgMS40IDBsOSA5djM1LjV6IiBjbGFzcz0ic3QwIi8+PC9zdmc+DQo=');
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco {
  -webkit-background-size: contain;
  background-size: contain;
  width: 38px;
  height: 38px;
  margin: 10px 6px;
  background-position: center;
  background-repeat: no-repeat;
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.cng,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .cng {
  background-image: url("/public/frontend/src/img/fuels/cng.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .cng {
  background-image: url("/public/frontend/src/img/fuels/cng_seda.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.lpg,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .lpg {
  background-image: url("/public/frontend/src/img/fuels/lpg.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .lpg {
  background-image: url("/public/frontend/src/img/fuels/lpg_seda.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.ba91s,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .ba91s {
  background-image: url("/public/frontend/src/img/fuels/ba91s.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .ba91s {
  background-image: url("/public/frontend/src/img/fuels/ba91s_SEDA.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.ba95n,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .ba95n {
  background-image: url("/public/frontend/src/img/fuels/ba95n.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .ba95n {
  background-image: url("/public/frontend/src/img/fuels/ba95n_SEDA.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.ba98,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .ba98 {
  background-image: url("/public/frontend/src/img/fuels/super_ba98+.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .ba98 {
  background-image: url("/public/frontend/src/img/fuels/super_ba98.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.e85,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .e85 {
  background-image: url("/public/frontend/src/img/fuels/e85.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .e85 {
  background-image: url("/public/frontend/src/img/fuels/e85_SEDA.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.opt95e,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .opt95e {
  background-image: url("/public/frontend/src/img/fuels/optimalBA95.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .opt95e {
  background-image: url("/public/frontend/src/img/fuels/optimalBA95_seda.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.optdiesel,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .optdiesel {
  background-image: url("/public/frontend/src/img/fuels/optdiesel.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .optdiesel {
  background-image: url("/public/frontend/src/img/fuels/optdiesel_SEDA.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.optdieselplus,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .optdieselplus {
  background-image: url("/public/frontend/src/img/fuels/optdieselplus.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .optdieselplus {
  background-image: url("/public/frontend/src/img/fuels/optdieselplus_SEDA.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.ekodiesel,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .ekodiesel {
  background-image: url("/public/frontend/src/img/fuels/ekodiesel.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .ekodiesel {
  background-image: url("/public/frontend/src/img/fuels/ekodiesel_SEDA.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.nm_bez_spd,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .nm_bez_spd {
  background-image: url("/public/frontend/src/img/fuels/D.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .nm_bez_spd {
  background-image: url("/public/frontend/src/img/fuels/D_seda.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.fame,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .fame {
  background-image: url("/public/frontend/src/img/fuels/fame.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .fame {
  background-image: url("/public/frontend/src/img/fuels/fame_SEDA.svg");
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuelIco.adblue,
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label .adblue {
  background-image: url("/public/frontend/src/img/fuels/ad_blue.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxFuels .fuelsWrapper .fuel label.disabled .adblue {
  background-image: url("/public/frontend/src/img/fuels/ad_blue_seda.svg");
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2px;
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 9px;
  width: 60px;
  font-weight: 400;
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service input[type=checkbox] {
  display: none;
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label .serviceWifi {
  width: 60px;
  height: 27px;
  margin: 15px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM1OWI2NjgiIGhlaWdodD0iMjdweCIgdmlld0JveD0iMCAwIDQ0IDIwIj48cGF0aCBkPSJNMzQuOSA1LjdjLS42IDAtLjkuNC0uOS45cy40LjkuOS45Yy42IDAgLjktLjQuOS0uOS4xLS41LS4zLS45LS45LS45TTM2IDBIOEMzLjYgMCAwIDMuNiAwIDh2NGMwIDQuNCAzLjYgOCA4IDhoMjhjNC40IDAgOC0zLjYgOC04VjhjMC00LjQtMy42LTgtOC04TTE3LjMgNS43Yy42IDAgLjkuNC45LjlzLS40LjktLjkuOWMtLjYgMC0uOS0uNC0uOS0uOXMuNC0uOS45LS45bS45IDguM2gtMS44VjguMmgxLjhWMTR6bS00LjcgMGgtMS45bC0uNy0zLjRjLS4xLS44LS4zLTEuNi0uNC0yLjUtLjEuOS0uMyAxLjctLjQgMi41TDkuMyAxNEg3LjRMNS41IDZoMS45TDggOS4zYy4yIDEgLjMgMiAuNSAyLjguMS0uOS4zLTEuOC41LTIuOEw5LjcgNmgxLjlsLjYgMy40Yy4yLjkuMyAxLjguNCAyLjcuMS0uOS4zLTEuOC40LTIuOGwuNy0zLjNoMS44bC0yIDh6TTQyIDEyYzAgMy4zLTIuNyA2LTYgNkgxNmMzLjMgMCA2LTIuNyA2LTZWOGMwLTMuMyAyLjctNiA2LTZoOGMzLjMgMCA2IDIuNyA2IDZ2NHptLTE0LjggMkgyOXYtMy4yaDIuOFY5LjNIMjlWNy41aDNWNmgtNC43djh6bTYuOSAwaDEuN1Y4LjJoLTEuN1YxNHoiIGNsYXNzPSJzdDAiLz48L3N2Zz4=');
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label .serviceMycka {
  width: 60px;
  height: 27px;
  margin: 15px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwODkxYjgiIGhlaWdodD0iMjdweCIgdmlld0JveD0iMCAwIDQ4MC4yIDI4Ny4yIj48cGF0aCBkPSJNNDQ1LjEgMjYxLjh2LTIxLjNoMzEuOGwtMy44LTM1LjloLTI3Ljl2LTE2LjVINDc3bC0zLjgtMzUuOWgtMjcuOXYtMTYuNWgzMS44TDQ3MyA5OS45aC0yNy45VjgzLjRoMzEuOEw0NzMgNDcuNWgtMjcuOVYyNS40aDE2VjBIMTkuMnYyNS40aDE2djIyLjFoLTI4TDMuNCA4My40aDMxLjh2MTYuNWgtMjhsLTMuOCAzNS45aDMxLjh2MTYuNWgtMjhsLTMuOCAzNS45aDMxLjh2MTYuNWgtMjhsLTMuOCAzNS45aDMxLjh2MjEuM0gwdjI1LjRoNDgwLjJ2LTI1LjRoLTM1LjF6TTQyMi42IDQ3LjVoLTI3LjlsLTMuOCAzNS45aDMxLjh2MTYuNWgtMjcuOWwtMy44IDM1LjloMzEuOHYxNi41aC0yNy45bC0zLjggMzUuOWgzMS44djE2LjVIMzk1bC0zLjggMzUuOUg0MjN2MjEuM0g1Ny42di0yMS4zaDMxLjhsLTMuOC0zNS45aC0yOHYtMTYuNWgzMS44bC0zLjgtMzUuOWgtMjh2LTE2LjVoMzEuOGwtMy44LTM1LjloLTI4VjgzLjRoMzEuOGwtMy44LTM1LjloLTI4VjI1LjRoMzY1LjF2MjIuMXpNMTI1LjQgMTUyLjhjLjkgMCAxLjcgMCAyLjUtLjEtNS44IDUuMS0xMS41IDkuOC0xMS41IDkuOC00IDMuNy03LjMgMTEuMy03LjMgMTYuOFYyMjJjMCAzLjcgMi4yIDcuMSA2LjMgMTB2MjIuNmMwIDMuOSAzLjIgNy4xIDcuMSA3LjFoMzEuM2MzLjkgMCA3LjEtMy4yIDcuMS03LjF2LTkuMmMyMS42IDMgNDguOSA0LjUgNzkuMyA0LjVzNTcuNy0xLjUgNzkuMy00LjV2OS4yYzAgMy45IDMuMiA3LjEgNy4xIDcuMWgzMS4zYzMuOSAwIDcuMS0zLjIgNy4xLTcuMVYyMzJjNC4xLTMgNi4zLTYuMyA2LjMtMTB2LTQyLjdjMC01LjUtMy4zLTEzLjEtNy4zLTE2LjggMCAwLTUuNy00LjctMTEuNS05LjguOC4xIDEuNi4xIDIuNS4xIDkuOSAwIDIwLjQtMy42IDIwLjQtMTAuMXMtMTAuNS0xMy40LTIwLjQtMTMuNGMtOC4zIDAtMTMuNSA0LjgtMTUgMTAuMmwtMTkuNC0zMS40Yy02LjItMTAtMjIuMi0xNC41LTgwLjMtMTQuNXMtNzQuMSA0LjUtODAuMyAxNC41bC0xOS40IDMxLjRjLTEuNS01LjQtNi43LTEwLjItMTUtMTAuMi05LjkgMC0yMC40IDYuOS0yMC40IDEzLjQtLjIgNi41IDEwLjMgMTAuMSAyMC4yIDEwLjFtMTY0LjMgNzBjLTguOSA4LjktOTAuMiA4LjktOTkuMSAwLTIuNy0yLjctMi43LTEwLjQgMC0xMy4yIDguOS04LjkgOTAuMi04LjkgOTkuMSAwIDIuNyAyLjggMi43IDEwLjQgMCAxMy4ybTYyLjQtNDcuM2MuOCA5LTQuOCAxNC0xNy4xIDE1LjEtMTIuMyAxLjEtMjYuNi0yLjItMjcuNC0xMS4yLS42LTYuMyA3LjctMTEuMiAyNS4zLTEyLjggMTIuMy0xIDE4LjcgMi42IDE5LjIgOC45bS0xODUuOS02My40YzQuMS02LjYgMTguMi0xMSA3My45LTExczY5LjggNC40IDczLjkgMTFsMTguNSAzMy4ycy0yMy45IDUtOTIuNCA1LTkyLjQtNS05Mi40LTVsMTguNS0zMy4yem0tMzguMSA2My40Yy42LTYuMyA2LjktMTAgMTkuMi04LjkgMTcuNiAxLjUgMjUuOSA2LjQgMjUuMyAxMi44LS44IDktMTUuMSAxMi4yLTI3LjQgMTEuMi0xMi4zLTEuMS0xNy45LTYuMS0xNy4xLTE1LjEiIGNsYXNzPSJzdDAiLz48L3N2Zz4=');
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label .servicePB {
  width: 60px;
  height: 34px;
  margin: 11px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjEuNDIgMTAxLjE5Ij48dGl0bGU+UEJfZGVmYXVsdDwvdGl0bGU+PGcgaWQ9IlZyc3R2YV8yIiBkYXRhLW5hbWU9IlZyc3R2YSAyIj48ZyBpZD0iVnJzdHZhXzEtMiIgZGF0YS1uYW1lPSJWcnN0dmEgMSI+PHJlY3Qgd2lkdGg9IjEyMS40MiIgaGVpZ2h0PSIxMDEuMTkiIHJ4PSIxMS4xNCIgc3R5bGU9ImZpbGw6I2MxMjcyZCIvPjxyZWN0IHg9IjUwLjQiIHk9IjgxLjM1IiB3aWR0aD0iMjAuNjMiIGhlaWdodD0iMy4xOCIgc3R5bGU9ImZpbGw6bm9uZSIvPjxwYXRoIGQ9Ik03My41NSwyNS4zN2EuNzUuNzUsMCwwLDEtLjc0LS43NVYxNC4zNmExLjUzLDEuNTMsMCwwLDAtMS41My0xLjUzSDUwLjE1YTEuNTMsMS41MywwLDAsMC0xLjU0LDEuNTNWMjQuNjJhLjc0Ljc0LDAsMCwxLS43My43NUExMC45MywxMC45MywwLDAsMCwzNy4yMiwzNi4yM1Y2OS43NEExMC44OCwxMC44OCwwLDAsMCw0Niw4MC4zOWEuNzYuNzYsMCwwLDEsLjYxLjc0djUuNjlhMS41MywxLjUzLDAsMCwwLDEuNTMsMS41NGgyNS4yYTEuNTQsMS41NCwwLDAsMCwxLjU0LTEuNTRWODEuMTNhLjc1Ljc1LDAsMCwxLC42LS43NEExMC44OCwxMC44OCwwLDAsMCw4NC4yLDY5Ljc0VjM2LjIzQTEwLjkzLDEwLjkzLDAsMCwwLDczLjU1LDI1LjM3Wk01MS42OCwxNi42NWEuNzUuNzUsMCwwLDEsLjc1LS43NUg2OWEuNzUuNzUsMCwwLDEsLjc1Ljc1djhhLjc2Ljc2LDAsMCwxLS43NS43NUg1Mi40M2EuNzYuNzYsMCwwLDEtLjc1LS43NVptMjAuMSw2Ny44OWEuNzYuNzYsMCwwLDEtLjc1Ljc1SDUwLjRhLjc1Ljc1LDAsMCwxLS43NS0uNzVWODEuMzVhLjc1Ljc1LDAsMCwxLC43NS0uNzVINzFhLjc2Ljc2LDAsMCwxLC43NS43NVptOS4zNS0xNC44YTcuODEsNy44MSwwLDAsMS03Ljc5LDcuNzlINDguMDhhNy44MSw3LjgxLDAsMCwxLTcuNzktNy43OVY2Ni40MWEuNzUuNzUsMCwwLDEsLjc1LS43NUg4MC4zOGEuNzUuNzUsMCwwLDEsLjc1Ljc1Wm0wLTcuOWEuNzYuNzYsMCwwLDEtLjc1Ljc1SDQxYS43Ni43NiwwLDAsMS0uNzUtLjc1VjQ0LjE0YS43NS43NSwwLDAsMSwuNzUtLjc1SDgwLjM4YS43NS43NSwwLDAsMSwuNzUuNzVabTAtMjIuMjhhLjc1Ljc1LDAsMCwxLS43NS43NUg0MWEuNzUuNzUsMCwwLDEtLjc1LS43NVYzNi4yM2E3LjgxLDcuODEsMCwwLDEsNy43OS03Ljc5SDczLjM0YTcuODEsNy44MSwwLDAsMSw3Ljc5LDcuNzlaIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTYyLjY5LDE5LjFoLTRhMS41NCwxLjU0LDAsMSwwLDAsMy4wN2g0YTEuNTQsMS41NCwwLDEsMCwwLTMuMDdaIiBzdHlsZT0iZmlsbDojZmZmIi8+PHBhdGggZD0iTTY0LjM0LDUxYTIuNjYsMi42NiwwLDAsMS0xLjI1LTMuNjguNDEuNDEsMCwwLDAsMC0uNC4zOC4zOCwwLDAsMC0uMzUtLjIsMy45NCwzLjk0LDAsMCwwLTIuOTMsMS4wNiw1LjMyLDUuMzIsMCwwLDAtMS4wOSwzLjg5di4yMmE5LjY2LDkuNjYsMCwwLDAsLjE4LDEuNjMsNy44OSw3Ljg5LDAsMCwxLC4xMS44YzAsLjI1LDAsLjI3LDAsLjI4YS4zOC4zOCwwLDAsMS0uMTksMCwuNTUuNTUsMCwwLDEtLjM3LS4xNiwzLjg1LDMuODUsMCwwLDEtLjc5LTIuMjQuNDYuNDYsMCwwLDAtLjEtLjMyLjQzLjQzLDAsMCwwLS4zLS4xM2MtMSwwLTEuODIsMS43LTEuODIsMy4yM2E1LjM4LDUuMzgsMCwwLDAsLjQyLDIuMDlBNS42Myw1LjYzLDAsMCwwLDU3LDU4LjhhNi40Niw2LjQ2LDAsMCwwLDQuMzEsMS42QTUuNDYsNS40NiwwLDAsMCw2Ni43Niw1NSw1LjEzLDUuMTMsMCwwLDAsNjQuMzQsNTFaIiBzdHlsZT0iZmlsbDojZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label .serviceNonstop {
  width: 60px;
  height: 27px;
  margin: 15px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQwOCA0MDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwOCA0MDg7ZmlsbDojMGQ3OTUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPGNpcmNsZSBjeD0iMzQ1LjUyIiBjeT0iMjA4IiByPSI4Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxjaXJjbGUgY3g9IjYxLjUxMiIgY3k9IjIwOCIgcj0iOCIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8Y2lyY2xlIGN4PSIyMDUuNTEyIiBjeT0iMzQ4IiByPSI4Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xOTYuNTcyLDI1NmgtNDkuMTQ4YzQuNDM2LTcuMzA4LDEzLjUtMTUuNjA4LDIxLjc2OC0yMy4xOGMxNS44NDQtMTQuNTEyLDMyLjIyOC0yOS41MTYsMzIuMjI4LTQ3LjY0NA0KCQkJYzAtMjIuNzcyLTE4LjQ5Ni0zNi4zNzYtMzYuMzc2LTM2LjM3NmMtMTguMjM2LDAtMzkuNTMyLDEwLjM1Mi0zOS41MzIsMzkuNTI4YzAsNC40MTYsMy41ODQsOCw4LDhzOC0zLjU4NCw4LTgNCgkJCWMwLTIxLjIzNiwxNi40NTYtMjMuNTI4LDIzLjUzMi0yMy41MjhjOC40NiwwLDIwLjM3Niw2LjMyNCwyMC4zNzYsMjAuMzc2YzAsMTEuMDg4LTE0LjM2NCwyNC4yNC0yNy4wMzYsMzUuODQ0DQoJCQljLTE1LjI4NCwxMy45OTYtMjkuNzIsMjcuMjItMjkuNzIsNDIuOTh2OGg2Ny45MDhjNC40MTYsMCw4LTMuNTg0LDgtOEMyMDQuNTcyLDI1OS41ODQsMjAwLjk4OCwyNTYsMTk2LjU3MiwyNTZ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0yODQsMjIzLjk5NmgtMTZ2LTY4YzAtMy41Ni0yLjM1Ni02LjY5Mi01Ljc3Ni03LjY4NGMtMy40MDgtMC45ODQtNy4wOCwwLjQwNC04Ljk4OCwzLjQxNmwtNDgsNzYNCgkJCWMtMS41NTYsMi40NjgtMS42NTIsNS41OC0wLjI0NCw4LjEzNmMxLjQxMiwyLjU1Miw0LjA5Miw0LjEzNiw3LjAwOCw0LjEzNmg0MHYyNGMwLDQuNDE2LDMuNTg0LDgsOCw4YzQuNDE2LDAsOC0zLjU4NCw4LTguMDA0DQoJCQl2LTI0aDE2YzQuNDE2LDAsOC0zLjU4NCw4LThDMjkyLDIyNy41OCwyODguNDE2LDIyMy45OTYsMjg0LDIyMy45OTZ6IE0yNTIsMjI0aC0yNS40ODRMMjUyLDE4My42NDhWMjI0eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMzk2LDE5MmMtNi42MjgsMC0xMiw1LjM3Mi0xMiwxMmMwLDk5LjI1Mi04MC43NDgsMTgwLTE4MCwxODBTMjQsMzAzLjI1MiwyNCwyMDRTMTA0Ljc0OCwyNCwyMDQsMjQNCgkJCWM0MC4zLDAsNzguMzk2LDEzLjAxNiwxMTAuMTY0LDM3LjYzNmM1LjIzNiw0LjA1NiwxMi43NzYsMy4xMDgsMTYuODM2LTIuMTMyYzQuMDYtNS4yNCwzLjEwOC0xMi43NzYtMi4xMzItMTYuODM2DQoJCQlDMjkyLjg1MiwxNC43NTIsMjQ5LjY3MiwwLDIwNCwwQzkxLjUxNiwwLDAsOTEuNTEyLDAsMjA0YzAsMTEyLjQ4NCw5MS41MTYsMjA0LDIwNCwyMDRzMjA0LTkxLjUxNiwyMDQtMjA0DQoJCQlDNDA4LDE5Ny4zNzIsNDAyLjYyOCwxOTIsMzk2LDE5MnoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTM0MCwzLjQzMmMtNi42MjgsMC0xMiw1LjM3Mi0xMiwxMlY2MGgtNDRjLTYuNjI4LDAtMTIsNS4zNzItMTIsMTJzNS4zNzIsMTIsMTIsMTJoNTZjNi42MjgsMCwxMi01LjM3NiwxMi0xMlYxNS40MzINCgkJCUMzNTIsOC44MDQsMzQ2LjYyOCwzLjQzMiwzNDAsMy40MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxjaXJjbGUgY3g9IjIwNS41MTIiIGN5PSI2OCIgcj0iOCIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label .serviceBox {
  height: 27px;
  -webkit-background-size: 27px 27px;
  background-size: 27px;
  margin: 15px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlLXdpZHRoPSIzcHgiIHN0cm9rZT0iIzEyNmRiNyIgZD0iTTYxLjksMTQuNTUzbC02LTEyQTEsMSwwLDAsMCw1NSwySDlhMSwxLDAsMCwwLS44OTUuNTUzbC02LDEyQTEsMSwwLDAsMCwyLDE1VjYxYTEsMSwwLDAsMCwxLDFINjFhMSwxLDAsMCwwLDEtMVYxNUExLDEsMCwwLDAsNjEuOSwxNC41NTNaTTU5LjM4MiwxNEgzOC44NDdMMzcuMTgsNGgxNy4yWk0yNywxNkgzN1YzMi44NTZsLTQuMzE5LTMuNjIyYTEsMSwwLDAsMC0xLjI4LDBMMjcsMzIuODc0Wk0zNS4xNTMsNGwxLjY2NiwxMEgyNy4xODFMMjguODQ3LDRaTTkuNjE4LDRoMTcuMkwyNS4xNTMsMTRINC42MThaTTQsNjBWMTZIMjVWMzVhMSwxLDAsMCwwLDEuNjM4Ljc3bDUuNC00LjQ2OCw1LjMyMiw0LjQ2NEExLDEsMCwwLDAsMzksMzVWMTZINjBWNjBaIi8+PC9zdmc+);
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label .serviceElectrocharger {
  height: 27px;
  -webkit-background-size: 27px 27px;
  background-size: 27px;
  margin: 15px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.03 171.03'%3E%3Ctitle%3Eelectro_active%3C/title%3E%3Cg id='e6e644a5-4232-44bd-8fe9-823c6e30a5b0' data-name='Vrstva 2'%3E%3Cg id='a3433afb-4d24-4db5-83de-11c65985b905' data-name='optimal D seda'%3E%3Crect id='ae8f9aa6-015b-48e6-be1d-17bbcef02270' data-name='Zaoblený obdélník 1' width='171.03' height='171.03' rx='20' style='fill:%2379b90d'/%3E%3Cpath d='M73.56,73.57c0-3.51,0-6.82,0-10.12a4.08,4.08,0,0,1,3.87-4.22,4,4,0,0,1,4.2,4.1c0,3,0,5.92,0,8.89,0,.41,0,.82,0,1.29h7.93c0-.44.07-.84.07-1.25,0-3,0-5.92,0-8.89a4,4,0,0,1,2.61-3.86,3.51,3.51,0,0,1,4.3,1,5.55,5.55,0,0,1,1.12,3c.16,2.88.06,5.77.07,8.65,0,.42,0,.83.06,1.4,1.19,0,2.3,0,3.4,0a3.93,3.93,0,0,1,4,3.72,128.66,128.66,0,0,1-.17,13A19.3,19.3,0,0,1,90.85,107c-1.11.29-1.33.77-1.32,1.81,0,5.15,0,10.31,0,15.46,0,8.56-6.92,14.09-15.25,12.26a51.78,51.78,0,1,1,61.6-62.36c5.7,24.22-7.06,49.63-29.78,59.31-2.43,1-4.7.3-5.67-1.83a3.94,3.94,0,0,1,2.07-5.39A45,45,0,0,0,112.87,120c9.45-7.8,15-17.79,16-30,1.33-15.74-4.32-28.72-16.67-38.52-10-8-21.68-10.93-34.21-8.48C59.91,46.55,48,57.56,43.34,75.34c-4.15,15.76.08,29.78,11.39,41.52a41.59,41.59,0,0,0,21.32,11.76c3.14.71,5.37-1,5.39-4.2,0-5.39,0-10.78,0-16.16a1.05,1.05,0,0,0-.91-1.2c-9.22-2.78-14.66-10.12-14.67-19.75,0-3.08,0-6.15,0-9.23,0-2.85,1.67-4.49,4.53-4.51Zm23.7,8.2H74c0,2.37-.1,4.64,0,6.9a11.59,11.59,0,0,0,22.49,3.27C97.74,88.61,97.06,85.19,97.26,81.77Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label.disabled .servicePB {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjEuNDIgMTAxLjE5Ij48dGl0bGU+UEJfZGVhY3RpdmF0ZWQ8L3RpdGxlPjxnIGlkPSJWcnN0dmFfMiIgZGF0YS1uYW1lPSJWcnN0dmEgMiI+PGcgaWQ9IlZyc3R2YV8xLTIiIGRhdGEtbmFtZT0iVnJzdHZhIDEiPjxyZWN0IHdpZHRoPSIxMjEuNDIiIGhlaWdodD0iMTAxLjE5IiByeD0iMTEuMTQiIHN0eWxlPSJmaWxsOiM5OTkiLz48cmVjdCB4PSI1MC40IiB5PSI4MS4zNSIgd2lkdGg9IjIwLjYzIiBoZWlnaHQ9IjMuMTgiIHN0eWxlPSJmaWxsOm5vbmUiLz48cGF0aCBkPSJNNzMuNTUsMjUuMzdhLjc1Ljc1LDAsMCwxLS43NC0uNzVWMTQuMzZhMS41MywxLjUzLDAsMCwwLTEuNTMtMS41M0g1MC4xNWExLjUzLDEuNTMsMCwwLDAtMS41NCwxLjUzVjI0LjYyYS43NC43NCwwLDAsMS0uNzMuNzVBMTAuOTMsMTAuOTMsMCwwLDAsMzcuMjIsMzYuMjNWNjkuNzRBMTAuODgsMTAuODgsMCwwLDAsNDYsODAuMzlhLjc2Ljc2LDAsMCwxLC42MS43NHY1LjY5YTEuNTMsMS41MywwLDAsMCwxLjUzLDEuNTRoMjUuMmExLjU0LDEuNTQsMCwwLDAsMS41NC0xLjU0VjgxLjEzYS43NS43NSwwLDAsMSwuNi0uNzRBMTAuODgsMTAuODgsMCwwLDAsODQuMiw2OS43NFYzNi4yM0ExMC45MywxMC45MywwLDAsMCw3My41NSwyNS4zN1pNNTEuNjgsMTYuNjVhLjc1Ljc1LDAsMCwxLC43NS0uNzVINjlhLjc1Ljc1LDAsMCwxLC43NS43NXY4YS43Ni43NiwwLDAsMS0uNzUuNzVINTIuNDNhLjc2Ljc2LDAsMCwxLS43NS0uNzVabTIwLjEsNjcuODlhLjc2Ljc2LDAsMCwxLS43NS43NUg1MC40YS43NS43NSwwLDAsMS0uNzUtLjc1VjgxLjM1YS43NS43NSwwLDAsMSwuNzUtLjc1SDcxYS43Ni43NiwwLDAsMSwuNzUuNzVabTkuMzUtMTQuOGE3LjgxLDcuODEsMCwwLDEtNy43OSw3Ljc5SDQ4LjA4YTcuODEsNy44MSwwLDAsMS03Ljc5LTcuNzlWNjYuNDFhLjc1Ljc1LDAsMCwxLC43NS0uNzVIODAuMzhhLjc1Ljc1LDAsMCwxLC43NS43NVptMC03LjlhLjc2Ljc2LDAsMCwxLS43NS43NUg0MWEuNzYuNzYsMCwwLDEtLjc1LS43NVY0NC4xNGEuNzUuNzUsMCwwLDEsLjc1LS43NUg4MC4zOGEuNzUuNzUsMCwwLDEsLjc1Ljc1Wm0wLTIyLjI4YS43NS43NSwwLDAsMS0uNzUuNzVINDFhLjc1Ljc1LDAsMCwxLS43NS0uNzVWMzYuMjNhNy44MSw3LjgxLDAsMCwxLDcuNzktNy43OUg3My4zNGE3LjgxLDcuODEsMCwwLDEsNy43OSw3Ljc5WiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik02Mi42OSwxOS4xaC00YTEuNTQsMS41NCwwLDEsMCwwLDMuMDdoNGExLjU0LDEuNTQsMCwxLDAsMC0zLjA3WiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik02NC4zNCw1MWEyLjY2LDIuNjYsMCwwLDEtMS4yNS0zLjY4LjQxLjQxLDAsMCwwLDAtLjQuMzguMzgsMCwwLDAtLjM1LS4yLDMuOTQsMy45NCwwLDAsMC0yLjkzLDEuMDYsNS4zMiw1LjMyLDAsMCwwLTEuMDksMy44OXYuMjJhOS42Niw5LjY2LDAsMCwwLC4xOCwxLjYzLDcuODksNy44OSwwLDAsMSwuMTEuOGMwLC4yNSwwLC4yNywwLC4yOGEuMzguMzgsMCwwLDEtLjE5LDAsLjU1LjU1LDAsMCwxLS4zNy0uMTYsMy44NSwzLjg1LDAsMCwxLS43OS0yLjI0LjQ2LjQ2LDAsMCwwLS4xLS4zMi40My40MywwLDAsMC0uMy0uMTNjLTEsMC0xLjgyLDEuNy0xLjgyLDMuMjNhNS4zOCw1LjM4LDAsMCwwLC40MiwyLjA5QTUuNjMsNS42MywwLDAsMCw1Nyw1OC44YTYuNDYsNi40NiwwLDAsMCw0LjMxLDEuNkE1LjQ2LDUuNDYsMCwwLDAsNjYuNzYsNTUsNS4xMyw1LjEzLDAsMCwwLDY0LjM0LDUxWiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjwvZz48L2c+PC9zdmc+);
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label.disabled .serviceMycka {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImdyYXkiIGhlaWdodD0iMjdweCIgdmlld0JveD0iMCAwIDQ4MC4yIDI4Ny4yIj48cGF0aCBkPSJNNDQ1LjEgMjYxLjh2LTIxLjNoMzEuOGwtMy44LTM1LjloLTI3Ljl2LTE2LjVINDc3bC0zLjgtMzUuOWgtMjcuOXYtMTYuNWgzMS44TDQ3MyA5OS45aC0yNy45VjgzLjRoMzEuOEw0NzMgNDcuNWgtMjcuOVYyNS40aDE2VjBIMTkuMnYyNS40aDE2djIyLjFoLTI4TDMuNCA4My40aDMxLjh2MTYuNWgtMjhsLTMuOCAzNS45aDMxLjh2MTYuNWgtMjhsLTMuOCAzNS45aDMxLjh2MTYuNWgtMjhsLTMuOCAzNS45aDMxLjh2MjEuM0gwdjI1LjRoNDgwLjJ2LTI1LjRoLTM1LjF6TTQyMi42IDQ3LjVoLTI3LjlsLTMuOCAzNS45aDMxLjh2MTYuNWgtMjcuOWwtMy44IDM1LjloMzEuOHYxNi41aC0yNy45bC0zLjggMzUuOWgzMS44djE2LjVIMzk1bC0zLjggMzUuOUg0MjN2MjEuM0g1Ny42di0yMS4zaDMxLjhsLTMuOC0zNS45aC0yOHYtMTYuNWgzMS44bC0zLjgtMzUuOWgtMjh2LTE2LjVoMzEuOGwtMy44LTM1LjloLTI4VjgzLjRoMzEuOGwtMy44LTM1LjloLTI4VjI1LjRoMzY1LjF2MjIuMXpNMTI1LjQgMTUyLjhjLjkgMCAxLjcgMCAyLjUtLjEtNS44IDUuMS0xMS41IDkuOC0xMS41IDkuOC00IDMuNy03LjMgMTEuMy03LjMgMTYuOFYyMjJjMCAzLjcgMi4yIDcuMSA2LjMgMTB2MjIuNmMwIDMuOSAzLjIgNy4xIDcuMSA3LjFoMzEuM2MzLjkgMCA3LjEtMy4yIDcuMS03LjF2LTkuMmMyMS42IDMgNDguOSA0LjUgNzkuMyA0LjVzNTcuNy0xLjUgNzkuMy00LjV2OS4yYzAgMy45IDMuMiA3LjEgNy4xIDcuMWgzMS4zYzMuOSAwIDcuMS0zLjIgNy4xLTcuMVYyMzJjNC4xLTMgNi4zLTYuMyA2LjMtMTB2LTQyLjdjMC01LjUtMy4zLTEzLjEtNy4zLTE2LjggMCAwLTUuNy00LjctMTEuNS05LjguOC4xIDEuNi4xIDIuNS4xIDkuOSAwIDIwLjQtMy42IDIwLjQtMTAuMXMtMTAuNS0xMy40LTIwLjQtMTMuNGMtOC4zIDAtMTMuNSA0LjgtMTUgMTAuMmwtMTkuNC0zMS40Yy02LjItMTAtMjIuMi0xNC41LTgwLjMtMTQuNXMtNzQuMSA0LjUtODAuMyAxNC41bC0xOS40IDMxLjRjLTEuNS01LjQtNi43LTEwLjItMTUtMTAuMi05LjkgMC0yMC40IDYuOS0yMC40IDEzLjQtLjIgNi41IDEwLjMgMTAuMSAyMC4yIDEwLjFtMTY0LjMgNzBjLTguOSA4LjktOTAuMiA4LjktOTkuMSAwLTIuNy0yLjctMi43LTEwLjQgMC0xMy4yIDguOS04LjkgOTAuMi04LjkgOTkuMSAwIDIuNyAyLjggMi43IDEwLjQgMCAxMy4ybTYyLjQtNDcuM2MuOCA5LTQuOCAxNC0xNy4xIDE1LjEtMTIuMyAxLjEtMjYuNi0yLjItMjcuNC0xMS4yLS42LTYuMyA3LjctMTEuMiAyNS4zLTEyLjggMTIuMy0xIDE4LjcgMi42IDE5LjIgOC45bS0xODUuOS02My40YzQuMS02LjYgMTguMi0xMSA3My45LTExczY5LjggNC40IDczLjkgMTFsMTguNSAzMy4ycy0yMy45IDUtOTIuNCA1LTkyLjQtNS05Mi40LTVsMTguNS0zMy4yem0tMzguMSA2My40Yy42LTYuMyA2LjktMTAgMTkuMi04LjkgMTcuNiAxLjUgMjUuOSA2LjQgMjUuMyAxMi44LS44IDktMTUuMSAxMi4yLTI3LjQgMTEuMi0xMi4zLTEuMS0xNy45LTYuMS0xNy4xLTE1LjEiIGNsYXNzPSJzdDAiLz48L3N2Zz4=');
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label.disabled .serviceWifi {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9ImdyYXkiIGhlaWdodD0iMjdweCIgdmlld0JveD0iMCAwIDQ0IDIwIj48cGF0aCBkPSJNMzQuOSA1LjdjLS42IDAtLjkuNC0uOS45cy40LjkuOS45Yy42IDAgLjktLjQuOS0uOS4xLS41LS4zLS45LS45LS45TTM2IDBIOEMzLjYgMCAwIDMuNiAwIDh2NGMwIDQuNCAzLjYgOCA4IDhoMjhjNC40IDAgOC0zLjYgOC04VjhjMC00LjQtMy42LTgtOC04TTE3LjMgNS43Yy42IDAgLjkuNC45LjlzLS40LjktLjkuOWMtLjYgMC0uOS0uNC0uOS0uOXMuNC0uOS45LS45bS45IDguM2gtMS44VjguMmgxLjhWMTR6bS00LjcgMGgtMS45bC0uNy0zLjRjLS4xLS44LS4zLTEuNi0uNC0yLjUtLjEuOS0uMyAxLjctLjQgMi41TDkuMyAxNEg3LjRMNS41IDZoMS45TDggOS4zYy4yIDEgLjMgMiAuNSAyLjguMS0uOS4zLTEuOC41LTIuOEw5LjcgNmgxLjlsLjYgMy40Yy4yLjkuMyAxLjguNCAyLjcuMS0uOS4zLTEuOC40LTIuOGwuNy0zLjNoMS44bC0yIDh6TTQyIDEyYzAgMy4zLTIuNyA2LTYgNkgxNmMzLjMgMCA2LTIuNyA2LTZWOGMwLTMuMyAyLjctNiA2LTZoOGMzLjMgMCA2IDIuNyA2IDZ2NHptLTE0LjggMkgyOXYtMy4yaDIuOFY5LjNIMjlWNy41aDNWNmgtNC43djh6bTYuOSAwaDEuN1Y4LjJoLTEuN1YxNHoiIGNsYXNzPSJzdDAiLz48L3N2Zz4=');
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label.disabled .serviceNonstop {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQwOCA0MDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwOCA0MDg7ZmlsbDpncmV5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPGNpcmNsZSBjeD0iMzQ1LjUyIiBjeT0iMjA4IiByPSI4Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxjaXJjbGUgY3g9IjYxLjUxMiIgY3k9IjIwOCIgcj0iOCIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8Y2lyY2xlIGN4PSIyMDUuNTEyIiBjeT0iMzQ4IiByPSI4Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xOTYuNTcyLDI1NmgtNDkuMTQ4YzQuNDM2LTcuMzA4LDEzLjUtMTUuNjA4LDIxLjc2OC0yMy4xOGMxNS44NDQtMTQuNTEyLDMyLjIyOC0yOS41MTYsMzIuMjI4LTQ3LjY0NA0KCQkJYzAtMjIuNzcyLTE4LjQ5Ni0zNi4zNzYtMzYuMzc2LTM2LjM3NmMtMTguMjM2LDAtMzkuNTMyLDEwLjM1Mi0zOS41MzIsMzkuNTI4YzAsNC40MTYsMy41ODQsOCw4LDhzOC0zLjU4NCw4LTgNCgkJCWMwLTIxLjIzNiwxNi40NTYtMjMuNTI4LDIzLjUzMi0yMy41MjhjOC40NiwwLDIwLjM3Niw2LjMyNCwyMC4zNzYsMjAuMzc2YzAsMTEuMDg4LTE0LjM2NCwyNC4yNC0yNy4wMzYsMzUuODQ0DQoJCQljLTE1LjI4NCwxMy45OTYtMjkuNzIsMjcuMjItMjkuNzIsNDIuOTh2OGg2Ny45MDhjNC40MTYsMCw4LTMuNTg0LDgtOEMyMDQuNTcyLDI1OS41ODQsMjAwLjk4OCwyNTYsMTk2LjU3MiwyNTZ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0yODQsMjIzLjk5NmgtMTZ2LTY4YzAtMy41Ni0yLjM1Ni02LjY5Mi01Ljc3Ni03LjY4NGMtMy40MDgtMC45ODQtNy4wOCwwLjQwNC04Ljk4OCwzLjQxNmwtNDgsNzYNCgkJCWMtMS41NTYsMi40NjgtMS42NTIsNS41OC0wLjI0NCw4LjEzNmMxLjQxMiwyLjU1Miw0LjA5Miw0LjEzNiw3LjAwOCw0LjEzNmg0MHYyNGMwLDQuNDE2LDMuNTg0LDgsOCw4YzQuNDE2LDAsOC0zLjU4NCw4LTguMDA0DQoJCQl2LTI0aDE2YzQuNDE2LDAsOC0zLjU4NCw4LThDMjkyLDIyNy41OCwyODguNDE2LDIyMy45OTYsMjg0LDIyMy45OTZ6IE0yNTIsMjI0aC0yNS40ODRMMjUyLDE4My42NDhWMjI0eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMzk2LDE5MmMtNi42MjgsMC0xMiw1LjM3Mi0xMiwxMmMwLDk5LjI1Mi04MC43NDgsMTgwLTE4MCwxODBTMjQsMzAzLjI1MiwyNCwyMDRTMTA0Ljc0OCwyNCwyMDQsMjQNCgkJCWM0MC4zLDAsNzguMzk2LDEzLjAxNiwxMTAuMTY0LDM3LjYzNmM1LjIzNiw0LjA1NiwxMi43NzYsMy4xMDgsMTYuODM2LTIuMTMyYzQuMDYtNS4yNCwzLjEwOC0xMi43NzYtMi4xMzItMTYuODM2DQoJCQlDMjkyLjg1MiwxNC43NTIsMjQ5LjY3MiwwLDIwNCwwQzkxLjUxNiwwLDAsOTEuNTEyLDAsMjA0YzAsMTEyLjQ4NCw5MS41MTYsMjA0LDIwNCwyMDRzMjA0LTkxLjUxNiwyMDQtMjA0DQoJCQlDNDA4LDE5Ny4zNzIsNDAyLjYyOCwxOTIsMzk2LDE5MnoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTM0MCwzLjQzMmMtNi42MjgsMC0xMiw1LjM3Mi0xMiwxMlY2MGgtNDRjLTYuNjI4LDAtMTIsNS4zNzItMTIsMTJzNS4zNzIsMTIsMTIsMTJoNTZjNi42MjgsMCwxMi01LjM3NiwxMi0xMlYxNS40MzINCgkJCUMzNTIsOC44MDQsMzQ2LjYyOCwzLjQzMiwzNDAsMy40MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxjaXJjbGUgY3g9IjIwNS41MTIiIGN5PSI2OCIgcj0iOCIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K');
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label.disabled .serviceBox {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlLXdpZHRoPSIzcHgiIHN0cm9rZT0iIzgwODA4MCIgZD0iTTYxLjksMTQuNTUzbC02LTEyQTEsMSwwLDAsMCw1NSwySDlhMSwxLDAsMCwwLS44OTUuNTUzbC02LDEyQTEsMSwwLDAsMCwyLDE1VjYxYTEsMSwwLDAsMCwxLDFINjFhMSwxLDAsMCwwLDEtMVYxNUExLDEsMCwwLDAsNjEuOSwxNC41NTNaTTU5LjM4MiwxNEgzOC44NDdMMzcuMTgsNGgxNy4yWk0yNywxNkgzN1YzMi44NTZsLTQuMzE5LTMuNjIyYTEsMSwwLDAsMC0xLjI4LDBMMjcsMzIuODc0Wk0zNS4xNTMsNGwxLjY2NiwxMEgyNy4xODFMMjguODQ3LDRaTTkuNjE4LDRoMTcuMkwyNS4xNTMsMTRINC42MThaTTQsNjBWMTZIMjVWMzVhMSwxLDAsMCwwLDEuNjM4Ljc3bDUuNC00LjQ2OCw1LjMyMiw0LjQ2NEExLDEsMCwwLDAsMzksMzVWMTZINjBWNjBaIi8+PC9zdmc+');
}
.mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service label.disabled .serviceElectrocharger {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.03 171.03'%3E%3Ctitle%3Eelectro_neactive%3C/title%3E%3Cg id='ba6121c6-adcf-425c-8ce8-0fb30e2a33de' data-name='Vrstva 2'%3E%3Cg id='a98ae587-6e8b-4d8f-899a-d889d5e52712' data-name='optimal D seda'%3E%3Crect id='b5302a72-57c2-4463-b2d8-ccbe7ea4f939' data-name='Zaoblený obdélník 1' width='171.03' height='171.03' rx='20' style='fill:%23c6c6c6'/%3E%3Cpath d='M73.56,73.57c0-3.51,0-6.82,0-10.12a4.08,4.08,0,0,1,3.87-4.22,4,4,0,0,1,4.2,4.1c0,3,0,5.92,0,8.89,0,.41,0,.82,0,1.29h7.93c0-.44.07-.84.07-1.25,0-3,0-5.92,0-8.89a4,4,0,0,1,2.61-3.86,3.51,3.51,0,0,1,4.3,1,5.55,5.55,0,0,1,1.12,3c.16,2.88.06,5.77.07,8.65,0,.42,0,.83.06,1.4,1.19,0,2.3,0,3.4,0a3.93,3.93,0,0,1,4,3.72,128.66,128.66,0,0,1-.17,13A19.3,19.3,0,0,1,90.85,107c-1.11.29-1.33.77-1.32,1.81,0,5.15,0,10.31,0,15.46,0,8.56-6.92,14.09-15.25,12.26a51.78,51.78,0,1,1,61.6-62.36c5.7,24.22-7.06,49.63-29.78,59.31-2.43,1-4.7.3-5.67-1.83a3.94,3.94,0,0,1,2.07-5.39A45,45,0,0,0,112.87,120c9.45-7.8,15-17.79,16-30,1.33-15.74-4.32-28.72-16.67-38.52-10-8-21.68-10.93-34.21-8.48C59.91,46.55,48,57.56,43.34,75.34c-4.15,15.76.08,29.78,11.39,41.52a41.59,41.59,0,0,0,21.32,11.76c3.14.71,5.37-1,5.39-4.2,0-5.39,0-10.78,0-16.16a1.05,1.05,0,0,0-.91-1.2c-9.22-2.78-14.66-10.12-14.67-19.75,0-3.08,0-6.15,0-9.23,0-2.85,1.67-4.49,4.53-4.51Zm23.7,8.2H74c0,2.37-.1,4.64,0,6.9a11.59,11.59,0,0,0,22.49,3.27C97.74,88.61,97.06,85.19,97.26,81.77Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.mod__fuelStations {
  background: url("../../dist/img/aAdvanced05_background.jpg") no-repeat bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 0 120px;
}
.mod__fuelStations .table-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #b7b7b7;
}
.mod__fuelStations .table-row:last-child {
  border-bottom: 1px solid #b7b7b7;
}
.mod__fuelStations .table-row .table-cell {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  font-family: "proxima_nova", Arial, sans-serif;
}
.mod__fuelStations .table-row .table-cell.titles {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  color: #646464;
}
.mod__fuelStations .table-row .table-cell.titles .title {
  font-size: 22px;
  line-height: 1.2;
  word-wrap: break-word;
}
.mod__fuelStations .table-row .table-cell.titles .id {
  margin-bottom: 10px;
}
.mod__fuelStations .table-row .table-cell.titles .services {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod__fuelStations .table-row .table-cell.titles .services svg {
  margin-right: 8px;
  display: block;
}
.mod__fuelStations .table-row .table-cell.titles .services a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 8px;
}
.mod__fuelStations .table-row .table-cell.titles .services a span {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  font-weight: 700;
  color: #2c2c2c;
  text-align: center;
}
.mod__fuelStations .table-row .table-cell.titles .services a svg {
  margin-right: 0;
}
.mod__fuelStations .table-row .table-cell.contact {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  color: #646464;
  padding-left: 15px;
}
.mod__fuelStations .table-row .table-cell.hours {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  color: #646464;
}
.mod__fuelStations .table-row .table-cell .services .stationWifi {
  fill: #59b668;
}
.mod__fuelStations .table-row .table-cell .services .stationMycka {
  fill: #0891b8;
}
.mod__fuelStations .table-row .table-cell.fuels {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  color: #646464;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 5px;
  width: 50px;
  text-align: center;
  font-size: 10px;
}
.mod__fuelStations .table-row .table-cell.fuels .fuelWrapper .fuel svg {
  display: block;
  margin: 10px auto;
}
.mod__fuelStations .table-row .table-cell.fuels .stationFuelYellow {
  fill: #c0cb12;
}
.mod__fuelStations .table-row .table-cell.fuels .stationFuelGreen {
  fill: #3d9c67;
}
.mod__fuelStations .mapContextMenu {
  background: white;
  border: 1px gray solid;
  position: absolute;
  padding: 3px 20px;
  font-size: 11px;
}
.mod__fuelStations .itemDetail {
  position: absolute;
  top: 30px;
  right: 10px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.mod__fuelStations .itemDetail.hideDetail {
  opacity: 0;
}
.mod__fuelStations .itemDetail .detail {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 330px;
  font-weight: 400;
}
.mod__fuelStations .itemDetail .detail .detailClose {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 10px;
}
.mod__fuelStations .itemDetail .detail .detailClose:hover {
  cursor: pointer;
}
.mod__fuelStations .itemDetail .detail .detailHeadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px;
  padding-top: 20px;
  border-bottom: 1px solid #b7b7b7;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .title svg {
  margin-top: 3px;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .title .titles {
  margin: 0 15px;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .title .titles .detailName {
  font-size: 22px;
  line-height: 1.2;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .title .titles .detailId {
  font-size: 12px;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .services .detailServiceIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  min-width: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  width: 50px;
  margin-bottom: 10px;
}
.mod__fuelStations .itemDetail .detail .detailHeadline .services .detailServiceIco a {
  color: #2c2c2c;
}
.mod__fuelStations .itemDetail .detail .detailBody {
  padding: 15px 10px;
  font-size: 14px;
}
.mod__fuelStations .itemDetail .detail .detailFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.mod__fuelStations .itemDetail .detail .detailFooter .fuel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 5px;
  width: 50px;
  text-align: center;
  font-size: 10px;
}
.mod__fuelStations .itemDetail .detail .detailFooter .fuel svg {
  display: block;
  margin: 10px auto;
}
.mod__fuelStations .itemDetail .detail .detailFooter .fuel svg.stationFuelYellow {
  fill: #c0cb12;
}
.mod__fuelStations .itemDetail .detail .detailFooter .fuel svg.stationFuelGreen {
  fill: #3d9c67;
}
@media (max-width: 767px) {
  .mod__fuelStations .table-row .table-cell.titles {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 35%;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    width: 35%;
  }
  .mod__fuelStations .table-row .table-cell.contact {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 65%;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
  }
  .mod__fuelStations .table-row .table-cell.hours {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
    padding: 20px 0px;
  }
  .mod__fuelStations .table-row .table-cell.fuels {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .mod__fuelStations .table-row .table-cell.fuels .fuelWrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mod__fuelStations .filter .button {
    text-align: center;
  }
  .mod__fuelStations .filter .checkBoxes .checkBoxTitle {
    margin-top: 25px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
}
@media (min-width: 768px) {
  .mod__fuelStations .mobile-map {
    display: none;
  }
  #fuelStationsMap {
    display: block;
  }
  .mod__fuelStations .filter {
    background: #fff;
    margin-top: 50px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .mod__fuelStations .filter .checkBoxes .checkBoxServices .servicesWrapper .service {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
}
.mod__gallery .l__bigBox {
  padding-bottom: 50px;
}
.mod__gallery .item {
  text-align: center;
}
.mod__gallery .thumbnail {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.mod__gallery .yt {
  border: 1px solid #ced5d7;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.mod__gallery .thumbnail.youtube {
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  border: 6px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.mod__gallery .thumbnail.youtube:hover .gallery-overlay {
  opacity: 0.35;
}
.mod__gallery .thumbnail.youtube .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../../dist/img/play.png) center no-repeat;
  min-width: 50px;
  height: 50px;
}
.mod__gallery .thumbnail.youtube .play.hasTitle {
  height: 90px;
  white-space: nowrap;
  color: white;
  font-weight: 600;
  display: table;
  background-position: top center;
}
.mod__gallery .thumbnail.youtube .play.hasTitle span {
  display: table-cell;
  vertical-align: bottom;
}
.mod__gallery .thumbnail.youtube .gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mod__gallery .thumbnail.youtube .gallery-overlay-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #48535d;
}
.mod__questionary .item:nth-child(2n) {
  background-color: #f1f4f5;
}
.mod__questionary .item .top {
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mod__questionary .item .top .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.mod__questionary .item .top .left {
  text-align: center;
}
.mod__questionary .item .top .left label {
  font-size: 20px;
  font-weight: 700;
}
.mod__questionary .item .top .right input {
  position: absolute;
  opacity: 0;
}
.mod__questionary .item .top .right label {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 3px;
  width: 160px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  background-color: #ffec00;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.mod__questionary .item .top .right label:hover {
  background-color: #00a345;
  color: #fff;
}
.mod__questionary .item .top .right input:checked + label {
  background-color: #00a345;
  color: #fff;
}
.mod__questionary .item .top .right label {
  margin-left: 20px;
}
.mod__questionary .item .bottom {
  display: none;
  min-height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin: 0 -10px;
}
.mod__questionary .item .bottom .checkbox {
  margin: 0 10px;
}
.mod__questionary .item .bottom input {
  position: absolute;
  opacity: 0;
}
.mod__questionary .item .bottom label {
  display: block;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 3px;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
  text-align: center;
  padding: 0 10px;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  color: #343538;
}
.mod__questionary .item .bottom input:checked + label {
  background-color: #00a345;
  color: #fff;
  border-color: #00a345;
}
.mod__questionary .item .bottom input.text {
  position: relative;
  opacity: 1;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #b7b7b7;
  color: #343538;
  border-radius: 3px;
  margin: 0 10px;
}
.mod__questionary .item .bottom input.text::-webkit-input-placeholder {
  color: #b7b7b7;
}
.mod__questionary .item .bottom input.text::-moz-placeholder {
  color: #b7b7b7;
}
.mod__questionary .item .bottom input.text:-ms-input-placeholder {
  color: #b7b7b7;
}
.mod__questionary .item .bottom input.text::-ms-input-placeholder {
  color: #b7b7b7;
}
.mod__questionary .item .bottom input.text::placeholder {
  color: #b7b7b7;
}
.mod__questionary .item--other {
  padding: 60px 0 100px;
}
.mod__questionary .item--other .textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mod__questionary .item--other .textarea .left {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.mod__questionary .item--other .textarea .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-top: 20px;
}
.mod__questionary .item--other .textarea .right textarea {
  width: 100%;
  height: 150px;
  max-width: 100%;
  min-width: 280px;
  min-height: 150px;
  max-height: 500px;
  border-radius: 3px;
  font-size: 17px;
  border: 1px solid #b7b7b7;
  color: #343538;
  padding: 10px;
}
.mod__questionary .item--other .sendButton {
  text-align: center;
  margin-top: 30px;
}
.mod__questionary .item--other .sendButton input {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 700;
  width: 225px;
  color: #fff;
  background-color: #00a345;
  border-radius: 3px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  border: 1px solid #00a345;
}
.mod__questionary .item--other .sendButton input:hover {
  background-color: #fff;
  color: #00a345;
}
.mod__questionary .flash {
  background: #e0f0d8;
  border: 1px solid #d6e9c6;
  color: #468847;
  font-weight: bold;
  font-size: 25px;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .mod__questionary .item .top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mod__questionary .item .top .left {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    text-align: left;
  }
  .mod__questionary .item .top .right {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    margin-top: 0;
  }
  .mod__questionary .item--other .textarea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mod__questionary .item--other .textarea .left {
    text-align: left;
  }
  .mod__questionary .item--other .textarea .right {
    margin-top: 0;
  }
  .mod__questionary .item--other .textarea .right textarea {
    width: 80%;
    height: 200px;
    max-width: 720px;
    min-width: 300px;
    min-height: 200px;
  }
}
.tpl__priceGraph {
  background: #f1f4f5;
  padding: 60px 0;
  margin-top: 40px;
}
.tpl__priceGraph .comp__textBox {
  padding-bottom: 30px;
}
.tpl__priceGraph .canvasWrapper {
  overflow: auto;
}
.tpl__priceGraph .canvasWrapper .canvasInnerWrapper {
  min-width: 600px;
}
.tpl__priceTable .description {
  font-style: italic;
}
#priceFilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 15px 0 30px;
}
#priceFilter .item input[type=text] {
  border: 1px solid #ced5d7;
  border-radius: 5px;
  height: 40px;
  padding: 9px;
  width: 145px;
}
#priceFilter .item input[type=number] {
  border: 1px solid #ced5d7;
  border-radius: 5px;
  height: 40px;
  padding: 9px;
  width: 55px;
  -moz-appearance: textfield;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#priceFilter .item input[type=number]::-webkit-outer-spin-button,
#priceFilter .item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#priceFilter .item select {
  border: 1px solid #ced5d7;
  border-radius: 5px;
  height: 40px;
  padding: 9px;
}
#priceFilter .item .arrows {
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 16px;
  height: 40px;
  font-size: 0;
}
#priceFilter .item .arrows + .arrows {
  right: -28px;
}
#priceFilter .item .arrows + .arrows .arrowUp {
  top: 2px;
}
#priceFilter .item .arrows + .arrows .arrowDown {
  bottom: 2px;
}
#priceFilter .item .arrows .arrowUp {
  position: absolute;
  top: 0;
  left: 0;
  fill: #505758;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
#priceFilter .item .arrows .arrowUp:hover {
  fill: #00a345;
}
#priceFilter .item .arrows .arrowDown {
  position: absolute;
  bottom: 0;
  left: 0;
  fill: #505758;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: fill 0.25s ease-out;
  -o-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}
#priceFilter .item .arrows .arrowDown:hover {
  fill: #00a345;
}
#priceFilter .item .name {
  font-size: 16px;
  color: #59804a;
  margin-bottom: 5px;
}
#priceFilter .item + .item {
  margin-top: 30px;
}
.tpl__table.tpl__priceTable h2 {
  margin-bottom: 5px;
}
.tpl__table.tpl__priceTable .priceExport {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  background: #f5f8fa;
  border-radius: 5px;
  border: 1px solid #ced5d7;
  color: black;
  padding: 5px 10px;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.tpl__table.tpl__priceTable .priceExport:hover {
  background: white;
}
.tpl__table.tpl__priceTable .priceExport svg {
  margin-left: 10px;
}
.tpl__table.tpl__priceTable .itemInline {
  display: inline-block;
  margin-top: 15px;
}
.tpl__table.tpl__priceTable .tableWrapper {
  overflow: auto;
}
.tpl__table.tpl__priceTable .tableWrapper table {
  min-width: 600px;
}
.tpl__table.tpl__priceTable .tableWrapper table .table-cell {
  text-align: center;
}
.tpl__table.tpl__priceTable .tableWrapper table .table-cell:first-child {
  text-align: left;
}
.tpl__table.tpl__priceTable .tableWrapper table .trend {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tpl__table.tpl__priceTable .tableWrapper table .trend--up {
  background-image: url(../../dist/img/svg/arrowTrendRed.svg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tpl__table.tpl__priceTable .tableWrapper table .trend--down {
  background-image: url(../../dist/img/svg/arrowTrendGreen.svg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tpl__table.tpl__priceTable .tableWrapper table .trend--nothing {
  background-image: url(../../dist/img/svg/arrowTrend.svg);
}
.tpl__table.tpl__priceTable .tooltip {
  pointer-events: none;
}
.tpl__table.tpl__priceTable .priceCta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mod__dieselPrice.tpl__login ~ * {
  display: none;
}
.mod__dieselPrice.tpl__login .priceLoginForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 50px 0 115px;
}
.mod__dieselPrice.tpl__login .priceLoginForm input[type="password"] {
  height: 42px;
  border-radius: 4.57px;
  margin-bottom: 10px;
  border: 1px solid #00a345;
  padding: 0 15px;
}
.mod__dieselPrice.tpl__login .priceLoginForm .loginMessage {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  bottom: -10px;
  color: red;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 500px) {
  .mod__dieselPrice.tpl__login .priceLoginForm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mod__dieselPrice.tpl__login .priceLoginForm input[type="password"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }
  .mod__dieselPrice.tpl__login .priceLoginForm input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  #priceFilter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #priceFilter .item + .item {
    margin-left: 30px;
    margin-top: 0;
  }
  #priceFilter .item:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .tpl__table.tpl__priceTable .tableWrapper {
    overflow: visible;
  }
  .tpl__table.tpl__priceTable .priceCta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
  }
  .tpl__table.tpl__priceTable .itemInline {
    margin-top: 0;
    margin-left: 15px;
  }
}
.navbar {
  height: 67px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s 0.1s background, 0.5s 0.15s height;
  -o-transition: 0.5s 0.1s background, 0.5s 0.15s height;
  transition: 0.5s 0.1s background, 0.5s 0.15s height;
  z-index: 1000;
  border-radius: 0;
  background: #2c2c2c;
}
.navbar .container-medium {
  height: 100%;
}
.navbar .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin: 0;
  z-index: 100;
}
.navbar .logo svg {
  max-width: 100%;
  width: 85px;
  fill: #fff;
  float: left;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.navbar .logo svg:hover {
  fill: #00765a;
}
.nav-wrap .nav-ext {
  display: none;
}
.nav-ext {
  margin-bottom: 0;
}
.nav-ext a:hover,
.nav-ext a:focus,
.nav-ext a {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  background: #ffec00;
  border-radius: 10px;
  padding: 4px 12px 3px;
  text-decoration: none;
}
.nav-ext a strong {
  font-weight: 900;
}
.navbar .nav-controls {
  font-size: 0;
  margin-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navbar .nav-controls > * {
  vertical-align: middle;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navbar .nav-controls > * + * {
  margin-left: 20px;
}
.navbar .nav-controls svg {
  fill: #fff;
  width: 18px;
  height: auto;
}
.navbar .nav-controls .search svg {
  fill: #fff;
  width: 18px;
  height: auto;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.navbar .nav-controls .search:hover svg {
  fill: #ffec00;
}
.navbar .nav-controls .phone svg {
  fill: #fff;
  width: 18px;
  height: 21px;
}
.navbar .nav-controls .nav-ext,
.navbar .nav-controls .separator {
  display: none;
}
.navbar.navbar--inverse .nav-controls svg {
  fill: #2c2c2c;
}
.navbar.navbar--inverse .nav-toggle span {
  background: #2c2c2c;
}
.navbar.navbar--inverse .nav-controls .separator:after {
  background: rgba(0, 0, 0, 0.5);
}
/* ----------------------------------------------------- MOBILE ----------------------------------------------------- */
.small-only {
  display: none;
}
@media (min-width: 500px) {
  .navbar .nav-controls .nav-ext {
    display: inline-block;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .navbar .nav-controls .separator {
    display: inline-block;
    width: 21px;
    height: 21px;
  }
  .navbar .nav-controls .separator:after {
    content: " ";
    display: block;
    margin-left: 10px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991px) {
  .navbar .container-medium {
    width: 100%;
    margin: 0;
  }
  .navbar > .content-container {
    padding-right: 90px;
    width: 100%;
  }
  .navbar .nav-controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .navbar .nav-box {
    height: 100%;
  }
  .navbar .nav {
    display: none;
  }
  .nav-toggle {
    display: block;
    border: none;
    background: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .nav-toggle span + span {
    margin-top: 5px;
  }
  .toggle-fixed {
    padding: 15px 10px;
    border-radius: 10px;
    background: rgba(63, 65, 71, 0.4);
    position: fixed;
    top: 12px;
    right: 80px;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    z-index: 1200;
  }
  .nav {
    margin-top: 68px;
    margin-left: 9px;
  }
  .nav > li > a:hover,
  .nav > li > a:focus,
  .nav > li > a {
    font-size: inherit;
    color: #e7e9ef;
    font-weight: 300;
    display: inline-block;
    background: none;
    text-transform: lowercase;
  }
  .nav > li.active > a {
    color: #ffec00;
  }
  .nav > li {
    font-size: 14px;
  }
  .nav > li + li {
    margin-top: 0.86em;
  }
  .mobile-controls {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #1c1d22;
    z-index: 1005;
    padding: 18px 22px 0 25px;
  }
  .nav--open .mobile-controls {
    display: block;
  }
  .nav-close {
    padding: 5px;
    display: block;
    position: absolute;
    right: 15px;
    margin-top: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 0;
  }
  .nav-close svg {
    fill: #4d535b;
    width: 12px;
    height: auto;
  }
  .navbar .breadcrumbs {
    font-size: 0;
    padding: 5px 0;
    cursor: pointer;
  }
  .navbar .breadcrumbs span {
    font-size: 13px;
    font-weight: 600;
    color: #ffec00;
  }
  .navbar .breadcrumbs span + span:before {
    content: "\2192";
    color: #4c525a;
    margin: 0 5px;
    font-family: monospace;
  }
  .nav-wrap {
    background: #1c1d22;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.4s;
    transition: opacity 0.3s, -webkit-transform 0s 0.4s;
    -o-transition: opacity 0.3s, -o-transform 0s 0.4s;
    transition: opacity 0.3s, transform 0s 0.4s;
    transition: opacity 0.3s, transform 0s 0.4s, -webkit-transform 0s 0.4s, -o-transform 0s 0.4s;
    pointer-events: none;
  }
  .nav-wrap.main .nav {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .nav-wrap.main.child--open .nav {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  .nav-wrap.sub {
    display: block;
  }
  .nav--open .nav-wrap.sub {
    background: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  }
  .nav--open .nav-wrap.sub.show {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1005;
  }
  .nav--open .nav-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.3s, -webkit-transform 0s 0s;
    transition: opacity 0.3s, -webkit-transform 0s 0s;
    -o-transition: opacity 0.3s, -o-transform 0s 0s;
    transition: opacity 0.3s, transform 0s 0s;
    transition: opacity 0.3s, transform 0s 0s, -webkit-transform 0s 0s, -o-transform 0s 0s;
    overflow-y: auto;
  }
  .nav--open .logo,
  .nav--open .toggle2-wrap,
  .nav--open .nav-controls {
    display: none;
  }
  .nav--open .nav {
    display: block;
  }
  .nav--open .toggle-fixed {
    display: none;
  }
  .nav-wrap .nav-ext {
    display: block;
    position: fixed;
    left: 25px;
    bottom: 30px;
    z-index: 1002;
  }
}
@media (max-width: 991px) and (min-height: 700px) {
  .nav > li {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-height: 900px) {
  .nav {
    margin-top: 82px;
  }
  .nav > li {
    font-size: 22px;
  }
  .navbar .breadcrumbs span {
    font-size: 21px;
  }
  .nav-wrap .nav-ext a:hover,
  .nav-wrap .nav-ext a:focus,
  .nav-wrap .nav-ext a {
    font-size: 19px;
  }
  .nav-close svg {
    width: 18px;
  }
}
@media (max-width: 991px) and (max-height: 440px) {
  .navbar .nav-wrap .nav {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .navbar .nav > li + li {
    margin-top: 0;
  }
}
/* ----------------------------------------------------- DESKTOP ---------------------------------------------------- */
@media (min-width: 992px) {
  .small-only {
    display: none !important;
  }
  .navbar {
    height: 67px;
    position: fixed;
    text-align: right;
  }
  .navbar .nav-box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .navbar .nav-wrap {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .nav {
    margin: 0;
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .nav::before {
    content: none;
    display: none;
  }
  .nav::after {
    content: none;
    display: none;
  }
  .nav li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .nav li a,
  .nav li a:hover,
  .nav li a:focus {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    display: inline-block;
    padding: 0;
    background: none;
  }
  .nav li.active a,
  .nav li.activeParent a,
  .nav li a:hover {
    color: #ffec00;
  }
  .navbar .nav-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navbar .logo {
    left: 30px;
  }
  .navbar .logo svg {
    max-width: 100%;
    height: 36px;
    width: 95px;
  }
  .navbar.navbar--condensed {
    backgrguound: #30353c;
    height: 67px;
  }
  .navbar.navbar--condensed li a,
  .navbar.navbar--condensed li a:hover,
  .navbar.navbar--condensed li a:focus {
    color: #fff;
  }
  .navbar.navbar--condensed li.active a,
  .navbar.navbar--condensed li.activeParent a,
  .navbar.navbar--condensed li a:hover {
    color: #ffec00;
  }
  .navbar.navbar--condensed .nav-controls svg {
    fill: #fff;
  }
  .navbar--inverse .nav a,
  .navbar--inverse .nav a:hover,
  .navbar--inverse .nav a:focus {
    color: #2c2c2c;
  }
  .navbar--inverse .nav .active a,
  .navbar--inverse .nav a:hover {
    color: #ffec00;
  }
}
@media (max-width: 1199px) {
  .navbar .content-container {
    padding-left: 130px;
  }
  .nav li a,
  .nav li a:focus,
  .nav li a:hover {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .comp__submenu {
    display: none;
  }
}
@media (min-width: 992px) {
  .comp__submenu {
    position: fixed;
    top: 66px;
    z-index: 999;
    width: 100%;
    -webkit-transition: 0.5s 0.1s background, 0.5s 0.15s top, 0.5s 0.2s border;
    -o-transition: 0.5s 0.1s background, 0.5s 0.15s top, 0.5s 0.2s border;
    transition: 0.5s 0.1s background, 0.5s 0.15s top, 0.5s 0.2s border;
    height: auto;
    background-color: #f1f4f5;
  }
  .comp__submenu .sub-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .comp__submenu .list {
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .comp__submenu .item {
    height: 100%;
    border-top: 2px solid transparent;
    -webkit-transition: border-top 100ms ease-in-out;
    -o-transition: border-top 100ms ease-in-out;
    transition: border-top 100ms ease-in-out;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .comp__submenu .item + .item {
    margin-left: 45px;
  }
  .comp__submenu .item a:hover,
  .comp__submenu .item a:focus,
  .comp__submenu .item a {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 0;
    text-decoration: none;
    display: inline-block;
  }
  .comp__submenu .item:focus,
  .comp__submenu .item:hover,
  .comp__submenu .item.active {
    border-top: 2px solid #00a345;
  }
  .comp__submenu .item a {
    overflow: hidden;
  }
}
.top-box {
  background: #ffec00;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0s 0.5s, -webkit-transform 0.4s;
  transition: opacity 0s 0.5s, -webkit-transform 0.4s;
  -o-transition: opacity 0s 0.5s, -o-transform 0.4s;
  transition: transform 0.4s, opacity 0s 0.5s;
  transition: transform 0.4s, opacity 0s 0.5s, -webkit-transform 0.4s, -o-transform 0.4s;
}
.top-box.open {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0s 0s, -webkit-transform 0.4s;
  transition: opacity 0s 0s, -webkit-transform 0.4s;
  -o-transition: opacity 0s 0s, -o-transform 0.4s;
  transition: transform 0.4s, opacity 0s 0s;
  transition: transform 0.4s, opacity 0s 0s, -webkit-transform 0.4s, -o-transform 0.4s;
  z-index: 101;
}
.top-box .text,
.top-box .text a,
.top-box .text a:hover,
.top-box .text a:focus,
.top-box form {
  height: 100%;
}
.top-box input.search {
  /*position:relative;top:50%;transform:translateY(-50%);*/
  color: #3d3d3d;
  font-size: 22px;
  font-weight: 300;
}
.top-box input.search::-webkit-input-placeholder {
  color: #3d3d3d;
}
.top-box input.search::-moz-placeholder {
  color: #3d3d3d;
}
.top-box input.search:-ms-input-placeholder {
  color: #3d3d3d;
}
.top-box input.search::-ms-input-placeholder {
  color: #3d3d3d;
}
.top-box input.search::placeholder {
  color: #3d3d3d;
}
.top-box input.search::-ms-clear {
  display: none;
}
.top-box .text {
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-box input.search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  margin-right: 5px;
  height: 100%;
  line-height: 1em;
}
.top-box .submit {
  display: none;
}
.top-box .controls {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-box .controls input.submit {
  font-size: 17px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.top-box .controls .close-bar {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 8px;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.top-box .controls .close-bar svg {
  fill: #3d3d3d;
  width: 14px;
  height: auto;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.top-box .controls .close-bar:hover svg {
  fill: #00a345;
}
.top-box .controls .submit {
  margin-top: 2px;
  margin-right: 1px;
}
.top-box .controls .submit svg {
  height: 9px;
  width: 14px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #3d3d3d;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.top-box .controls .submit:hover svg {
  fill: #00a345;
}
.top-box .controls.input--filled .close-bar {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 8px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  opacity: 0;
}
.top-box .controls.input--filled .submit {
  display: block;
  font-size: 17px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 768px) {
  .top-box .text,
  .top-box .text a,
  .top-box .text a:hover,
  .top-box .text a:focus,
  .top-box input.search {
    font-size: 28px;
  }
  .top-box {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .top-box .text,
  .top-box .text a,
  .top-box .text a:hover,
  .top-box .text a:focus,
  .top-box input.search {
    font-size: 35px;
  }
  .top-box {
    height: 130px;
  }
  .close-bar svg {
    width: 18px;
  }
}
.tpl__zakladniBlok .content-container--wrapper > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl__zakladniBlok .comp__textBox img.img-itunes {
  margin-left: 15px;
}
.tpl__zakladniBlok .comp__textBox a:not(.btn) {
  text-decoration: underline;
  font-weight: 700;
}
.tpl__zakladniBlok .comp__textBox ul {
  list-style: none !important;
  padding-left: 0px;
  margin-top: 20px;
}
.tpl__zakladniBlok .comp__textBox ul li:before {
  content: "•\00a0\00a0\00a0";
  color: #00a345;
  font-weight: bold;
  font-size: 18px;
}
.tpl__zakladniBlok .comp__textBox ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-indent: -0.7em;
  padding-left: 1em;
}
.tpl__zakladniBlok img.desktop {
  display: none;
}
@media (max-width: 499px) {
  .tpl__zakladniBlok .comp__textBox img.img-itunes,
  .tpl__zakladniBlok .comp__textBox img.imgs-google-play {
    display: block;
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 991px) {
  .tpl__zakladniBlok {
    text-align: center;
  }
  .tpl__zakladniBlok .image-container img {
    max-width: 60%;
    max-height: 300px;
  }
  .tpl__zakladniBlok .image-container-bottom img {
    max-width: 80%;
  }
  .tpl__zakladniBlok .content-container--wrapper .content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .tpl__zakladniBlok .content-container--wrapper.content--left.has-img .content {
    padding-top: 20px;
  }
  .tpl__zakladniBlok .image-container {
    padding-top: 40px;
  }
  .tpl__zakladniBlok .comp__textBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  .tpl__zakladniBlok .comp__textBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tpl__zakladniBlok .content-container--wrapper .content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .tpl__zakladniBlok .content-container--wrapper.content--left.has-img .content {
    padding-top: 40px;
  }
  .tpl__zakladniBlok .image-container {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .tpl__zakladniBlok img.mobile {
    display: none;
  }
  .tpl__zakladniBlok img.desktop {
    display: inline-block;
  }
  .tpl__zakladniBlok {
    /*margin-bottom:20px;
    .image-container {background:rgba(255, 0, 0,.6)}
    .image-container img {background:magenta}
    .content-container {background:aqua}
    .content-container .content {background:yellow}
    .l__bigBox {background:greenyellow}*/
  }
  .tpl__zakladniBlok .image-container .imgBox img {
    max-width: 100%;
    max-height: 100%;
  }
  .tpl__zakladniBlok .image-container {
    width: 34.375vw;
    height: 18.75vw;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .tpl__zakladniBlok .image-container .row {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .tpl__zakladniBlok .image-container .imgBox {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .tpl__zakladniBlok .image-container .imgBox picture {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tpl__zakladniBlok .img-container .imgBox img {
    vertical-align: bottom;
  }
  .tpl__zakladniBlok .image-container .imgBox img {
    vertical-align: bottom;
    margin: 0 auto;
    margin-left: 0;
  }
  .tpl__zakladniBlok .image-container.imgRightLeft .imgBox img {
    margin-left: 0;
  }
  .tpl__zakladniBlok .l__bigBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tpl__zakladniBlok .content-container--wrapper.content--center.no-img,
  .tpl__zakladniBlok .content-container--wrapper.content--left {
    min-height: 17.1875vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 960px;
  }
  .tpl__zakladniBlok .content-container--wrapper.content--center.no-img .row,
  .tpl__zakladniBlok .content-container--wrapper.content--left .row {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    max-width: 100%;
  }
  .tpl__zakladniBlok .content-container--wrapper.content--left.no-img {
    min-height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tpl__zakladniBlok .content-container--wrapper.content--center.no-img .comp__textBox .title + .green__line {
    margin: 0 auto;
  }
  .tpl__zakladniBlok .content-container--wrapper.content--center .green__line {
    margin-left: auto;
    margin-right: auto;
  }
  .tpl__zakladniBlok .content-container--wrapper .content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .tpl__zakladniBlok .image-container-bottom img {
    max-width: 100%;
  }
  .tpl__zakladniBlok .l--imgRightBottom .image-container {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .tpl__zakladniBlok .l--imgRightBottom .image-container .imgBox picture {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .tpl__zakladniBlok .l--imgRight .image-container .imgBox picture {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tpl__zakladniBlok .l--imgRight .image-container .imgBox img {
    margin: 0 0 0 auto;
  }
  .tpl__zakladniBlok .l--imgBottomCenter .content-container--wrapper {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .content-container--wrapper {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .tpl__zakladniBlok .image-container .imgBox img {
    max-height: 70%;
  }
}
@media (min-width: 1400px) and (max-width: 1649px) {
  .image-container {
    width: 31.375vw;
    height: 31.375vw;
  }
  .content-container--wrapper.content--left {
    min-height: 31.375vw;
  }
}
.tpl__zakladniBlok .padding__top--none {
  padding-top: 0 !important;
}
.tpl__zakladniBlok .padding__top--half {
  padding-top: 25px !important;
}
.tpl__zakladniBlok .padding__top--full {
  padding-top: 50px !important;
}
.tpl__zakladniBlok .padding__bottom--none {
  padding-bottom: 0 !important;
}
.tpl__zakladniBlok .padding__bottom--half {
  padding-bottom: 25px !important;
}
.tpl__zakladniBlok .padding__bottom--full {
  padding-bottom: 50px !important;
}
@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.mainSlider {
  height: 440px;
  background: #000;
  overflow: hidden;
}
.mainSlider ul {
  margin: 0;
  padding: 0;
}
.mainSlider li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  min-height: 200px;
  display: block;
  position: relative;
}
.mainSlider .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mainSlider .bg img {
  position: absolute;
  margin: auto 0;
  width: auto;
  height: 115%;
  max-width: none;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.mainSlider .bg.desktop {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mainSlider .banaxi {
  max-width: 42px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}
.mainSlider .banaxi.banaxi--bigger {
  display: none;
  max-width: 84px;
  bottom: 3%;
  right: 2%;
}
.mainSlider .table {
  display: table;
  margin: 0;
}
.mainSlider .table-cell {
  display: table-cell;
  vertical-align: bottom;
  float: none;
  padding-bottom: 80px;
}
.mainSlider .slider__wrap,
.mainSlider .slider__wrap.nd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mainSlider .slider__wrap,
.mainSlider .slider__wrap.nd::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0);
}
.mainSlider .img-title {
  text-align: center;
}
.mainSlider .content {
  color: #fff;
  line-height: 1.9em;
  font-size: 17px;
  padding-top: 80px;
  z-index: 999;
}
.mainSlider .title h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px auto 0 auto;
  line-height: 1.2;
  max-width: 450px;
  text-align: center;
  font-family: "proxima_nova", Arial, sans-serif;
  color: #2c2c2c;
}
.mainSlider .green__line {
  display: none;
}
.mainSlider .text {
  margin-bottom: 32px;
  font-size: 17px;
  display: none;
  color: #2c2c2c;
  font-weight: 400;
}
.mainSlider .pre-title {
  font-size: 17px;
  color: #00a345;
  font-weight: 400;
  text-align: center;
}
.mod__slider .mainSlider .owl-carousel {
  overflow: hidden;
  display: block;
}
.mod__slider .mainSlider .owl-item {
  float: left;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.mod__slider .mainSlider .content img {
  width: auto;
  max-width: 220px;
}
.mod__slider .mainSlider .owl-stage-outer {
  height: 100%;
}
.mod__slider .mainSlider .owl-stage {
  height: 100%;
}
.mod__slider .mainSlider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.mod__slider .mainSlider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  margin-left: 60px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.mod__slider .mainSlider .owl-nav .owl-prev svg {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mod__slider .mainSlider .owl-nav .owl-prev svg .arrow_l {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  fill: #00a345;
}
.mod__slider .mainSlider .owl-nav .owl-prev:hover svg {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.mod__slider .mainSlider .owl-nav .owl-prev:hover svg .arrow_l {
  fill: #00a345;
}
.mod__slider .mainSlider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  margin-right: 60px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.mod__slider .mainSlider .owl-nav .owl-next svg {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}
.mod__slider .mainSlider .owl-nav .owl-next svg .arrow_r {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  fill: #00a345;
}
.mod__slider .mainSlider .owl-nav .owl-next:hover svg {
  -webkit-transform: scale(1) rotate(180deg);
  -ms-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
}
.mod__slider .mainSlider .owl-nav .owl-next:hover svg .arrow_r {
  fill: #00a345;
}
.mod__slider .mainSlider .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mod__slider .mainSlider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #787e86;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mod__slider .mainSlider .owl-dots .owl-dot.active {
  border-color: transparent;
  background-clip: content-box;
  background-color: #00a345;
}
.mod__slider .mainSlider .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.mod__slider .mainSlider .owl-nav.disabled,
.mod__slider .mainSlider .owl-dots.disabled {
  display: none !important;
}
.mod__slider .mainSlider .content .img-title img {
  max-height: 140px;
}
.mod__slider .mainSlider .content.whiteFont .title h2 {
  color: #fff;
}
.mod__slider .mainSlider .content.whiteFont .text {
  color: #fff;
}
.mod__slider .mainSlider li.center__slide .img-title img {
  margin: 0 auto 22px auto;
}
.mod__slider .mainSlider li.center__slide .content {
  padding-top: 0;
  text-align: center;
}
.mod__slider .mainSlider li.right__slide .img-title img {
  margin: 0 auto 22px auto;
}
.mod__slider .mainSlider li.right__slide .btns {
  text-align: center;
}
.mod__slider .mainSlider li.right__slide .content {
  padding-right: 0;
}
.mod__slider .mainSlider li.left__slide .img-title img {
  margin: 0 auto 22px auto;
}
.mod__slider .mainSlider li.left__slide .title h2 {
  text-align: center;
}
.mod__slider .mainSlider li.left__slide .text,
.mod__slider .mainSlider li.left__slide .btns,
.mod__slider .mainSlider li.left__slide {
  text-align: center;
}
.slider-progress-wrap {
  height: 3px;
  position: absolute;
  bottom: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  padding: 0 10px;
}
.slider-progress-background {
  top: -3px;
  background: #fff;
  opacity: 0.2;
  width: 100%;
  height: 3px;
}
.slider-progress-wrap .slider-progress {
  width: 0;
  background: #fff;
  height: 3px;
  opacity: 0.5;
}
.slider-progress-wrap.go .slider-progress {
  width: 0;
  -webkit-animation: progress 8s linear;
  -o-animation: progress 8s linear;
  animation: progress 8s linear;
}
.akce .mod__slider .mainSlider .owl-dots {
  display: none;
}
.akce .mod__slider .mainSlider .owl-nav {
  display: none;
}
@media (min-width: 500px) {
  .mainSlider {
    height: 600px;
  }
  .mainSlider .banaxi {
    max-width: 60px;
    bottom: 8px;
  }
}
@media (min-width: 768px) {
  .mod__slider .mainSlider .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .mod__slider .mainSlider .grid-l-push-8 {
    left: 0;
  }
  .mod__slider .mainSlider .grid-l-8 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mainSlider .text {
    display: block;
  }
  .mod__slider .mainSlider li.right__slide .img-title {
    text-align: left;
  }
  .mod__slider .mainSlider li.right__slide .img-title img {
    margin-left: 0;
  }
  .mod__slider .mainSlider li.right__slide .btns {
    text-align: left;
  }
  .mod__slider .mainSlider li.right__slide .pre-title {
    text-align: left;
  }
  .mainSlider .table-cell {
    vertical-align: middle;
    padding-bottom: 0;
  }
  .mod__slider .mainSlider li.center__slide .table-cell {
    vertical-align: bottom;
    padding-bottom: 105px;
  }
  .mod__slider .mainSlider .grid-l-push-8 {
    left: 50%;
  }
  .mod__slider .mainSlider .grid-l-8 {
    width: 50%;
  }
  .mod__slider .mainSlider .content img {
    width: auto;
  }
  .mainSlider .green__line {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mainSlider .bg.desktop {
    display: block;
  }
  .mainSlider .bg.mobile {
    display: none;
  }
  .mod__slider .mainSlider li.center__slide .img-title img {
    margin-bottom: 32px;
  }
  .mod__slider .mainSlider li.right__slide .img-title img {
    margin-bottom: 32px;
  }
  .mod__slider .mainSlider li.left__slide .img-title img {
    margin-bottom: 32px;
  }
  .mainSlider .title h2 {
    max-width: 100%;
    text-align: left;
  }
}
@media (min-width: 1026px) and (max-width: 1199px) {
  .mainSlider .title h2 {
    font-size: 28px;
  }
  .mod__slider .mainSlider .content .img-title img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .mainSlider {
    height: 660px;
  }
  .mod__slider .mainSlider .content .img-title img {
    max-height: 170px;
  }
}
@media (min-width: 1250px) {
  .mod__slider .mainSlider li.right__slide .content {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) and (max-height: 800px) {
  .mainSlider {
    height: 660px;
  }
  .mod__slider .mainSlider .content .img-title img {
    max-height: 140px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .mainSlider .title h2 {
    font-size: 32px;
  }
  .mod__slider .mainSlider .content .img-title img {
    max-width: 80%;
  }
}
@media (min-width: 1367px) {
  .mainSlider .title h2 {
    font-size: 46px;
  }
  .mod__slider .mainSlider .content .img-title img {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .mainSlider {
    height: 660px;
  }
  .mod__slider .mainSlider .content .img-title img {
    max-height: 200px;
  }
  .mainSlider .banaxi {
    display: none;
  }
  .mainSlider .banaxi.banaxi--bigger {
    display: block;
  }
}
@media (min-width: 1400px) and (max-height: 900px) {
}
@media (max-width: 991px) {
  .slider-progress-wrap {
    padding: 0 110px;
  }
}
@media (max-width: 1399px) {
  .slider-progress-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    bottom: 33px;
  }
}
@media (min-width: 1750px) {
  .mainSlider .table {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .mainSlider {
    height: 400px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .mainSlider {
    height: 360px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .mainSlider {
    height: 310px;
  }
  .mod__slider .mainSlider .content img {
    max-width: 300px;
  }
  .mainSlider .img-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .mainSlider .title h2 {
    color: #fff;
  }
  .mainSlider .pre-title {
    color: #fff;
  }
  .mainSlider .slider__wrap,
  .mainSlider .slider__wrap.nd::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1160px) {
  .mod__slider .mainSlider .owl-nav {
    display: none;
  }
}
/* =====================================================================================================================
==================================================== SLIDER IN BODY ====================================================
===================================================================================================================== */
.comp__textSlider .container .row .title {
  text-align: center;
  line-height: 1.15em;
}
.comp__textSlider .container .row .text {
  text-align: center;
}
.comp__textSlider .container .row .text .link {
  display: block;
  margin: 1em 0;
}
.comp__textSlider .items {
  padding-top: 70px;
  padding-bottom: 60px;
}
.comp__textSlider .item {
  display: none;
}
.comp__textSlider .owl-carousel,
.comp__textSlider .owl-loaded .item,
.comp__textSlider .item:first-child {
  display: block;
}
.comp__textSlider .owl-item.animated {
  -webkit-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
}
.comp__textSlider .owl-nav {
  position: absolute;
  left: -60px;
  right: -60px;
  top: 100px;
  pointer-events: none;
  margin: 0 auto;
  width: 115%;
}
.comp__textSlider .owl-next,
.comp__textSlider .owl-prev {
  width: 16px;
  height: 26px;
  padding: 1px;
  pointer-events: all;
}
.comp__textSlider .owl-next {
  float: right;
}
.comp__textSlider .owl-prev {
  float: left;
}
.comp__textSlider .owl-next svg,
.comp__textSlider .owl-prev svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  fill: #bababa;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.comp__textSlider .owl-next:hover svg,
.comp__textSlider .owl-prev:hover svg {
  fill: #878787;
}
.comp__textSlider .owl-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.comp__textSlider .owl-item {
  overflow: hidden;
}
.comp__textSlider .headline {
  width: 100%;
  float: none;
}
.comp__textSlider .headline .title {
  margin: 0;
}
.comp__textSlider .text {
  width: 100%;
  float: none;
  padding-top: 10px;
  line-height: 1.76em;
}
@media (max-width: 767px) {
  .comp__textSlider .owl-nav {
    display: none;
  }
  .comp__textSlider .items.owl-loaded:after {
    opacity: 0.6;
    -webkit-animation: swipe 4s steps(35) infinite;
    -o-animation: swipe 4s steps(35) infinite;
    animation: swipe 4s steps(35) infinite;
    content: " ";
    display: block;
    margin: 15px auto 0;
    width: 118px;
    height: 31px;
    background: url(../../dist/img/layout/swipe.png) top center no-repeat;
    -webkit-background-size: 118px auto;
    background-size: 118px auto;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  .comp__textSlider .items.owl-loaded.changed:after {
    display: none;
  }
  @-webkit-keyframes swipe {
    35% {
      background-position: center -1085px;
    }
    100% {
      background-position: center -1085px;
    }
  }
  @-o-keyframes swipe {
    35% {
      background-position: center -1085px;
    }
    100% {
      background-position: center -1085px;
    }
  }
  @keyframes swipe {
    35% {
      background-position: center -1085px;
    }
    100% {
      background-position: center -1085px;
    }
  }
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
}
@media (min-width: 600px) {
  .comp__textSlider .owl-nav {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .comp__textSlider .container .row .title {
    text-align: left;
  }
  .comp__textSlider .container .row .text {
    text-align: left;
  }
  .comp__textSlider .container .row .title {
    font-size: 2rem;
  }
  .comp__textSlider .owl-nav {
    width: auto;
    left: -60px;
    right: -60px;
  }
  .comp__textSlider .container {
    max-width: 600px;
    padding: 0 50px;
  }
  .comp__textSlider .container.alone {
    padding: 0;
  }
}
@media (min-width: 910px) {
  .comp__textSlider .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .comp__textSlider .container {
    max-width: 840px;
  }
  .comp__textSlider .container .row .title {
    font-size: 2.2rem;
  }
  .comp__textSlider .items {
    padding-top: 130px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .comp__textSlider .text {
    float: right;
    width: 45%;
  }
  .comp__textSlider .headline {
    width: 45%;
    float: left;
  }
  .comp__textSlider .container .row {
    padding: 0;
  }
  .comp__textSlider .container {
    max-width: 100%;
  }
  .comp__textSlider .container .row .title {
    font-size: 2.65rem;
  }
  .comp__textSlider .owl-nav {
    left: -80px;
    right: -80px;
  }
}
@media (min-width: 1400px) {
  .comp__textSlider .owl-nav {
    left: -120px;
    right: -120px;
  }
}
/* =====================================================================================================================
==================================================== TARIFFS BLOCK =====================================================
===================================================================================================================== */
.tariffs {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  font-size: 0;
}
.tariffs a:hover,
.tariffs a:focus {
  text-decoration: none;
}
.tariffs .one {
  display: block;
  width: 100%;
  height: 210px;
  padding: 60px 10px 20px 10px;
  position: relative;
  cursor: pointer;
}
.tariffs .one:nth-of-type(2) {
  margin: 1px 0;
}
.tariffs .one .img-wrap {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: -o-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms, -o-transform 200ms;
}
.tariffs .one .mouse {
  width: 250px;
  max-width: 80%;
}
.tariffs .one .title {
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  margin: 15px 5% 10px;
  width: 90%;
}
.tariffs .one .text {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin: 10px auto;
  width: 100%;
}
.tariffs .one .features {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 25px 0 5px;
  width: 100%;
  max-width: 450px;
}
.tariffs .one .features .item {
  position: relative;
  color: #fff;
  font-family: "proxima_nova", Arial, sans-serif;
  font-size: 0.857rem;
  font-weight: 300;
  line-height: 1.2em;
  display: inline-block;
  width: 33.33333333%;
  padding: 0 2%;
}
.tariffs .one .features.count-2 .item {
  width: 50%;
}
.tariffs .one .features .item:nth-of-type(2):before {
  content: "+";
  position: absolute;
  left: 0;
  font-family: "proxima_nova", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.tariffs .one .features .item:nth-of-type(3) {
  border-left: rgba(255, 255, 255, 0.37) solid 2px;
}
.tariffs .one .features .item strong {
  font-weight: 700;
  font-size: 0.7059rem;
}
.tariffs .one .features .item .large {
  font-weight: 700;
  font-size: 0.7059rem;
}
.tariffs .one .discount {
  background-position: top right !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 40%;
  width: 30%;
}
.tariffs .one .frame {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f1f4f5;
}
.tariffs .one .frame .background {
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}
.tariffs .one .features .item .subtext {
  display: none;
}
.tariffs .one .features .item .mobile--title {
  display: inline-block;
}
@media (max-width: 767px) {
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
  .tariffs .one .img-wrap {
    top: 15px;
  }
  .tariffs .one .text {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .tariffs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tariffs .one {
    display: inline-block;
    width: 33.33333333%;
    height: 235px;
    padding: 55px 0 10px;
  }
  .tariffs .one .img-wrap {
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .tariffs .one .features {
    bottom: 15px;
  }
  .tariffs .one .mouse {
    width: auto;
  }
  .tariffs .one.active .img-wrap,
  .tariffs .one:hover .img-wrap {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .tariffs .one.active .background,
  .tariffs .one:hover .background {
    opacity: 0.5;
  }
  .tariffs .one:nth-of-type(2) {
    margin: 0 1px;
  }
  .tariffs .one .img-wrap {
    top: -10px;
  }
}
@media (min-width: 992px) {
  .tariffs .one {
    height: 180px;
    padding: 20px 10px;
  }
}
@media (min-width: 1025px) {
  .tariffs .one {
    height: 245px;
    padding: 40px 10px 20px;
  }
  .tariffs .one .features .item .subtext {
    display: block;
  }
  .tariffs .one .features .item strong {
    font-size: 0.75rem;
    font-weight: 700;
  }
  .tariffs .one .features .item .large {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .tariffs .one .features {
    bottom: 10px;
  }
  .tariffs .one .features .item .mobile--title {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tariffs .one .features.count-2 .item {
    width: 33.33333333%;
  }
  .tariffs .one .text {
    width: 60%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .tariffs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tariffs .one {
    width: 33.33333%;
    display: inline-block;
    height: 280px;
    padding: 70px 0 20px 0;
  }
  .tariffs .one:nth-of-type(2) {
    margin: 0 1px;
  }
  .tariffs .one .mouse {
    top: 20px;
  }
  .tariffs .one .features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tariffs .one .features .item {
    width: 50%;
  }
  .tariffs .one .features .item:nth-of-type(3) {
    border-left: none;
  }
}
/* =====================================================================================================================
======================================================= CHANNELS =======================================================
===================================================================================================================== */
.channel-list-wrap {
  display: none;
}
.channel-list-wrap.show {
  display: block;
}
.mod__channels .comp__textBox * + .text {
  margin-top: 0.5em;
}
.mod__channels {
  padding-top: 60px;
  padding-bottom: 35px;
}
.mod__channels > .row {
  height: 100%;
}
.mod__channels .channels-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 20px;
}
.mod__channels .channels {
  overflow: scroll;
  width: 100%;
  height: 100%;
}
.mod__channels .channel {
  width: 33.3333333%;
  text-align: center;
  margin: 10px 0;
}
.mod__channels .channel > img {
  opacity: 0.6;
  border: 5px solid transparent;
  max-width: 70%;
  max-height: 70%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 0.25s opacity, 0.25s filter, 0.25s -webkit-filter;
  cursor: pointer;
}
.mod__channels .channel > img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .mod__channels .channel-info {
    display: none !important;
  }
}
@media (min-width: 500px) {
  .mod__channels .channel {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .mod__channels .channel {
    width: 20%;
    margin: 20px 0;
  }
  .mod__channels .channel-info {
    width: 400px;
    border: 6px solid rgba(0, 0, 0, 0.35);
    z-index: 10;
    position: absolute;
    top: 90%;
    left: 15px;
    line-height: 1.8em;
    font-weight: 400;
    font-size: 12px;
    color: #303235;
    display: none;
  }
  .mod__channels .channel-info.left {
    right: 15px;
    left: auto;
  }
  .mod__channels .channel-info .content {
    background: #f2f4f5;
    padding: 30px 30px 30px;
    text-align: left;
  }
  .mod__channels .channel-info .desc {
    margin-top: 1.8em;
  }
  .mod__channels .channel-info table {
    margin-top: 25px;
  }
  .mod__channels .channel-info table th {
    padding-right: 8px;
    color: #303235;
    font-weight: 900;
    vertical-align: top;
  }
  .mod__channels .channel-info table td {
    color: #717783;
    font-weight: 300;
    vertical-align: top;
  }
  .mod__channels .channel-info table td + th {
    padding-left: 60px;
  }
  .mod__channels .channel-info table .spacer {
    height: 1.8em;
  }
}
@media (min-width: 992px) {
  .mod__channels .channel {
    width: 16.66666667%;
  }
  .mod__channels .channel-info {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .mod__channels .channel {
    width: 14.28571429%;
  }
}
@media (min-width: 1400px) {
  .mod__channels .channel {
    width: 12.5%;
  }
}
/* =====================================================================================================================
================================================= linkIn6support =======================================================
===================================================================================================================== */
.tpl__linkIn6support {
  padding-bottom: 0;
}
.tpl__linkIn6support .comp__textBox {
  padding-top: 13.3%;
  padding-bottom: 6%;
}
.tpl__linkIn6support .comp__textBox .title {
  text-align: center;
}
.tpl__linkIn6support .comp__textBox .red__line + .title {
  margin-top: 1.3em;
}
.tpl__linkIn6support .links {
  padding: 37px 0;
}
.tpl__linkIn6support .links a:focus,
.tpl__linkIn6support .links a:hover,
.tpl__linkIn6support .links a {
  color: #2c2c2c;
  text-decoration: none;
  text-align: center;
}
.tpl__linkIn6support .links .image {
  margin-bottom: 5px;
}
.tpl__linkIn6support .links .image svg {
  fill: #cacaca;
  width: 26px;
  height: 26px;
}
.tpl__linkIn6support .links .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.tpl__linkIn6support .links .text {
  font-size: 14px;
  margin-bottom: 11px;
}
.tpl__linkIn6support .links a:hover .comp__arrowLink {
  color: #2c2c2c;
}
.tpl__linkIn6support.sub-support {
  padding-bottom: 0;
}
.tpl__linkIn6support.sub-support ul {
  margin-bottom: 0;
  padding: 34px 0 0;
}
.tpl__linkIn6support.sub-support ul > li {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
.tpl__linkIn6support.sub-support ul > li .wrap {
  max-width: 80px;
  text-align: center;
  margin: 0 auto;
}
.tpl__linkIn6support.sub-support ul > li a .wrap {
  font-size: 15px;
  color: #62676d;
  font-weight: 600;
}
.tpl__linkIn6support.sub-support ul > li a .wrap .red__line {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-top: 17px;
  width: 50px;
}
.tpl__linkIn6support.sub-support ul > li a:hover .wrap,
.tpl__linkIn6support.sub-support ul > li a:focus .wrap {
  color: #2c2c2c;
}
.tpl__linkIn6support.sub-support ul > li a:hover,
.tpl__linkIn6support.sub-support ul > li a:focus {
  text-decoration: none;
}
.tpl__linkIn6support.sub-support ul > li a:hover .wrap .red__line,
.tpl__linkIn6support.sub-support ul > li a:focus .wrap .red__line {
  opacity: 1;
}
.tpl__linkIn6support.sub-support ul > li.active a .wrap {
  color: #2c2c2c;
}
.tpl__linkIn6support.sub-support ul > li.active a .wrap .red__line {
  opacity: 1;
}
.tpl__linkIn6support .links-divider.small {
  display: none;
  padding: 15px 0;
}
.tpl__linkIn6support .links-divider.big {
  display: none;
  padding: 25px 0;
}
.tpl__linkIn6support .link-wrap {
  margin-bottom: 25px;
}
.tpl__linkIn6support .block {
  padding: 0 5%;
}
@media (min-width: 630px) {
  .tpl__linkIn6support.sub-support ul > li {
    width: 16.666666%;
    margin-bottom: 0;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
  .tpl__linkIn6support .links-divider.small {
    display: block;
  }
  .tpl__linkIn6support .link-wrap {
    margin-bottom: 0;
  }
  .tpl__linkIn6support {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .tpl__linkIn6support.sub-support ul {
    padding: 34px 28px 0;
  }
}
@media (min-width: 992px) {
  .tpl__linkIn6support .links-divider.small {
    display: none;
  }
  .tpl__linkIn6support .links-divider.big {
    display: block;
  }
  .tpl__linkIn6support .links a:focus,
  .tpl__linkIn6support .links a:hover,
  .tpl__linkIn6support .links a {
    text-align: left;
  }
}
@media (min-width: 1200px) {
}
/* =====================================================================================================================
==================================================== FEATURED ==========================================================
===================================================================================================================== */
.tpl__featured .container {
  height: 100%;
  padding-top: 70px;
}
.tpl__featured .columns .one {
  width: 70%;
  padding: 5px 2%;
  margin: 0 15%;
}
.tpl__featured .columns .one .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  margin: 20px auto;
  text-align: center;
}
.tpl__featured .columns .one .icon .img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.tpl__featured .columns .one .quest {
  font-size: 1.3rem;
  text-align: center;
}
.tpl__featured .columns .one .text {
  font-size: 0.82rem;
  text-align: center;
  margin: 10px 0;
}
.tpl__featured .columns .one .link {
  display: block;
  text-align: center;
}
.tpl__featured .header {
  margin-bottom: 10px;
}
.tpl__featured .bottom {
  text-align: center;
  margin-top: 30px;
}
.tpl__featured .cover {
  max-width: 100%;
}
.tpl__featured .link:focus,
.tpl__featured .link:hover,
.tpl__featured .link {
  color: #ffec00;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
  white-space: nowrap;
}
.tpl__featured .link:hover {
  color: #61626a;
}
.tpl__featured .link .arrow {
  width: 0.625em;
  height: 0.54166667em;
  fill: #61626a;
  -webkit-transition: 0.3s fill;
  -o-transition: 0.3s fill;
  transition: 0.3s fill;
  display: inline-block;
}
@media (max-width: 767px) {
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
  .tpl__featured .columns .one {
    float: left;
    width: 33.33333333%;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .tpl__featured .container.no-cover {
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tpl__featured .bottom {
    left: -10px;
  }
}
@media (min-width: 992px) {
  .tpl__featured .container {
    height: 100%;
    padding-top: 83px;
  }
  .tpl__featured .columns .one {
    padding: 20px 2%;
  }
  .tpl__featured .header {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
}
.btn,
.btn:focus,
.btn:hover {
  z-index: 1;
  outline: none;
  position: relative;
  background: transparent;
  color: #2c2c2c;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 34px 9px 34px;
  -webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  border-radius: 4.57px;
  letter-spacing: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  min-width: 166px;
  word-break: break-word;
  white-space: normal;
}
.btn:active:focus {
  outline: none;
}
.btn.btn--small {
  padding: 8px 0 7px;
  font-weight: 700;
  width: 240px;
}
.btn.btn--yellow,
.btn.btn--yellow:focus,
.btn.btn--yellow:hover {
  background: #ffec00;
}
.btn.btn--yellow:hover {
  background: #00a345;
  color: #fff;
}
.btn.btn--green,
.btn.btn--green:focus,
.btn.btn--green:hover {
  background: #00a345;
  color: #fff;
}
.btn.btn--green:hover {
  background: #ffec00;
  color: #2c2c2c;
}
.btn.btn--lightGreen,
.btn.btn--lightGreen:focus {
  border-color: #b0cf94;
  color: #b0cf94;
}
.btn.btn--lightGreen:hover {
  background: #b0cf94;
  color: #59804a;
}
.btn.btn--blue,
.btn.btn--blue:focus {
  background: #1f3664;
  color: #94b3d5;
  border: #1f3664;
}
.btn.btn--blue:hover {
  background: #94b3d5;
  color: #1f3664;
}
.btn.btn--gray,
.btn.btn--gray:focus {
  background: #f4f4f4;
  color: #707070;
}
.btn.btn--gray:hover {
  background: #707070;
  color: #f4f4f4;
}
/* =====================================================================================================================
================================================ UPLOAD DOWNLOAD SLIDER ================================================
===================================================================================================================== */
section.tpl__upDownSlider .container {
  max-width: 837px;
  padding-top: 88px;
  padding-bottom: 69px;
}
section.tpl__upDownSlider .wrapper {
  height: 615px;
  width: 100%;
}
section.tpl__upDownSlider .title {
  text-align: center;
  margin-bottom: 13px;
}
section.tpl__upDownSlider .slider-wrap {
  height: 30px;
  margin-top: 75px;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
section.tpl__upDownSlider .slider-val {
  color: #a7afb4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
section.tpl__upDownSlider .slider-val .speed {
  color: #ffec00;
  font-weight: 700;
}
section.tpl__upDownSlider .slider-val-left {
  left: 0;
  margin-right: 24px;
  top: 25px;
}
section.tpl__upDownSlider .slider-val-right {
  right: 0;
  margin-left: 24px;
  top: 25px;
}
section.tpl__upDownSlider .slider-wrap .caret {
  margin-left: 0;
  border: none;
  display: block;
  width: 24px;
  height: 23px;
  overflow: hidden;
  background: url(../../dist/img/upDownSlider/caret_b.png) no-repeat;
  position: absolute;
  bottom: 23px;
  padding-bottom: 48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: 0 0;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
section.tpl__upDownSlider .slider-wrap .caret:hover {
  bottom: 32px;
}
section.tpl__upDownSlider .slider-wrap .caret:hover,
section.tpl__upDownSlider .slider-wrap .caret.active {
  background-position: -24px 0;
}
section.tpl__upDownSlider .slider-wrap .caret.c20 {
  left: 25%;
}
section.tpl__upDownSlider .slider-wrap .caret.c50 {
  left: 50%;
}
section.tpl__upDownSlider .slider-wrap .caret.c80 {
  left: 75%;
}
section.tpl__upDownSlider .noUi-horizontal {
  height: 9px;
}
section.tpl__upDownSlider .noUi-horizontal .noUi-handle {
  display: none;
}
section.tpl__upDownSlider .noUi-target {
  border: none;
  padding: 0 25%;
}
section.tpl__upDownSlider .noUi-connect {
  background: #ffec00;
}
section.tpl__upDownSlider .noUi-background {
  border-radius: 0;
  background: #dcdee0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.tpl__upDownSlider .noUi-bgbg {
  width: 25.4%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background: #dcdee0;
  margin-right: -1px;
}
section.tpl__upDownSlider .speed-box {
  display: inline-block;
  color: #505358;
  float: left;
  width: 50%;
  padding-top: 17px;
}
section.tpl__upDownSlider .speed-box.download-times {
  right: 34px;
  padding-left: 72px;
}
section.tpl__upDownSlider .speed-box.upload-times {
  left: 0;
}
section.tpl__upDownSlider .speed-box td {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.1em;
  padding-bottom: 11px;
  letter-spacing: -0.03em;
  width: 200px;
}
section.tpl__upDownSlider .speed-box td span.time {
  display: block;
  text-transform: none;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}
section.tpl__upDownSlider .speed-box th {
  font-size: 20px;
  letter-spacing: -0.02em;
  font-weight: 400;
  padding-bottom: 0;
  color: #303235;
}
section.tpl__upDownSlider .speed-box th span {
  font-size: 32px;
  letter-spacing: -0.05em;
  padding-right: 13px;
}
section.tpl__upDownSlider .speed-box td.time {
  background: rgba(0, 0, 0, 0.35);
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: none;
  letter-spacing: 0.075em;
}
section.tpl__upDownSlider .speed-box td:first-of-type {
  width: auto;
}
section.tpl__upDownSlider .speed-box .line {
  height: 3px;
  display: block;
  padding-bottom: 11px;
}
section.tpl__upDownSlider .speed-box tr.subtitle td {
  text-transform: none;
  color: #505358;
  padding: 0;
  letter-spacing: 0.02em;
  font-size: 13px;
  padding-bottom: 32px;
  font-weight: 600;
}
.tpl__upDownSlider .customSelect-wrap {
  z-index: 10;
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tpl__upDownSlider .customSelect-wrap li {
  display: inline-block;
  color: #a7afb4;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
}
.tpl__upDownSlider .customSelect-wrap li.active {
  color: #ffec00;
}
.tpl__upDownSlider .customSelect-wrap li + li {
  padding-left: 20px;
}
section.tpl__upDownSlider .speed-box tr.photo-wrap,
section.tpl__upDownSlider .speed-box tr.film-wrap {
  display: none;
}
section.tpl__upDownSlider .speed-box.download-times {
  padding-left: 0;
}
@media (min-width: 500px) {
  section.tpl__upDownSlider .speed-box {
    min-width: 215px;
  }
  .tpl__upDownSlider .customSelect-wrap li + li {
    padding-left: 40px;
  }
  .tpl__upDownSlider .customSelect-wrap li {
    font-size: 24px;
  }
  section.tpl__upDownSlider .slider-wrap {
    margin-top: 123px;
    margin-bottom: 64px;
  }
  section.tpl__upDownSlider .speed-box th {
    font-size: 30px;
  }
  section.tpl__upDownSlider .speed-box th span {
    font-size: 60px;
  }
  section.tpl__upDownSlider .speed-box tr.subtitle td {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  section.tpl__upDownSlider .slider-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  section.tpl__upDownSlider .speed-box tr.photo-wrap td:first-of-type,
  section.tpl__upDownSlider .speed-box tr.film-wrap td:first-of-type {
    width: 136px;
  }
  section.tpl__upDownSlider .speed-box tr.photo-wrap,
  section.tpl__upDownSlider .speed-box tr.film-wrap {
    display: block;
  }
  section.tpl__upDownSlider .speed-box.download-times {
    padding-left: 72px;
  }
}
@media (max-width: 1023px) {
  section.tpl__upDownSlider .speed-box tbody,
  section.tpl__upDownSlider .speed-box td,
  section.tpl__upDownSlider .speed-box tr,
  section.tpl__upDownSlider .speed-box th {
    display: block;
    text-align: center;
  }
}
/* =====================================================================================================================
===================================================== TV SPECIAL BLOCK =================================================
===================================================================================================================== */
.tpl__tvSpecialBlock .block {
  padding: 0 5%;
}
.tpl__tvSpecialBlock .container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.tpl__tvSpecialBlock .container .content {
  padding-top: 48px;
}
.tpl__tvSpecialBlock .bg-wrap {
  height: 130px;
  width: 100%;
}
.tpl__tvSpecialBlock .bg-wrap .bg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
}
.tpl__tvSpecialBlock .nopadding {
  padding: 0;
}
@media (max-width: 840px) {
  .tpl__tvSpecialBlock .comp__textBox {
    width: 100%;
    text-align: center;
  }
  .tpl__tvSpecialBlock .imgBox {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
  }
  .tpl__tvSpecialBlock .imgBox img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .tpl__tvSpecialBlock .bg-wrap {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .tpl__tvSpecialBlock .bg-wrap {
    height: 270px;
  }
}
/* =====================================================================================================================
====================================================== FAQ =============================================================
===================================================================================================================== */
.mod__faq {
  background: #f1f4f5;
  padding-top: 35px;
}
.mod__faq .comp__textBox h1 {
  font-size: 32px;
}
.mod__faq .comp__textBox .title {
  font-size: 22px;
  margin-top: 35px;
  font-weight: 400;
}
.mod__faq .comp__textBox .text {
  font-size: 14px;
  line-height: 2.1em;
}
.mod__faq .comp__textBox * + .text {
  margin-top: 0.8em;
}
.mod__faq ul.submenu {
  margin-bottom: 25px;
  background: #eaedef;
  padding: 7px;
  border-radius: 7px;
  font-size: 14px;
  color: #898c90;
  margin-top: 15px;
}
.mod__faq ul.submenu li.search {
  margin-bottom: 10px;
}
.mod__faq ul.submenu li.search input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  border: 1px solid #ced5d7;
  padding-left: 20px;
}
.mod__faq ul.submenu li.search .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.mod__faq ul.submenu li.search button.btn.btn-default {
  padding: 15px 19px;
  height: 50px;
  border: none;
}
.mod__faq ul.submenu li.search button.btn.btn-default svg {
  width: 12px;
  height: 12px;
  fill: #898c90;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.mod__faq ul.submenu li.search button.btn.btn-default:hover svg {
  fill: #000;
}
.mod__faq ul.submenu li.search button.btn.btn-default:hover,
.mod__faq ul.submenu li.search button.btn.btn-default:focus {
  border: none;
  background: none;
  outline: none;
}
.mod__faq ul.submenu li.category {
  height: 50px;
  background: #f5f8fa;
  position: relative;
  border: 1px solid #ced5d7;
  border-bottom: none;
}
.mod__faq ul.submenu li.category:last-of-type {
  border-bottom: 1px solid #ced5d7;
}
.mod__faq ul.submenu li.category a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 16px;
  color: #898c90;
  font-weight: 400;
  padding-left: 20px;
}
.mod__faq ul.submenu li.category.active,
.mod__faq ul.submenu li.category a:focus,
.mod__faq ul.submenu li.category a:hover {
  background: #fff;
  text-decoration: none;
}
.mod__faq ul.submenu li.category a svg {
  width: 11px;
  height: 7px;
  fill: #898c90;
  right: 18px;
  position: absolute;
  top: 22px;
}
.mod__faq ul.affix {
  top: 125px;
  width: 280px;
}
.mod__faq ul.affix-top,
.mod__faq ul.affix-bottom {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .mod__faq ul.affix-top,
  .mod__faq ul.affix-bottom {
    position: absolute;
    width: 280px;
  }
}
@media (max-width: 767px) {
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
}
@media (min-width: 768px) {
  .mod__faq ul.submenu {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/* =====================================================================================================================
==================================================== CENTERS ===========================================================
===================================================================================================================== */
.tpl__zakaznickaCentra {
  background: #f1f4f5;
}
.tpl__zakaznickaCentra .title--small {
  font-size: 32px;
  margin-top: 57px;
  font-weight: 100;
  margin-bottom: 50px;
}
.tpl__zakaznickaCentra .text {
  line-height: 30px;
  padding: 1em 1em;
}
.tpl__zakaznickaCentra .item {
  margin-top: 0.5em;
  margin-bottom: 50px;
}
.tpl__zakaznickaCentra .item a {
  color: #2c2c2c;
}
.tpl__zakaznickaCentra .item a:hover,
.tpl__zakaznickaCentra .item a:focus {
  color: #000;
}
.tpl__zakaznickaCentra .item .icon {
  margin-bottom: 0.7em;
}
.tpl__zakaznickaCentra .item .icon svg {
  width: 25px;
  height: 37px;
  fill: #ccc;
}
.tpl__zakaznickaCentra .item .contact {
  font-size: 14px;
  padding: 0 0;
}
.tpl__zakaznickaCentra .item .contact span {
  padding: 0 8px;
}
.tpl__zakaznickaCentra .item .street {
  font-size: 24px;
}
.tpl__zakaznickaCentra .item .contact.track {
  padding-top: 1em;
  padding-bottom: 2.5em;
}
.tpl__zakaznickaCentra .item .contact.track a svg {
  fill: #61626a;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  width: 12px;
}
.tpl__zakaznickaCentra .item .contact.track a {
  color: #ffec00;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.tpl__zakaznickaCentra .item .contact.track a:focus,
.tpl__zakaznickaCentra .item .contact.track a:hover {
  text-decoration: none;
  color: #000;
}
.tpl__technickaPodpora {
  background: #f1f4f5;
}
.tpl__technickaPodpora {
  background-color: #f2f4f5;
}
.tpl__technickaPodpora .box {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 50px;
}
.tpl__technickaPodpora .title--small {
  font-size: 32px;
  margin-bottom: 34px;
  font-weight: 100;
}
.tpl__technickaPodpora .text--small {
  font-size: 14px;
  padding-top: 42px;
  line-height: 1.7;
}
.tpl__technickaPodpora .text.phone {
  font-size: 32px;
}
.tpl__technickaPodpora .image {
  text-align: center;
  padding-top: 50px;
}
.tpl__technickaPodpora a {
  color: #2c2c2c;
}
.tpl__technickaPodpora a:hover,
.tpl__technickaPodpora a:focus {
  color: #000;
}
@media (max-width: 767px) {
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/* =====================================================================================================================
================================================== VIDEO HEADER ========================================================
===================================================================================================================== */
.tpl__videoHeader {
  height: 440px;
  overflow: hidden;
  background-color: black;
  font-size: 17px;
}
.tpl__videoHeader #mod__video {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tpl__videoHeader .mod__video--gradient {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(20%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 100%);
}
.tpl__videoHeader .mod__video--clock {
  position: absolute;
  pointer-events: none;
  font-size: 35px;
  font-weight: 500;
  color: #5f5f5f;
  top: 100px;
  right: 80px;
  padding: 5px 25px;
  background-color: rgba(44, 44, 44, 0.8);
  border-radius: 5px;
}
.tpl__videoHeader .fade {
  pointer-events: none;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: black;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.tpl__videoHeader .mod__bannerAfterVideo {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.mod__video--info {
  opacity: 1;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #dddddd;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.mod__video--info .mod__video--cover {
  display: inline-block;
  vertical-align: bottom;
  left: 20px;
  width: 140px;
  height: 180px;
  z-index: 1;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
}
.mod__video--info .mod__video--progress {
  display: inline-block;
  bottom: 0;
  width: calc(100% - 145px);
  padding: 20px;
  padding-left: 6%;
  background-color: rgba(44, 44, 44, 0.8);
  border-radius: 5px;
}
.mod__video--info.info--withoutCover .mod__video--progress {
  margin-left: 70px;
  padding: 20px;
}
.mod__video--info .mod__video--progress .progress__timeInfo {
  float: right;
}
.mod__video--info .progress__barWrapper {
  height: 7px;
  margin: 10px 0;
}
.mod__video--info .progress__barWrapper .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ccc;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}
.mod__video--info .progress__barWrapper .bar--played {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e39b30;
  z-index: 1;
  border-radius: 10px;
  width: 0%;
  -webkit-transition: width 0s linear;
  -o-transition: width 0s linear;
  transition: width 0s linear;
}
.mod__video--info .progress__barWrapper .bar--current {
  position: absolute;
  pointer-events: none;
  top: -50%;
  width: 15px;
  height: 15px;
  margin-left: -1%;
  background: #fff;
  left: 0%;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.mod__video--info .progress__currentTime {
  display: inline-block;
}
.mod__video--info .progress__sound {
  cursor: pointer;
  float: right;
  height: 0;
}
.mod__video--info .progress__sound.muted .soundOn {
  display: none;
}
.mod__video--info .progress__sound.muted .soundOff {
  display: inline-block;
}
.mod__video--info .progress__sound .soundOff {
  display: none;
}
.mainSlider .btn--second {
  display: none;
}
@media (max-width: 499px) {
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
  .tpl__videoHeader {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tpl__videoHeader #mod__video,
  .tpl__videoHeader .mod__video--gradient,
  .tpl__videoHeader .mod__video--info,
  .tpl__videoHeader .videoHeader--playAgain {
    display: none;
  }
  .tpl__videoHeader .mod__bannerAfterVideo {
    opacity: 1;
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tpl__videoHeader .mod__video--info {
    width: 600px;
  }
  .tpl__videoHeader .mod__video--info .mod__video--cover {
    display: none;
  }
  .tpl__videoHeader .mod__video--info .mod__video--progress {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tpl__videoHeader .mod__video--info {
    width: 800px;
    bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .mainSlider .btn--second {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .tpl__videoHeader .mod__video--info {
    width: 1100px;
  }
  .tpl__videoHeader {
    height: 700px;
  }
}
@media (min-width: 1200px) and (max-height: 800px) {
  .tpl__videoHeader {
    height: 600px;
  }
}
@media (min-width: 1400px) {
  .tpl__videoHeader {
    height: 800px;
  }
}
/* =====================================================================================================================
====================================================== FAQ =============================================================
===================================================================================================================== */
.mod__sendEmail .comp__textBox.top {
  padding-top: 128px;
  padding-bottom: 50px;
}
.mod__sendEmail .comp__textBox .title {
  text-align: center;
}
.mod__sendEmail .comp__textBox .red__line + .title {
  margin-top: 1.3em;
}
.mod__sendEmail input.form-control,
.mod__sendEmail--content input.form-control {
  width: 100%;
  height: 50px;
  border: 1px solid #ced5d7;
  border-radius: 5px;
  margin-top: 10px;
  padding-left: 20px;
  padding-top: 5px;
}
.mod__sendEmail--content .item {
  font-weight: 400;
  margin-top: 20px;
}
.mod__sendEmail--content .item .title {
  color: #303235;
  font-size: 32px;
  font-weight: 300;
}
.mod__sendEmail--content .item.product .info-wrap {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.mod__sendEmail--content .item.product .info-wrap .bg-wrap {
  background: #eaedef;
  padding: 7px;
  border-radius: 7px;
  margin-top: 3px;
  margin-left: -7px;
}
.mod__sendEmail--content .item.product .info-wrap .product-info.order1 {
  border: 1px solid #ced5d7;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 105px;
}
.mod__sendEmail--content .item.product .info-wrap .product-info.counter {
  border-top: 1px solid #ced5d7;
  margin-top: 16px;
  height: 87px;
}
.mod__sendEmail--content .item.product .info-wrap .product-info.counter .text span {
  font-weight: bold;
  font-size: 14px;
  color: #2c2c2c;
}
.mod__sendEmail--content .item.product .info-wrap .product-info.counter .price span {
  font-weight: bold;
  font-size: 22px;
  color: #ffec00;
}
.mod__sendEmail--content .item.product .info-wrap .product-info {
  border: 1px solid #ced5d7;
  padding: 0 26px;
  background: #fff;
  border-top: none;
  display: table;
  width: 100%;
  height: 104px;
}
.mod__sendEmail--content .item.product .info-wrap .product-info .inline {
  display: table-cell;
  vertical-align: middle;
  color: #898c90;
  padding-top: 4px;
}
.mod__sendEmail--content .item.product .info-wrap .product-info .inline.price {
  text-align: right;
}
.mod__sendEmail--content .item.product .info-wrap .product-info .inline.text {
  text-align: left;
}
.mod__sendEmail--content .item.product .info-wrap .product-info .inline h3 {
  margin: 0;
  color: #898c90;
  font-weight: 300;
  font-size: 20px;
}
.mod__sendEmail--content .item.product .info-wrap .product-info .inline .description {
  font-size: 12px;
}
.mod__sendEmail--content .flashes {
  margin-top: 20px;
}
.mod__sendEmail--content .flashes .alert.info {
  background: #e0f0d8;
  border: 1px solid #d6e9c6;
  color: #468847;
  font-weight: bold;
  font-size: 14px;
  padding-left: 16px;
}
.mod__sendEmail--content {
  padding-top: 40px;
}
.mod__sendEmail--content .form-group {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.mod__sendEmail--content .form-group.city {
  width: 100%;
}
.mod__sendEmail--content .form-group.zip {
  width: 100%;
}
.mod__sendEmail--content .form-group.btns .btns-wrap {
  margin-top: 10px;
  text-align: center;
}
.mod__sendEmail--content .form-group.btns .btns-wrap .btn--form {
  display: block;
  margin: 0 auto 5px auto;
  width: 100%;
}
.mod__sendEmail--content .form-group.btns .btns-wrap .wrap-btn {
  width: 100%;
  float: left;
  display: block;
  padding: 0 1px;
}
.mod__sendEmail--content .form-group.send {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 30px;
}
.mod__sendEmail--content .send-btn {
  margin: 70px 0;
  text-align: center;
}
.tpl__buy .mod__sendEmail--content .send-btn .send {
  padding-right: 30px;
  padding-left: 30px;
}
.tpl__buy .mod__sendEmail--content .send-btn .send:hover,
.tpl__buy .mod__sendEmail--content .send-btn .send:focus {
  padding-right: 30px;
  padding-left: 30px;
}
.tpl__buy .mod__sendEmail {
  padding-bottom: 63px;
}
.tpl__buy .mod__sendEmail .product__img {
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  width: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  height: 100px;
  margin-bottom: 10px;
}
.tpl__buy .comp__textBox.top {
  padding-bottom: 50px;
}
.tpl__buy .channel-list-wrap .product__info.comp__textBox {
  text-align: center;
}
.tpl__buy .product__info.comp__textBox {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.tpl__buy .product__info.comp__textBox .title {
  font-size: 32px;
  text-align: left;
  line-height: 0.9;
  display: inline-block;
}
.tpl__buy .product__info.comp__textBox .text {
  margin-top: 1.2em;
}
.tpl__buy .product__info.comp__textBox .price {
  line-height: 0.9;
  font-weight: bold;
  color: #a4a9b0;
  margin-top: 20px;
}
.tpl__buy .product__info.comp__textBox .price span {
  font-size: 32px;
  color: #ffec00;
  padding-right: 3px;
}
.tpl__buy .product__info.comp__textBox .buttons {
  margin-top: 25px;
}
.tpl__buy .product__info.comp__textBox .buttons * {
  display: inline-block;
  cursor: pointer;
}
.tpl__buy .product__info.comp__textBox .buttons .back {
  float: none;
  margin-top: 50px;
  color: #ffec00;
  display: block;
}
.tpl__buy .product__info.comp__textBox .buttons .back svg {
  width: 11px;
  fill: #63646c;
}
.tpl__buy .product__info.comp__textBox .buttons .back:hover,
.tpl__buy .product__info.comp__textBox .buttons .back:focus {
  color: #61626a;
}
.tpl__buy .product__info.comp__textBox .buttons .channel-list {
  vertical-align: middle;
  color: #ffec00;
  display: block;
  margin-left: 0;
  margin-top: 25px;
}
.tpl__buy .product__info.comp__textBox .buttons .channel-list:hover,
.tpl__buy .product__info.comp__textBox .buttons .channel-list:focus {
  color: #61626a;
}
.tpl__buy .product__info.comp__textBox .buttons .btn--success.order {
  padding-left: 43px;
  padding-right: 43px;
}
.tpl__buy .product__info.comp__textBox .buttons .btn--success.order:hover,
.tpl__buy .product__info.comp__textBox .buttons .btn--success.order:focus {
  padding-left: 43px;
  padding-right: 43px;
}
.mod__sendEmail .checkCodeForm .flash {
  margin: 30px 0;
  text-align: center;
  color: #00a345;
  font-weight: 600;
  font-size: 25px;
}
@-webkit-keyframes ajaxLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ajaxLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajaxLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mod__sendEmail .checkCodeForm {
  background-color: #f3f3f3;
  padding: 50px 0;
}
.mod__sendEmail .winnerForm {
  padding: 50px 0;
}
.mod__sendEmail .headline {
  padding-bottom: 40px;
  text-align: center;
  font-family: "proxima_nova", Arial, sans-serif;
  color: #393939;
}
.mod__sendEmail .headline .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
}
.mod__sendEmail .popUpOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  -webkit-animation: ajaxLoad 400ms;
  -o-animation: ajaxLoad 400ms;
  animation: ajaxLoad 400ms;
}
.mod__sendEmail .popUpOverlay .popUp {
  margin: 10% auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 80%;
  border: 1px solid #d2d2d2;
}
.mod__sendEmail .popUpOverlay .popUp label {
  margin-bottom: 10px;
  display: inline-block;
}
.mod__sendEmail .closePopUp {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 1em;
  cursor: pointer;
}
.mod__sendEmail .nonwinning {
  padding: 100px 0 60px;
}
.mod__sendEmail .smile {
  padding-bottom: 15px;
}
@media (min-width: 370px) {
  .tpl__buy .product__info.comp__textBox .buttons .channel-list {
    margin-left: 33px;
    display: inline-block;
    margin-top: 0;
  }
  .tpl__buy .product__info.comp__textBox .buttons .channel-list.channel-list-hide {
    margin-left: 0;
  }
  .mod__sendEmail--content .form-group.zip {
    width: 22%;
    float: right;
  }
  .mod__sendEmail--content .form-group.city {
    width: 74%;
  }
  .mod__sendEmail--content .item.product .info-wrap .product-info.counter .price span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
}
@media (min-width: 500px) and (max-width: 767px) {
}
@media (min-width: 500px) {
  .tpl__buy .mod__sendEmail .product__img {
    height: 160px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    width: 160px;
    margin-bottom: 50px;
  }
  .tpl__buy .comp__textBox.top {
    padding-bottom: 90px;
  }
}
@media (min-width: 660px) {
  .mod__sendEmail--content .form-group.btns .btns-wrap {
    margin: 10px -1px 0 -1px;
  }
  .mod__sendEmail--content .form-group.btns .btns-wrap .wrap-btn {
    width: 33.33333%;
    float: left;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .tpl__buy .product__info.comp__textBox.top {
    padding-left: 10px;
  }
  .tpl__buy .mod__sendEmail .product__img {
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-bottom: 0;
  }
  .tpl__buy .product__info.comp__textBox {
    padding-left: 20px;
    text-align: left;
  }
  .tpl__buy .product__info.comp__textBox .price {
    float: right;
    margin-top: 0;
  }
  .tpl__buy .product__info.comp__textBox .buttons .back {
    float: right;
    margin-top: 11px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
}
.mod__sendEmail.tpl__writeToUs {
  display: none;
}
.mod__sendEmail .questionForm h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.mod__sendEmail .questionForm .flash {
  margin-bottom: 30px;
  text-align: center;
  color: #00a345;
  font-weight: 600;
}
.mod__sendEmail .checkCodeForm .flash {
  margin: 30px 0;
  text-align: center;
  color: #00a345;
  font-weight: 600;
  font-size: 25px;
}
.mod__sendEmail .questionForm .form-control {
  margin-bottom: 20px;
}
.mod__sendEmail .questionForm .form-control label {
  margin-bottom: 10px;
  display: inline-block;
  color: #303235;
}
.mod__sendEmail .questionForm .form-control input,
.mod__sendEmail .questionForm .form-control textarea {
  width: 100%;
  border: 1px solid #ced5d7;
  border-radius: 3px;
  padding: 10px 15px;
  resize: none;
  outline: none !important;
}
.mod__sendEmail .questionForm .checkbox-conditions label {
  padding-left: 5px;
}
.mod__sendEmail .questionForm .checkbox-conditions a {
  font-weight: 600;
  border-bottom: 1px solid #86b3f7;
}
.mod__sendEmail .questionForm .note {
  font-size: 15px;
  color: #898c90;
}
.mod__sendEmail .questionForm .btn {
  display: inline-block;
  margin: 50px auto;
}
.mod__sendEmail .checkCodeForm .btn {
  margin: 10px 0;
}
.mod__sendEmail .checkCodeForm .checkbox-conditions {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mod__sendEmail .checkCodeForm .centerMobile {
  text-align: center;
}
.mod__sendEmail .winnerForm .btn {
  margin: 0;
}
.czech-currency:before {
  position: absolute;
  top: 0;
  content: "Kč";
  right: 0;
}
.phone-code:before {
  position: absolute;
  top: 42px;
  content: "+";
  left: 20px;
  line-height: 1.5em;
}
input[type=number] {
  padding-left: 20px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (min-width: 768px) {
  .mod__sendEmail .questionForm .checkbox-conditions {
    padding-top: 42px;
  }
  .mod__sendEmail .checkCodeForm .checkbox-conditions {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mod__sendEmail .checkCodeForm .centerMobile {
    text-align: left;
  }
  .mod__sendEmail .questionForm .note {
    padding-top: 45px;
  }
}
.mod__sendEmail.tpl__writeToUs .questionForm {
  padding-bottom: 25px;
}
.mod__sendEmail.tpl__writeToUs .questionForm .btn {
  margin: 0 auto;
  margin-top: 15px;
  display: table;
}
.mod__sendEmail.tpl__writeToUs .questionForm label.required:after {
  content: "*";
  color: red;
}
@media (min-width: 768px) {
  .mod__sendEmail.tpl__writeToUs .questionForm {
    padding-bottom: 50px;
  }
}
/* =====================================================================================================================
===================================================== search ===========================================================
===================================================================================================================== */
.searchSeparator {
  height: 1px;
  background-color: #f4f4f4;
  margin: 35px 0;
}
.mod__search .searchHeadline {
  padding-top: 70px;
  padding-bottom: 100px;
  background: url("../../dist/img/searchHeadBg.jpg") top -50px center no-repeat, #5ba24d;
}
.mod__search .searchHeadline .tpl__search {
  text-align: center;
}
.mod__search .searchHeadline .tpl__search .title {
  color: #b0cf94;
  font-family: "BoosterNextFY", Arial, sans-serif;
  font-weight: 300;
}
.mod__search .searchHeadline .tpl__search .resultCounter {
  color: #fff;
  font-weight: 600;
  padding: 20px;
}
.mod__search .searchHeadline .searchInput {
  position: relative;
  display: inline-block;
  width: 350px;
  max-width: 100%;
}
.mod__search .searchHeadline .searchInput input {
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 25px 10px 10px;
  font-size: 15px;
  width: 100%;
  background-color: #5ba24d;
  height: 44px;
  color: #fff;
  font-weight: 500;
}
.mod__search .searchHeadline .searchInput input::-webkit-input-placeholder {
  color: #fff;
}
.mod__search .searchHeadline .searchInput input::-moz-placeholder {
  color: #fff;
}
.mod__search .searchHeadline .searchInput input:-ms-input-placeholder {
  color: #fff;
}
.mod__search .searchHeadline .searchInput input::-ms-input-placeholder {
  color: #fff;
}
.mod__search .searchHeadline .searchInput input::placeholder {
  color: #fff;
}
.mod__search .searchHeadline .searchInput input::-ms-clear {
  display: none;
}
.mod__search .searchHeadline .searchInput button {
  position: absolute;
  right: 1px;
  width: 45px;
  padding: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #b0cf94;
  font-size: 0;
}
.mod__search .searchHeadline .searchInput button svg {
  fill: #5ba24d;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.mod__search .searchHeadline .searchInput button:hover svg {
  fill: #fff;
}
.mod__search .comp__searchResults {
  padding-top: 70px;
  padding-bottom: 50px;
}
.mod__search .comp__searchResults .item {
  color: #2c2c2c;
}
.mod__search .comp__searchResults .item .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
.mod__search .comp__searchResults .item .subtitle {
  font-size: 12px;
  font-weight: 600;
}
.mod__search .comp__searchResults .item .text {
  font-size: 14px;
  font-weight: 500;
}
.mod__search .comp__searchResults .item .title + .text {
  margin-top: 6px;
}
.mod__search .comp__searchResults .item .btn {
  text-transform: none;
  font-weight: 600;
  margin-top: 15px;
  width: 180px;
}
.mod__search .comp__searchResults .item .btn .btnArrow {
  fill: #707070;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  margin-left: 5px;
  margin-bottom: 1px;
}
.mod__search .comp__searchResults .item.big .title {
  font-size: 32px;
}
.mod__search .comp__searchResults .item.big .text {
  font-size: 17px;
}
.mod__search .comp__searchResults .item.big .title + .text {
  margin-top: 20px;
}
.mod__search .comp__searchResults .item.big .text + a {
  margin-top: 20px;
  display: inline-block;
}
.mod__search .comp__searchResults .thumb {
  width: 160px;
  height: 160px;
  background-color: white;
  border: 1px solid #e4e6e7;
  border-radius: 20px;
  float: right;
}
.mod__search .comp__searchResults .thumb img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mod__search .comp__searchResults .noResults {
  text-align: center;
  font-weight: 600;
}
.mod__search .comp__searchResults .footPanel {
  text-align: center;
}
.mod__search .comp__searchResults .footPanel .btn {
  margin-bottom: 10px;
}
.mod__search .comp__searchResults .footPanel .btn .btnArrow {
  fill: #b0cf94;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  margin-bottom: 1px;
  margin-left: 5px;
}
.mod__search .comp__searchResults .footPanel .btn:hover .btnArrow {
  fill: #59804a;
}
.mod__search .comp__searchResults .footPanel .count {
  font-size: 12px;
  font-weight: 600;
}
.tpl__table,
.tpl__tablePress,
.tpl__tableSale,
.mod__jobOffer,
.mod__codes {
  margin-bottom: 0;
}
.tpl__table .l__bigBox,
.tpl__tablePress .l__bigBox,
.tpl__tableSale .l__bigBox,
.mod__jobOffer .l__bigBox,
.mod__codes .l__bigBox {
  padding-bottom: 25px;
  padding-top: 25px;
}
.tpl__table h2,
.tpl__tablePress h2,
.tpl__tableSale h2,
.mod__jobOffer h2,
.mod__codes h2 {
  font-family: "proxima_nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tpl__table .tableWrapper,
.tpl__tablePress .tableWrapper,
.tpl__tableSale .tableWrapper,
.mod__jobOffer .tableWrapper,
.mod__codes .tableWrapper {
  overflow: auto;
}
.tpl__table .tableWrapper .table,
.tpl__tablePress .tableWrapper .table,
.tpl__tableSale .tableWrapper .table,
.mod__jobOffer .tableWrapper .table,
.mod__codes .tableWrapper .table {
  min-width: 500px;
  border-radius: 10px;
  border-collapse: separate;
}
.tpl__table .tableWrapper .table .table-row,
.tpl__tablePress .tableWrapper .table .table-row,
.tpl__tableSale .tableWrapper .table .table-row,
.mod__jobOffer .tableWrapper .table .table-row,
.mod__codes .tableWrapper .table .table-row {
  height: 58px;
  font-size: 13px;
  font-family: "proxima_nova", Arial, sans-serif;
}
.tpl__table .tableWrapper .table .table-row .table-cell,
.tpl__tablePress .tableWrapper .table .table-row .table-cell,
.tpl__tableSale .tableWrapper .table .table-row .table-cell,
.mod__jobOffer .tableWrapper .table .table-row .table-cell,
.mod__codes .tableWrapper .table .table-row .table-cell {
  border-top: 1px solid #ced5d7;
  vertical-align: middle;
  font-weight: 400;
  background: #fff;
  color: #62676d;
  padding-right: 40px;
}
.tpl__table .tableWrapper .table .table-row .table-cell--bold,
.tpl__tablePress .tableWrapper .table .table-row .table-cell--bold,
.tpl__tableSale .tableWrapper .table .table-row .table-cell--bold,
.mod__jobOffer .tableWrapper .table .table-row .table-cell--bold,
.mod__codes .tableWrapper .table .table-row .table-cell--bold {
  font-weight: bold;
}
.tpl__table .tableWrapper .table .table-row .table-cell:first-child,
.tpl__tablePress .tableWrapper .table .table-row .table-cell:first-child,
.tpl__tableSale .tableWrapper .table .table-row .table-cell:first-child,
.mod__jobOffer .tableWrapper .table .table-row .table-cell:first-child,
.mod__codes .tableWrapper .table .table-row .table-cell:first-child {
  padding-left: 2em;
  border-left: 1px solid #ced5d7;
  font-weight: 700;
}
.tpl__table .tableWrapper .table .table-row .table-cell:last-child,
.tpl__tablePress .tableWrapper .table .table-row .table-cell:last-child,
.tpl__tableSale .tableWrapper .table .table-row .table-cell:last-child,
.mod__jobOffer .tableWrapper .table .table-row .table-cell:last-child,
.mod__codes .tableWrapper .table .table-row .table-cell:last-child {
  padding-right: 2em;
}
.tpl__table .tableWrapper .table .table-row .table-cell:last-child,
.tpl__tablePress .tableWrapper .table .table-row .table-cell:last-child,
.tpl__tableSale .tableWrapper .table .table-row .table-cell:last-child,
.mod__jobOffer .tableWrapper .table .table-row .table-cell:last-child,
.mod__codes .tableWrapper .table .table-row .table-cell:last-child {
  border-right: 1px solid #ced5d7;
}
.tpl__table .tableWrapper .table .table-row:last-child .table-cell,
.tpl__tablePress .tableWrapper .table .table-row:last-child .table-cell,
.tpl__tableSale .tableWrapper .table .table-row:last-child .table-cell,
.mod__jobOffer .tableWrapper .table .table-row:last-child .table-cell,
.mod__codes .tableWrapper .table .table-row:last-child .table-cell {
  border-bottom: 1px solid #ced5d7;
}
.tpl__table .tableWrapper .table .table-row:first-child .table-cell:first-child,
.tpl__tablePress .tableWrapper .table .table-row:first-child .table-cell:first-child,
.tpl__tableSale .tableWrapper .table .table-row:first-child .table-cell:first-child,
.mod__jobOffer .tableWrapper .table .table-row:first-child .table-cell:first-child,
.mod__codes .tableWrapper .table .table-row:first-child .table-cell:first-child {
  border-top-left-radius: 5px;
}
.tpl__table .tableWrapper .table .table-row:first-child .table-cell:last-child,
.tpl__tablePress .tableWrapper .table .table-row:first-child .table-cell:last-child,
.tpl__tableSale .tableWrapper .table .table-row:first-child .table-cell:last-child,
.mod__jobOffer .tableWrapper .table .table-row:first-child .table-cell:last-child,
.mod__codes .tableWrapper .table .table-row:first-child .table-cell:last-child {
  border-top-right-radius: 5px;
}
.tpl__table .tableWrapper .table .table-row:last-child .table-cell:first-child,
.tpl__tablePress .tableWrapper .table .table-row:last-child .table-cell:first-child,
.tpl__tableSale .tableWrapper .table .table-row:last-child .table-cell:first-child,
.mod__jobOffer .tableWrapper .table .table-row:last-child .table-cell:first-child,
.mod__codes .tableWrapper .table .table-row:last-child .table-cell:first-child {
  border-bottom-left-radius: 5px;
}
.tpl__table .tableWrapper .table .table-row:last-child .table-cell:last-child,
.tpl__tablePress .tableWrapper .table .table-row:last-child .table-cell:last-child,
.tpl__tableSale .tableWrapper .table .table-row:last-child .table-cell:last-child,
.mod__jobOffer .tableWrapper .table .table-row:last-child .table-cell:last-child,
.mod__codes .tableWrapper .table .table-row:last-child .table-cell:last-child {
  border-bottom-right-radius: 5px;
}
.tpl__table .tableWrapper .table .table-row:nth-child(2n+1) .table-cell,
.tpl__tablePress .tableWrapper .table .table-row:nth-child(2n+1) .table-cell,
.tpl__tableSale .tableWrapper .table .table-row:nth-child(2n+1) .table-cell,
.mod__jobOffer .tableWrapper .table .table-row:nth-child(2n+1) .table-cell,
.mod__codes .tableWrapper .table .table-row:nth-child(2n+1) .table-cell {
  background-color: #f5f8fa;
}
.tpl__table .tableWrapper .table .table-row.heading .table-cell,
.tpl__tablePress .tableWrapper .table .table-row.heading .table-cell,
.tpl__tableSale .tableWrapper .table .table-row.heading .table-cell,
.mod__jobOffer .tableWrapper .table .table-row.heading .table-cell,
.mod__codes .tableWrapper .table .table-row.heading .table-cell {
  background-color: #00a345;
  color: #fff;
  font-weight: 700;
}
.tpl__table .tableWrapper .table.noWrapExceptOne .table-row .table-cell,
.tpl__tablePress .tableWrapper .table.noWrapExceptOne .table-row .table-cell,
.tpl__tableSale .tableWrapper .table.noWrapExceptOne .table-row .table-cell,
.mod__jobOffer .tableWrapper .table.noWrapExceptOne .table-row .table-cell,
.mod__codes .tableWrapper .table.noWrapExceptOne .table-row .table-cell {
  white-space: nowrap;
}
.tpl__table .tableWrapper .table.noWrapExceptOne .table-row .table-cell:first-child,
.tpl__tablePress .tableWrapper .table.noWrapExceptOne .table-row .table-cell:first-child,
.tpl__tableSale .tableWrapper .table.noWrapExceptOne .table-row .table-cell:first-child,
.mod__jobOffer .tableWrapper .table.noWrapExceptOne .table-row .table-cell:first-child,
.mod__codes .tableWrapper .table.noWrapExceptOne .table-row .table-cell:first-child {
  white-space: normal;
}
@media (min-width: 768px) {
  .tpl__table .tableWrapper .l__bigBox,
  .tpl__tablePress .tableWrapper .l__bigBox,
  .tpl__tableSale .tableWrapper .l__bigBox,
  .mod__jobOffer .tableWrapper .l__bigBox,
  .mod__codes .tableWrapper .l__bigBox {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .tpl__table .tableWrapper .l__bigBox,
  .tpl__tablePress .tableWrapper .l__bigBox,
  .tpl__tableSale .tableWrapper .l__bigBox,
  .mod__jobOffer .tableWrapper .l__bigBox,
  .mod__codes .tableWrapper .l__bigBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.mod__codes .table .table-row .table-cell:first-child {
  font-weight: 400;
}
.mod__codes .table .table-row .table-cell:nth-child(2) {
  font-weight: 700;
}
.mod__codes h2 {
  display: inline-block;
  float: left;
}
.mod__codes .subtitle {
  display: inline-block;
  float: right;
  margin-top: 40px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .mod__codes .subtitle {
    display: block;
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mod__codes h2 {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}
.mod__jobOffer .table .table-row .table-cell {
  text-align: center;
}
.mod__jobOffer .table .table-row .table-cell.first {
  width: 20%;
}
.mod__jobOffer .table .table-row .table-cell.second {
  width: 60%;
}
.mod__jobOffer .table .table-row .table-cell.third {
  width: 20%;
}
.mod__jobOffer .detail__wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.mod__jobOffer .detail__wrapper h2 {
  margin-top: 50px;
  margin-bottom: 10px;
}
.mod__jobOffer .detail__wrapper ul {
  list-style: none !important;
  padding-left: 0px;
}
.mod__jobOffer .detail__wrapper a[href^="mailto:"] {
  color: #00a345;
  font-weight: 600;
}
.mod__jobOffer .detail__wrapper .btnBack {
  margin-top: 50px;
}
.mod__jobOffer .detail__wrapper ul li:before {
  content: "•\00a0\00a0\00a0";
  color: #00a345;
  font-weight: bold;
  font-size: 18px;
}
.mod__jobOffer .detail__wrapper ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-indent: -0.7em;
  padding-left: 1em;
}
.tpl__table table.table--fixed {
  table-layout: fixed;
}
.tpl__table .priceHistory {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
}
.tpl__table .priceHistory:hover {
  color: #00a345;
}
.tpl__table .priceHistory svg {
  fill: #00a345;
  margin-left: 15px;
}
.tpl__list {
  text-align: justify;
}
.tpl__list .l__bigBox {
  padding-top: 16.66666667px;
  padding-bottom: 16.66666667px;
}
.tpl__list .title {
  font-family: "proxima_nova", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.tpl__list a:not(.btn) {
  font-weight: 700;
  text-decoration: underline;
}
.tpl__list h3 {
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}
.tpl__list ul {
  list-style: none !important;
  padding-left: 0px;
}
.tpl__list ul li:before {
  content: "•\00a0\00a0\00a0";
  color: #00a345;
  font-weight: bold;
  font-size: 18px;
}
.tpl__list ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-indent: -0.7em;
  padding-left: 1em;
}
.tpl__list ul li .text {
  color: #2c2c2c;
}
@media (min-width: 768px) {
  .tpl__list .l__bigBox {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .tpl__list .l__bigBox {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tpl__simpleHeader {
  height: 288px;
}
.tpl__simpleHeader .l__bigBox {
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.tpl__simpleHeader .title {
  font-family: "proxima_nova", Arial, sans-serif;
  font-size: 27px;
  font-weight: 300;
  padding-top: 150px;
}
.tpl__simpleHeader .title span {
  font-family: "proxima_nova", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
}
@media (min-width: 500px) {
  .tpl__simpleHeader .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .tpl__simpleHeader .title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .tpl__simpleHeader .title {
    font-size: 45px;
  }
}
#errorPresenter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#errorPresenter .errorMsgWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#errorPresenter .errorMsgWrapper .description {
  color: #515661;
  max-width: 550px;
}
#errorPresenter .errorMsgWrapper .description .code {
  font-family: "proxima_nova", Arial, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1.3;
}
#errorPresenter .errorMsgWrapper .description .annonation {
  font-size: 18px;
  font-weight: 700;
}
#errorPresenter .errorMsgWrapper .description .message {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 50px;
}
.form-error-message {
  color: red;
}
.apiLayout {
  padding-bottom: 100px;
}
.apiLayout .headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  background: #00a345;
  color: white;
  border-bottom: 3px solid #ffec00;
}
.apiLayout .endpoints {
  margin-top: 60px;
}
.apiLayout .endpoints .item .title {
  font-size: 24px;
  color: white;
  background: #00a345;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 30px;
}
.apiLayout .endpoints .item .parameter {
  border: 1px solid #ced5d7;
  border-top: none;
  padding: 20px 15px;
}
.apiLayout .endpoints .item .parameter .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.apiLayout .endpoints .item .parameter .text a {
  color: inherit;
}
.apiLayout .endpoints .item .parameter .text a:hover {
  color: #00a345;
}
.apiLayout .endpoints .item .parameter .text table th,
.apiLayout .endpoints .item .parameter .text table td {
  border-bottom: 1px solid #ced5d7;
  padding: 5px 10px;
}
.apiLayout .endpoints .item .parameter .text table tbody tr:last-child td {
  border-bottom: none;
}
.apiLayout .endpoints .item .parameter:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 992px) {
  .apiLayout .endpoints .item .parameter {
    padding: 25px 30px;
  }
}
.tpl__iframe {
  padding: 20px 0 30px;
}
@media (min-width: 992px) {
  .tpl__iframe {
    padding: 50px 0 40px;
  }
}
