@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
/*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  margin-left: 2.14285714em;
  padding-left: 0;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: '\f000'; }

.fa-music:before {
  content: '\f001'; }

.fa-search:before {
  content: '\f002'; }

.fa-envelope-o:before {
  content: '\f003'; }

.fa-heart:before {
  content: '\f004'; }

.fa-star:before {
  content: '\f005'; }

.fa-star-o:before {
  content: '\f006'; }

.fa-user:before {
  content: '\f007'; }

.fa-film:before {
  content: '\f008'; }

.fa-th-large:before {
  content: '\f009'; }

.fa-th:before {
  content: '\f00a'; }

.fa-th-list:before {
  content: '\f00b'; }

.fa-check:before {
  content: '\f00c'; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: '\f00d'; }

.fa-search-plus:before {
  content: '\f00e'; }

.fa-search-minus:before {
  content: '\f010'; }

.fa-power-off:before {
  content: '\f011'; }

.fa-signal:before {
  content: '\f012'; }

.fa-gear:before,
.fa-cog:before {
  content: '\f013'; }

.fa-trash-o:before {
  content: '\f014'; }

.fa-home:before {
  content: '\f015'; }

.fa-file-o:before {
  content: '\f016'; }

.fa-clock-o:before {
  content: '\f017'; }

.fa-road:before {
  content: '\f018'; }

.fa-download:before {
  content: '\f019'; }

.fa-arrow-circle-o-down:before {
  content: '\f01a'; }

.fa-arrow-circle-o-up:before {
  content: '\f01b'; }

.fa-inbox:before {
  content: '\f01c'; }

.fa-play-circle-o:before {
  content: '\f01d'; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: '\f01e'; }

.fa-refresh:before {
  content: '\f021'; }

.fa-list-alt:before {
  content: '\f022'; }

.fa-lock:before {
  content: '\f023'; }

.fa-flag:before {
  content: '\f024'; }

.fa-headphones:before {
  content: '\f025'; }

.fa-volume-off:before {
  content: '\f026'; }

.fa-volume-down:before {
  content: '\f027'; }

.fa-volume-up:before {
  content: '\f028'; }

.fa-qrcode:before {
  content: '\f029'; }

.fa-barcode:before {
  content: '\f02a'; }

.fa-tag:before {
  content: '\f02b'; }

.fa-tags:before {
  content: '\f02c'; }

.fa-book:before {
  content: '\f02d'; }

.fa-bookmark:before {
  content: '\f02e'; }

.fa-print:before {
  content: '\f02f'; }

.fa-camera:before {
  content: '\f030'; }

.fa-font:before {
  content: '\f031'; }

.fa-bold:before {
  content: '\f032'; }

.fa-italic:before {
  content: '\f033'; }

.fa-text-height:before {
  content: '\f034'; }

.fa-text-width:before {
  content: '\f035'; }

.fa-align-left:before {
  content: '\f036'; }

.fa-align-center:before {
  content: '\f037'; }

.fa-align-right:before {
  content: '\f038'; }

.fa-align-justify:before {
  content: '\f039'; }

.fa-list:before {
  content: '\f03a'; }

.fa-dedent:before,
.fa-outdent:before {
  content: '\f03b'; }

.fa-indent:before {
  content: '\f03c'; }

.fa-video-camera:before {
  content: '\f03d'; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: '\f03e'; }

.fa-pencil:before {
  content: '\f040'; }

.fa-map-marker:before {
  content: '\f041'; }

.fa-adjust:before {
  content: '\f042'; }

.fa-tint:before {
  content: '\f043'; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: '\f044'; }

.fa-share-square-o:before {
  content: '\f045'; }

.fa-check-square-o:before {
  content: '\f046'; }

.fa-arrows:before {
  content: '\f047'; }

.fa-step-backward:before {
  content: '\f048'; }

.fa-fast-backward:before {
  content: '\f049'; }

.fa-backward:before {
  content: '\f04a'; }

.fa-play:before {
  content: '\f04b'; }

.fa-pause:before {
  content: '\f04c'; }

.fa-stop:before {
  content: '\f04d'; }

.fa-forward:before {
  content: '\f04e'; }

.fa-fast-forward:before {
  content: '\f050'; }

.fa-step-forward:before {
  content: '\f051'; }

.fa-eject:before {
  content: '\f052'; }

.fa-chevron-left:before {
  content: '\f053'; }

.fa-chevron-right:before {
  content: '\f054'; }

.fa-plus-circle:before {
  content: '\f055'; }

.fa-minus-circle:before {
  content: '\f056'; }

.fa-times-circle:before {
  content: '\f057'; }

.fa-check-circle:before {
  content: '\f058'; }

.fa-question-circle:before {
  content: '\f059'; }

.fa-info-circle:before {
  content: '\f05a'; }

.fa-crosshairs:before {
  content: '\f05b'; }

.fa-times-circle-o:before {
  content: '\f05c'; }

.fa-check-circle-o:before {
  content: '\f05d'; }

.fa-ban:before {
  content: '\f05e'; }

.fa-arrow-left:before {
  content: '\f060'; }

.fa-arrow-right:before {
  content: '\f061'; }

.fa-arrow-up:before {
  content: '\f062'; }

.fa-arrow-down:before {
  content: '\f063'; }

.fa-mail-forward:before,
.fa-share:before {
  content: '\f064'; }

.fa-expand:before {
  content: '\f065'; }

.fa-compress:before {
  content: '\f066'; }

.fa-plus:before {
  content: '\f067'; }

.fa-minus:before {
  content: '\f068'; }

.fa-asterisk:before {
  content: '\f069'; }

.fa-exclamation-circle:before {
  content: '\f06a'; }

.fa-gift:before {
  content: '\f06b'; }

.fa-leaf:before {
  content: '\f06c'; }

.fa-fire:before {
  content: '\f06d'; }

.fa-eye:before {
  content: '\f06e'; }

.fa-eye-slash:before {
  content: '\f070'; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: '\f071'; }

.fa-plane:before {
  content: '\f072'; }

.fa-calendar:before {
  content: '\f073'; }

.fa-random:before {
  content: '\f074'; }

.fa-comment:before {
  content: '\f075'; }

.fa-magnet:before {
  content: '\f076'; }

.fa-chevron-up:before {
  content: '\f077'; }

.fa-chevron-down:before {
  content: '\f078'; }

.fa-retweet:before {
  content: '\f079'; }

.fa-shopping-cart:before {
  content: '\f07a'; }

.fa-folder:before {
  content: '\f07b'; }

.fa-folder-open:before {
  content: '\f07c'; }

.fa-arrows-v:before {
  content: '\f07d'; }

.fa-arrows-h:before {
  content: '\f07e'; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: '\f080'; }

.fa-twitter-square:before {
  content: '\f081'; }

.fa-facebook-square:before {
  content: '\f082'; }

.fa-camera-retro:before {
  content: '\f083'; }

.fa-key:before {
  content: '\f084'; }

.fa-gears:before,
.fa-cogs:before {
  content: '\f085'; }

.fa-comments:before {
  content: '\f086'; }

.fa-thumbs-o-up:before {
  content: '\f087'; }

.fa-thumbs-o-down:before {
  content: '\f088'; }

.fa-star-half:before {
  content: '\f089'; }

.fa-heart-o:before {
  content: '\f08a'; }

.fa-sign-out:before {
  content: '\f08b'; }

.fa-linkedin-square:before {
  content: '\f08c'; }

.fa-thumb-tack:before {
  content: '\f08d'; }

.fa-external-link:before {
  content: '\f08e'; }

.fa-sign-in:before {
  content: '\f090'; }

.fa-trophy:before {
  content: '\f091'; }

.fa-github-square:before {
  content: '\f092'; }

.fa-upload:before {
  content: '\f093'; }

.fa-lemon-o:before {
  content: '\f094'; }

.fa-phone:before {
  content: '\f095'; }

.fa-square-o:before {
  content: '\f096'; }

.fa-bookmark-o:before {
  content: '\f097'; }

.fa-phone-square:before {
  content: '\f098'; }

.fa-twitter:before {
  content: '\f099'; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f09a'; }

.fa-github:before {
  content: '\f09b'; }

.fa-unlock:before {
  content: '\f09c'; }

.fa-credit-card:before {
  content: '\f09d'; }

.fa-feed:before,
.fa-rss:before {
  content: '\f09e'; }

.fa-hdd-o:before {
  content: '\f0a0'; }

.fa-bullhorn:before {
  content: '\f0a1'; }

.fa-bell:before {
  content: '\f0f3'; }

.fa-certificate:before {
  content: '\f0a3'; }

.fa-hand-o-right:before {
  content: '\f0a4'; }

.fa-hand-o-left:before {
  content: '\f0a5'; }

.fa-hand-o-up:before {
  content: '\f0a6'; }

.fa-hand-o-down:before {
  content: '\f0a7'; }

.fa-arrow-circle-left:before {
  content: '\f0a8'; }

.fa-arrow-circle-right:before {
  content: '\f0a9'; }

.fa-arrow-circle-up:before {
  content: '\f0aa'; }

.fa-arrow-circle-down:before {
  content: '\f0ab'; }

.fa-globe:before {
  content: '\f0ac'; }

.fa-wrench:before {
  content: '\f0ad'; }

.fa-tasks:before {
  content: '\f0ae'; }

.fa-filter:before {
  content: '\f0b0'; }

.fa-briefcase:before {
  content: '\f0b1'; }

.fa-arrows-alt:before {
  content: '\f0b2'; }

.fa-group:before,
.fa-users:before {
  content: '\f0c0'; }

.fa-chain:before,
.fa-link:before {
  content: '\f0c1'; }

.fa-cloud:before {
  content: '\f0c2'; }

.fa-flask:before {
  content: '\f0c3'; }

.fa-cut:before,
.fa-scissors:before {
  content: '\f0c4'; }

.fa-copy:before,
.fa-files-o:before {
  content: '\f0c5'; }

.fa-paperclip:before {
  content: '\f0c6'; }

.fa-save:before,
.fa-floppy-o:before {
  content: '\f0c7'; }

.fa-square:before {
  content: '\f0c8'; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9'; }

.fa-list-ul:before {
  content: '\f0ca'; }

.fa-list-ol:before {
  content: '\f0cb'; }

.fa-strikethrough:before {
  content: '\f0cc'; }

.fa-underline:before {
  content: '\f0cd'; }

.fa-table:before {
  content: '\f0ce'; }

.fa-magic:before {
  content: '\f0d0'; }

.fa-truck:before {
  content: '\f0d1'; }

.fa-pinterest:before {
  content: '\f0d2'; }

.fa-pinterest-square:before {
  content: '\f0d3'; }

.fa-google-plus-square:before {
  content: '\f0d4'; }

.fa-google-plus:before {
  content: '\f0d5'; }

.fa-money:before {
  content: '\f0d6'; }

.fa-caret-down:before {
  content: '\f0d7'; }

.fa-caret-up:before {
  content: '\f0d8'; }

.fa-caret-left:before {
  content: '\f0d9'; }

.fa-caret-right:before {
  content: '\f0da'; }

.fa-columns:before {
  content: '\f0db'; }

.fa-unsorted:before,
.fa-sort:before {
  content: '\f0dc'; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: '\f0dd'; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: '\f0de'; }

.fa-envelope:before {
  content: '\f0e0'; }

.fa-linkedin:before {
  content: '\f0e1'; }

.fa-rotate-left:before,
.fa-undo:before {
  content: '\f0e2'; }

.fa-legal:before,
.fa-gavel:before {
  content: '\f0e3'; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: '\f0e4'; }

.fa-comment-o:before {
  content: '\f0e5'; }

.fa-comments-o:before {
  content: '\f0e6'; }

.fa-flash:before,
.fa-bolt:before {
  content: '\f0e7'; }

.fa-sitemap:before {
  content: '\f0e8'; }

.fa-umbrella:before {
  content: '\f0e9'; }

.fa-paste:before,
.fa-clipboard:before {
  content: '\f0ea'; }

.fa-lightbulb-o:before {
  content: '\f0eb'; }

.fa-exchange:before {
  content: '\f0ec'; }

.fa-cloud-download:before {
  content: '\f0ed'; }

.fa-cloud-upload:before {
  content: '\f0ee'; }

.fa-user-md:before {
  content: '\f0f0'; }

.fa-stethoscope:before {
  content: '\f0f1'; }

.fa-suitcase:before {
  content: '\f0f2'; }

.fa-bell-o:before {
  content: '\f0a2'; }

.fa-coffee:before {
  content: '\f0f4'; }

.fa-cutlery:before {
  content: '\f0f5'; }

.fa-file-text-o:before {
  content: '\f0f6'; }

.fa-building-o:before {
  content: '\f0f7'; }

.fa-hospital-o:before {
  content: '\f0f8'; }

.fa-ambulance:before {
  content: '\f0f9'; }

.fa-medkit:before {
  content: '\f0fa'; }

.fa-fighter-jet:before {
  content: '\f0fb'; }

.fa-beer:before {
  content: '\f0fc'; }

.fa-h-square:before {
  content: '\f0fd'; }

.fa-plus-square:before {
  content: '\f0fe'; }

.fa-angle-double-left:before {
  content: '\f100'; }

.fa-angle-double-right:before {
  content: '\f101'; }

.fa-angle-double-up:before {
  content: '\f102'; }

.fa-angle-double-down:before {
  content: '\f103'; }

.fa-angle-left:before {
  content: '\f104'; }

.fa-angle-right:before {
  content: '\f105'; }

.fa-angle-up:before {
  content: '\f106'; }

.fa-angle-down:before {
  content: '\f107'; }

.fa-desktop:before {
  content: '\f108'; }

.fa-laptop:before {
  content: '\f109'; }

.fa-tablet:before {
  content: '\f10a'; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: '\f10b'; }

.fa-circle-o:before {
  content: '\f10c'; }

.fa-quote-left:before {
  content: '\f10d'; }

.fa-quote-right:before {
  content: '\f10e'; }

.fa-spinner:before {
  content: '\f110'; }

.fa-circle:before {
  content: '\f111'; }

.fa-mail-reply:before,
.fa-reply:before {
  content: '\f112'; }

.fa-github-alt:before {
  content: '\f113'; }

.fa-folder-o:before {
  content: '\f114'; }

.fa-folder-open-o:before {
  content: '\f115'; }

.fa-smile-o:before {
  content: '\f118'; }

.fa-frown-o:before {
  content: '\f119'; }

.fa-meh-o:before {
  content: '\f11a'; }

.fa-gamepad:before {
  content: '\f11b'; }

.fa-keyboard-o:before {
  content: '\f11c'; }

.fa-flag-o:before {
  content: '\f11d'; }

.fa-flag-checkered:before {
  content: '\f11e'; }

.fa-terminal:before {
  content: '\f120'; }

.fa-code:before {
  content: '\f121'; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: '\f122'; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: '\f123'; }

.fa-location-arrow:before {
  content: '\f124'; }

.fa-crop:before {
  content: '\f125'; }

.fa-code-fork:before {
  content: '\f126'; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: '\f127'; }

.fa-question:before {
  content: '\f128'; }

.fa-info:before {
  content: '\f129'; }

.fa-exclamation:before {
  content: '\f12a'; }

.fa-superscript:before {
  content: '\f12b'; }

.fa-subscript:before {
  content: '\f12c'; }

.fa-eraser:before {
  content: '\f12d'; }

.fa-puzzle-piece:before {
  content: '\f12e'; }

.fa-microphone:before {
  content: '\f130'; }

.fa-microphone-slash:before {
  content: '\f131'; }

.fa-shield:before {
  content: '\f132'; }

.fa-calendar-o:before {
  content: '\f133'; }

.fa-fire-extinguisher:before {
  content: '\f134'; }

.fa-rocket:before {
  content: '\f135'; }

.fa-maxcdn:before {
  content: '\f136'; }

.fa-chevron-circle-left:before {
  content: '\f137'; }

.fa-chevron-circle-right:before {
  content: '\f138'; }

.fa-chevron-circle-up:before {
  content: '\f139'; }

.fa-chevron-circle-down:before {
  content: '\f13a'; }

.fa-html5:before {
  content: '\f13b'; }

.fa-css3:before {
  content: '\f13c'; }

.fa-anchor:before {
  content: '\f13d'; }

.fa-unlock-alt:before {
  content: '\f13e'; }

.fa-bullseye:before {
  content: '\f140'; }

.fa-ellipsis-h:before {
  content: '\f141'; }

.fa-ellipsis-v:before {
  content: '\f142'; }

.fa-rss-square:before {
  content: '\f143'; }

.fa-play-circle:before {
  content: '\f144'; }

.fa-ticket:before {
  content: '\f145'; }

.fa-minus-square:before {
  content: '\f146'; }

.fa-minus-square-o:before {
  content: '\f147'; }

.fa-level-up:before {
  content: '\f148'; }

.fa-level-down:before {
  content: '\f149'; }

.fa-check-square:before {
  content: '\f14a'; }

.fa-pencil-square:before {
  content: '\f14b'; }

.fa-external-link-square:before {
  content: '\f14c'; }

.fa-share-square:before {
  content: '\f14d'; }

.fa-compass:before {
  content: '\f14e'; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: '\f150'; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: '\f151'; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: '\f152'; }

.fa-euro:before,
.fa-eur:before {
  content: '\f153'; }

.fa-gbp:before {
  content: '\f154'; }

.fa-dollar:before,
.fa-usd:before {
  content: '\f155'; }

.fa-rupee:before,
.fa-inr:before {
  content: '\f156'; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: '\f157'; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: '\f158'; }

.fa-won:before,
.fa-krw:before {
  content: '\f159'; }

.fa-bitcoin:before,
.fa-btc:before {
  content: '\f15a'; }

.fa-file:before {
  content: '\f15b'; }

.fa-file-text:before {
  content: '\f15c'; }

.fa-sort-alpha-asc:before {
  content: '\f15d'; }

.fa-sort-alpha-desc:before {
  content: '\f15e'; }

.fa-sort-amount-asc:before {
  content: '\f160'; }

.fa-sort-amount-desc:before {
  content: '\f161'; }

.fa-sort-numeric-asc:before {
  content: '\f162'; }

.fa-sort-numeric-desc:before {
  content: '\f163'; }

.fa-thumbs-up:before {
  content: '\f164'; }

.fa-thumbs-down:before {
  content: '\f165'; }

.fa-youtube-square:before {
  content: '\f166'; }

.fa-youtube:before {
  content: '\f167'; }

.fa-xing:before {
  content: '\f168'; }

.fa-xing-square:before {
  content: '\f169'; }

.fa-youtube-play:before {
  content: '\f16a'; }

.fa-dropbox:before {
  content: '\f16b'; }

.fa-stack-overflow:before {
  content: '\f16c'; }

.fa-instagram:before {
  content: '\f16d'; }

.fa-flickr:before {
  content: '\f16e'; }

.fa-adn:before {
  content: '\f170'; }

.fa-bitbucket:before {
  content: '\f171'; }

.fa-bitbucket-square:before {
  content: '\f172'; }

.fa-tumblr:before {
  content: '\f173'; }

.fa-tumblr-square:before {
  content: '\f174'; }

.fa-long-arrow-down:before {
  content: '\f175'; }

.fa-long-arrow-up:before {
  content: '\f176'; }

.fa-long-arrow-left:before {
  content: '\f177'; }

.fa-long-arrow-right:before {
  content: '\f178'; }

.fa-apple:before {
  content: '\f179'; }

.fa-windows:before {
  content: '\f17a'; }

.fa-android:before {
  content: '\f17b'; }

.fa-linux:before {
  content: '\f17c'; }

.fa-dribbble:before {
  content: '\f17d'; }

.fa-skype:before {
  content: '\f17e'; }

.fa-foursquare:before {
  content: '\f180'; }

.fa-trello:before {
  content: '\f181'; }

.fa-female:before {
  content: '\f182'; }

.fa-male:before {
  content: '\f183'; }

.fa-gittip:before,
.fa-gratipay:before {
  content: '\f184'; }

.fa-sun-o:before {
  content: '\f185'; }

.fa-moon-o:before {
  content: '\f186'; }

.fa-archive:before {
  content: '\f187'; }

.fa-bug:before {
  content: '\f188'; }

.fa-vk:before {
  content: '\f189'; }

.fa-weibo:before {
  content: '\f18a'; }

.fa-renren:before {
  content: '\f18b'; }

.fa-pagelines:before {
  content: '\f18c'; }

.fa-stack-exchange:before {
  content: '\f18d'; }

.fa-arrow-circle-o-right:before {
  content: '\f18e'; }

.fa-arrow-circle-o-left:before {
  content: '\f190'; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: '\f191'; }

.fa-dot-circle-o:before {
  content: '\f192'; }

.fa-wheelchair:before {
  content: '\f193'; }

.fa-vimeo-square:before {
  content: '\f194'; }

.fa-turkish-lira:before,
.fa-try:before {
  content: '\f195'; }

.fa-plus-square-o:before {
  content: '\f196'; }

.fa-space-shuttle:before {
  content: '\f197'; }

.fa-slack:before {
  content: '\f198'; }

.fa-envelope-square:before {
  content: '\f199'; }

.fa-wordpress:before {
  content: '\f19a'; }

.fa-openid:before {
  content: '\f19b'; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: '\f19c'; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: '\f19d'; }

.fa-yahoo:before {
  content: '\f19e'; }

.fa-google:before {
  content: '\f1a0'; }

.fa-reddit:before {
  content: '\f1a1'; }

.fa-reddit-square:before {
  content: '\f1a2'; }

.fa-stumbleupon-circle:before {
  content: '\f1a3'; }

.fa-stumbleupon:before {
  content: '\f1a4'; }

.fa-delicious:before {
  content: '\f1a5'; }

.fa-digg:before {
  content: '\f1a6'; }

.fa-pied-piper-pp:before {
  content: '\f1a7'; }

.fa-pied-piper-alt:before {
  content: '\f1a8'; }

.fa-drupal:before {
  content: '\f1a9'; }

.fa-joomla:before {
  content: '\f1aa'; }

.fa-language:before {
  content: '\f1ab'; }

.fa-fax:before {
  content: '\f1ac'; }

.fa-building:before {
  content: '\f1ad'; }

.fa-child:before {
  content: '\f1ae'; }

.fa-paw:before {
  content: '\f1b0'; }

.fa-spoon:before {
  content: '\f1b1'; }

.fa-cube:before {
  content: '\f1b2'; }

.fa-cubes:before {
  content: '\f1b3'; }

.fa-behance:before {
  content: '\f1b4'; }

.fa-behance-square:before {
  content: '\f1b5'; }

.fa-steam:before {
  content: '\f1b6'; }

.fa-steam-square:before {
  content: '\f1b7'; }

.fa-recycle:before {
  content: '\f1b8'; }

.fa-automobile:before,
.fa-car:before {
  content: '\f1b9'; }

.fa-cab:before,
.fa-taxi:before {
  content: '\f1ba'; }

.fa-tree:before {
  content: '\f1bb'; }

.fa-spotify:before {
  content: '\f1bc'; }

.fa-deviantart:before {
  content: '\f1bd'; }

.fa-soundcloud:before {
  content: '\f1be'; }

.fa-database:before {
  content: '\f1c0'; }

.fa-file-pdf-o:before {
  content: '\f1c1'; }

.fa-file-word-o:before {
  content: '\f1c2'; }

.fa-file-excel-o:before {
  content: '\f1c3'; }

.fa-file-powerpoint-o:before {
  content: '\f1c4'; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: '\f1c5'; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: '\f1c6'; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: '\f1c7'; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: '\f1c8'; }

.fa-file-code-o:before {
  content: '\f1c9'; }

.fa-vine:before {
  content: '\f1ca'; }

.fa-codepen:before {
  content: '\f1cb'; }

.fa-jsfiddle:before {
  content: '\f1cc'; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: '\f1cd'; }

.fa-circle-o-notch:before {
  content: '\f1ce'; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: '\f1d0'; }

.fa-ge:before,
.fa-empire:before {
  content: '\f1d1'; }

.fa-git-square:before {
  content: '\f1d2'; }

.fa-git:before {
  content: '\f1d3'; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: '\f1d4'; }

.fa-tencent-weibo:before {
  content: '\f1d5'; }

.fa-qq:before {
  content: '\f1d6'; }

.fa-wechat:before,
.fa-weixin:before {
  content: '\f1d7'; }

.fa-send:before,
.fa-paper-plane:before {
  content: '\f1d8'; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: '\f1d9'; }

.fa-history:before {
  content: '\f1da'; }

.fa-circle-thin:before {
  content: '\f1db'; }

.fa-header:before {
  content: '\f1dc'; }

.fa-paragraph:before {
  content: '\f1dd'; }

.fa-sliders:before {
  content: '\f1de'; }

.fa-share-alt:before {
  content: '\f1e0'; }

.fa-share-alt-square:before {
  content: '\f1e1'; }

.fa-bomb:before {
  content: '\f1e2'; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: '\f1e3'; }

.fa-tty:before {
  content: '\f1e4'; }

.fa-binoculars:before {
  content: '\f1e5'; }

.fa-plug:before {
  content: '\f1e6'; }

.fa-slideshare:before {
  content: '\f1e7'; }

.fa-twitch:before {
  content: '\f1e8'; }

.fa-yelp:before {
  content: '\f1e9'; }

.fa-newspaper-o:before {
  content: '\f1ea'; }

.fa-wifi:before {
  content: '\f1eb'; }

.fa-calculator:before {
  content: '\f1ec'; }

.fa-paypal:before {
  content: '\f1ed'; }

.fa-google-wallet:before {
  content: '\f1ee'; }

.fa-cc-visa:before {
  content: '\f1f0'; }

.fa-cc-mastercard:before {
  content: '\f1f1'; }

.fa-cc-discover:before {
  content: '\f1f2'; }

.fa-cc-amex:before {
  content: '\f1f3'; }

.fa-cc-paypal:before {
  content: '\f1f4'; }

.fa-cc-stripe:before {
  content: '\f1f5'; }

.fa-bell-slash:before {
  content: '\f1f6'; }

.fa-bell-slash-o:before {
  content: '\f1f7'; }

.fa-trash:before {
  content: '\f1f8'; }

.fa-copyright:before {
  content: '\f1f9'; }

.fa-at:before {
  content: '\f1fa'; }

.fa-eyedropper:before {
  content: '\f1fb'; }

.fa-paint-brush:before {
  content: '\f1fc'; }

.fa-birthday-cake:before {
  content: '\f1fd'; }

.fa-area-chart:before {
  content: '\f1fe'; }

.fa-pie-chart:before {
  content: '\f200'; }

.fa-line-chart:before {
  content: '\f201'; }

.fa-lastfm:before {
  content: '\f202'; }

.fa-lastfm-square:before {
  content: '\f203'; }

.fa-toggle-off:before {
  content: '\f204'; }

.fa-toggle-on:before {
  content: '\f205'; }

.fa-bicycle:before {
  content: '\f206'; }

.fa-bus:before {
  content: '\f207'; }

.fa-ioxhost:before {
  content: '\f208'; }

.fa-angellist:before {
  content: '\f209'; }

.fa-cc:before {
  content: '\f20a'; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: '\f20b'; }

.fa-meanpath:before {
  content: '\f20c'; }

.fa-buysellads:before {
  content: '\f20d'; }

.fa-connectdevelop:before {
  content: '\f20e'; }

.fa-dashcube:before {
  content: '\f210'; }

.fa-forumbee:before {
  content: '\f211'; }

.fa-leanpub:before {
  content: '\f212'; }

.fa-sellsy:before {
  content: '\f213'; }

.fa-shirtsinbulk:before {
  content: '\f214'; }

.fa-simplybuilt:before {
  content: '\f215'; }

.fa-skyatlas:before {
  content: '\f216'; }

.fa-cart-plus:before {
  content: '\f217'; }

.fa-cart-arrow-down:before {
  content: '\f218'; }

.fa-diamond:before {
  content: '\f219'; }

.fa-ship:before {
  content: '\f21a'; }

.fa-user-secret:before {
  content: '\f21b'; }

.fa-motorcycle:before {
  content: '\f21c'; }

.fa-street-view:before {
  content: '\f21d'; }

.fa-heartbeat:before {
  content: '\f21e'; }

.fa-venus:before {
  content: '\f221'; }

.fa-mars:before {
  content: '\f222'; }

.fa-mercury:before {
  content: '\f223'; }

.fa-intersex:before,
.fa-transgender:before {
  content: '\f224'; }

.fa-transgender-alt:before {
  content: '\f225'; }

.fa-venus-double:before {
  content: '\f226'; }

.fa-mars-double:before {
  content: '\f227'; }

.fa-venus-mars:before {
  content: '\f228'; }

.fa-mars-stroke:before {
  content: '\f229'; }

.fa-mars-stroke-v:before {
  content: '\f22a'; }

.fa-mars-stroke-h:before {
  content: '\f22b'; }

.fa-neuter:before {
  content: '\f22c'; }

.fa-genderless:before {
  content: '\f22d'; }

.fa-facebook-official:before {
  content: '\f230'; }

.fa-pinterest-p:before {
  content: '\f231'; }

.fa-whatsapp:before {
  content: '\f232'; }

.fa-server:before {
  content: '\f233'; }

.fa-user-plus:before {
  content: '\f234'; }

.fa-user-times:before {
  content: '\f235'; }

.fa-hotel:before,
.fa-bed:before {
  content: '\f236'; }

.fa-viacoin:before {
  content: '\f237'; }

.fa-train:before {
  content: '\f238'; }

.fa-subway:before {
  content: '\f239'; }

.fa-medium:before {
  content: '\f23a'; }

.fa-yc:before,
.fa-y-combinator:before {
  content: '\f23b'; }

.fa-optin-monster:before {
  content: '\f23c'; }

.fa-opencart:before {
  content: '\f23d'; }

.fa-expeditedssl:before {
  content: '\f23e'; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: '\f240'; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: '\f241'; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: '\f242'; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: '\f243'; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: '\f244'; }

.fa-mouse-pointer:before {
  content: '\f245'; }

.fa-i-cursor:before {
  content: '\f246'; }

.fa-object-group:before {
  content: '\f247'; }

.fa-object-ungroup:before {
  content: '\f248'; }

.fa-sticky-note:before {
  content: '\f249'; }

.fa-sticky-note-o:before {
  content: '\f24a'; }

.fa-cc-jcb:before {
  content: '\f24b'; }

.fa-cc-diners-club:before {
  content: '\f24c'; }

.fa-clone:before {
  content: '\f24d'; }

.fa-balance-scale:before {
  content: '\f24e'; }

.fa-hourglass-o:before {
  content: '\f250'; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: '\f251'; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: '\f252'; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: '\f253'; }

.fa-hourglass:before {
  content: '\f254'; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: '\f255'; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: '\f256'; }

.fa-hand-scissors-o:before {
  content: '\f257'; }

.fa-hand-lizard-o:before {
  content: '\f258'; }

.fa-hand-spock-o:before {
  content: '\f259'; }

.fa-hand-pointer-o:before {
  content: '\f25a'; }

.fa-hand-peace-o:before {
  content: '\f25b'; }

.fa-trademark:before {
  content: '\f25c'; }

.fa-registered:before {
  content: '\f25d'; }

.fa-creative-commons:before {
  content: '\f25e'; }

.fa-gg:before {
  content: '\f260'; }

.fa-gg-circle:before {
  content: '\f261'; }

.fa-tripadvisor:before {
  content: '\f262'; }

.fa-odnoklassniki:before {
  content: '\f263'; }

.fa-odnoklassniki-square:before {
  content: '\f264'; }

.fa-get-pocket:before {
  content: '\f265'; }

.fa-wikipedia-w:before {
  content: '\f266'; }

.fa-safari:before {
  content: '\f267'; }

.fa-chrome:before {
  content: '\f268'; }

.fa-firefox:before {
  content: '\f269'; }

.fa-opera:before {
  content: '\f26a'; }

.fa-internet-explorer:before {
  content: '\f26b'; }

.fa-tv:before,
.fa-television:before {
  content: '\f26c'; }

.fa-contao:before {
  content: '\f26d'; }

.fa-500px:before {
  content: '\f26e'; }

.fa-amazon:before {
  content: '\f270'; }

.fa-calendar-plus-o:before {
  content: '\f271'; }

.fa-calendar-minus-o:before {
  content: '\f272'; }

.fa-calendar-times-o:before {
  content: '\f273'; }

.fa-calendar-check-o:before {
  content: '\f274'; }

.fa-industry:before {
  content: '\f275'; }

.fa-map-pin:before {
  content: '\f276'; }

.fa-map-signs:before {
  content: '\f277'; }

.fa-map-o:before {
  content: '\f278'; }

.fa-map:before {
  content: '\f279'; }

.fa-commenting:before {
  content: '\f27a'; }

.fa-commenting-o:before {
  content: '\f27b'; }

.fa-houzz:before {
  content: '\f27c'; }

.fa-vimeo:before {
  content: '\f27d'; }

.fa-black-tie:before {
  content: '\f27e'; }

.fa-fonticons:before {
  content: '\f280'; }

.fa-reddit-alien:before {
  content: '\f281'; }

.fa-edge:before {
  content: '\f282'; }

.fa-credit-card-alt:before {
  content: '\f283'; }

.fa-codiepie:before {
  content: '\f284'; }

.fa-modx:before {
  content: '\f285'; }

.fa-fort-awesome:before {
  content: '\f286'; }

.fa-usb:before {
  content: '\f287'; }

.fa-product-hunt:before {
  content: '\f288'; }

.fa-mixcloud:before {
  content: '\f289'; }

.fa-scribd:before {
  content: '\f28a'; }

.fa-pause-circle:before {
  content: '\f28b'; }

.fa-pause-circle-o:before {
  content: '\f28c'; }

.fa-stop-circle:before {
  content: '\f28d'; }

.fa-stop-circle-o:before {
  content: '\f28e'; }

.fa-shopping-bag:before {
  content: '\f290'; }

.fa-shopping-basket:before {
  content: '\f291'; }

.fa-hashtag:before {
  content: '\f292'; }

.fa-bluetooth:before {
  content: '\f293'; }

.fa-bluetooth-b:before {
  content: '\f294'; }

.fa-percent:before {
  content: '\f295'; }

.fa-gitlab:before {
  content: '\f296'; }

.fa-wpbeginner:before {
  content: '\f297'; }

.fa-wpforms:before {
  content: '\f298'; }

.fa-envira:before {
  content: '\f299'; }

.fa-universal-access:before {
  content: '\f29a'; }

.fa-wheelchair-alt:before {
  content: '\f29b'; }

.fa-question-circle-o:before {
  content: '\f29c'; }

.fa-blind:before {
  content: '\f29d'; }

.fa-audio-description:before {
  content: '\f29e'; }

.fa-volume-control-phone:before {
  content: '\f2a0'; }

.fa-braille:before {
  content: '\f2a1'; }

.fa-assistive-listening-systems:before {
  content: '\f2a2'; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: '\f2a3'; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: '\f2a4'; }

.fa-glide:before {
  content: '\f2a5'; }

.fa-glide-g:before {
  content: '\f2a6'; }

.fa-signing:before,
.fa-sign-language:before {
  content: '\f2a7'; }

.fa-low-vision:before {
  content: '\f2a8'; }

.fa-viadeo:before {
  content: '\f2a9'; }

.fa-viadeo-square:before {
  content: '\f2aa'; }

.fa-snapchat:before {
  content: '\f2ab'; }

.fa-snapchat-ghost:before {
  content: '\f2ac'; }

.fa-snapchat-square:before {
  content: '\f2ad'; }

.fa-pied-piper:before {
  content: '\f2ae'; }

.fa-first-order:before {
  content: '\f2b0'; }

.fa-yoast:before {
  content: '\f2b1'; }

.fa-themeisle:before {
  content: '\f2b2'; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: '\f2b3'; }

.fa-fa:before,
.fa-font-awesome:before {
  content: '\f2b4'; }

.fa-handshake-o:before {
  content: '\f2b5'; }

.fa-envelope-open:before {
  content: '\f2b6'; }

.fa-envelope-open-o:before {
  content: '\f2b7'; }

.fa-linode:before {
  content: '\f2b8'; }

.fa-address-book:before {
  content: '\f2b9'; }

.fa-address-book-o:before {
  content: '\f2ba'; }

.fa-vcard:before,
.fa-address-card:before {
  content: '\f2bb'; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: '\f2bc'; }

.fa-user-circle:before {
  content: '\f2bd'; }

.fa-user-circle-o:before {
  content: '\f2be'; }

.fa-user-o:before {
  content: '\f2c0'; }

.fa-id-badge:before {
  content: '\f2c1'; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: '\f2c2'; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: '\f2c3'; }

.fa-quora:before {
  content: '\f2c4'; }

.fa-free-code-camp:before {
  content: '\f2c5'; }

.fa-telegram:before {
  content: '\f2c6'; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: '\f2c7'; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: '\f2c8'; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: '\f2c9'; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: '\f2ca'; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: '\f2cb'; }

.fa-shower:before {
  content: '\f2cc'; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: '\f2cd'; }

.fa-podcast:before {
  content: '\f2ce'; }

.fa-window-maximize:before {
  content: '\f2d0'; }

.fa-window-minimize:before {
  content: '\f2d1'; }

.fa-window-restore:before {
  content: '\f2d2'; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: '\f2d3'; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: '\f2d4'; }

.fa-bandcamp:before {
  content: '\f2d5'; }

.fa-grav:before {
  content: '\f2d6'; }

.fa-etsy:before {
  content: '\f2d7'; }

.fa-imdb:before {
  content: '\f2d8'; }

.fa-ravelry:before {
  content: '\f2d9'; }

.fa-eercast:before {
  content: '\f2da'; }

.fa-microchip:before {
  content: '\f2db'; }

.fa-snowflake-o:before {
  content: '\f2dc'; }

.fa-superpowers:before {
  content: '\f2dd'; }

.fa-wpexplorer:before {
  content: '\f2de'; }

.fa-meetup:before {
  content: '\f2e0'; }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none; }

.lightSlider:before,
.lightSlider:after {
  display: table;
  content: ' '; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  position: relative;
  max-width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  margin-right: 0; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer; }

.lSSlideOuter .lSPager.lSpg > li a {
  position: relative;
  z-index: 99;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: #222;
  -webkit-transition: all .5s linear 0s;
  -o-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
  text-indent: -999em; }

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #304ffe; }

.lSSlideOuter .media {
  opacity: .8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  overflow: hidden;
  margin: 0;
  padding-left: 0;
  list-style: none outside none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-touch-callout: none;
  -khtml-user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  opacity: .5;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
  border-radius: 0; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  max-width: 100%;
  height: auto; }

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  display: table;
  content: ' '; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  position: absolute;
  z-index: 99;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  line-height: 32px;
  color: #fff !important;
  border-radius: 100px;
  background: #304ffe;
  cursor: pointer;
  -webkit-transition: opacity .35s linear 0s;
  -o-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
  text-align: center;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.lSAction > a:hover {
  background: #0123e0; }

.lSAction > .lSPrev {
  left: 10px;
  background-position: 0 0; }

.lSAction > .lSNext {
  right: 10px;
  background-position: -32px 0; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  overflow: hidden;
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0); }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  top: 0;
  right: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-top: 0;
  margin-left: -14px; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  top: auto;
  bottom: 10px;
  background-position: 31px -31px; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  top: 10px;
  bottom: auto;
  background-position: 0 -31px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  position: relative;
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s; }

.lSSlideOuter .leftEnd {
  position: relative;
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s; }

.lSSlideOuter.vertical .rightEnd {
  position: relative;
  -webkit-animation: topEnd .3s;
  animation: topEnd .3s; }

.lSSlideOuter.vertical .leftEnd {
  position: relative;
  -webkit-animation: bottomEnd .3s;
  animation: bottomEnd .3s; }

.lSSlideOuter.lSrtl .rightEnd {
  position: relative;
  -webkit-animation: leftEnd .3s;
  animation: leftEnd .3s; }

.lSSlideOuter.lSrtl .leftEnd {
  position: relative;
  -webkit-animation: rightEnd .3s;
  animation: rightEnd .3s; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

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

.lg-icon {
  font-family: 'lg';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  position: absolute;
  z-index: 1080;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 8px 10px 9px;
  font-size: 22px;
  color: #999;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer; }

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  opacity: .5;
  pointer-events: none; }

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: '\e095'; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: '\e094'; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  position: relative;
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s; }

.lg-outer.lg-left-end .lg-object {
  position: relative;
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s; }

.lg-toolbar {
  position: absolute;
  z-index: 1080;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  float: right;
  width: 50px;
  height: 47px;
  padding: 10px 0;
  font-size: 24px;
  line-height: 27px;
  color: #999;
  outline: medium none;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important; }

.lg-toolbar .lg-icon:hover {
  color: #fff; }

.lg-toolbar .lg-close:after {
  content: '\e070'; }

.lg-toolbar .lg-download:after {
  content: '\e0f2'; }

.lg-sub-html {
  position: fixed;
  z-index: 1080;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 40px;
  font-size: 16px;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  margin: 5px 0 0;
  font-size: 12px; }

#lg-counter {
  display: inline-block;
  padding-top: 12px;
  padding-left: 20px;
  font-size: 16px;
  color: #999;
  vertical-align: middle; }

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
  transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
  -o-transition: transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms, -webkit-transform 250ms ease 0s !important;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.lg-outer .lg-thumb-outer {
  position: absolute;
  z-index: 1080;
  bottom: 0;
  width: 100%;
  max-height: 350px;
  background-color: #0d0a0a;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  height: 100%;
  margin-bottom: -5px;
  padding: 10px 0; }

.lg-outer .lg-thumb-item {
  float: left;
  overflow: hidden;
  height: 100%;
  margin-bottom: 5px;
  border: 2px solid #fff;
  border-radius: 5px;
  border-radius: 4px;
  cursor: pointer; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #e73930; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  position: absolute;
  top: -39px;
  right: 20px;
  width: 50px;
  height: 39px;
  padding: 5px 0;
  font-size: 24px;
  line-height: 27px;
  color: #999;
  border-radius: 2px 2px 0 0;
  background-color: #0d0a0a;
  cursor: pointer;
  text-align: center; }

.lg-outer .lg-toogle-thumb:after {
  content: '\e1ff'; }

.lg-outer .lg-toogle-thumb:hover {
  color: #fff; }

.lg-outer .lg-video-cont {
  display: inline-block;
  width: 100%;
  max-width: 1140px;
  max-height: 100%;
  padding: 0 5px;
  vertical-align: middle; }

.lg-outer .lg-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.lg-outer .lg-video .lg-object {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  position: absolute;
  z-index: 1080;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 59px;
  margin-top: -30px;
  margin-left: -42px;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  opacity: .8;
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-palying .lg-object,
.lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  position: absolute;
  z-index: 1080;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  opacity: 0;
  background-color: #333;
  -webkit-transition: opacity .08s ease 0s;
  -o-transition: opacity .08s ease 0s;
  transition: opacity .08s ease 0s; }

.lg-progress-bar .lg-progress {
  width: 0;
  height: 5px;
  background-color: #a90707; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: '\e01d'; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a'; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition: opacity .15s, -webkit-transform .3s ease 0s !important;
  transition: opacity .15s, -webkit-transform .3s ease 0s !important;
  -o-transition: transform .3s ease 0s, opacity .15s !important;
  transition: transform .3s ease 0s, opacity .15s !important;
  transition: transform .3s ease 0s, opacity .15s, -webkit-transform .3s ease 0s !important;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: '\e311'; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: '\e312'; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  position: absolute;
  z-index: 1080;
  right: 0;
  bottom: 60px;
  left: 0;
  height: 10px;
  text-align: center; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer;
  vertical-align: top; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 120px;
  height: 83px;
  margin-bottom: 20px;
  margin-left: -60px;
  padding: 5px;
  opacity: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s;
  transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  -webkit-transition: -webkit-box-shadow .3s ease 0s;
  transition: -webkit-box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s; }

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-top: 10px dashed;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  vertical-align: middle; }

.lg-fullscreen:after {
  content: '\e20c'; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: '\e20d'; }

.group {
  *zoom: 1; }

.group:before,
.group:after {
  display: table;
  line-height: 0;
  content: ''; }

.group:after {
  clear: both; }

.lg-outer {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  transition-duration: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  opacity: 1;
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto; }

.lg-outer .lg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap; }

.lg-outer .lg-item {
  display: none !important;
  background: url(../img/loading.gif) no-repeat scroll center center transparent; }

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center; }

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: ''; }

.lg-outer .lg-img-wrap {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 5px; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
  vertical-align: middle; }

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  position: absolute;
  left: 0;
  opacity: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.tether-element,
.tether-element:after,
.tether-element:before,
.tether-element *,
.tether-element *:after,
.tether-element *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tether-element {
  position: absolute;
  display: none; }

.tether-element.tether-open {
  display: block; }

#magellan {
  /*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
  /* Layout helpers
----------------------------------*/
  /* Interaction Cues
----------------------------------*/
  /* Icons
----------------------------------*/
  /* Misc visuals
----------------------------------*/
  /* Overlays */
  /* icon support */
  /* left-aligned */
  /* right-aligned */
  /* to make room for the icon, a width needs to be set here */
  /* no icon support for input elements */
  /* button icon element(s) */
  /* workarounds */
  /* Support: Firefox 5 - 40 */
  /* Spinner specific style fixes */
  /* with multiple calendars */
  /* RTL support */
  /* Icons */
  /* support: IE8 - See #6727 */
  /* more specificity required here to override default borders */
  /* Component containers
----------------------------------*/
  /* Interaction states
----------------------------------*/
  /* Interaction Cues
----------------------------------*/
  /* Icons
----------------------------------*/
  /* states and images */
  /* positioning */
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  /* Misc visuals
----------------------------------*/
  /* Corner radius */
  /* Overlays */ }
  #magellan header {
    background: #304ffe; }
  #magellan strong {
    font-weight: 700; }
  #magellan .wbg {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  #magellan .tg_head h2 {
    font-size: 32px;
    font-weight: 500; }
  #magellan .fk_header {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #adb5bd;
    text-transform: uppercase; }
  #magellan select.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/angle-down.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 14px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #magellan th {
    font-weight: 700; }
  #magellan .col-form-label {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 13px;
    font-weight: 700; }
  #magellan .btn {
    font-weight: 500;
    cursor: pointer;
    white-space: normal;
    letter-spacing: initial; }
  #magellan .btn-shadow {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }
  #magellan .tooltip-inner {
    font-size: 12px;
    text-align: left; }
  #magellan .overlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #magellan .head_destination .head_breadcrumb {
    font-size: 14px;
    border-bottom: 1px solid #304ffe;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    #magellan .head_destination .head_breadcrumb:hover, #magellan .head_destination .head_breadcrumb:focus {
      border-bottom: 1px solid #0123e0; }
  #magellan .magellan-gallery-slider {
    position: relative;
    z-index: 1; }
  #magellan .slider-item,
  #magellan .lg-thumb-item,
  #magellan .lSPager li {
    position: relative;
    overflow: hidden; }
    #magellan .slider-item img,
    #magellan .lg-thumb-item img,
    #magellan .lSPager li img {
      position: absolute !important;
      top: 50% !important;
      left: 50% !important;
      width: auto !important;
      max-width: inherit !important;
      height: 135% !important;
      -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important; }
  #magellan .slider-item {
    height: 385px; }
  #magellan .lg-thumb-item,
  #magellan .lSPager li {
    height: 50px; }
  #magellan .infospriceblock {
    font-size: 14px;
    text-align: center; }
    #magellan .infospriceblock .mostcheap {
      font-weight: 700;
      color: #fff;
      background: #304ffe; }
    #magellan .infospriceblock .infosbaitprice {
      font-size: 26px;
      font-weight: 700;
      color: #e73930; }
    #magellan .infospriceblock .infosbaitpricecurrency {
      font-weight: 500;
      color: #e73930; }
  #magellan .routeinfos,
  #magellan .roadinfos {
    font-size: 13px;
    line-height: 20px; }
    #magellan .routeinfos i,
    #magellan .roadinfos i {
      width: 12px;
      margin-right: 5px;
      text-align: center; }
    #magellan .routeinfos .graylabel,
    #magellan .roadinfos .graylabel {
      width: 125px;
      margin-bottom: 0; }
    #magellan .routeinfos .colorize,
    #magellan .roadinfos .colorize {
      font-weight: 500; }
  #magellan .infosofoffer .cta_block {
    margin: 0 -8px -8px; }
  #magellan .sorting {
    font-size: 12px; }
  #magellan .terrah3 {
    font-size: 24px;
    color: #fff;
    background: #304ffe;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }
  #magellan .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px; }
  #magellan .list-item-content {
    width: 100%;
    padding: 8px; }
  #magellan .list-item-image {
    position: relative;
    width: 100%;
    padding: 8px; }
  #magellan .listheader {
    border-bottom: 1px solid #e9ecef; }
  #magellan .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  #magellan .flex-wrapper-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  #magellan .list-item-middle-block {
    width: 100%; }
    #magellan .list-item-middle-block .roadinfos {
      border-bottom: 1px solid #e9ecef;
      text-align: center; }
      #magellan .list-item-middle-block .roadinfos i {
        display: none; }
      #magellan .list-item-middle-block .roadinfos .graylabel {
        display: block;
        width: auto; }
  #magellan .list-item-right-block {
    width: 100%;
    margin-top: 8px; }
    #magellan .list-item-right-block .infospriceblock {
      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: 100%;
      height: 100%;
      font-size: 14px;
      line-height: 1.2;
      background: #e9ecef;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #magellan .list-item-right-block .infospriceblock .mostcheap {
        font-weight: 400;
        color: #333;
        background: none;
        text-transform: uppercase; }
      #magellan .list-item-right-block .infospriceblock .infosprice {
        color: #e73930; }
      #magellan .list-item-right-block .infospriceblock .infosbaitprice {
        font-size: 26px;
        font-weight: 700; }
      #magellan .list-item-right-block .infospriceblock .infosbaitpricecurrency {
        font-weight: 500; }
  #magellan .to-logo {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 50px;
    height: 50px; }
  #magellan .tag {
    margin-bottom: 8px; }
  @media (min-width: 768px) {
    #magellan .list-item,
    #magellan .flex-wrapper,
    #magellan .flex-wrapper-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    #magellan .list-item-content {
      width: 70%;
      padding-left: 0; }
    #magellan .list-item-image {
      width: 35%; }
    #magellan .list-item-middle-block {
      width: 65%; }
    #magellan .list-item-right-block {
      width: 35%;
      margin-left: 8px; } }
  #magellan .list-item-middle-block .roadinfos {
    border-bottom: 1px solid #e9ecef;
    text-align: left; }
    #magellan .list-item-middle-block .roadinfos i {
      display: inline-block; }
    #magellan .list-item-middle-block .roadinfos .graylabel {
      display: inline-block;
      width: 78px; }
  #magellan .cover-image {
    position: relative;
    z-index: 1;
    background: #e9ecef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #magellan .cover-image-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #304ffe; }
  #magellan .cover-image-list-item {
    height: 225px; }
  #magellan .cover-image-to-logo {
    height: 50px;
    background-color: #fff;
    background-size: 95%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  #magellan .cover-image-region-list {
    height: 195px; }
  #magellan .block-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center; }
  #magellan .rwd-table {
    width: 100%;
    margin: 1em 0;
    /*min-width: 300px;*/ }
    #magellan .rwd-table th {
      display: none; }
    #magellan .rwd-table td {
      display: block; }
      #magellan .rwd-table td:before {
        display: inline-block;
        width: 7em;
        font-weight: bold;
        content: attr(data-th) ": "; }
        @media (min-width: 1200px) {
          #magellan .rwd-table td:before {
            display: none; } }
    #magellan .rwd-table th,
    #magellan .rwd-table td {
      text-align: left; }
      @media (min-width: 1200px) {
        #magellan .rwd-table th,
        #magellan .rwd-table td {
          display: table-cell;
          padding: .25em .5em;
          /*
        &:first-child {
          padding-left: 0;
        }
        &:last-child {
          padding-right: 0;
        }
        */ } }
  #magellan .tag {
    position: relative;
    z-index: 0;
    font-size: 12px;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
    #magellan .tag::before, #magellan .tag::after {
      position: absolute;
      top: -1px;
      bottom: 0;
      margin: auto;
      content: ''; }
    #magellan .tag::before {
      z-index: -1;
      left: -8px;
      width: 20px;
      height: 20px;
      border-radius: 5px;
      background: #e73930;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #magellan .tag::after {
      left: -5px;
      width: 6px;
      height: 6px;
      border-radius: 100px;
      background: #fff;
      -webkit-box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.25);
      box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.25); }
    #magellan .tag:last-child {
      margin-left: 20px; }
  #magellan .tag_1 {
    background: #ef6c00; }
    #magellan .tag_1:before {
      background: #ef6c00; }
  #magellan .tag_2 {
    background: #ab47bc; }
    #magellan .tag_2:before {
      background: #ab47bc; }
  #magellan .star-svg {
    position: relative;
    top: -8px;
    display: inline-block;
    height: 16px;
    background: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" style="fill:%23f2994a"        xmlns="http://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="128px"     height="128px"     viewBox="0 0 128 128"         enable-background="new 0 0 128 128"         xml:space="preserve"><path d="M121.9,44.2L87,40.9c-2.2-0.2-4.1-1.6-5-3.7L69.5,6.9c-2-5-9.1-5-11.1,0L46,37.2c-0.8,2.1-2.8,3.5-5,3.7L6.1,44.2 c-5.2,0.5-7.3,7-3.4,10.5l26.3,23.1c1.7,1.5,2.4,3.7,1.9,5.9L23,116.1c-1.2,5.1,4.3,9.3,8.9,6.6L61,105.6c1.9-1.1,4.2-1.1,6.1,0 l29.1,17.1c4.6,2.7,10.1-1.4,8.9-6.6l-7.8-32.4c-0.5-2.2,0.2-4.4,1.9-5.9l26.3-23.1C129.3,51.2,127.1,44.7,121.9,44.2z"/></svg>') transparent;
    background-repeat: repeat-x;
    background-position: left center;
    background-size: 16px 90%; }
    #magellan .star-svg.star_ {
      width: 0; }
    #magellan .star-svg.star_1 {
      width: 16px; }
    #magellan .star-svg.star_2 {
      width: 32px; }
    #magellan .star-svg.star_3 {
      width: 48px; }
    #magellan .star-svg.star_4 {
      width: 64px; }
    #magellan .star-svg.star_5 {
      width: 80px; }
  #magellan .star-svg-md {
    top: -4px;
    height: 14px;
    background-size: 14px 90%; }
    #magellan .star-svg-md.star_ {
      width: 0; }
    #magellan .star-svg-md.star_1 {
      width: 14px; }
    #magellan .star-svg-md.star_2 {
      width: 28px; }
    #magellan .star-svg-md.star_3 {
      width: 42px; }
    #magellan .star-svg-md.star_4 {
      width: 56px; }
    #magellan .star-svg-md.star_5 {
      width: 70px; }
  #magellan .star-svg-sm {
    top: -4px;
    height: 12px;
    background-size: 12px 90%; }
    #magellan .star-svg-sm.star_ {
      width: 0; }
    #magellan .star-svg-sm.star_1 {
      width: 12px; }
    #magellan .star-svg-sm.star_2 {
      width: 24px; }
    #magellan .star-svg-sm.star_3 {
      width: 36px; }
    #magellan .star-svg-sm.star_4 {
      width: 48px; }
    #magellan .star-svg-sm.star_5 {
      width: 60px; }
  #magellan .action-badge {
    position: absolute;
    z-index: 2;
    top: 16px; }
    #magellan .action-badge .action-badge-wrapper {
      position: relative;
      color: #fff;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      background: #e73930;
      -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25); }
      #magellan .action-badge .action-badge-wrapper::before, #magellan .action-badge .action-badge-wrapper::after {
        position: absolute;
        bottom: -10px;
        left: -7px;
        width: 7px;
        margin: auto;
        content: ''; }
      #magellan .action-badge .action-badge-wrapper::before {
        top: 0;
        height: calc(100% + 10px);
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #e73930; }
      #magellan .action-badge .action-badge-wrapper::after {
        height: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #9f1912; }
    #magellan .action-badge .action-badge-percent {
      font-size: 36px;
      font-weight: 700;
      line-height: 40px; }
    #magellan .action-badge .action-badge-text {
      font-size: 14px;
      text-transform: uppercase; }
  #magellan .action-badge-sm {
    top: 8px; }
    #magellan .action-badge-sm .action-badge-wrapper::before, #magellan .action-badge-sm .action-badge-wrapper::after {
      bottom: -7px;
      left: -4px;
      width: 4px; }
    #magellan .action-badge-sm .action-badge-wrapper::before {
      height: calc(100% + 7px); }
    #magellan .action-badge-sm .action-badge-wrapper::after {
      height: 7px; }
    #magellan .action-badge-sm .action-badge-percent {
      font-size: 26px;
      line-height: 26px; }
    #magellan .action-badge-sm .action-badge-text {
      font-size: 12px;
      text-transform: uppercase; }
  #magellan .weather {
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #adb5bd;
    border-radius: 100px;
    background: #fff; }
    #magellan .weather i {
      margin-right: 2px; }
    #magellan .weather span + span {
      margin-left: 10px; }
  #magellan .weather-overlay {
    position: absolute;
    right: 8px;
    bottom: 8px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  #magellan .searchForm .card {
    border: none;
    margin-bottom: 0; }
  #magellan .searchForm .card-header {
    padding: 0;
    border-top: 1px solid #ced4da;
    border-right: none;
    border-bottom: none;
    border-left: none;
    background: #e9ecef;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #magellan .searchForm .card-header:hover {
      background: #ced4da; }
    #magellan .searchForm .card-header a {
      font-size: 18px;
      color: #333; }
    #magellan .searchForm .card-header i {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    #magellan .searchForm .card-header .collapsed i {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  #magellan .searchform-inner .card:last-child {
    border-bottom: 1px solid #ced4da; }
  #magellan .searchForm .input-group-addon {
    width: 30px;
    height: auto;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #magellan .undersearch .list-group-item {
    margin-bottom: 0;
    font-size: 14px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #magellan .undersearch .list-group-item:hover .badge {
      color: #333;
      background: #fff; }
    #magellan .undersearch .list-group-item .badge {
      padding: 4.8px 6.4px;
      font-weight: 400;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #magellan .undersearch .list-group-item:last-child {
      border-bottom: none; }
  #magellan .price-range-input {
    font-size: 14px;
    font-weight: 700;
    color: #ef6c00;
    border: none; }
  #magellan .recall-field {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    background-image: url(../images/recall-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  @media (min-width: 1200px) {
    #magellan .recall-field {
      margin-bottom: 0; } }
  #magellan .recall-wrapper {
    position: relative;
    z-index: 2;
    color: #fff; }
  #magellan .recall-header {
    height: 60px;
    margin: -16px -16px 0;
    background: #0123e0; }
  #magellan .recall-image {
    position: relative;
    top: 18px;
    width: 80px;
    height: 80px;
    border: 3px solid #304ffe;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
  #magellan .recall-text {
    font-size: 14px; }
  #magellan .recall-separator {
    position: relative; }
    #magellan .recall-separator::before, #magellan .recall-separator::after {
      position: absolute;
      top: 0;
      bottom: 0;
      width: calc(50% - 30px);
      height: 1px;
      margin: auto;
      background: #fff;
      content: ''; }
    #magellan .recall-separator::before {
      left: 0; }
    #magellan .recall-separator::after {
      right: 0; }
  #magellan .overlay {
    position: absolute;
    display: block;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #304ffe; }
  #magellan .show-tabs .nav-tabs {
    border-bottom: 0 solid transparent;
    background: #304ffe; }
  #magellan .show-tabs .nav-item {
    margin-bottom: 0;
    border-right: 2px solid #fff; }
  #magellan .show-tabs .nav-link {
    display: block;
    padding: 12px 28px;
    font-weight: 500;
    color: #fff;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #magellan .show-tabs .nav-link:hover, #magellan .show-tabs .nav-link:focus {
      background: #0123e0; }
  #magellan .show-tabs .nav-link.active,
  #magellan .show-tabs .nav-item.show .nav-link {
    color: #fff;
    border-color: #ddd #ddd #fff;
    background-color: #0123e0; }
  #magellan .show-tabs .nav-link.active {
    position: relative; }
    #magellan .show-tabs .nav-link.active::after {
      position: absolute;
      z-index: 100;
      right: 0;
      bottom: -20px;
      left: 0;
      width: 0;
      height: 0;
      margin: auto;
      border-width: 10px;
      border-style: solid;
      border-color: #0123e0 transparent transparent transparent;
      content: ''; }
  #magellan .show-tab-content h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #0123e0; }
  #magellan .show-tab-content p {
    margin-bottom: 16px;
    font-size: 14px; }
  #magellan .show-tab-content ul {
    padding-left: 12px;
    font-size: 14px;
    list-style-type: none; }
    #magellan .show-tab-content ul li {
      position: relative; }
      #magellan .show-tab-content ul li::before {
        position: relative;
        top: -2px;
        margin-right: 12px;
        font-family: 'Fontawesome';
        font-size: 8px;
        color: #0123e0;
        content: '\f111'; }
  #magellan .show-tab-content iframe {
    margin-bottom: -8px; }
  #magellan .show-tab-content .collapse {
    display: block;
    overflow: hidden;
    height: 240px; }
    #magellan .show-tab-content .collapse.show {
      display: block;
      height: inherit; }
  #magellan .show-tab-content .btn {
    position: relative;
    padding: 0;
    font-weight: 500;
    color: #0123e0; }
    #magellan .show-tab-content .btn i {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    #magellan .show-tab-content .btn.collapsed {
      padding: 16px 0 0; }
      #magellan .show-tab-content .btn.collapsed::before {
        position: absolute;
        top: -40px;
        left: 0;
        width: 100%;
        height: 40px;
        background: -webkit-gradient(linear, left top, left bottom, from(bottom), color-stop(0, white), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, white 0, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, white 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(bottom, white 0, rgba(255, 255, 255, 0) 100%);
        content: ''; }
      #magellan .show-tab-content .btn.collapsed i {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
  #magellan .show-tab-content .collapsing {
    position: relative;
    overflow: hidden;
    height: 240px;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; }
  #magellan .table-weather {
    font-size: 14px; }
    #magellan .table-weather thead th {
      text-align: center; }
    #magellan .table-weather th,
    #magellan .table-weather td {
      padding: 8px 12px;
      text-align: center;
      vertical-align: middle; }
    #magellan .table-weather img {
      width: 40px;
      height: 40px; }
  #magellan .offerlist .btn {
    font-weight: 500;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25); }
    #magellan .offerlist .btn:hover, #magellan .offerlist .btn:focus {
      color: #fff;
      border-color: #0123e0;
      background: #0123e0; }
    #magellan .offerlist .btn.disabled, #magellan .offerlist .btn:disabled {
      opacity: 1;
      border-color: #ced4da;
      background: #ced4da;
      -webkit-box-shadow: none;
      box-shadow: none; }
  #magellan .block-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    padding-left: 60px;
    color: #fff;
    background: #304ffe;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #magellan .block-header .block-header-icon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 35px;
      margin: auto;
      padding-left: 10px;
      background: #0123e0;
      -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; }
      #magellan .block-header .block-header-icon::after {
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
        height: 0;
        border-width: 22.5px 0 22.5px 15px;
        border-style: solid;
        border-color: transparent transparent transparent #0123e0;
        content: ''; }
  #magellan .block-header-title {
    margin: 0;
    font-size: 19px; }
  #magellan .block-content {
    background: #e9ecef; }
  #magellan .year-group:not(:first-child) .year-group-title::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ced4da;
    content: ''; }
  @media (min-width: 768px) {
    #magellan .year-group:not(:first-child) .year-group-title::before {
      top: 8px;
      left: -9px;
      width: 2px;
      height: 70px;
      content: ''; } }
  #magellan .year-group-title {
    position: relative;
    margin: 0;
    padding: 8px 0;
    font-size: 20px; }
  #magellan .month-group .btn {
    margin-bottom: 8px; }
  #magellan .price-calc,
  #magellan .offer-table {
    line-height: 1.1; }
    #magellan .price-calc tbody,
    #magellan .offer-table tbody {
      font-size: 14px; }
    #magellan .price-calc tr,
    #magellan .offer-table tr {
      border-top: 1px solid #ced4da;
      border-right: 1px solid #ced4da;
      border-bottom: 1px solid #ced4da;
      border-left: 1px solid #ced4da; }
    #magellan .price-calc td,
    #magellan .offer-table td {
      padding: 4px 12px;
      border: 1px solid #ebeef0;
      vertical-align: middle; }
    #magellan .price-calc .offerdate,
    #magellan .offer-table .offerdate {
      font-weight: 700;
      color: #0123e0; }
    #magellan .price-calc .offerdays,
    #magellan .offer-table .offerdays {
      font-size: 12px; }
    #magellan .price-calc .offerprice,
    #magellan .offer-table .offerprice {
      font-weight: 700;
      color: #e73930; }
    #magellan .price-calc .offercurrency,
    #magellan .offer-table .offercurrency {
      font-size: 12px; }
  #magellan .pagination-sm {
    font-size: 12px; }
    #magellan .pagination-sm .page-link {
      height: 30px;
      color: #333;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      text-align: center; }
    #magellan .pagination-sm .page-link.not(.lastpage) {
      width: 30px; }
    #magellan .pagination-sm .page-item {
      margin-right: 4px; }
      #magellan .pagination-sm .page-item:last-child {
        margin-right: 0; }
    #magellan .pagination-sm .page-item:first-child .page-link,
    #magellan .pagination-sm .page-item:last-child .page-link {
      border-radius: 0; }
  @media (min-width: 768px) {
    #magellan .price-calc thead th,
    #magellan .offer-table thead th {
      border-bottom: 2px solid #adb5bd; }
    #magellan .price-calc td,
    #magellan .offer-table td {
      border: 1px solid #ced4da; }
    #magellan .price-calc .offerdays,
    #magellan .price-calc .offercurrency,
    #magellan .offer-table .offerdays,
    #magellan .offer-table .offercurrency {
      display: block; } }
  #magellan h6.extra {
    margin: 0 -16px;
    padding: 8px 16px;
    background: #ced4da; }
  #magellan .only_seasonal .input-group-addon {
    margin-bottom: 0;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #dee2e6;
    text-align: center; }
  #magellan .summary-header {
    margin-right: -16px;
    margin-left: -16px;
    font-size: 24px;
    font-weight: 500;
    background: #0123e0; }
  #magellan .summary-destination {
    font-size: 12px;
    color: #304ffe; }
  #magellan .summary .roadinfos .graylabel {
    width: 90px; }
  #magellan .routeinfos-title {
    margin-bottom: 23px; }
  #magellan .price-calc .item_name {
    margin-bottom: 0; }
  #magellan .price-calc .unit-price,
  #magellan .price-calc .price,
  #magellan .price-calc .storno-unit-price,
  #magellan .price-calc .storno-price {
    font-weight: 600; }
  #magellan .price-calc .form-control-plaintext {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #magellan .total {
    color: #fff;
    background: #0123e0;
    text-align: right; }
  #magellan .total-text,
  #magellan .final-price,
  #magellan .final-currency {
    font-size: 24px;
    font-weight: 600; }
  #magellan .attention .alert {
    position: relative;
    font-size: 12px; }
  #magellan .attention i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    height: 24px;
    margin: auto; }
  #magellan .foglalo {
    text-align: center; }
  @media (min-width: media-breakpoint-up(md)) {
    #magellan .infoblokkbuttons {
      text-align: inherit; }
    #magellan .foglalo {
      text-align: right; } }
  #magellan .region-list-item {
    padding: 12px 8px 8px;
    position: relative;
    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-bottom: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #magellan .region-list-item:last-child {
      margin-bottom: 0; }
    #magellan .region-list-item:hover {
      color: #fff;
      background: #304ffe; }
      #magellan .region-list-item:hover .region-list-item-title i {
        color: #fff; }
      #magellan .region-list-item:hover .region-list-item-offer {
        color: #fff; }
      #magellan .region-list-item:hover .region-list-item-price {
        color: #fff; }
  #magellan .region-list-item-title {
    margin-bottom: 8px;
    font-size: 18px; }
    #magellan .region-list-item-title i {
      color: #304ffe;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  #magellan .region-list-item-offer {
    color: #304ffe;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #magellan .region-list-item-price {
    font-size: 20px;
    font-weight: 700;
    color: #e73930;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #magellan .region-list-item-price .currency {
      font-size: 14px; }
  @media (min-width: 992px) {
    #magellan .region-list-item {
      padding: 8px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: inherit; }
    #magellan .region-list-item-title {
      margin-bottom: 0; } }
  #magellan .region-list-item {
    position: relative;
  }
  #magellan .region-list-item:after {
    display: table;
    clear: both;
    content: '';
  }
  #magellan .ui-helper-hidden {
    display: none; }
  #magellan .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #magellan .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none; }
  #magellan .ui-helper-clearfix:before,
  #magellan .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse; }
  #magellan .ui-helper-clearfix:after {
    clear: both; }
  #magellan .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */ }
  #magellan .ui-front {
    z-index: 100; }
  #magellan .ui-state-disabled {
    cursor: default !important;
    pointer-events: none; }
  #magellan .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat; }
  #magellan .ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block; }
  #magellan .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #magellan .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%; }
  #magellan .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto; }
  #magellan .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default; }
  #magellan .ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0; }
  #magellan .ui-menu .ui-menu {
    position: absolute; }
  #magellan .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
  #magellan .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em; }
  #magellan .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }
  #magellan .ui-menu .ui-state-focus,
  #magellan .ui-menu .ui-state-active {
    margin: -1px; }
  #magellan .ui-menu-icons {
    position: relative; }
  #magellan .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em; }
  #magellan .ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0; }
  #magellan .ui-menu .ui-menu-icon {
    left: auto;
    right: 0; }
  #magellan .ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible; }
  #magellan .ui-button,
  #magellan .ui-button:link,
  #magellan .ui-button:visited,
  #magellan .ui-button:hover,
  #magellan .ui-button:active {
    text-decoration: none; }
  #magellan .ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap; }
  #magellan input.ui-button.ui-button-icon-only {
    text-indent: 0; }
  #magellan .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px; }
  #magellan .ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap; }
  #magellan input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em; }
  #magellan input.ui-button::-moz-focus-inner,
  #magellan button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #magellan .ui-controlgroup {
    vertical-align: middle;
    display: inline-block; }
  #magellan .ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #magellan .ui-controlgroup > .ui-controlgroup-item:focus,
  #magellan .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999; }
  #magellan .ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left; }
  #magellan .ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #magellan .ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em; }
  #magellan .ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%; }
  #magellan .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none; }
  #magellan .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none; }
  #magellan .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none; }
  #magellan .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none; }
  #magellan .ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em); }
  #magellan .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid; }
  #magellan .ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none; }
  #magellan .ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none; }
  #magellan .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
  #magellan .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid; }
  #magellan .ui-checkboxradio-disabled {
    pointer-events: none; }
  #magellan .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none; }
  #magellan .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  #magellan .ui-datepicker .ui-datepicker-prev,
  #magellan .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
  #magellan .ui-datepicker .ui-datepicker-prev-hover,
  #magellan .ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
  #magellan .ui-datepicker .ui-datepicker-prev {
    left: 2px; }
  #magellan .ui-datepicker .ui-datepicker-next {
    right: 2px; }
  #magellan .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
  #magellan .ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
  #magellan .ui-datepicker .ui-datepicker-prev span,
  #magellan .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
  #magellan .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  #magellan .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  #magellan .ui-datepicker select.ui-datepicker-month,
  #magellan .ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  #magellan .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  #magellan .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  #magellan .ui-datepicker td {
    border: 0;
    padding: 1px; }
  #magellan .ui-datepicker td span,
  #magellan .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none; }
  #magellan .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  #magellan .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  #magellan .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
  #magellan .ui-datepicker.ui-datepicker-multi {
    width: auto; }
  #magellan .ui-datepicker-multi .ui-datepicker-group {
    float: left; }
  #magellan .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }
  #magellan .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%; }
  #magellan .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%; }
  #magellan .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%; }
  #magellan .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  #magellan .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
  #magellan .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }
  #magellan .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0; }
  #magellan .ui-datepicker-rtl {
    direction: rtl; }
  #magellan .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  #magellan .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  #magellan .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  #magellan .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  #magellan .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
  #magellan .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left; }
  #magellan .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  #magellan .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  #magellan .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  #magellan .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }
  #magellan .ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em; }
  #magellan .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0; }
  #magellan .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative; }
  #magellan .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #magellan .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px; }
  #magellan .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto; }
  #magellan .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em; }
  #magellan .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right; }
  #magellan .ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer; }
  #magellan .ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0; }
  #magellan .ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0; }
  #magellan .ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0; }
  #magellan .ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0; }
  #magellan .ui-dialog .ui-resizable-se,
  #magellan .ui-dialog .ui-resizable-sw,
  #magellan .ui-dialog .ui-resizable-ne,
  #magellan .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px; }
  #magellan .ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0; }
  #magellan .ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0; }
  #magellan .ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0; }
  #magellan .ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0; }
  #magellan .ui-draggable .ui-dialog-titlebar {
    cursor: move; }
  #magellan .ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none; }
  #magellan .ui-resizable {
    position: relative; }
  #magellan .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none; }
  #magellan .ui-resizable-disabled .ui-resizable-handle,
  #magellan .ui-resizable-autohide .ui-resizable-handle {
    display: none; }
  #magellan .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0; }
  #magellan .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0; }
  #magellan .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%; }
  #magellan .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%; }
  #magellan .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px; }
  #magellan .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px; }
  #magellan .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px; }
  #magellan .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px; }
  #magellan .ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden; }
  #magellan .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }
  #magellan .ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25; }
  #magellan .ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none; }
  #magellan .ui-selectable {
    -ms-touch-action: none;
    touch-action: none; }
  #magellan .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black; }
  #magellan .ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
  #magellan .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px; }
  #magellan .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0; }
  #magellan .ui-selectmenu-open {
    display: block; }
  #magellan .ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #magellan .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em; }
  #magellan .ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0; }
  #magellan .ui-slider {
    position: relative;
    text-align: left; }
  #magellan .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }
  #magellan .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }
  #magellan .ui-slider.ui-state-disabled .ui-slider-handle,
  #magellan .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit; }
  #magellan .ui-slider-horizontal {
    height: .8em; }
  #magellan .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em; }
  #magellan .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  #magellan .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  #magellan .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }
  #magellan .ui-slider-vertical {
    width: .8em;
    height: 100px; }
  #magellan .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
  #magellan .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  #magellan .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  #magellan .ui-slider-vertical .ui-slider-range-max {
    top: 0; }
  #magellan .ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none; }
  #magellan .ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle; }
  #magellan .ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em; }
  #magellan .ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0; }
  #magellan .ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none; }
  #magellan .ui-spinner-up {
    top: 0; }
  #magellan .ui-spinner-down {
    bottom: 0; }
  #magellan .ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em; }
  #magellan .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0; }
  #magellan .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap; }
  #magellan .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none; }
  #magellan .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px; }
  #magellan .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
  #magellan .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
  #magellan .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text; }
  #magellan .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer; }
  #magellan .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }
  #magellan .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px; }
  #magellan body .ui-tooltip {
    border-width: 2px; }
  #magellan .ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em; }
  #magellan .ui-widget .ui-widget {
    font-size: 1em; }
  #magellan .ui-widget input,
  #magellan .ui-widget select,
  #magellan .ui-widget textarea,
  #magellan .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em; }
  #magellan .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5; }
  #magellan .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333; }
  #magellan .ui-widget-content a {
    color: #333333; }
  #magellan .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold; }
  #magellan .ui-widget-header a {
    color: #333333; }
  #magellan .ui-state-default,
  #magellan .ui-widget-content .ui-state-default,
  #magellan .ui-widget-header .ui-state-default,
  #magellan .ui-button,
  #magellan html .ui-button.ui-state-disabled:hover,
  #magellan html .ui-button.ui-state-disabled:active {
    border: 1px solid #dee2e6;
    background: #304ffe;
    font-weight: normal;
    color: #333; }
  #magellan .ui-state-default a,
  #magellan .ui-state-default a:link,
  #magellan .ui-state-default a:visited,
  #magellan a.ui-button,
  #magellan a:link.ui-button,
  #magellan a:visited.ui-button,
  #magellan .ui-button {
    color: #454545;
    text-decoration: none; }
  #magellan .ui-state-hover,
  #magellan .ui-widget-content .ui-state-hover,
  #magellan .ui-widget-header .ui-state-hover,
  #magellan .ui-state-focus,
  #magellan .ui-widget-content .ui-state-focus,
  #magellan .ui-widget-header .ui-state-focus,
  #magellan .ui-button:hover,
  #magellan .ui-button:focus {
    border: 1px solid #dee2e6;
    background: #0123e0;
    font-weight: normal;
    color: #333; }
  #magellan .ui-state-hover a,
  #magellan .ui-state-hover a:hover,
  #magellan .ui-state-hover a:link,
  #magellan .ui-state-hover a:visited,
  #magellan .ui-state-focus a,
  #magellan .ui-state-focus a:hover,
  #magellan .ui-state-focus a:link,
  #magellan .ui-state-focus a:visited,
  #magellan a.ui-button:hover,
  #magellan a.ui-button:focus {
    color: #dee2e6;
    text-decoration: none; }
  #magellan .ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6; }
  #magellan .ui-state-active,
  #magellan .ui-widget-content .ui-state-active,
  #magellan .ui-widget-header .ui-state-active,
  #magellan a.ui-button:active,
  #magellan .ui-button:active,
  #magellan .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff; }
  #magellan .ui-icon-background,
  #magellan .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff; }
  #magellan .ui-state-active a,
  #magellan .ui-state-active a:link,
  #magellan .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none; }
  #magellan .ui-state-highlight,
  #magellan .ui-widget-content .ui-state-highlight,
  #magellan .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620; }
  #magellan .ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90; }
  #magellan .ui-state-highlight a,
  #magellan .ui-widget-content .ui-state-highlight a,
  #magellan .ui-widget-header .ui-state-highlight a {
    color: #777620; }
  #magellan .ui-state-error,
  #magellan .ui-widget-content .ui-state-error,
  #magellan .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f; }
  #magellan .ui-state-error a,
  #magellan .ui-widget-content .ui-state-error a,
  #magellan .ui-widget-header .ui-state-error a {
    color: #5f3f3f; }
  #magellan .ui-state-error-text,
  #magellan .ui-widget-content .ui-state-error-text,
  #magellan .ui-widget-header .ui-state-error-text {
    color: #5f3f3f; }
  #magellan .ui-priority-primary,
  #magellan .ui-widget-content .ui-priority-primary,
  #magellan .ui-widget-header .ui-priority-primary {
    font-weight: bold; }
  #magellan .ui-priority-secondary,
  #magellan .ui-widget-content .ui-priority-secondary,
  #magellan .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }
  #magellan .ui-state-disabled,
  #magellan .ui-widget-content .ui-state-disabled,
  #magellan .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }
  #magellan .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }
  #magellan .ui-icon {
    width: 16px;
    height: 16px; }
  #magellan .ui-icon,
  #magellan .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png"); }
  #magellan .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png"); }
  #magellan .ui-state-hover .ui-icon,
  #magellan .ui-state-focus .ui-icon,
  #magellan .ui-button:hover .ui-icon,
  #magellan .ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png"); }
  #magellan .ui-state-active .ui-icon,
  #magellan .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png"); }
  #magellan .ui-state-highlight .ui-icon,
  #magellan .ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png"); }
  #magellan .ui-state-error .ui-icon,
  #magellan .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png"); }
  #magellan .ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png"); }
  #magellan .ui-icon-blank {
    background-position: 16px 16px; }
  #magellan .ui-icon-caret-1-n {
    background-position: 0 0; }
  #magellan .ui-icon-caret-1-ne {
    background-position: -16px 0; }
  #magellan .ui-icon-caret-1-e {
    background-position: -32px 0; }
  #magellan .ui-icon-caret-1-se {
    background-position: -48px 0; }
  #magellan .ui-icon-caret-1-s {
    background-position: -65px 0; }
  #magellan .ui-icon-caret-1-sw {
    background-position: -80px 0; }
  #magellan .ui-icon-caret-1-w {
    background-position: -96px 0; }
  #magellan .ui-icon-caret-1-nw {
    background-position: -112px 0; }
  #magellan .ui-icon-caret-2-n-s {
    background-position: -128px 0; }
  #magellan .ui-icon-caret-2-e-w {
    background-position: -144px 0; }
  #magellan .ui-icon-triangle-1-n {
    background-position: 0 -16px; }
  #magellan .ui-icon-triangle-1-ne {
    background-position: -16px -16px; }
  #magellan .ui-icon-triangle-1-e {
    background-position: -32px -16px; }
  #magellan .ui-icon-triangle-1-se {
    background-position: -48px -16px; }
  #magellan .ui-icon-triangle-1-s {
    background-position: -65px -16px; }
  #magellan .ui-icon-triangle-1-sw {
    background-position: -80px -16px; }
  #magellan .ui-icon-triangle-1-w {
    background-position: -96px -16px; }
  #magellan .ui-icon-triangle-1-nw {
    background-position: -112px -16px; }
  #magellan .ui-icon-triangle-2-n-s {
    background-position: -128px -16px; }
  #magellan .ui-icon-triangle-2-e-w {
    background-position: -144px -16px; }
  #magellan .ui-icon-arrow-1-n {
    background-position: 0 -32px; }
  #magellan .ui-icon-arrow-1-ne {
    background-position: -16px -32px; }
  #magellan .ui-icon-arrow-1-e {
    background-position: -32px -32px; }
  #magellan .ui-icon-arrow-1-se {
    background-position: -48px -32px; }
  #magellan .ui-icon-arrow-1-s {
    background-position: -65px -32px; }
  #magellan .ui-icon-arrow-1-sw {
    background-position: -80px -32px; }
  #magellan .ui-icon-arrow-1-w {
    background-position: -96px -32px; }
  #magellan .ui-icon-arrow-1-nw {
    background-position: -112px -32px; }
  #magellan .ui-icon-arrow-2-n-s {
    background-position: -128px -32px; }
  #magellan .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px; }
  #magellan .ui-icon-arrow-2-e-w {
    background-position: -160px -32px; }
  #magellan .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px; }
  #magellan .ui-icon-arrowstop-1-n {
    background-position: -192px -32px; }
  #magellan .ui-icon-arrowstop-1-e {
    background-position: -208px -32px; }
  #magellan .ui-icon-arrowstop-1-s {
    background-position: -224px -32px; }
  #magellan .ui-icon-arrowstop-1-w {
    background-position: -240px -32px; }
  #magellan .ui-icon-arrowthick-1-n {
    background-position: 1px -48px; }
  #magellan .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px; }
  #magellan .ui-icon-arrowthick-1-e {
    background-position: -32px -48px; }
  #magellan .ui-icon-arrowthick-1-se {
    background-position: -48px -48px; }
  #magellan .ui-icon-arrowthick-1-s {
    background-position: -64px -48px; }
  #magellan .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px; }
  #magellan .ui-icon-arrowthick-1-w {
    background-position: -96px -48px; }
  #magellan .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px; }
  #magellan .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px; }
  #magellan .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px; }
  #magellan .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px; }
  #magellan .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px; }
  #magellan .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px; }
  #magellan .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px; }
  #magellan .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px; }
  #magellan .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px; }
  #magellan .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px; }
  #magellan .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px; }
  #magellan .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px; }
  #magellan .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px; }
  #magellan .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px; }
  #magellan .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px; }
  #magellan .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px; }
  #magellan .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px; }
  #magellan .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px; }
  #magellan .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px; }
  #magellan .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px; }
  #magellan .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px; }
  #magellan .ui-icon-arrow-4 {
    background-position: 0 -80px; }
  #magellan .ui-icon-arrow-4-diag {
    background-position: -16px -80px; }
  #magellan .ui-icon-extlink {
    background-position: -32px -80px; }
  #magellan .ui-icon-newwin {
    background-position: -48px -80px; }
  #magellan .ui-icon-refresh {
    background-position: -64px -80px; }
  #magellan .ui-icon-shuffle {
    background-position: -80px -80px; }
  #magellan .ui-icon-transfer-e-w {
    background-position: -96px -80px; }
  #magellan .ui-icon-transferthick-e-w {
    background-position: -112px -80px; }
  #magellan .ui-icon-folder-collapsed {
    background-position: 0 -96px; }
  #magellan .ui-icon-folder-open {
    background-position: -16px -96px; }
  #magellan .ui-icon-document {
    background-position: -32px -96px; }
  #magellan .ui-icon-document-b {
    background-position: -48px -96px; }
  #magellan .ui-icon-note {
    background-position: -64px -96px; }
  #magellan .ui-icon-mail-closed {
    background-position: -80px -96px; }
  #magellan .ui-icon-mail-open {
    background-position: -96px -96px; }
  #magellan .ui-icon-suitcase {
    background-position: -112px -96px; }
  #magellan .ui-icon-comment {
    background-position: -128px -96px; }
  #magellan .ui-icon-person {
    background-position: -144px -96px; }
  #magellan .ui-icon-print {
    background-position: -160px -96px; }
  #magellan .ui-icon-trash {
    background-position: -176px -96px; }
  #magellan .ui-icon-locked {
    background-position: -192px -96px; }
  #magellan .ui-icon-unlocked {
    background-position: -208px -96px; }
  #magellan .ui-icon-bookmark {
    background-position: -224px -96px; }
  #magellan .ui-icon-tag {
    background-position: -240px -96px; }
  #magellan .ui-icon-home {
    background-position: 0 -112px; }
  #magellan .ui-icon-flag {
    background-position: -16px -112px; }
  #magellan .ui-icon-calendar {
    background-position: -32px -112px; }
  #magellan .ui-icon-cart {
    background-position: -48px -112px; }
  #magellan .ui-icon-pencil {
    background-position: -64px -112px; }
  #magellan .ui-icon-clock {
    background-position: -80px -112px; }
  #magellan .ui-icon-disk {
    background-position: -96px -112px; }
  #magellan .ui-icon-calculator {
    background-position: -112px -112px; }
  #magellan .ui-icon-zoomin {
    background-position: -128px -112px; }
  #magellan .ui-icon-zoomout {
    background-position: -144px -112px; }
  #magellan .ui-icon-search {
    background-position: -160px -112px; }
  #magellan .ui-icon-wrench {
    background-position: -176px -112px; }
  #magellan .ui-icon-gear {
    background-position: -192px -112px; }
  #magellan .ui-icon-heart {
    background-position: -208px -112px; }
  #magellan .ui-icon-star {
    background-position: -224px -112px; }
  #magellan .ui-icon-link {
    background-position: -240px -112px; }
  #magellan .ui-icon-cancel {
    background-position: 0 -128px; }
  #magellan .ui-icon-plus {
    background-position: -16px -128px; }
  #magellan .ui-icon-plusthick {
    background-position: -32px -128px; }
  #magellan .ui-icon-minus {
    background-position: -48px -128px; }
  #magellan .ui-icon-minusthick {
    background-position: -64px -128px; }
  #magellan .ui-icon-close {
    background-position: -80px -128px; }
  #magellan .ui-icon-closethick {
    background-position: -96px -128px; }
  #magellan .ui-icon-key {
    background-position: -112px -128px; }
  #magellan .ui-icon-lightbulb {
    background-position: -128px -128px; }
  #magellan .ui-icon-scissors {
    background-position: -144px -128px; }
  #magellan .ui-icon-clipboard {
    background-position: -160px -128px; }
  #magellan .ui-icon-copy {
    background-position: -176px -128px; }
  #magellan .ui-icon-contact {
    background-position: -192px -128px; }
  #magellan .ui-icon-image {
    background-position: -208px -128px; }
  #magellan .ui-icon-video {
    background-position: -224px -128px; }
  #magellan .ui-icon-script {
    background-position: -240px -128px; }
  #magellan .ui-icon-alert {
    background-position: 0 -144px; }
  #magellan .ui-icon-info {
    background-position: -16px -144px; }
  #magellan .ui-icon-notice {
    background-position: -32px -144px; }
  #magellan .ui-icon-help {
    background-position: -48px -144px; }
  #magellan .ui-icon-check {
    background-position: -64px -144px; }
  #magellan .ui-icon-bullet {
    background-position: -80px -144px; }
  #magellan .ui-icon-radio-on {
    background-position: -96px -144px; }
  #magellan .ui-icon-radio-off {
    background-position: -112px -144px; }
  #magellan .ui-icon-pin-w {
    background-position: -128px -144px; }
  #magellan .ui-icon-pin-s {
    background-position: -144px -144px; }
  #magellan .ui-icon-play {
    background-position: 0 -160px; }
  #magellan .ui-icon-pause {
    background-position: -16px -160px; }
  #magellan .ui-icon-seek-next {
    background-position: -32px -160px; }
  #magellan .ui-icon-seek-prev {
    background-position: -48px -160px; }
  #magellan .ui-icon-seek-end {
    background-position: -64px -160px; }
  #magellan .ui-icon-seek-start {
    background-position: -80px -160px; }
  #magellan .ui-icon-seek-first {
    background-position: -80px -160px; }
  #magellan .ui-icon-stop {
    background-position: -96px -160px; }
  #magellan .ui-icon-eject {
    background-position: -112px -160px; }
  #magellan .ui-icon-volume-off {
    background-position: -128px -160px; }
  #magellan .ui-icon-volume-on {
    background-position: -144px -160px; }
  #magellan .ui-icon-power {
    background-position: 0 -176px; }
  #magellan .ui-icon-signal-diag {
    background-position: -16px -176px; }
  #magellan .ui-icon-signal {
    background-position: -32px -176px; }
  #magellan .ui-icon-battery-0 {
    background-position: -48px -176px; }
  #magellan .ui-icon-battery-1 {
    background-position: -64px -176px; }
  #magellan .ui-icon-battery-2 {
    background-position: -80px -176px; }
  #magellan .ui-icon-battery-3 {
    background-position: -96px -176px; }
  #magellan .ui-icon-circle-plus {
    background-position: 0 -192px; }
  #magellan .ui-icon-circle-minus {
    background-position: -16px -192px; }
  #magellan .ui-icon-circle-close {
    background-position: -32px -192px; }
  #magellan .ui-icon-circle-triangle-e {
    background-position: -48px -192px; }
  #magellan .ui-icon-circle-triangle-s {
    background-position: -64px -192px; }
  #magellan .ui-icon-circle-triangle-w {
    background-position: -80px -192px; }
  #magellan .ui-icon-circle-triangle-n {
    background-position: -96px -192px; }
  #magellan .ui-icon-circle-arrow-e {
    background-position: -112px -192px; }
  #magellan .ui-icon-circle-arrow-s {
    background-position: -128px -192px; }
  #magellan .ui-icon-circle-arrow-w {
    background-position: -144px -192px; }
  #magellan .ui-icon-circle-arrow-n {
    background-position: -160px -192px; }
  #magellan .ui-icon-circle-zoomin {
    background-position: -176px -192px; }
  #magellan .ui-icon-circle-zoomout {
    background-position: -192px -192px; }
  #magellan .ui-icon-circle-check {
    background-position: -208px -192px; }
  #magellan .ui-icon-circlesmall-plus {
    background-position: 0 -208px; }
  #magellan .ui-icon-circlesmall-minus {
    background-position: -16px -208px; }
  #magellan .ui-icon-circlesmall-close {
    background-position: -32px -208px; }
  #magellan .ui-icon-squaresmall-plus {
    background-position: -48px -208px; }
  #magellan .ui-icon-squaresmall-minus {
    background-position: -64px -208px; }
  #magellan .ui-icon-squaresmall-close {
    background-position: -80px -208px; }
  #magellan .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px; }
  #magellan .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px; }
  #magellan .ui-icon-grip-solid-vertical {
    background-position: -32px -224px; }
  #magellan .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px; }
  #magellan .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px; }
  #magellan .ui-icon-grip-diagonal-se {
    background-position: -80px -224px; }
  #magellan .ui-corner-all,
  #magellan .ui-corner-top,
  #magellan .ui-corner-left,
  #magellan .ui-corner-tl {
    border-top-left-radius: 3px; }
  #magellan .ui-corner-all,
  #magellan .ui-corner-top,
  #magellan .ui-corner-right,
  #magellan .ui-corner-tr {
    border-top-right-radius: 3px; }
  #magellan .ui-corner-all,
  #magellan .ui-corner-bottom,
  #magellan .ui-corner-left,
  #magellan .ui-corner-bl {
    border-bottom-left-radius: 3px; }
  #magellan .ui-corner-all,
  #magellan .ui-corner-bottom,
  #magellan .ui-corner-right,
  #magellan .ui-corner-br {
    border-bottom-right-radius: 3px; }
  #magellan .ui-widget-overlay {
    background: #aaaaaa;
    opacity: .003;
    filter: Alpha(Opacity=0.3);
    /* support: IE8 */ }
  #magellan .ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666; }


.sorting .fa-caret-down {
  display: none;
}
.ASC > .szoveg:before {
  display: inline-block;
  content: 'növekvő';
}
.DESC > .szoveg:before {
  display: inline-block;
  content: 'csökkenő';
}
.ASC > .fa-caret-down,
.DESC > .fa-caret-up {
  display: none;
}
.DESC > .fa-caret-down,
.ASC > .fa-caret-up {
  display: inline-block;
}
.head_destination > span:last-child {
  display: none;
}

.moreofferrow.blocked {
  display: none;
}
#offertable a.orderer {
  display: inline-block;
  float: right;
  margin: 4px;
}
#offertable a.orderer:before {
  display: block;
  content: " ";
  width: 10px;
  height: 0;
  border: 5px solid black;
  border-top: 0px solid black;
  border-bottom: 8px solid black;
  border-left-color: transparent;
  border-right-color: transparent;
}
#offertable a.orderer.desc:before {
  border-top: 8px solid black;
  border-bottom: 0px solid black;
}
/* quickfixes */
.maghide {
  display: none;
}
.terraFirma.bg-image {
  position: static;
}
label {
  font-weight: normal;
}
#magellan {
  padding-top: 16px;
}
#magellan .fade.in {
  opacity: 1;
}
#magellan .slhidden {
  background: url(https://magellan.travelgate.hu/api/image/loading.gif) #fff;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 385px;
}
#magellan .slhidden * {
  opacity: 0;
}
#magellan .show-tab-content .collapse {
  visibility: visible;
}
.dateloader {
  position: relative;
}
.dateloader > .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(https://magellan.travelgate.hu/api/image/loading.gif);
  background-color: rgba(255,255,255,0.6);
  background-size: 35px auto;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.roomtypeconti {
  position: relative;
}
.noroomtext {
  position: absolute;
  top: 0;
  right: -16px;
  bottom: -16px;
  left: -16px;
  background: rgba(255,255,255,0.4);
  text-align: center;
}
.noroomtext p {
  margin-top: 48px;
  background: #fff;
  line-height: 32px;
}
.engine-box .pagination ul {
  list-style: none;
}
.engine-box .pagination li {
  display: inline-block;
}
.engine-box .pagination li a {
  background: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.engine-box .pagination li.active a {
  background: #868e96;
  color: #fff;
}
.moreofferrow {
  cursor: pointer;
}
.pluspriceinhuf {
  font-weight: normal;
  display: block;
  font-size: 11px;
}
.plusfullpriceinhuf {
  font-weight: normal;
  display: block;
  font-size: 11px;
}
.terraFirma {
  margin-bottom: 25px;
}
#thanks {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
#wrapinside {
  padding: 15px 5px;
}
#magellan .form-control:disabled, #magellan .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
#magellan .form-control[readonly]::-ms-expand {
  display: none;
}
/*
#magellan .infosofoffer .cta_block  > a {
  width: auto !important;
  align-self: stretch;
  padding: 8px;
  font-size: 19px;
}
*/
#magellan .show-tabs .nav-item:not(.active) .nav-link {
    display: block;
    padding: 12px 28px;
    font-weight: 500;
    color: #fff;
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#magellan .show-tabs .nav-item.active .nav-link,
#magellan .show-tabs .nav-item.show .nav-link {
    color: #fff;
    border-color: #ddd #ddd #fff;
    background-color: #0123e0;
}
#magellan .show-tabs .nav-item.active .nav-link {
    position: relative;
}
#magellan .show-tabs .nav-item.active .nav-link::after {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-width: 10px;
    border-style: solid;
    border-color: #0123e0 transparent transparent transparent;
    content: '';
}
#magellan .show-tabs .nav-item:not(.active) .nav-link::after {
  display: none;
}
#magellan .show-tabs .nav-item:not(.active) .nav-link {
  background-color: transparent;
}
table.weather {
  width: 100%;
}
table.weather p {
  margin-top: 16px;
  text-align: center;
}
table.weather tr {
  border-bottom: 1px solid #adb5bd;
}
table.weather tr td:nth-child(even) {
  background-color: #eee;
}
.baseofferset {
  padding-bottom: 10px;
}
.summary-header .btn-shadow {
  float: right;
  margin-top: -6px;
}
@media (max-width: 768px) {
  .summary-header .btn-shadow span {
    display: none;
  }
}
.coverlink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.relative {
  position: relative;
}
.relative:after {
  display: table;
  clear: both;
  content: "";
}
/*
#magellan .thisopener {
  float: right;
  font-size: 12px;
  padding: 3px 8px 0px;
  box-shadow: inset 0px 5px 8px -4px rgba(0,0,0,0.5);
  margin: 0 5px -8px 0;

  font-size: 13px;
  padding: 3px 8px 0px;
  box-shadow: inset 0px 4px 6px -4px rgba(0,0,0,0.5), 0px 2px 2px 0px rgba(0,0,0,0.3);
  margin: 0 5px -20px 0;
  font-weight: normal;
}
#magellan .thisopener:hover {
  padding: 6px 8px 0px;
  margin: 0 5px -23px 0;
}
#magellan .thisopener:after {
  background-color: inherit;
}
*/
#magellan .righter i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #304ffe;
}
#magellan .righter {
  float: right;
  margin-right: -15px;
}
#magellan .righter .thisopener {
  font-size: 12px;
  padding: 5px 8px;
}
.dateSelector {
  cursor: text !important;
}
#recaptcha {
  margin-bottom: 8px;
}
.modal-body .error {
  display: none;
  color: red;
}
#send-offer-msg {
  width: 100%;
  height: 150px;
}
#btn-send-offer3 {
  background-color: #28A745;
  color: #fff;
}
@media (max-width: 768px) {
  #locationlistbox {
    /*display: none !important;*/
  }
  .offerlist tr:nth-child(even) {
    background-color: #eee;
  }
  .price-calc tr:nth-child(even) {
    background-color: #eee;
  }
}
.colorize {
  display: inline-block;
}


/* Overall wrapper */
.monthly {
  background: #F3F3F5;
  color: #545454;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/* Top bar containing title, navigation, and buttons */
.monthly-header {
  position: relative;
  text-align: center;
  padding: 0.5em;
  background: #fff;
  height: 3em;
  box-sizing: border-box;
}
/* Center area of top bar containing title and buttons */
.monthly-header-title {
  text-transform: uppercase;
}

/* Buttons for reverting to "today", and closing event list */
.monthly-header-title a:link,
.monthly-header-title a:visited {
  display: inline-block;
  border: 1px solid #ccc;
  color: #545454;
  text-decoration: none;
  height: 1.75em;
  line-height: 1.65em;
  padding: 0 0.65em 0 0.65em;
  box-sizing: border-box;
  transition: background .1s;
}
/* Add some roundy-ness */
.monthly-header-title a:first-of-type {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.monthly-header-title a:last-of-type {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.monthly-header-title a:hover {
  background: #8b8b8b;
  border: 1px solid #8b8b8b;
  color: #fff;
}
.monthly-header-title a:active {
  background: #222;
  border: 1px solid #222;
  transition: none;
}
/* current month/yr block */
.monthly-header-title-date,
.monthly-header-title-date:hover {
  background: #eee!important;
  border: 1px solid #ccc!important;
  color: #545454!important;
  cursor: default;
}
/* Button to reset to current month */
.monthly-reset {
  border-left: 0!important;
}
.monthly-reset::before {
  content: '\21BB';
  margin-right: 0.25em;
}
/* Button to return to month view */
.monthly-cal {
  border-right: 0!important;
}
.monthly-cal::before {
  content: '\2637';
  margin-right: 0.25em;
}

/* wrapper for left/right buttons to make the clickable area bigger */
.monthly-prev,
.monthly-next {
  position: absolute;
  top: 0;
  width: 3em;
  height: 100%;
  opacity: .5;
}
.monthly-prev {
  left: 0;
}
.monthly-next {
  right: 0;
}
.monthly-prev:hover,
.monthly-next:hover {
  opacity: 1;
}

/* Arrows */
.monthly-prev:after,
.monthly-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #222;
  width: 0.6em;
  height: 0.6em;
  margin: -0.4em 0 0 -0.4em;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* Left Arrow */
.monthly-prev:after{
  border-width: 0 0 0.2em 0.2em;
}
/* Right Arrow */
.monthly-next:after {
  border-width: 0.2em 0.2em 0 0;
}

/* Day of the week headings */
.monthly-day-title-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
}
.monthly-day-title-wrap div {
  width: 14.28%!important;
  display: table-cell;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

/* Calendar days wrapper */
.monthly-day-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.monthly-week {
  display: table-row;
  width: 100%;
}
/* Calendar Days */
.monthly-day, .monthly-day-blank {
  width: 14.28%!important;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  color: inherit;
  background: #fff;
  box-shadow: 0 0 0 1px #EBEBEB;
  -webkit-transition: .25s;
  transition: .25s;
  padding: 0;
  text-decoration: none;
}

/* Trick to make the days' width equal their height */
.monthly-day:before {
  content: '';
  display: block;
  padding-top: 100%;
  float: left;
}

/* Hover effect for non event calendar days */
.monthly-day-wrap > a:hover {
  background: #A1C2E3;
}

/* Days that are part of previous or next month */
.monthly-day-blank {
  background: #F3F3F5;
}

/* Event calendar day number styles */
.monthly-day-event > .monthly-day-number {
  position: absolute;
  line-height: 1em;
  top: 0.2em;
  left: 0.25em;
}

/* Non-Event calendar day number styles */
.monthly-day-pick > .monthly-indicator-wrap {
  margin: 0;
}

.monthly-day-pick > .monthly-day-number:before,
.monthly-day-pick > .monthly-day-number:after {
  content: '';
  display: block;
  padding-top: calc(50% - 0.8em);
  width: 0;
  height: 0;
}

/* Days in the past in "picker" mode */
.monthly-past-day:after{
  content: '';
  width: 150%;
  height: 2px;
  -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}
.monthly-past-day:hover {
  background: #fff!important;
}

/* Current day style */
.monthly-today .monthly-day-number {
  color: #FFF;
  background: #EA6565;
  border-radius: 0.75em;
  top: 0.08em;
  left: 0.05em;
  font-size: 0.9em;
  padding: 0;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  text-align: center;
}
.monthly-day-pick.monthly-today .monthly-day-number {
  padding: 0.15em;
  margin: calc(50% - 0.7em) auto auto auto;
  font-size: 1em;
}

/* Wrapper around events */
.monthly-indicator-wrap {
  position: relative;
  text-align: center;
  line-height: 0;
  max-width: 1.5em;
  margin: 0 auto;
  padding-top: 1.2em;
}

/* Event indicator dots */
.monthly-day .monthly-event-indicator {
  display: inline-block;
  margin: 0.05em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  vertical-align: middle;
  background: #7BA7CE;
}

.monthly-day .monthly-event-indicator span {
  color: transparent;
}

.monthly-day .monthly-event-indicator:hover {
  cursor: pointer;
}
/* Listing of events under calendar */
.monthly-event-list {
  background: rgba(233, 235, 236, 0.9);
  overflow: auto;
  position: absolute;
  top: 2.5em;
  width: 100%;
  height: calc(100% - 2.5em);
  display: none;
  -webkit-transition: .25s;
  transition: .25s;
  -webkit-transform: scale(0);
    -ms-transform: scale(0);
          transform: scale(0);
}

/* Days in Events List */
.monthly-list-item {
  position: relative;
  padding: 0.5em 0.7em 0.25em 4em;
  display: none;
  border-top: 1px solid #D6D6D6;
  text-align: left;
}

.monthly-list-item:after{
    padding: 0.4em 1em;
    display: block;
    margin-bottom: 0.5em;
 }

.monthly-event-list .monthly-today .monthly-event-list-date {
  color: #EA6565;
}

/* Events in Events List */
.monthly-event-list .listed-event {
  display: block;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 0.2em;
  margin-bottom: 0.5em;
}

.monthly-list-item a:link, .monthly-list-item a:visited {
  text-decoration: none;
}

.item-has-event {
  display: block;
}

.item-has-event:after{
    display: none!important;
}

.monthly-event-list-date {
  width: 4em;
  position: absolute;
  left: 0;
  top: 1.2em;
  text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}

.monthly-list-time-start,
.monthly-list-time-end {
  font-size: .8em;
  display: inline-block;
}
.monthly-list-time-end:not(:empty):before {
  content: '\2013';
  padding: 0 2px;
}

/* Events List custom webkit scrollbar */
.monthly-event-list::-webkit-scrollbar {width: 0.75em;}

/* Track */
.monthly-event-list::-webkit-scrollbar-track {background: none;}

/* Handle */
.monthly-event-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #E9EBEC;
  border-radius: 0.5em;
}
.monthly-event-list::-webkit-scrollbar-thumb:hover {background: #555;}

/* Language-specific. Default is English. */
.monthly-reset:after    { content: 'Today'; }
.monthly-cal:after      { content: 'Month'; }
.monthly-list-item:after  { content: 'No Events'; }

.monthly-locale-fr .monthly-reset:after   { content: "aujourd'hui"; }
.monthly-locale-fr .monthly-cal:after   { content: "mois"; }
.monthly-locale-fr .monthly-list-item:after { content: 'aucun événement'; }


/*
Calendar shows event titles if the device width allows for at least 3em per day (rounded
up to 25em total). This assumes the calendar font is close to the baseline font size and
the calendar takes up close to the full media width as the window is made smaller or the
font is zoomed. If one or both of these is not true, this will need to be overridden by
a layout-specific width, or you will need to use a library like css-element-queries to 
establish the rules based on the calendar element width rather than the device width.
*/
@media (min-width: 25em) {
  .monthly-day-event {
    padding-top: 1.3em;
  }
  .monthly-day-event > .monthly-indicator-wrap {
    width: auto;
    max-width: none;
  }
  .monthly-indicator-wrap {
    padding: 0;
  }
  .monthly-day:before {
    padding-top: calc(100% - 1.2em);
  }
  .monthly-day .monthly-event-indicator {
    display: block;
    margin: 0 0 1px 0;
    width: auto;
    height: 1.5em;
    line-height: 1.2em;
    padding: 0.125em 0 0.1em 0.125em;
    border-radius: 0;
    overflow: hidden;
    background-color: #333;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .monthly-day .monthly-event-indicator.monthly-event-continued {
    box-shadow: -1px 0 0 0;
  }
  .monthly-day .monthly-event-indicator span {
    display: block;
    width: auto;
    margin: 0;
    color: #fff;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}

.monthly-day-event > .monthly-day-number {
  position: absolute;
  /*line-height: 1em;*/
  line-height: 16px;
  width: 20px;
  text-align: center;
  top: 0.2em;
  left: 0.25em;
  z-index: 2;
  background: #fff;
  padding: 2px;
  border-radius: 50%;
  font-size: 12px;
}
@media (min-width: 25em) {
  .monthly-day-event > .monthly-indicator-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .monthly-day:before {
    padding-top: calc(3em);
  }
  .monthly-day .monthly-event-indicator {
    height: auto;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px;
    padding-top: 1.4em;
    z-index: 1;
  }
  .monthly-day .monthly-event-indicator:hover {
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.5);
  }
  .monthly-day .monthly-event-indicator span {
    white-space: normal;
    font-size: 14px;
  }
}
.monthly-header {display: none !important}

#magellan .old-price {
  margin-right: 3px;
}

/**
 * explorer specific hack
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-header-title {
    margin: 12px 0 !important;
  }
}



/*SIDE-MENU*/
@media (max-width: 991px) {
  #left-content {
    background: #1b092f;
    overflow: auto;
  }
  #offcanvas { /* hide to left, pin to top */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    padding-right: 0%;
    margin-left: -100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in 0.1s; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-in 0.1s; /* Firefox 4-15 */
    -o-transition: all 0.3s ease-in 0.1s; /* Opera 10.50â€“12.00 */
    transition: all 0.3s ease-in 0.1s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    height: 100%;
  }
  .outer { /* switcher wrapper */
    width: 15%;
    margin-right: -15%;
  }
  .outer button { /* swithcer */
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
  }
  .outer .fa-search {display: block;}
  .outer .fa-close {display: none;}
  #offcanvas.active .outer .fa-search {display: none;}
  #offcanvas.active .outer .fa-close {display: block;}
}
  @media (min-width: 991px) {
  .superbutt {
    display: none!important;
  }
}
  .superbutt {
    padding: 5px!important;
    border: 1px solid: #222!important;
    background-color: #b90081!important;
    color: #fff!important;
    font-size: 100%!important;
    outline: none!important;
    font-weight: bold;
    margin-bottom: 1px;
    margin-top: 90px;
    width: 130px;
    border: none;
  }
  .trans { /* "clickable" overlayer */
    width: 15%;
    height: 0;
    padding: 0;
    border: none;
  }
  #offcanvas.active .outer { /* must to trans */
    height: 100%;
  }
  #offcanvas.active .trans { /* full overlay hack */
    position: relative;
    top: 5%;
    width: 100%;
    height: auto;
    color: #fff;
    background: transparent;
    border: none;
    font-size: x-large;  
  }
  #offcanvas.active { /* slide to screen */
    padding-right: 15%;
    margin-left: 0%;
  }
  @media (max-width: 768px) {
    .overflower { /* scrollable offcanvas */
      height: 100% !important;
      overflow: auto;
    }
  }
  .overflower::-webkit-scrollbar { /* hidescrollbar */
    display: none; 
  }

@media (min-width: 992px) {
  .overflower {
    overflow: visible;
  }
}
.recallGDPR {
  background: rgba(0,0,0,0.4);
  padding: 5px;
  margin-bottom: 8px;
  font-size: 12px;
}
.recallGDPR a {
  text-shadow: 1px 1px rgba(255,255,255,0.4);
}
.smll {
  font-size: 11px;
}
.smally {
  font-size: 12px;
}
.copyTextInput {
  width: 100%;
  padding: 5px;
  border: 1px solid;
}
#accommodationName > .input-group {
  box-shadow: 2px 1px 6px -2px rgba(0,0,0,0.5);
}

.calcopener {
  margin-top: 12px;
}
#magellan .infosofoffer .roadinfos {
  padding-left: 0!important;
  padding-right: 0!important;
}
.infosofoffer .roadinfos > div:not(.righter) {
  border: 1px solid #ddd;
  border-bottom: 0px;
  padding: 4px 5px;
}
.infosofoffer .roadinfos > div:not(.righter):last-child {
  border-bottom: 1px solid #ddd;
}
#magellan .fk_header {
  border-bottom: 0px;
 margin-bottom: 0 !important;
}
#magellan .infospriceblock {
  border: 1px solid #ddd;
  border-top: 0px;
}
.mostcheap {
  float: left;
  width: 50%;
  width: 147px;
  line-height: 40px;
}
.moreopener {
  padding: 4px 12px !important;
}
small.blokk {
  display: block;
  text-align: center;
}
#lg-download {
  display: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  #magellan .infospriceblock .infosbaitprice {
    font-size: 22px;
  }
  .mostcheap {
    line-height: 34px;
  }

  #magellan .head_destination .head_breadcrumb {
    padding: 5px;
    margin: 5px;
    display: inline-block;
  }
  #magellan .show-tabs .nav-item {
    margin-top: 5px;
  }
  #magellan .month-group .btn {
    margin-bottom: 8px;
    margin: 8px;
  }
  #magellan .btn-outline-secondary {
    margin: 8px;
    padding: 8px;
  }

}
#locationlistbox {
  /*display: none !important*/
}
#locationlistbox > .list-group {
  display: block;
}
#locationlistbox > .list-group > .list-group-item {
  display: inline-block;
  width: auto;
  border: none;
  margin-bottom: auto;
  padding: 4px 5px;
}
.locationlistboxtext {
  margin-bottom: 0;
  padding: 5px 0 2px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #034b8b;
}
#locationlistbox > .list-group > .list-group-item .badge {
  border-radius: 0 8px 0 0;
}

.moreofferrow.clicked {
  background-color: #eee;
}