@charset "UTF-8";
/*
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/*
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(/dist/images/fa-brands-400.eot);
  src: url(/dist/images/fa-brands-400.eot) format("embedded-opentype"), url(/dist/images/fa-brands-400.woff2) format("woff2"), url(/dist/images/fa-brands-400.woff) format("woff"), url(/dist/images/fa-brands-400.ttf) format("truetype"), url(/dist/images/fa-brands-400.svg) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(/dist/images/fa-regular-400.eot);
  src: url(/dist/images/fa-regular-400.eot) format("embedded-opentype"), url(/dist/images/fa-regular-400.woff2) format("woff2"), url(/dist/images/fa-regular-400.woff) format("woff"), url(/dist/images/fa-regular-400.ttf) format("truetype"), url(/dist/images/fa-regular-400.svg) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(/dist/images/fa-solid-900.eot);
  src: url(/dist/images/fa-solid-900.eot) format("embedded-opentype"), url(/dist/images/fa-solid-900.woff2) format("woff2"), url(/dist/images/fa-solid-900.woff) format("woff"), url(/dist/images/fa-solid-900.ttf) format("truetype"), url(/dist/images/fa-solid-900.svg) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E"; }

.fa-accessible-icon:before {
  content: "\F368"; }

.fa-accusoft:before {
  content: "\F369"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-card:before {
  content: "\F2BB"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-adn:before {
  content: "\F170"; }

.fa-adversal:before {
  content: "\F36A"; }

.fa-affiliatetheme:before {
  content: "\F36B"; }

.fa-algolia:before {
  content: "\F36C"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-amazon-pay:before {
  content: "\F42C"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-amilia:before {
  content: "\F36D"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-android:before {
  content: "\F17B"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angrycreative:before {
  content: "\F36E"; }

.fa-angular:before {
  content: "\F420"; }

.fa-app-store:before {
  content: "\F36F"; }

.fa-app-store-ios:before {
  content: "\F370"; }

.fa-apper:before {
  content: "\F371"; }

.fa-apple:before {
  content: "\F179"; }

.fa-apple-pay:before {
  content: "\F415"; }

.fa-archive:before {
  content: "\F187"; }

.fa-arrow-alt-circle-down:before {
  content: "\F358"; }

.fa-arrow-alt-circle-left:before {
  content: "\F359"; }

.fa-arrow-alt-circle-right:before {
  content: "\F35A"; }

.fa-arrow-alt-circle-up:before {
  content: "\F35B"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-arrows-alt-h:before {
  content: "\F337"; }

.fa-arrows-alt-v:before {
  content: "\F338"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-asymmetrik:before {
  content: "\F372"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-audible:before {
  content: "\F373"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-autoprefixer:before {
  content: "\F41C"; }

.fa-avianex:before {
  content: "\F374"; }

.fa-aviato:before {
  content: "\F421"; }

.fa-aws:before {
  content: "\F375"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-bars:before {
  content: "\F0C9"; }

.fa-baseball-ball:before {
  content: "\F433"; }

.fa-basketball-ball:before {
  content: "\F434"; }

.fa-bath:before {
  content: "\F2CD"; }

.fa-battery-empty:before {
  content: "\F244"; }

.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-bed:before {
  content: "\F236"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bimobject:before {
  content: "\F378"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitcoin:before {
  content: "\F379"; }

.fa-bity:before {
  content: "\F37A"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-blackberry:before {
  content: "\F37B"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-blogger:before {
  content: "\F37C"; }

.fa-blogger-b:before {
  content: "\F37D"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-bold:before {
  content: "\F032"; }

.fa-bolt:before {
  content: "\F0E7"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-bowling-ball:before {
  content: "\F436"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-btc:before {
  content: "\F15A"; }

.fa-bug:before {
  content: "\F188"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-buromobelexperte:before {
  content: "\F37F"; }

.fa-bus:before {
  content: "\F207"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-calendar:before {
  content: "\F133"; }

.fa-calendar-alt:before {
  content: "\F073"; }

.fa-calendar-check:before {
  content: "\F274"; }

.fa-calendar-minus:before {
  content: "\F272"; }

.fa-calendar-plus:before {
  content: "\F271"; }

.fa-calendar-times:before {
  content: "\F273"; }

.fa-camera:before {
  content: "\F030"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-car:before {
  content: "\F1B9"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-caret-square-down:before {
  content: "\F150"; }

.fa-caret-square-left:before {
  content: "\F191"; }

.fa-caret-square-right:before {
  content: "\F152"; }

.fa-caret-square-up:before {
  content: "\F151"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cc-amazon-pay:before {
  content: "\F42D"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-apple-pay:before {
  content: "\F416"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-centercode:before {
  content: "\F380"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-chart-area:before {
  content: "\F1FE"; }

.fa-chart-bar:before {
  content: "\F080"; }

.fa-chart-line:before {
  content: "\F201"; }

.fa-chart-pie:before {
  content: "\F200"; }

.fa-check:before {
  content: "\F00C"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-chess:before {
  content: "\F439"; }

.fa-chess-bishop:before {
  content: "\F43A"; }

.fa-chess-board:before {
  content: "\F43C"; }

.fa-chess-king:before {
  content: "\F43F"; }

.fa-chess-knight:before {
  content: "\F441"; }

.fa-chess-pawn:before {
  content: "\F443"; }

.fa-chess-queen:before {
  content: "\F445"; }

.fa-chess-rook:before {
  content: "\F447"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-circle:before {
  content: "\F111"; }

.fa-circle-notch:before {
  content: "\F1CE"; }

.fa-clipboard:before {
  content: "\F328"; }

.fa-clock:before {
  content: "\F017"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-closed-captioning:before {
  content: "\F20A"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-cloud-download-alt:before {
  content: "\F381"; }

.fa-cloud-upload-alt:before {
  content: "\F382"; }

.fa-cloudscale:before {
  content: "\F383"; }

.fa-cloudsmith:before {
  content: "\F384"; }

.fa-cloudversify:before {
  content: "\F385"; }

.fa-code:before {
  content: "\F121"; }

.fa-code-branch:before {
  content: "\F126"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cog:before {
  content: "\F013"; }

.fa-cogs:before {
  content: "\F085"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-comment:before {
  content: "\F075"; }

.fa-comment-alt:before {
  content: "\F27A"; }

.fa-comments:before {
  content: "\F086"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-compress:before {
  content: "\F066"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-copy:before {
  content: "\F0C5"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-cpanel:before {
  content: "\F388"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-crop:before {
  content: "\F125"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-css3-alt:before {
  content: "\F38B"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-cut:before {
  content: "\F0C4"; }

.fa-cuttlefish:before {
  content: "\F38C"; }

.fa-d-and-d:before {
  content: "\F38D"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-deaf:before {
  content: "\F2A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-deploydog:before {
  content: "\F38E"; }

.fa-deskpro:before {
  content: "\F38F"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-digital-ocean:before {
  content: "\F391"; }

.fa-discord:before {
  content: "\F392"; }

.fa-discourse:before {
  content: "\F393"; }

.fa-dochub:before {
  content: "\F394"; }

.fa-docker:before {
  content: "\F395"; }

.fa-dollar-sign:before {
  content: "\F155"; }

.fa-dot-circle:before {
  content: "\F192"; }

.fa-download:before {
  content: "\F019"; }

.fa-draft2digital:before {
  content: "\F396"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-dribbble-square:before {
  content: "\F397"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-dyalog:before {
  content: "\F399"; }

.fa-earlybirds:before {
  content: "\F39A"; }

.fa-edge:before {
  content: "\F282"; }

.fa-edit:before {
  content: "\F044"; }

.fa-eject:before {
  content: "\F052"; }

.fa-elementor:before {
  content: "\F430"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-ember:before {
  content: "\F423"; }

.fa-empire:before {
  content: "\F1D1"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-envira:before {
  content: "\F299"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-erlang:before {
  content: "\F39D"; }

.fa-ethereum:before {
  content: "\F42E"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-euro-sign:before {
  content: "\F153"; }

.fa-exchange-alt:before {
  content: "\F362"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-expand:before {
  content: "\F065"; }

.fa-expand-arrows-alt:before {
  content: "\F31E"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-external-link-alt:before {
  content: "\F35D"; }

.fa-external-link-square-alt:before {
  content: "\F360"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-dropper:before {
  content: "\F1FB"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-facebook:before {
  content: "\F09A"; }

.fa-facebook-f:before {
  content: "\F39E"; }

.fa-facebook-messenger:before {
  content: "\F39F"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-female:before {
  content: "\F182"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-alt:before {
  content: "\F15C"; }

.fa-file-archive:before {
  content: "\F1C6"; }

.fa-file-audio:before {
  content: "\F1C7"; }

.fa-file-code:before {
  content: "\F1C9"; }

.fa-file-excel:before {
  content: "\F1C3"; }

.fa-file-image:before {
  content: "\F1C5"; }

.fa-file-pdf:before {
  content: "\F1C1"; }

.fa-file-powerpoint:before {
  content: "\F1C4"; }

.fa-file-video:before {
  content: "\F1C8"; }

.fa-file-word:before {
  content: "\F1C2"; }

.fa-film:before {
  content: "\F008"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-firstdraft:before {
  content: "\F3A1"; }

.fa-flag:before {
  content: "\F024"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-flipboard:before {
  content: "\F44D"; }

.fa-fly:before {
  content: "\F417"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-font:before {
  content: "\F031"; }

.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-font-awesome-alt:before {
  content: "\F35C"; }

.fa-font-awesome-flag:before {
  content: "\F425"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-fonticons-fi:before {
  content: "\F3A2"; }

.fa-football-ball:before {
  content: "\F44E"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-fort-awesome-alt:before {
  content: "\F3A3"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-freebsd:before {
  content: "\F3A4"; }

.fa-frown:before {
  content: "\F119"; }

.fa-futbol:before {
  content: "\F1E3"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-gavel:before {
  content: "\F0E3"; }

.fa-gem:before {
  content: "\F3A5"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-github:before {
  content: "\F09B"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-gitkraken:before {
  content: "\F3A6"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-gitter:before {
  content: "\F426"; }

.fa-glass-martini:before {
  content: "\F000"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-gofore:before {
  content: "\F3A7"; }

.fa-golf-ball:before {
  content: "\F450"; }

.fa-goodreads:before {
  content: "\F3A8"; }

.fa-goodreads-g:before {
  content: "\F3A9"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-google-drive:before {
  content: "\F3AA"; }

.fa-google-play:before {
  content: "\F3AB"; }

.fa-google-plus:before {
  content: "\F2B3"; }

.fa-google-plus-g:before {
  content: "\F0D5"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-gratipay:before {
  content: "\F184"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-gripfire:before {
  content: "\F3AC"; }

.fa-grunt:before {
  content: "\F3AD"; }

.fa-gulp:before {
  content: "\F3AE"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-hacker-news-square:before {
  content: "\F3AF"; }

.fa-hand-lizard:before {
  content: "\F258"; }

.fa-hand-paper:before {
  content: "\F256"; }

.fa-hand-peace:before {
  content: "\F25B"; }

.fa-hand-point-down:before {
  content: "\F0A7"; }

.fa-hand-point-left:before {
  content: "\F0A5"; }

.fa-hand-point-right:before {
  content: "\F0A4"; }

.fa-hand-point-up:before {
  content: "\F0A6"; }

.fa-hand-pointer:before {
  content: "\F25A"; }

.fa-hand-rock:before {
  content: "\F255"; }

.fa-hand-scissors:before {
  content: "\F257"; }

.fa-hand-spock:before {
  content: "\F259"; }

.fa-handshake:before {
  content: "\F2B5"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-hdd:before {
  content: "\F0A0"; }

.fa-heading:before {
  content: "\F1DC"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-heart:before {
  content: "\F004"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-hips:before {
  content: "\F452"; }

.fa-hire-a-helper:before {
  content: "\F3B0"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-hockey-puck:before {
  content: "\F453"; }

.fa-home:before {
  content: "\F015"; }

.fa-hooli:before {
  content: "\F427"; }

.fa-hospital:before {
  content: "\F0F8"; }

.fa-hotjar:before {
  content: "\F3B1"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-start:before {
  content: "\F251"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-hubspot:before {
  content: "\F3B2"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-id-card:before {
  content: "\F2C2"; }

.fa-image:before {
  content: "\F03E"; }

.fa-images:before {
  content: "\F302"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-industry:before {
  content: "\F275"; }

.fa-info:before {
  content: "\F129"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-italic:before {
  content: "\F033"; }

.fa-itunes:before {
  content: "\F3B4"; }

.fa-itunes-note:before {
  content: "\F3B5"; }

.fa-jenkins:before {
  content: "\F3B6"; }

.fa-joget:before {
  content: "\F3B7"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-js:before {
  content: "\F3B8"; }

.fa-js-square:before {
  content: "\F3B9"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-key:before {
  content: "\F084"; }

.fa-keyboard:before {
  content: "\F11C"; }

.fa-keycdn:before {
  content: "\F3BA"; }

.fa-kickstarter:before {
  content: "\F3BB"; }

.fa-kickstarter-k:before {
  content: "\F3BC"; }

.fa-korvue:before {
  content: "\F42F"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-laravel:before {
  content: "\F3BD"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-lemon:before {
  content: "\F094"; }

.fa-less:before {
  content: "\F41D"; }

.fa-level-down-alt:before {
  content: "\F3BE"; }

.fa-level-up-alt:before {
  content: "\F3BF"; }

.fa-life-ring:before {
  content: "\F1CD"; }

.fa-lightbulb:before {
  content: "\F0EB"; }

.fa-line:before {
  content: "\F3C0"; }

.fa-link:before {
  content: "\F0C1"; }

.fa-linkedin:before {
  content: "\F08C"; }

.fa-linkedin-in:before {
  content: "\F0E1"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-lira-sign:before {
  content: "\F195"; }

.fa-list:before {
  content: "\F03A"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-lock:before {
  content: "\F023"; }

.fa-lock-open:before {
  content: "\F3C1"; }

.fa-long-arrow-alt-down:before {
  content: "\F309"; }

.fa-long-arrow-alt-left:before {
  content: "\F30A"; }

.fa-long-arrow-alt-right:before {
  content: "\F30B"; }

.fa-long-arrow-alt-up:before {
  content: "\F30C"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-lyft:before {
  content: "\F3C3"; }

.fa-magento:before {
  content: "\F3C4"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-male:before {
  content: "\F183"; }

.fa-map:before {
  content: "\F279"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-map-marker-alt:before {
  content: "\F3C5"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-medapps:before {
  content: "\F3C6"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-medium-m:before {
  content: "\F3C7"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-medrt:before {
  content: "\F3C8"; }

.fa-meetup:before {
  content: "\F2E0"; }

.fa-meh:before {
  content: "\F11A"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-microsoft:before {
  content: "\F3CA"; }

.fa-minus:before {
  content: "\F068"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-mix:before {
  content: "\F3CB"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-mizuni:before {
  content: "\F3CC"; }

.fa-mobile:before {
  content: "\F10B"; }

.fa-mobile-alt:before {
  content: "\F3CD"; }

.fa-modx:before {
  content: "\F285"; }

.fa-monero:before {
  content: "\F3D0"; }

.fa-money-bill-alt:before {
  content: "\F3D1"; }

.fa-moon:before {
  content: "\F186"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-music:before {
  content: "\F001"; }

.fa-napster:before {
  content: "\F3D2"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-newspaper:before {
  content: "\F1EA"; }

.fa-nintendo-switch:before {
  content: "\F418"; }

.fa-node:before {
  content: "\F419"; }

.fa-node-js:before {
  content: "\F3D3"; }

.fa-npm:before {
  content: "\F3D4"; }

.fa-ns8:before {
  content: "\F3D5"; }

.fa-nutritionix:before {
  content: "\F3D6"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-osi:before {
  content: "\F41A"; }

.fa-outdent:before {
  content: "\F03B"; }

.fa-page4:before {
  content: "\F3D7"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-palfed:before {
  content: "\F3D8"; }

.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-paste:before {
  content: "\F0EA"; }

.fa-patreon:before {
  content: "\F3D9"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-pen-square:before {
  content: "\F14B"; }

.fa-pencil-alt:before {
  content: "\F303"; }

.fa-percent:before {
  content: "\F295"; }

.fa-periscope:before {
  content: "\F3DA"; }

.fa-phabricator:before {
  content: "\F3DB"; }

.fa-phoenix-framework:before {
  content: "\F3DC"; }

.fa-phone:before {
  content: "\F095"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-phone-volume:before {
  content: "\F2A0"; }

.fa-php:before {
  content: "\F457"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-plane:before {
  content: "\F072"; }

.fa-play:before {
  content: "\F04B"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-playstation:before {
  content: "\F3DF"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-plus:before {
  content: "\F067"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-pound-sign:before {
  content: "\F154"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-print:before {
  content: "\F02F"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-pushed:before {
  content: "\F3E1"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-python:before {
  content: "\F3E2"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-question:before {
  content: "\F128"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-quidditch:before {
  content: "\F458"; }

.fa-quinscape:before {
  content: "\F459"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-random:before {
  content: "\F074"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-react:before {
  content: "\F41B"; }

.fa-rebel:before {
  content: "\F1D0"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-red-river:before {
  content: "\F3E3"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-redo:before {
  content: "\F01E"; }

.fa-redo-alt:before {
  content: "\F2F9"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-rendact:before {
  content: "\F3E4"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-reply:before {
  content: "\F3E5"; }

.fa-reply-all:before {
  content: "\F122"; }

.fa-replyd:before {
  content: "\F3E6"; }

.fa-resolving:before {
  content: "\F3E7"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-road:before {
  content: "\F018"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-rocketchat:before {
  content: "\F3E8"; }

.fa-rockrms:before {
  content: "\F3E9"; }

.fa-rss:before {
  content: "\F09E"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-ruble-sign:before {
  content: "\F158"; }

.fa-rupee-sign:before {
  content: "\F156"; }

.fa-safari:before {
  content: "\F267"; }

.fa-sass:before {
  content: "\F41E"; }

.fa-save:before {
  content: "\F0C7"; }

.fa-schlix:before {
  content: "\F3EA"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-search:before {
  content: "\F002"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-searchengin:before {
  content: "\F3EB"; }

.fa-sellcast:before {
  content: "\F2DA"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-server:before {
  content: "\F233"; }

.fa-servicestack:before {
  content: "\F3EC"; }

.fa-share:before {
  content: "\F064"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-shekel-sign:before {
  content: "\F20B"; }

.fa-shield-alt:before {
  content: "\F3ED"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-sign-in-alt:before {
  content: "\F2F6"; }

.fa-sign-language:before {
  content: "\F2A7"; }

.fa-sign-out-alt:before {
  content: "\F2F5"; }

.fa-signal:before {
  content: "\F012"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-sistrix:before {
  content: "\F3EE"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-slack:before {
  content: "\F198"; }

.fa-slack-hash:before {
  content: "\F3EF"; }

.fa-sliders-h:before {
  content: "\F1DE"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-smile:before {
  content: "\F118"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-snowflake:before {
  content: "\F2DC"; }

.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-alpha-down:before {
  content: "\F15D"; }

.fa-sort-alpha-up:before {
  content: "\F15E"; }

.fa-sort-amount-down:before {
  content: "\F160"; }

.fa-sort-amount-up:before {
  content: "\F161"; }

.fa-sort-down:before {
  content: "\F0DD"; }

.fa-sort-numeric-down:before {
  content: "\F162"; }

.fa-sort-numeric-up:before {
  content: "\F163"; }

.fa-sort-up:before {
  content: "\F0DE"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-speakap:before {
  content: "\F3F3"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-square-full:before {
  content: "\F45C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-staylinked:before {
  content: "\F3F5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-steam-symbol:before {
  content: "\F3F6"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-sticker-mule:before {
  content: "\F3F7"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stopwatch:before {
  content: "\F2F2"; }

.fa-strava:before {
  content: "\F428"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-stripe:before {
  content: "\F429"; }

.fa-stripe-s:before {
  content: "\F42A"; }

.fa-studiovinari:before {
  content: "\F3F8"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-subway:before {
  content: "\F239"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-sun:before {
  content: "\F185"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-supple:before {
  content: "\F3F9"; }

.fa-sync:before {
  content: "\F021"; }

.fa-sync-alt:before {
  content: "\F2F1"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-table-tennis:before {
  content: "\F45D"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-tablet-alt:before {
  content: "\F3FA"; }

.fa-tachometer-alt:before {
  content: "\F3FD"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-taxi:before {
  content: "\F1BA"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-telegram-plane:before {
  content: "\F3FE"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbtack:before {
  content: "\F08D"; }

.fa-ticket-alt:before {
  content: "\F3FF"; }

.fa-times:before {
  content: "\F00D"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-tint:before {
  content: "\F043"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-train:before {
  content: "\F238"; }

.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-trash-alt:before {
  content: "\F2ED"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-trello:before {
  content: "\F181"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-tv:before {
  content: "\F26C"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-typo3:before {
  content: "\F42B"; }

.fa-uber:before {
  content: "\F402"; }

.fa-uikit:before {
  content: "\F403"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-undo:before {
  content: "\F0E2"; }

.fa-undo-alt:before {
  content: "\F2EA"; }

.fa-uniregistry:before {
  content: "\F404"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-university:before {
  content: "\F19C"; }

.fa-unlink:before {
  content: "\F127"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-untappd:before {
  content: "\F405"; }

.fa-upload:before {
  content: "\F093"; }

.fa-usb:before {
  content: "\F287"; }

.fa-user:before {
  content: "\F007"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-users:before {
  content: "\F0C0"; }

.fa-ussunnah:before {
  content: "\F407"; }

.fa-utensil-spoon:before {
  content: "\F2E5"; }

.fa-utensils:before {
  content: "\F2E7"; }

.fa-vaadin:before {
  content: "\F408"; }

.fa-venus:before {
  content: "\F221"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-viber:before {
  content: "\F409"; }

.fa-video:before {
  content: "\F03D"; }

.fa-vimeo:before {
  content: "\F40A"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-vimeo-v:before {
  content: "\F27D"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-vk:before {
  content: "\F189"; }

.fa-vnv:before {
  content: "\F40B"; }

.fa-volleyball-ball:before {
  content: "\F45F"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-vuejs:before {
  content: "\F41F"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-weixin:before {
  content: "\F1D7"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-whatsapp-square:before {
  content: "\F40C"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-whmcs:before {
  content: "\F40D"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-window-close:before {
  content: "\F410"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-won-sign:before {
  content: "\F159"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-wordpress-simple:before {
  content: "\F411"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-xbox:before {
  content: "\F412"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-y-combinator:before {
  content: "\F23B"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-yandex:before {
  content: "\F413"; }

.fa-yandex-international:before {
  content: "\F414"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-yen-sign:before {
  content: "\F157"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-youtube-square:before {
  content: "\F431"; }

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

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

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("/fonts/icons/glyphicons/regular/webfont.eot");
  src: url("/fonts/icons/glyphicons/regular/webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/glyphicons/regular/webfont.woff2") format("woff2"), url("/fonts/icons/glyphicons/regular/webfont.woff") format("woff"), url("/fonts/icons/glyphicons/regular/webfont.ttf") format("truetype"), url("/fonts/icons/glyphicons/regular/webfont.svg#glyphiconsregular") format("svg"); }

@font-face {
  font-family: 'Glyphicons Social';
  src: url("/fonts/icons/glyphicons/social/webfont.eot");
  src: url("/fonts/icons/glyphicons/social/webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/glyphicons/social/webfont.woff2") format("woff2"), url("/fonts/icons/glyphicons/social/webfont.woff") format("woff"), url("/fonts/icons/glyphicons/social/webfont.ttf") format("truetype"), url("/fonts/icons/glyphicons/social/webfont.svg#glyphicons_socialregular") format("svg"); }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/fonts/icons/glyphicons/halfling/glyphicons-halflings-regular.eot");
  src: url("/fonts/icons/glyphicons/halfling/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/icons/glyphicons/halfling/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/icons/glyphicons/halfling/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/icons/glyphicons/halfling/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/icons/glyphicons/halfling/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

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

.halflings {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicons-glass:before {
  content: "\E001"; }

.glyphicons-leaf:before {
  content: "\E002"; }

.glyphicons-dog:before {
  content: "\E003"; }

.glyphicons-user:before {
  content: "\E004"; }

.glyphicons-girl:before {
  content: "\E005"; }

.glyphicons-car:before {
  content: "\E006"; }

.glyphicons-user-add:before {
  content: "\E007"; }

.glyphicons-user-remove:before {
  content: "\E008"; }

.glyphicons-film:before {
  content: "\E009"; }

.glyphicons-magic:before {
  content: "\E010"; }

.glyphicons-envelope:before {
  content: "\2709"; }

.glyphicons-camera:before {
  content: "\E011"; }

.glyphicons-heart:before {
  content: "\E013"; }

.glyphicons-beach-umbrella:before {
  content: "\E014"; }

.glyphicons-train:before {
  content: "\E015"; }

.glyphicons-print:before {
  content: "\E016"; }

.glyphicons-bin:before {
  content: "\E017"; }

.glyphicons-music:before {
  content: "\E018"; }

.glyphicons-note:before {
  content: "\E019"; }

.glyphicons-heart-empty:before {
  content: "\E020"; }

.glyphicons-home:before {
  content: "\E021"; }

.glyphicons-snowflake:before {
  content: "\2744"; }

.glyphicons-fire:before {
  content: "\E023"; }

.glyphicons-magnet:before {
  content: "\E024"; }

.glyphicons-parents:before {
  content: "\E025"; }

.glyphicons-binoculars:before {
  content: "\E026"; }

.glyphicons-road:before {
  content: "\E027"; }

.glyphicons-search:before {
  content: "\E028"; }

.glyphicons-cars:before {
  content: "\E029"; }

.glyphicons-notes-2:before {
  content: "\E030"; }

.glyphicons-pencil:before {
  content: "\270F"; }

.glyphicons-bus:before {
  content: "\E032"; }

.glyphicons-wifi-alt:before {
  content: "\E033"; }

.glyphicons-luggage:before {
  content: "\E034"; }

.glyphicons-old-man:before {
  content: "\E035"; }

.glyphicons-woman:before {
  content: "\E036"; }

.glyphicons-file:before {
  content: "\E037"; }

.glyphicons-coins:before {
  content: "\E038"; }

.glyphicons-airplane:before {
  content: "\2708"; }

.glyphicons-notes:before {
  content: "\E040"; }

.glyphicons-stats:before {
  content: "\E041"; }

.glyphicons-charts:before {
  content: "\E042"; }

.glyphicons-pie-chart:before {
  content: "\E043"; }

.glyphicons-group:before {
  content: "\E044"; }

.glyphicons-keys:before {
  content: "\E045"; }

.glyphicons-calendar:before {
  content: "\E046"; }

.glyphicons-router:before {
  content: "\E047"; }

.glyphicons-camera-small:before {
  content: "\E048"; }

.glyphicons-star-empty:before {
  content: "\E049"; }

.glyphicons-star:before {
  content: "\E050"; }

.glyphicons-link:before {
  content: "\E051"; }

.glyphicons-eye-open:before {
  content: "\E052"; }

.glyphicons-eye-close:before {
  content: "\E053"; }

.glyphicons-alarm:before {
  content: "\E054"; }

.glyphicons-clock:before {
  content: "\E055"; }

.glyphicons-stopwatch:before {
  content: "\E056"; }

.glyphicons-projector:before {
  content: "\E057"; }

.glyphicons-history:before {
  content: "\E058"; }

.glyphicons-truck:before {
  content: "\E059"; }

.glyphicons-cargo:before {
  content: "\E060"; }

.glyphicons-compass:before {
  content: "\E061"; }

.glyphicons-keynote:before {
  content: "\E062"; }

.glyphicons-paperclip:before {
  content: "\E063"; }

.glyphicons-power:before {
  content: "\E064"; }

.glyphicons-lightbulb:before {
  content: "\E065"; }

.glyphicons-tag:before {
  content: "\E066"; }

.glyphicons-tags:before {
  content: "\E067"; }

.glyphicons-cleaning:before {
  content: "\E068"; }

.glyphicons-ruler:before {
  content: "\E069"; }

.glyphicons-gift:before {
  content: "\E070"; }

.glyphicons-umbrella:before {
  content: "\2602"; }

.glyphicons-book:before {
  content: "\E072"; }

.glyphicons-bookmark:before {
  content: "\E073"; }

.glyphicons-wifi:before {
  content: "\E074"; }

.glyphicons-cup:before {
  content: "\E075"; }

.glyphicons-stroller:before {
  content: "\E076"; }

.glyphicons-headphones:before {
  content: "\E077"; }

.glyphicons-headset:before {
  content: "\E078"; }

.glyphicons-warning-sign:before {
  content: "\E079"; }

.glyphicons-signal:before {
  content: "\E080"; }

.glyphicons-retweet:before {
  content: "\E081"; }

.glyphicons-refresh:before {
  content: "\E082"; }

.glyphicons-roundabout:before {
  content: "\E083"; }

.glyphicons-random:before {
  content: "\E084"; }

.glyphicons-heat:before {
  content: "\E085"; }

.glyphicons-repeat:before {
  content: "\E086"; }

.glyphicons-display:before {
  content: "\E087"; }

.glyphicons-log-book:before {
  content: "\E088"; }

.glyphicons-address-book:before {
  content: "\E089"; }

.glyphicons-building:before {
  content: "\E090"; }

.glyphicons-eyedropper:before {
  content: "\E091"; }

.glyphicons-adjust:before {
  content: "\E092"; }

.glyphicons-tint:before {
  content: "\E093"; }

.glyphicons-crop:before {
  content: "\E094"; }

.glyphicons-vector-path-square:before {
  content: "\E095"; }

.glyphicons-vector-path-circle:before {
  content: "\E096"; }

.glyphicons-vector-path-polygon:before {
  content: "\E097"; }

.glyphicons-vector-path-line:before {
  content: "\E098"; }

.glyphicons-vector-path-curve:before {
  content: "\E099"; }

.glyphicons-vector-path-all:before {
  content: "\E100"; }

.glyphicons-font:before {
  content: "\E101"; }

.glyphicons-italic:before {
  content: "\E102"; }

.glyphicons-bold:before {
  content: "\E103"; }

.glyphicons-text-underline:before {
  content: "\E104"; }

.glyphicons-text-strike:before {
  content: "\E105"; }

.glyphicons-text-height:before {
  content: "\E106"; }

.glyphicons-text-width:before {
  content: "\E107"; }

.glyphicons-text-resize:before {
  content: "\E108"; }

.glyphicons-left-indent:before {
  content: "\E109"; }

.glyphicons-right-indent:before {
  content: "\E110"; }

.glyphicons-align-left:before {
  content: "\E111"; }

.glyphicons-align-center:before {
  content: "\E112"; }

.glyphicons-align-right:before {
  content: "\E113"; }

.glyphicons-justify:before {
  content: "\E114"; }

.glyphicons-list:before {
  content: "\E115"; }

.glyphicons-text-smaller:before {
  content: "\E116"; }

.glyphicons-text-bigger:before {
  content: "\E117"; }

.glyphicons-embed:before {
  content: "\E118"; }

.glyphicons-embed-close:before {
  content: "\E119"; }

.glyphicons-table:before {
  content: "\E120"; }

.glyphicons-message-full:before {
  content: "\E121"; }

.glyphicons-message-empty:before {
  content: "\E122"; }

.glyphicons-message-in:before {
  content: "\E123"; }

.glyphicons-message-out:before {
  content: "\E124"; }

.glyphicons-message-plus:before {
  content: "\E125"; }

.glyphicons-message-minus:before {
  content: "\E126"; }

.glyphicons-message-ban:before {
  content: "\E127"; }

.glyphicons-message-flag:before {
  content: "\E128"; }

.glyphicons-message-lock:before {
  content: "\E129"; }

.glyphicons-message-new:before {
  content: "\E130"; }

.glyphicons-inbox:before {
  content: "\E131"; }

.glyphicons-inbox-plus:before {
  content: "\E132"; }

.glyphicons-inbox-minus:before {
  content: "\E133"; }

.glyphicons-inbox-lock:before {
  content: "\E134"; }

.glyphicons-inbox-in:before {
  content: "\E135"; }

.glyphicons-inbox-out:before {
  content: "\E136"; }

.glyphicons-cogwheel:before {
  content: "\E137"; }

.glyphicons-cogwheels:before {
  content: "\E138"; }

.glyphicons-picture:before {
  content: "\E139"; }

.glyphicons-adjust-alt:before {
  content: "\E140"; }

.glyphicons-database-lock:before {
  content: "\E141"; }

.glyphicons-database-plus:before {
  content: "\E142"; }

.glyphicons-database-minus:before {
  content: "\E143"; }

.glyphicons-database-ban:before {
  content: "\E144"; }

.glyphicons-folder-open:before {
  content: "\E145"; }

.glyphicons-folder-plus:before {
  content: "\E146"; }

.glyphicons-folder-minus:before {
  content: "\E147"; }

.glyphicons-folder-lock:before {
  content: "\E148"; }

.glyphicons-folder-flag:before {
  content: "\E149"; }

.glyphicons-folder-new:before {
  content: "\E150"; }

.glyphicons-edit:before {
  content: "\E151"; }

.glyphicons-new-window:before {
  content: "\E152"; }

.glyphicons-check:before {
  content: "\E153"; }

.glyphicons-unchecked:before {
  content: "\E154"; }

.glyphicons-more-windows:before {
  content: "\E155"; }

.glyphicons-show-big-thumbnails:before {
  content: "\E156"; }

.glyphicons-show-thumbnails:before {
  content: "\E157"; }

.glyphicons-show-thumbnails-with-lines:before {
  content: "\E158"; }

.glyphicons-show-lines:before {
  content: "\E159"; }

.glyphicons-playlist:before {
  content: "\E160"; }

.glyphicons-imac:before {
  content: "\E161"; }

.glyphicons-macbook:before {
  content: "\E162"; }

.glyphicons-ipad:before {
  content: "\E163"; }

.glyphicons-iphone:before {
  content: "\E164"; }

.glyphicons-iphone-transfer:before {
  content: "\E165"; }

.glyphicons-iphone-exchange:before {
  content: "\E166"; }

.glyphicons-ipod:before {
  content: "\E167"; }

.glyphicons-ipod-shuffle:before {
  content: "\E168"; }

.glyphicons-ear-plugs:before {
  content: "\E169"; }

.glyphicons-record:before {
  content: "\E170"; }

.glyphicons-step-backward:before {
  content: "\E171"; }

.glyphicons-fast-backward:before {
  content: "\E172"; }

.glyphicons-rewind:before {
  content: "\E173"; }

.glyphicons-play:before {
  content: "\E174"; }

.glyphicons-pause:before {
  content: "\E175"; }

.glyphicons-stop:before {
  content: "\E176"; }

.glyphicons-forward:before {
  content: "\E177"; }

.glyphicons-fast-forward:before {
  content: "\E178"; }

.glyphicons-step-forward:before {
  content: "\E179"; }

.glyphicons-eject:before {
  content: "\E180"; }

.glyphicons-facetime-video:before {
  content: "\E181"; }

.glyphicons-download-alt:before {
  content: "\E182"; }

.glyphicons-mute:before {
  content: "\E183"; }

.glyphicons-volume-down:before {
  content: "\E184"; }

.glyphicons-volume-up:before {
  content: "\E185"; }

.glyphicons-screenshot:before {
  content: "\E186"; }

.glyphicons-move:before {
  content: "\E187"; }

.glyphicons-more:before {
  content: "\E188"; }

.glyphicons-brightness-reduce:before {
  content: "\E189"; }

.glyphicons-brightness-increase:before {
  content: "\E190"; }

.glyphicons-circle-plus:before {
  content: "\E191"; }

.glyphicons-circle-minus:before {
  content: "\E192"; }

.glyphicons-circle-remove:before {
  content: "\E193"; }

.glyphicons-circle-ok:before {
  content: "\E194"; }

.glyphicons-circle-question-mark:before {
  content: "\E195"; }

.glyphicons-circle-info:before {
  content: "\E196"; }

.glyphicons-circle-exclamation-mark:before {
  content: "\E197"; }

.glyphicons-remove:before {
  content: "\E198"; }

.glyphicons-ok:before {
  content: "\E199"; }

.glyphicons-ban:before {
  content: "\E200"; }

.glyphicons-download:before {
  content: "\E201"; }

.glyphicons-upload:before {
  content: "\E202"; }

.glyphicons-shopping-cart:before {
  content: "\E203"; }

.glyphicons-lock:before {
  content: "\E204"; }

.glyphicons-unlock:before {
  content: "\E205"; }

.glyphicons-electricity:before {
  content: "\E206"; }

.glyphicons-ok-2:before {
  content: "\E207"; }

.glyphicons-remove-2:before {
  content: "\E208"; }

.glyphicons-cart-out:before {
  content: "\E209"; }

.glyphicons-cart-in:before {
  content: "\E210"; }

.glyphicons-left-arrow:before {
  content: "\E211"; }

.glyphicons-right-arrow:before {
  content: "\E212"; }

.glyphicons-down-arrow:before {
  content: "\E213"; }

.glyphicons-up-arrow:before {
  content: "\E214"; }

.glyphicons-resize-small:before {
  content: "\E215"; }

.glyphicons-resize-full:before {
  content: "\E216"; }

.glyphicons-circle-arrow-left:before {
  content: "\E217"; }

.glyphicons-circle-arrow-right:before {
  content: "\E218"; }

.glyphicons-circle-arrow-top:before {
  content: "\E219"; }

.glyphicons-circle-arrow-down:before {
  content: "\E220"; }

.glyphicons-play-button:before {
  content: "\E221"; }

.glyphicons-unshare:before {
  content: "\E222"; }

.glyphicons-share:before {
  content: "\E223"; }

.glyphicons-chevron-right:before {
  content: "\E224"; }

.glyphicons-chevron-left:before {
  content: "\E225"; }

.glyphicons-bluetooth:before {
  content: "\E226"; }

.glyphicons-euro:before {
  content: "\20AC"; }

.glyphicons-usd:before {
  content: "\E228"; }

.glyphicons-gbp:before {
  content: "\E229"; }

.glyphicons-retweet-2:before {
  content: "\E230"; }

.glyphicons-moon:before {
  content: "\E231"; }

.glyphicons-sun:before {
  content: "\2609"; }

.glyphicons-cloud:before {
  content: "\2601"; }

.glyphicons-direction:before {
  content: "\E234"; }

.glyphicons-brush:before {
  content: "\E235"; }

.glyphicons-pen:before {
  content: "\E236"; }

.glyphicons-zoom-in:before {
  content: "\E237"; }

.glyphicons-zoom-out:before {
  content: "\E238"; }

.glyphicons-pin:before {
  content: "\E239"; }

.glyphicons-albums:before {
  content: "\E240"; }

.glyphicons-rotation-lock:before {
  content: "\E241"; }

.glyphicons-flash:before {
  content: "\E242"; }

.glyphicons-google-maps:before {
  content: "\E243"; }

.glyphicons-anchor:before {
  content: "\2693"; }

.glyphicons-conversation:before {
  content: "\E245"; }

.glyphicons-chat:before {
  content: "\E246"; }

.glyphicons-male:before {
  content: "\E247"; }

.glyphicons-female:before {
  content: "\E248"; }

.glyphicons-asterisk:before {
  content: "*"; }

.glyphicons-divide:before {
  content: "\F7"; }

.glyphicons-snorkel-diving:before {
  content: "\E251"; }

.glyphicons-scuba-diving:before {
  content: "\E252"; }

.glyphicons-oxygen-bottle:before {
  content: "\E253"; }

.glyphicons-fins:before {
  content: "\E254"; }

.glyphicons-fishes:before {
  content: "\E255"; }

.glyphicons-boat:before {
  content: "\E256"; }

.glyphicons-delete:before {
  content: "\E257"; }

.glyphicons-sheriffs-star:before {
  content: "\E258"; }

.glyphicons-qrcode:before {
  content: "\E259"; }

.glyphicons-barcode:before {
  content: "\E260"; }

.glyphicons-pool:before {
  content: "\E261"; }

.glyphicons-buoy:before {
  content: "\E262"; }

.glyphicons-spade:before {
  content: "\E263"; }

.glyphicons-bank:before {
  content: "\E264"; }

.glyphicons-vcard:before {
  content: "\E265"; }

.glyphicons-electrical-plug:before {
  content: "\E266"; }

.glyphicons-flag:before {
  content: "\E267"; }

.glyphicons-credit-card:before {
  content: "\E268"; }

.glyphicons-keyboard-wireless:before {
  content: "\E269"; }

.glyphicons-keyboard-wired:before {
  content: "\E270"; }

.glyphicons-shield:before {
  content: "\E271"; }

.glyphicons-ring:before {
  content: "\2DA"; }

.glyphicons-cake:before {
  content: "\E273"; }

.glyphicons-drink:before {
  content: "\E274"; }

.glyphicons-beer:before {
  content: "\E275"; }

.glyphicons-fast-food:before {
  content: "\E276"; }

.glyphicons-cutlery:before {
  content: "\E277"; }

.glyphicons-pizza:before {
  content: "\E278"; }

.glyphicons-birthday-cake:before {
  content: "\E279"; }

.glyphicons-tablet:before {
  content: "\E280"; }

.glyphicons-settings:before {
  content: "\E281"; }

.glyphicons-bullets:before {
  content: "\E282"; }

.glyphicons-cardio:before {
  content: "\E283"; }

.glyphicons-t-shirt:before {
  content: "\E284"; }

.glyphicons-pants:before {
  content: "\E285"; }

.glyphicons-sweater:before {
  content: "\E286"; }

.glyphicons-fabric:before {
  content: "\E287"; }

.glyphicons-leather:before {
  content: "\E288"; }

.glyphicons-scissors:before {
  content: "\E289"; }

.glyphicons-bomb:before {
  content: "\E290"; }

.glyphicons-skull:before {
  content: "\E291"; }

.glyphicons-celebration:before {
  content: "\E292"; }

.glyphicons-tea-kettle:before {
  content: "\E293"; }

.glyphicons-french-press:before {
  content: "\E294"; }

.glyphicons-coffee-cup:before {
  content: "\E295"; }

.glyphicons-pot:before {
  content: "\E296"; }

.glyphicons-grater:before {
  content: "\E297"; }

.glyphicons-kettle:before {
  content: "\E298"; }

.glyphicons-hospital:before {
  content: "\E299"; }

.glyphicons-hospital-h:before {
  content: "\E300"; }

.glyphicons-microphone:before {
  content: "\E301"; }

.glyphicons-webcam:before {
  content: "\E302"; }

.glyphicons-temple-christianity-church:before {
  content: "\E303"; }

.glyphicons-temple-islam:before {
  content: "\E304"; }

.glyphicons-temple-hindu:before {
  content: "\E305"; }

.glyphicons-temple-buddhist:before {
  content: "\E306"; }

.glyphicons-bicycle:before {
  content: "\E307"; }

.glyphicons-life-preserver:before {
  content: "\E308"; }

.glyphicons-share-alt:before {
  content: "\E309"; }

.glyphicons-comments:before {
  content: "\E310"; }

.glyphicons-flower:before {
  content: "\2698"; }

.glyphicons-baseball:before {
  content: "\26BE"; }

.glyphicons-rugby:before {
  content: "\E313"; }

.glyphicons-ax:before {
  content: "\E314"; }

.glyphicons-table-tennis:before {
  content: "\E315"; }

.glyphicons-bowling:before {
  content: "\E316"; }

.glyphicons-tree-conifer:before {
  content: "\E317"; }

.glyphicons-tree-deciduous:before {
  content: "\E318"; }

.glyphicons-more-items:before {
  content: "\E319"; }

.glyphicons-sort:before {
  content: "\E320"; }

.glyphicons-filter:before {
  content: "\E321"; }

.glyphicons-gamepad:before {
  content: "\E322"; }

.glyphicons-playing-dices:before {
  content: "\E323"; }

.glyphicons-calculator:before {
  content: "\E324"; }

.glyphicons-tie:before {
  content: "\E325"; }

.glyphicons-wallet:before {
  content: "\E326"; }

.glyphicons-piano:before {
  content: "\E327"; }

.glyphicons-sampler:before {
  content: "\E328"; }

.glyphicons-podium:before {
  content: "\E329"; }

.glyphicons-soccer-ball:before {
  content: "\E330"; }

.glyphicons-blog:before {
  content: "\E331"; }

.glyphicons-dashboard:before {
  content: "\E332"; }

.glyphicons-certificate:before {
  content: "\E333"; }

.glyphicons-bell:before {
  content: "\E334"; }

.glyphicons-candle:before {
  content: "\E335"; }

.glyphicons-pushpin:before {
  content: "\E336"; }

.glyphicons-iphone-shake:before {
  content: "\E337"; }

.glyphicons-pin-flag:before {
  content: "\E338"; }

.glyphicons-turtle:before {
  content: "\E339"; }

.glyphicons-rabbit:before {
  content: "\E340"; }

.glyphicons-globe:before {
  content: "\E341"; }

.glyphicons-briefcase:before {
  content: "\E342"; }

.glyphicons-hdd:before {
  content: "\E343"; }

.glyphicons-thumbs-up:before {
  content: "\E344"; }

.glyphicons-thumbs-down:before {
  content: "\E345"; }

.glyphicons-hand-right:before {
  content: "\E346"; }

.glyphicons-hand-left:before {
  content: "\E347"; }

.glyphicons-hand-up:before {
  content: "\E348"; }

.glyphicons-hand-down:before {
  content: "\E349"; }

.glyphicons-fullscreen:before {
  content: "\E350"; }

.glyphicons-shopping-bag:before {
  content: "\E351"; }

.glyphicons-book-open:before {
  content: "\E352"; }

.glyphicons-nameplate:before {
  content: "\E353"; }

.glyphicons-nameplate-alt:before {
  content: "\E354"; }

.glyphicons-vases:before {
  content: "\E355"; }

.glyphicons-bullhorn:before {
  content: "\E356"; }

.glyphicons-dumbbell:before {
  content: "\E357"; }

.glyphicons-suitcase:before {
  content: "\E358"; }

.glyphicons-file-import:before {
  content: "\E359"; }

.glyphicons-file-export:before {
  content: "\E360"; }

.glyphicons-bug:before {
  content: "\E361"; }

.glyphicons-crown:before {
  content: "\E362"; }

.glyphicons-smoking:before {
  content: "\E363"; }

.glyphicons-cloud-download:before {
  content: "\E364"; }

.glyphicons-cloud-upload:before {
  content: "\E365"; }

.glyphicons-restart:before {
  content: "\E366"; }

.glyphicons-security-camera:before {
  content: "\E367"; }

.glyphicons-expand:before {
  content: "\E368"; }

.glyphicons-collapse:before {
  content: "\E369"; }

.glyphicons-collapse-top:before {
  content: "\E370"; }

.glyphicons-globe-af:before {
  content: "\E371"; }

.glyphicons-global:before {
  content: "\E372"; }

.glyphicons-spray:before {
  content: "\E373"; }

.glyphicons-nails:before {
  content: "\E374"; }

.glyphicons-claw-hammer:before {
  content: "\E375"; }

.glyphicons-classic-hammer:before {
  content: "\E376"; }

.glyphicons-hand-saw:before {
  content: "\E377"; }

.glyphicons-riflescope:before {
  content: "\E378"; }

.glyphicons-electrical-socket-eu:before {
  content: "\E379"; }

.glyphicons-electrical-socket-us:before {
  content: "\E380"; }

.glyphicons-message-forward:before {
  content: "\E381"; }

.glyphicons-coat-hanger:before {
  content: "\E382"; }

.glyphicons-dress:before {
  content: "\E383"; }

.glyphicons-bathrobe:before {
  content: "\E384"; }

.glyphicons-shirt:before {
  content: "\E385"; }

.glyphicons-underwear:before {
  content: "\E386"; }

.glyphicons-log-in:before {
  content: "\E387"; }

.glyphicons-log-out:before {
  content: "\E388"; }

.glyphicons-exit:before {
  content: "\E389"; }

.glyphicons-new-window-alt:before {
  content: "\E390"; }

.glyphicons-video-sd:before {
  content: "\E391"; }

.glyphicons-video-hd:before {
  content: "\E392"; }

.glyphicons-subtitles:before {
  content: "\E393"; }

.glyphicons-sound-stereo:before {
  content: "\E394"; }

.glyphicons-sound-dolby:before {
  content: "\E395"; }

.glyphicons-sound-5-1:before {
  content: "\E396"; }

.glyphicons-sound-6-1:before {
  content: "\E397"; }

.glyphicons-sound-7-1:before {
  content: "\E398"; }

.glyphicons-copyright-mark:before {
  content: "\E399"; }

.glyphicons-registration-mark:before {
  content: "\E400"; }

.glyphicons-radar:before {
  content: "\E401"; }

.glyphicons-skateboard:before {
  content: "\E402"; }

.glyphicons-golf-course:before {
  content: "\E403"; }

.glyphicons-sorting:before {
  content: "\E404"; }

.glyphicons-sort-by-alphabet:before {
  content: "\E405"; }

.glyphicons-sort-by-alphabet-alt:before {
  content: "\E406"; }

.glyphicons-sort-by-order:before {
  content: "\E407"; }

.glyphicons-sort-by-order-alt:before {
  content: "\E408"; }

.glyphicons-sort-by-attributes:before {
  content: "\E409"; }

.glyphicons-sort-by-attributes-alt:before {
  content: "\E410"; }

.glyphicons-compressed:before {
  content: "\E411"; }

.glyphicons-package:before {
  content: "\E412"; }

.glyphicons-cloud-plus:before {
  content: "\E413"; }

.glyphicons-cloud-minus:before {
  content: "\E414"; }

.glyphicons-disk-save:before {
  content: "\E415"; }

.glyphicons-disk-open:before {
  content: "\E416"; }

.glyphicons-disk-saved:before {
  content: "\E417"; }

.glyphicons-disk-remove:before {
  content: "\E418"; }

.glyphicons-disk-import:before {
  content: "\E419"; }

.glyphicons-disk-export:before {
  content: "\E420"; }

.glyphicons-tower:before {
  content: "\E421"; }

.glyphicons-send:before {
  content: "\E422"; }

.glyphicons-git-branch:before {
  content: "\E423"; }

.glyphicons-git-create:before {
  content: "\E424"; }

.glyphicons-git-private:before {
  content: "\E425"; }

.glyphicons-git-delete:before {
  content: "\E426"; }

.glyphicons-git-merge:before {
  content: "\E427"; }

.glyphicons-git-pull-request:before {
  content: "\E428"; }

.glyphicons-git-compare:before {
  content: "\E429"; }

.glyphicons-git-commit:before {
  content: "\E430"; }

.glyphicons-construction-cone:before {
  content: "\E431"; }

.glyphicons-shoe-steps:before {
  content: "\E432"; }

.glyphicons-plus:before {
  content: "+"; }

.glyphicons-minus:before {
  content: "\2212"; }

.glyphicons-redo:before {
  content: "\E435"; }

.glyphicons-undo:before {
  content: "\E436"; }

.glyphicons-golf:before {
  content: "\E437"; }

.glyphicons-hockey:before {
  content: "\E438"; }

.glyphicons-pipe:before {
  content: "\E439"; }

.glyphicons-wrench:before {
  content: "\E440"; }

.glyphicons-folder-closed:before {
  content: "\E441"; }

.glyphicons-phone-alt:before {
  content: "\E442"; }

.glyphicons-earphone:before {
  content: "\E443"; }

.glyphicons-floppy-disk:before {
  content: "\E444"; }

.glyphicons-floppy-saved:before {
  content: "\E445"; }

.glyphicons-floppy-remove:before {
  content: "\E446"; }

.glyphicons-floppy-save:before {
  content: "\E447"; }

.glyphicons-floppy-open:before {
  content: "\E448"; }

.glyphicons-translate:before {
  content: "\E449"; }

.glyphicons-fax:before {
  content: "\E450"; }

.glyphicons-factory:before {
  content: "\E451"; }

.glyphicons-shop-window:before {
  content: "\E452"; }

.glyphicons-shop:before {
  content: "\E453"; }

.glyphicons-kiosk:before {
  content: "\E454"; }

.glyphicons-kiosk-wheels:before {
  content: "\E455"; }

.glyphicons-kiosk-light:before {
  content: "\E456"; }

.glyphicons-kiosk-food:before {
  content: "\E457"; }

.glyphicons-transfer:before {
  content: "\E458"; }

.glyphicons-money:before {
  content: "\E459"; }

.glyphicons-header:before {
  content: "\E460"; }

.glyphicons-blacksmith:before {
  content: "\E461"; }

.glyphicons-saw-blade:before {
  content: "\E462"; }

.glyphicons-basketball:before {
  content: "\E463"; }

.glyphicons-server:before {
  content: "\E464"; }

.glyphicons-server-plus:before {
  content: "\E465"; }

.glyphicons-server-minus:before {
  content: "\E466"; }

.glyphicons-server-ban:before {
  content: "\E467"; }

.glyphicons-server-flag:before {
  content: "\E468"; }

.glyphicons-server-lock:before {
  content: "\E469"; }

.glyphicons-server-new:before {
  content: "\E470"; }

.glyphicons-charging-station:before {
  content: "\F471"; }

.glyphicons-gas-station:before {
  content: "\E472"; }

.glyphicons-target:before {
  content: "\E473"; }

.glyphicons-bed-alt:before {
  content: "\E474"; }

.glyphicons-mosquito-net:before {
  content: "\E475"; }

.glyphicons-dining-set:before {
  content: "\E476"; }

.glyphicons-plate-of-food:before {
  content: "\E477"; }

.glyphicons-hygiene-kit:before {
  content: "\E478"; }

.glyphicons-blackboard:before {
  content: "\E479"; }

.glyphicons-marriage:before {
  content: "\E480"; }

.glyphicons-bucket:before {
  content: "\E481"; }

.glyphicons-none-color-swatch:before {
  content: "\E482"; }

.glyphicons-bring-forward:before {
  content: "\E483"; }

.glyphicons-bring-to-front:before {
  content: "\E484"; }

.glyphicons-send-backward:before {
  content: "\E485"; }

.glyphicons-send-to-back:before {
  content: "\E486"; }

.glyphicons-fit-frame-to-image:before {
  content: "\E487"; }

.glyphicons-fit-image-to-frame:before {
  content: "\E488"; }

.glyphicons-multiple-displays:before {
  content: "\E489"; }

.glyphicons-handshake:before {
  content: "\E490"; }

.glyphicons-child:before {
  content: "\E491"; }

.glyphicons-baby-formula:before {
  content: "\E492"; }

.glyphicons-medicine:before {
  content: "\E493"; }

.glyphicons-atv-vehicle:before {
  content: "\E494"; }

.glyphicons-motorcycle:before {
  content: "\E495"; }

.glyphicons-bed:before {
  content: "\E496"; }

.glyphicons-tent:before {
  content: "\26FA"; }

.glyphicons-glasses:before {
  content: "\E498"; }

.glyphicons-sunglasses:before {
  content: "\E499"; }

.glyphicons-family:before {
  content: "\E500"; }

.glyphicons-education:before {
  content: "\E501"; }

.glyphicons-shoes:before {
  content: "\E502"; }

.glyphicons-map:before {
  content: "\E503"; }

.glyphicons-cd:before {
  content: "\E504"; }

.glyphicons-alert:before {
  content: "\E505"; }

.glyphicons-piggy-bank:before {
  content: "\E506"; }

.glyphicons-star-half:before {
  content: "\E507"; }

.glyphicons-cluster:before {
  content: "\E508"; }

.glyphicons-flowchart:before {
  content: "\E509"; }

.glyphicons-commodities:before {
  content: "\E510"; }

.glyphicons-duplicate:before {
  content: "\E511"; }

.glyphicons-copy:before {
  content: "\E512"; }

.glyphicons-paste:before {
  content: "\E513"; }

.glyphicons-bath-bathtub:before {
  content: "\E514"; }

.glyphicons-bath-shower:before {
  content: "\E515"; }

.glyphicons-shower:before {
  content: "\1F6BF"; }

.glyphicons-menu-hamburger:before {
  content: "\E517"; }

.glyphicons-option-vertical:before {
  content: "\E518"; }

.glyphicons-option-horizontal:before {
  content: "\E519"; }

.glyphicons-currency-conversion:before {
  content: "\E520"; }

.glyphicons-user-ban:before {
  content: "\E521"; }

.glyphicons-user-lock:before {
  content: "\E522"; }

.glyphicons-user-flag:before {
  content: "\E523"; }

.glyphicons-user-asterisk:before {
  content: "\E524"; }

.glyphicons-user-alert:before {
  content: "\E525"; }

.glyphicons-user-key:before {
  content: "\E526"; }

.glyphicons-user-conversation:before {
  content: "\E527"; }

.glyphicons-database:before {
  content: "\E528"; }

.glyphicons-database-search:before {
  content: "\E529"; }

.glyphicons-list-alt:before {
  content: "\E530"; }

.glyphicons-hazard-sign:before {
  content: "\E531"; }

.glyphicons-hazard:before {
  content: "\E532"; }

.glyphicons-stop-sign:before {
  content: "\E533"; }

.glyphicons-lab:before {
  content: "\E534"; }

.glyphicons-lab-alt:before {
  content: "\E535"; }

.glyphicons-ice-cream:before {
  content: "\E536"; }

.glyphicons-ice-lolly:before {
  content: "\E537"; }

.glyphicons-ice-lolly-tasted:before {
  content: "\E538"; }

.glyphicons-invoice:before {
  content: "\E539"; }

.glyphicons-cart-tick:before {
  content: "\E540"; }

.glyphicons-hourglass:before {
  content: "\231B"; }

.glyphicons-cat:before {
  content: "\1F408"; }

.glyphicons-lamp:before {
  content: "\E543"; }

.glyphicons-scale-classic:before {
  content: "\E544"; }

.glyphicons-eye-plus:before {
  content: "\E545"; }

.glyphicons-eye-minus:before {
  content: "\E546"; }

.glyphicons-quote:before {
  content: "\E547"; }

.glyphicons-bitcoin:before {
  content: "\E548"; }

.glyphicons-yen:before {
  content: "\A5"; }

.glyphicons-ruble:before {
  content: "\20BD"; }

.glyphicons-erase:before {
  content: "\E551"; }

.glyphicons-podcast:before {
  content: "\E552"; }

.glyphicons-firework:before {
  content: "\E553"; }

.glyphicons-scale:before {
  content: "\E554"; }

.glyphicons-king:before {
  content: "\E555"; }

.glyphicons-queen:before {
  content: "\E556"; }

.glyphicons-pawn:before {
  content: "\E557"; }

.glyphicons-bishop:before {
  content: "\E558"; }

.glyphicons-knight:before {
  content: "\E559"; }

.glyphicons-mic-mute:before {
  content: "\E560"; }

.glyphicons-voicemail:before {
  content: "\E561"; }

.glyphicons-paragraph:before {
  content: "\B6"; }

.glyphicons-person-walking:before {
  content: "\E563"; }

.glyphicons-person-wheelchair:before {
  content: "\E564"; }

.glyphicons-underground:before {
  content: "\E565"; }

.glyphicons-car-hov:before {
  content: "\E566"; }

.glyphicons-car-rental:before {
  content: "\E567"; }

.glyphicons-transport:before {
  content: "\E568"; }

.glyphicons-taxi:before {
  content: "\1F695"; }

.glyphicons-ice-cream-no:before {
  content: "\E570"; }

.glyphicons-uk-rat-u:before {
  content: "\E571"; }

.glyphicons-uk-rat-pg:before {
  content: "\E572"; }

.glyphicons-uk-rat-12a:before {
  content: "\E573"; }

.glyphicons-uk-rat-12:before {
  content: "\E574"; }

.glyphicons-uk-rat-15:before {
  content: "\E575"; }

.glyphicons-uk-rat-18:before {
  content: "\E576"; }

.glyphicons-uk-rat-r18:before {
  content: "\E577"; }

.glyphicons-tv:before {
  content: "\E578"; }

.glyphicons-sms:before {
  content: "\E579"; }

.glyphicons-mms:before {
  content: "\E580"; }

.glyphicons-us-rat-g:before {
  content: "\E581"; }

.glyphicons-us-rat-pg:before {
  content: "\E582"; }

.glyphicons-us-rat-pg-13:before {
  content: "\E583"; }

.glyphicons-us-rat-restricted:before {
  content: "\E584"; }

.glyphicons-us-rat-no-one-17:before {
  content: "\E585"; }

.glyphicons-equalizer:before {
  content: "\E586"; }

.glyphicons-speakers:before {
  content: "\E587"; }

.glyphicons-remote-control:before {
  content: "\E588"; }

.glyphicons-remote-control-tv:before {
  content: "\E589"; }

.glyphicons-shredder:before {
  content: "\E590"; }

.glyphicons-folder-heart:before {
  content: "\E591"; }

.glyphicons-person-running:before {
  content: "\E592"; }

.glyphicons-person:before {
  content: "\E593"; }

.glyphicons-voice:before {
  content: "\E594"; }

.glyphicons-stethoscope:before {
  content: "\E595"; }

.glyphicons-hotspot:before {
  content: "\E596"; }

.glyphicons-activity:before {
  content: "\E597"; }

.glyphicons-watch:before {
  content: "\231A"; }

.glyphicons-scissors-alt:before {
  content: "\E599"; }

.glyphicons-car-wheel:before {
  content: "\E600"; }

.glyphicons-chevron-up:before {
  content: "\E601"; }

.glyphicons-chevron-down:before {
  content: "\E602"; }

.glyphicons-superscript:before {
  content: "\E603"; }

.glyphicons-subscript:before {
  content: "\E604"; }

.glyphicons-text-size:before {
  content: "\E605"; }

.glyphicons-text-color:before {
  content: "\E606"; }

.glyphicons-text-background:before {
  content: "\E607"; }

.glyphicons-modal-window:before {
  content: "\E608"; }

.glyphicons-newspaper:before {
  content: "\1F4F0"; }

.glyphicons-tractor:before {
  content: "\1F69C"; }

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

.social-pinterest:before {
  content: "\E001"; }

.social-dropbox:before {
  content: "\E002"; }

.social-google-plus:before {
  content: "\E003"; }

.social-jolicloud:before {
  content: "\E004"; }

.social-yahoo:before {
  content: "\E005"; }

.social-blogger:before {
  content: "\E006"; }

.social-picasa:before {
  content: "\E007"; }

.social-amazon:before {
  content: "\E008"; }

.social-tumblr:before {
  content: "\E009"; }

.social-wordpress:before {
  content: "\E010"; }

.social-instapaper:before {
  content: "\E011"; }

.social-evernote:before {
  content: "\E012"; }

.social-xing:before {
  content: "\E013"; }

.social-zootool:before {
  content: "\E014"; }

.social-dribbble:before {
  content: "\E015"; }

.social-deviantart:before {
  content: "\E016"; }

.social-read-it-later:before {
  content: "\E017"; }

.social-linked-in:before {
  content: "\E018"; }

.social-forrst:before {
  content: "\E019"; }

.social-pinboard:before {
  content: "\E020"; }

.social-behance:before {
  content: "\E021"; }

.social-github:before {
  content: "\E022"; }

.social-youtube:before {
  content: "\E023"; }

.social-skitch:before {
  content: "\E024"; }

.social-foursquare:before {
  content: "\E025"; }

.social-quora:before {
  content: "\E026"; }

.social-badoo:before {
  content: "\E027"; }

.social-spotify:before {
  content: "\E028"; }

.social-stumbleupon:before {
  content: "\E029"; }

.social-readability:before {
  content: "\E030"; }

.social-facebook:before {
  content: "\E031"; }

.social-twitter:before {
  content: "\E032"; }

.social-instagram:before {
  content: "\E033"; }

.social-posterous-spaces:before {
  content: "\E034"; }

.social-vimeo:before {
  content: "\E035"; }

.social-flickr:before {
  content: "\E036"; }

.social-last-fm:before {
  content: "\E037"; }

.social-rss:before {
  content: "\E038"; }

.social-skype:before {
  content: "\E039"; }

.social-e-mail:before {
  content: "\E040"; }

.social-vine:before {
  content: "\E041"; }

.social-myspace:before {
  content: "\E042"; }

.social-goodreads:before {
  content: "\E043"; }

.social-apple:before {
  content: "\F8FF"; }

.social-windows:before {
  content: "\E045"; }

.social-yelp:before {
  content: "\E046"; }

.social-playstation:before {
  content: "\E047"; }

.social-xbox:before {
  content: "\E048"; }

.social-android:before {
  content: "\E049"; }

.social-ios:before {
  content: "\E050"; }

.social-wikipedia:before {
  content: "\E051"; }

.social-pocket:before {
  content: "\E052"; }

.social-steam:before {
  content: "\E053"; }

.social-souncloud:before {
  content: "\E054"; }

.social-slideshare:before {
  content: "\E055"; }

.social-netflix:before {
  content: "\E056"; }

.social-paypal:before {
  content: "\E057"; }

.social-google-drive:before {
  content: "\E058"; }

.social-linux-foundation:before {
  content: "\E059"; }

.social-ebay:before {
  content: "\E060"; }

.halflings.x05 {
  font-size: 6px; }

.halflings.x2 {
  font-size: 24px; }

.halflings.x3 {
  font-size: 36px; }

.halflings.x4 {
  font-size: 48px; }

.halflings.x5 {
  font-size: 60px; }

.halflings.x6 {
  font-size: 72px; }

.halflings.x7 {
  font-size: 84px; }

.halflings.x8 {
  font-size: 96px; }

.halflings.light:before {
  color: #f2f2f2; }

.halflings.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.halflings.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.halflings.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.halflings.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.halflings.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.halflings.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.halflings-glass:before {
  content: "\E001"; }

.halflings-music:before {
  content: "\E002"; }

.halflings-search:before {
  content: "\E003"; }

.halflings-envelope:before {
  content: "\E004"; }

.halflings-heart:before {
  content: "\E005"; }

.halflings-star:before {
  content: "\E006"; }

.halflings-star-empty:before {
  content: "\E007"; }

.halflings-user:before {
  content: "\E008"; }

.halflings-film:before {
  content: "\E009"; }

.halflings-th-large:before {
  content: "\E010"; }

.halflings-th:before {
  content: "\E011"; }

.halflings-th-list:before {
  content: "\E012"; }

.halflings-ok:before {
  content: "\E013"; }

.halflings-remove:before {
  content: "\E014"; }

.halflings-zoom-in:before {
  content: "\E015"; }

.halflings-zoom-out:before {
  content: "\E016"; }

.halflings-off:before {
  content: "\E017"; }

.halflings-signal:before {
  content: "\E018"; }

.halflings-cog:before {
  content: "\E019"; }

.halflings-trash:before {
  content: "\E020"; }

.halflings-home:before {
  content: "\E021"; }

.halflings-file:before {
  content: "\E022"; }

.halflings-time:before {
  content: "\E023"; }

.halflings-road:before {
  content: "\E024"; }

.halflings-download-alt:before {
  content: "\E025"; }

.halflings-download:before {
  content: "\E026"; }

.halflings-upload:before {
  content: "\E027"; }

.halflings-inbox:before {
  content: "\E028"; }

.halflings-play-circle:before {
  content: "\E029"; }

.halflings-repeat:before {
  content: "\E030"; }

.halflings-refresh:before {
  content: "\E031"; }

.halflings-list-alt:before {
  content: "\E032"; }

.halflings-lock:before {
  content: "\E033"; }

.halflings-flag:before {
  content: "\E034"; }

.halflings-headphones:before {
  content: "\E035"; }

.halflings-volume-off:before {
  content: "\E036"; }

.halflings-volume-down:before {
  content: "\E037"; }

.halflings-volume-up:before {
  content: "\E038"; }

.halflings-qrcode:before {
  content: "\E039"; }

.halflings-barcode:before {
  content: "\E040"; }

.halflings-tag:before {
  content: "\E041"; }

.halflings-tags:before {
  content: "\E042"; }

.halflings-book:before {
  content: "\E043"; }

.halflings-bookmark:before {
  content: "\E044"; }

.halflings-print:before {
  content: "\E045"; }

.halflings-camera:before {
  content: "\E046"; }

.halflings-font:before {
  content: "\E047"; }

.halflings-bold:before {
  content: "\E048"; }

.halflings-italic:before {
  content: "\E049"; }

.halflings-text-height:before {
  content: "\E050"; }

.halflings-text-width:before {
  content: "\E051"; }

.halflings-align-left:before {
  content: "\E052"; }

.halflings-align-center:before {
  content: "\E053"; }

.halflings-align-right:before {
  content: "\E054"; }

.halflings-align-justify:before {
  content: "\E055"; }

.halflings-list:before {
  content: "\E056"; }

.halflings-indent-left:before {
  content: "\E057"; }

.halflings-indent-right:before {
  content: "\E058"; }

.halflings-facetime-video:before {
  content: "\E059"; }

.halflings-picture:before {
  content: "\E060"; }

.halflings-pencil:before {
  content: "\E061"; }

.halflings-map-marker:before {
  content: "\E062"; }

.halflings-adjust:before {
  content: "\E063"; }

.halflings-tint:before {
  content: "\E064"; }

.halflings-edit:before {
  content: "\E065"; }

.halflings-share:before {
  content: "\E066"; }

.halflings-check:before {
  content: "\E067"; }

.halflings-move:before {
  content: "\E068"; }

.halflings-step-backward:before {
  content: "\E069"; }

.halflings-fast-backward:before {
  content: "\E070"; }

.halflings-backward:before {
  content: "\E071"; }

.halflings-play:before {
  content: "\E072"; }

.halflings-pause:before {
  content: "\E073"; }

.halflings-stop:before {
  content: "\E074"; }

.halflings-forward:before {
  content: "\E075"; }

.halflings-fast-forward:before {
  content: "\E076"; }

.halflings-step-forward:before {
  content: "\E077"; }

.halflings-eject:before {
  content: "\E078"; }

.halflings-chevron-left:before {
  content: "\E079"; }

.halflings-chevron-right:before {
  content: "\E080"; }

.halflings-plus-sign:before {
  content: "\E081"; }

.halflings-minus-sign:before {
  content: "\E082"; }

.halflings-remove-sign:before {
  content: "\E083"; }

.halflings-ok-sign:before {
  content: "\E084"; }

.halflings-question-sign:before {
  content: "\E085"; }

.halflings-info-sign:before {
  content: "\E086"; }

.halflings-screenshot:before {
  content: "\E087"; }

.halflings-remove-circle:before {
  content: "\E088"; }

.halflings-ok-circle:before {
  content: "\E089"; }

.halflings-ban-circle:before {
  content: "\E090"; }

.halflings-arrow-left:before {
  content: "\E091"; }

.halflings-arrow-right:before {
  content: "\E092"; }

.halflings-arrow-up:before {
  content: "\E093"; }

.halflings-arrow-down:before {
  content: "\E094"; }

.halflings-share-alt:before {
  content: "\E095"; }

.halflings-resize-full:before {
  content: "\E096"; }

.halflings-resize-small:before {
  content: "\E097"; }

.halflings-plus:before {
  content: "\E098"; }

.halflings-minus:before {
  content: "\E099"; }

.halflings-asterisk:before {
  content: "\E100"; }

.halflings-exclamation-sign:before {
  content: "\E101"; }

.halflings-gift:before {
  content: "\E102"; }

.halflings-leaf:before {
  content: "\E103"; }

.halflings-fire:before {
  content: "\E104"; }

.halflings-eye-open:before {
  content: "\E105"; }

.halflings-eye-close:before {
  content: "\E106"; }

.halflings-warning-sign:before {
  content: "\E107"; }

.halflings-plane:before {
  content: "\E108"; }

.halflings-calendar:before {
  content: "\E109"; }

.halflings-random:before {
  content: "\E110"; }

.halflings-comments:before {
  content: "\E111"; }

.halflings-magnet:before {
  content: "\E112"; }

.halflings-chevron-up:before {
  content: "\E113"; }

.halflings-chevron-down:before {
  content: "\E114"; }

.halflings-retweet:before {
  content: "\E115"; }

.halflings-shopping-cart:before {
  content: "\E116"; }

.halflings-folder-close:before {
  content: "\E117"; }

.halflings-folder-open:before {
  content: "\E118"; }

.halflings-resize-vertical:before {
  content: "\E119"; }

.halflings-resize-horizontal:before {
  content: "\E120"; }

.halflings-hdd:before {
  content: "\E121"; }

.halflings-bullhorn:before {
  content: "\E122"; }

.halflings-bell:before {
  content: "\E123"; }

.halflings-certificate:before {
  content: "\E124"; }

.halflings-thumbs-up:before {
  content: "\E125"; }

.halflings-thumbs-down:before {
  content: "\E126"; }

.halflings-hand-right:before {
  content: "\E127"; }

.halflings-hand-left:before {
  content: "\E128"; }

.halflings-hand-top:before {
  content: "\E129"; }

.halflings-hand-down:before {
  content: "\E130"; }

.halflings-circle-arrow-right:before {
  content: "\E131"; }

.halflings-circle-arrow-left:before {
  content: "\E132"; }

.halflings-circle-arrow-top:before {
  content: "\E133"; }

.halflings-circle-arrow-down:before {
  content: "\E134"; }

.halflings-globe:before {
  content: "\E135"; }

.halflings-wrench:before {
  content: "\E136"; }

.halflings-tasks:before {
  content: "\E137"; }

.halflings-filter:before {
  content: "\E138"; }

.halflings-briefcase:before {
  content: "\E139"; }

.halflings-fullscreen:before {
  content: "\E140"; }

.halflings-dashboard:before {
  content: "\E141"; }

.halflings-paperclip:before {
  content: "\E142"; }

.halflings-heart-empty:before {
  content: "\E143"; }

.halflings-link:before {
  content: "\E144"; }

.halflings-phone:before {
  content: "\E145"; }

.halflings-pushpin:before {
  content: "\E146"; }

.halflings-euro:before {
  content: "\E147"; }

.halflings-usd:before {
  content: "\E148"; }

.halflings-gbp:before {
  content: "\E149"; }

.halflings-sort:before {
  content: "\E150"; }

.halflings-sort-by-alphabet:before {
  content: "\E151"; }

.halflings-sort-by-alphabet-alt:before {
  content: "\E152"; }

.halflings-sort-by-order:before {
  content: "\E153"; }

.halflings-sort-by-order-alt:before {
  content: "\E154"; }

.halflings-sort-by-attributes:before {
  content: "\E155"; }

.halflings-sort-by-attributes-alt:before {
  content: "\E156"; }

.halflings-unchecked:before {
  content: "\E157"; }

.halflings-expand:before {
  content: "\E158"; }

.halflings-collapse:before {
  content: "\E159"; }

.halflings-collapse-top:before {
  content: "\E160"; }

.halflings-log-in:before {
  content: "\E161"; }

.halflings-flash:before {
  content: "\E162"; }

.halflings-log-out:before {
  content: "\E163"; }

.halflings-new-window:before {
  content: "\E164"; }

.halflings-record:before {
  content: "\E165"; }

.halflings-save:before {
  content: "\E166"; }

.halflings-open:before {
  content: "\E167"; }

.halflings-saved:before {
  content: "\E168"; }

.halflings-import:before {
  content: "\E169"; }

.halflings-export:before {
  content: "\E170"; }

.halflings-send:before {
  content: "\E171"; }

.halflings-floppy-disk:before {
  content: "\E172"; }

.halflings-floppy-saved:before {
  content: "\E173"; }

.halflings-floppy-remove:before {
  content: "\E174"; }

.halflings-floppy-save:before {
  content: "\E175"; }

.halflings-floppy-open:before {
  content: "\E176"; }

.halflings-credit-card:before {
  content: "\E177"; }

.halflings-transfer:before {
  content: "\E178"; }

.halflings-cutlery:before {
  content: "\E179"; }

.halflings-header:before {
  content: "\E180"; }

.halflings-compressed:before {
  content: "\E181"; }

.halflings-earphone:before {
  content: "\E182"; }

.halflings-phone-alt:before {
  content: "\E183"; }

.halflings-tower:before {
  content: "\E184"; }

.halflings-stats:before {
  content: "\E185"; }

.halflings-sd-video:before {
  content: "\E186"; }

.halflings-hd-video:before {
  content: "\E187"; }

.halflings-subtitles:before {
  content: "\E188"; }

.halflings-sound-stereo:before {
  content: "\E189"; }

.halflings-sound-dolby:before {
  content: "\E190"; }

.halflings-sound-5-1:before {
  content: "\E191"; }

.halflings-sound-6-1:before {
  content: "\E192"; }

.halflings-sound-7-1:before {
  content: "\E193"; }

.halflings-copyright-mark:before {
  content: "\E194"; }

.halflings-registration-mark:before {
  content: "\E195"; }

.halflings-cloud:before {
  content: "\E196"; }

.halflings-cloud-download:before {
  content: "\E197"; }

.halflings-cloud-upload:before {
  content: "\E198"; }

.halflings-tree-conifer:before {
  content: "\E199"; }

.halflings-tree-deciduous:before {
  content: "\E200"; }

.halflings-cd:before {
  content: "\E201"; }

.halflings-save-file:before {
  content: "\E202"; }

.halflings-open-file:before {
  content: "\E203"; }

.halflings-level-up:before {
  content: "\E204"; }

.halflings-copy:before {
  content: "\E205"; }

.halflings-paste:before {
  content: "\E206"; }

.halflings-door:before {
  content: "\E207"; }

.halflings-key:before {
  content: "\E208"; }

.halflings-alert:before {
  content: "\E209"; }

.halflings-equalizer:before {
  content: "\E210"; }

.halflings-king:before {
  content: "\E211"; }

.halflings-queen:before {
  content: "\E212"; }

.halflings-pawn:before {
  content: "\E213"; }

.halflings-bishop:before {
  content: "\E214"; }

.halflings-knight:before {
  content: "\E215"; }

.halflings-baby-formula:before {
  content: "\E216"; }

.halflings-tent:before {
  content: "\E217"; }

.halflings-blackboard:before {
  content: "\E218"; }

.halflings-bed:before {
  content: "\E219"; }

.halflings-apple:before {
  content: "\E220"; }

.halflings-erase:before {
  content: "\E221"; }

.halflings-hourglass:before {
  content: "\E222"; }

.halflings-lamp:before {
  content: "\E223"; }

.halflings-duplicate:before {
  content: "\E224"; }

.halflings-piggy-bank:before {
  content: "\E225"; }

.halflings-scissors:before {
  content: "\E226"; }

.halflings-bitcoin:before {
  content: "\E227"; }

.halflings-yen:before {
  content: "\E228"; }

.halflings-ruble:before {
  content: "\E229"; }

.halflings-scale:before {
  content: "\E230"; }

.halflings-ice-lolly:before {
  content: "\E231"; }

.halflings-ice-lolly-tasted:before {
  content: "\E232"; }

.halflings-education:before {
  content: "\E233"; }

.halflings-option-horizontal:before {
  content: "\E234"; }

.halflings-option-vertical:before {
  content: "\E235"; }

.halflings-menu-hamburger:before {
  content: "\E236"; }

.halflings-modal-window:before {
  content: "\E237"; }

.halflings-oil:before {
  content: "\E238"; }

.halflings-grain:before {
  content: "\E239"; }

.halflings-sunglasses:before {
  content: "\E240"; }

.halflings-text-size:before {
  content: "\E241"; }

.halflings-text-color:before {
  content: "\E242"; }

.halflings-text-background:before {
  content: "\E243"; }

.halflings-object-align-top:before {
  content: "\E244"; }

.halflings-object-align-bottom:before {
  content: "\E245"; }

.halflings-object-align-horizontal:before {
  content: "\E246"; }

.halflings-object-align-left:before {
  content: "\E247"; }

.halflings-object-align-vertical:before {
  content: "\E248"; }

.halflings-object-align-right:before {
  content: "\E249"; }

.halflings-triangle-right:before {
  content: "\E250"; }

.halflings-triangle-left:before {
  content: "\E251"; }

.halflings-triangle-bottom:before {
  content: "\E252"; }

.halflings-triangle-top:before {
  content: "\E253"; }

.halflings-terminal:before {
  content: "\E254"; }

.halflings-superscript:before {
  content: "\E255"; }

.halflings-subscript:before {
  content: "\E256"; }

.halflings-menu-left:before {
  content: "\E257"; }

.halflings-menu-right:before {
  content: "\E258"; }

.halflings-menu-down:before {
  content: "\E259"; }

.halflings-menu-up:before {
  content: "\E260"; }

.halflings-building:before {
  content: "\E261"; }

.halflings-tick:before {
  content: "\E262"; }

.halflings-star-half:before {
  content: "\E263"; }

.halflings-hash:before {
  content: "\E264"; }

.halflings-directions:before {
  content: "\E265"; }

.halflings-gas:before {
  content: "\E266"; }

.halflings-snowflake:before {
  content: "\E267"; }

.halflings-sunlight:before {
  content: "\E268"; }

.halflings-selectbox:before {
  content: "\E269"; }

.halflings-sortable:before {
  content: "\E270"; }

.halflings-note-empty:before {
  content: "\E271"; }

.halflings-note:before {
  content: "\E272"; }

.halflings-direction-right:before {
  content: "\E273"; }

.halflings-direction-left:before {
  content: "\E274"; }

.halflings-direction-down:before {
  content: "\E275"; }

.halflings-direction-up:before {
  content: "\E276"; }

.halflings-parking:before {
  content: "\E277"; }

.halflings-coffee-cup:before {
  content: "\E278"; }

.halflings-record-empty:before {
  content: "\E279"; }

.halflings-move-square:before {
  content: "\E280"; }

.halflings-bug:before {
  content: "\E281"; }

.halflings-display:before {
  content: "\E282"; }

.halflings-direction:before {
  content: "\E283"; }

.halflings-group:before {
  content: "\E284"; }

.halflings-reflect-y:before {
  content: "\E285"; }

.halflings-reflect-x:before {
  content: "\E286"; }

.halflings-battery-charging:before {
  content: "\E287"; }

.halflings-battery-full:before {
  content: "\E288"; }

.halflings-battery-75:before {
  content: "\E289"; }

.halflings-battery-50:before {
  content: "\E290"; }

.halflings-battery-25:before {
  content: "\E291"; }

.halflings-battery-10:before {
  content: "\E292"; }

.halflings-paired:before {
  content: "\E293"; }

.halflings-rotate-right:before {
  content: "\E294"; }

.halflings-rotate-left:before {
  content: "\E295"; }

.halflings-list-numbered:before {
  content: "\E296"; }

.halflings-paragraph:before {
  content: "\E297"; }

.halflings-list-plus:before {
  content: "\E298"; }

.halflings-synchronization:before {
  content: "\E299"; }

.halflings-cube-black:before {
  content: "\E300"; }

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: #E6E6E6; }

[v-cloak] {
  display: none; }

.main {
  max-width: 1536px;
  margin: 0 auto;
  padding: 30px 0px 0; }

*,
:after,
:before {
  box-sizing: border-box; }

.d-flex {
  display: flex; }

.d-flex--between {
  justify-content: space-between; }

.d-flex--center {
  justify-content: center; }

.d-iblock {
  display: inline-block; }

.d-block {
  display: block; }

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

.hr {
  border-top: 1px #E6E6E6;
  width: 85%;
  margin: 0 auto; }

.m-y-2 {
  margin: 2rem 0; }

.section {
  padding: 20px; }

.section--light-grey {
  background: #F1F3F3; }

.section--white {
  background: #FFFFFF; }

.d-center {
  text-align: center;
  width: 100%; }

img {
  max-width: 100%; }

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

p {
  margin: 10px 0; }

/*.no-banner {
  padding-top: 110px !important;
}*/
.icon--tab {
  width: 22px;
  margin-right: 4px;
  margin-bottom: -3px; }

.multiselect__option--selected.multiselect__option--highlight,
.multiselect__option--highlight {
  background: #DB2228 !important;
  color: #FFFFFF !important; }

.multiselect__option {
  word-break: break-word !important; }
  .multiselect__option span {
    white-space: initial !important; }

.multiselect__content {
  background: #fff; }

.multiselect__content-wrapper .multiselect__option--disabled {
  font-weight: 700 !important;
  color: #525252 !important; }

.multiselect__option--group {
  font-weight: 700 !important;
  color: #525252 !important; }

@media screen and (max-width: 560px) {
  .main {
    margin-top: 10px;
    padding: 0 10px; }
  p {
    font-size: 17px;
    line-height: 19px; }
  .hr {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .no-banner {
    padding-top: 67px !important; } }

a {
  text-decoration: none; }

p {
  line-height: 1.625em;
  font-family: "Roboto", sans-serif;
  font-size: 16px; }
  p a {
    color: #1A489D; }
    p a:hover {
      color: #DB2228; }
  p iframe, p img {
    max-width: 100%; }

span iframe, span img {
  max-width: 100%; }

h1 {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #525252; }

h2 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #525252; }

h3 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1A489D; }
  h3 a {
    color: #1A489D !important; }

h4 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1A489D; }

h5 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #525252; }

/*h5 {
  font-size: 20px;
  font-family: $base-font;
  font-weight: $font-medium;
  color: $primary;
}*/
.mt-0 {
  margin-top: 0; }

.mt-1 {
  margin-top: 10px; }

.mt-2 {
  margin-top: 20px; }

.mt-3 {
  margin-top: 30px; }

.mt-4 {
  margin-top: 40px; }

.mt-5 {
  margin-top: 50px; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 10px; }

.mb-2 {
  margin-bottom: 20px; }

.text-red {
  color: #DB2228; }

.text-blue {
  color: #1A489D; }

.text-uppercase {
  text-transform: uppercase; }

.text-bold {
  font-weight: 700; }

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

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

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

.pl-1 {
  padding-left: 10px; }

.pl-2 {
  padding-left: 20px; }

.pr-1 {
  padding-left: 10px; }

.pr-2 {
  padding-right: 20px; }

/* 2 Column Grid */
.layout__2-col {
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: [col] 50% [col] 50%;
  grid-template-rows: [row] auto [row] auto [row];
  text-align: left; }
  .layout__2-col h3 {
    font-size: 28px;
    font-weight: 500; }
  .layout__2-col p {
    font-size: 18px;
    font-weight: 400; }

.layout__2-col--left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1;
  padding-right: 20px; }

.layout__2-col--right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 2 / span 1;
  grid-row: row 1; }

/* 3 Column Grid */
.layout__3-col {
  display: -ms-grid;
  -ms-grid-columns: 32.8% 32.8% 32.8%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: [col] 32.8% [col] 32.8% [col] 32.8%;
  grid-template-rows: [row] auto [row] auto [row]; }

.layout__3-col--first {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1; }

.layout__3-col--second {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 2 / span 1;
  grid-row: row 1; }

.layout__3-col--third {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 3 / span 1;
  grid-row: row 1; }

blockquote {
  background: #F1F3F3;
  padding: 15px 15px 15px 67px;
  font-weight: 500;
  font-size: 28px;
  margin: 0px;
  line-height: 36px;
  color: #525252;
  text-align: left; }
  blockquote p {
    font-size: 18px;
    line-height: 28px; }
  blockquote .blockquote__text--holder {
    border-left: 3px solid #DB2228;
    padding: 0;
    margin: 30px 31px;
    padding-left: 17px; }

.backquoterte {
  border-left: 3px solid #DB2228;
  padding: 0;
  margin: 30px 31px;
  padding-left: 17px;
  background: #F1F3F3;
  padding: 15px 15px 15px 67px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  color: #525252;
  text-align: left; }

.main-content__text > ul {
  list-style-type: circle;
  padding-left: 20px; }

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

.img-responsive {
  max-width: 100%; }

.clearfix {
  display: block; }

.typography .layout__2-col--left,
.typography .layout__2-col--right {
  padding-right: 20px; }

.typography-list {
  list-style: none; }
  .typography-list li {
    display: inline;
    padding-right: 20px; }

img:-moz-loading {
  visibility: hidden; }

@media screen and (max-width: 560px) {
  blockquote {
    padding: 15px 15px 15px 27px; }
  blockquote {
    font-size: 21px;
    line-height: 29px; }
    blockquote p {
      font-size: 21px;
      margin: 30px 0;
      line-height: 29px; }
  .layout__2-col {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row];
    text-align: left; }
  .layout__2-col--left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: col 1 / span 1;
    grid-row: row 1; }
  .layout__2-col--right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2; } }

@media screen and (max-width: 1024px) {
  .hide-m {
    display: none; } }

@media screen and (max-width: 1024px) {
  .hide-t {
    display: none; }
  .layout__3-col {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .layout__3-col--first {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: col 1 / span 1;
    grid-row: row 1; }
  .layout__3-col--second {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2; }
  .layout__3-col--third {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-column: col 1 / span 1;
    grid-row: row 3; } }

@media screen and (min-width: 1025px) {
  .layout__2-col,
  .main-content__text {
    padding: 13px 207px; }
  blockquote {
    margin: 0 125px; } }

@media only screen and (max-width: 736px) {
  .layout__2-col--left {
    padding-right: 0px; } }

.NormalFont {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

.accordion {
  padding: 10px; }

.accordion-item {
  margin-bottom: 10px; }
  .accordion-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #DADEDE; }

.accordion-item__header {
  position: relative; }

.accordion-item__wrap {
  background-color: #FFFFFF;
  border-top: 1px solid #DADEDE;
  padding: 18px 18px 18px 0;
  border-radius: 3px; }

.accordion-item__title {
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1A489D;
  margin: 0;
  display: block;
  position: relative; }

.accordion-item__body {
  /*cursor: pointer;*/
  display: none; }

.accordion-item__link {
  position: relative;
  display: block; }

.accordion-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #DB2228;
  font-size: 20px; }

.accordion-item__wrap--open {
  border-top: 3px solid #1A489D; }
  .accordion-item__wrap--open .accordion-item__link {
    color: #DB2228; }
  .accordion-item__wrap--open .accordion-item__body {
    display: block; }
  .accordion-item__wrap--open .accordion-item__icon {
    transform: rotate(180deg); }

.accordion-item__body .accordion-item__desc,
.accordion-item__body p {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 10px 0 0;
  padding-right: 20px; }

@media screen and (max-width: 414px) {
  .accordion-item__title {
    width: 95% !important;
    word-break: break-word; } }

.alert-box {
  position: relative; }

.alert-box__header {
  margin: 5px 0px;
  position: relative; }

.alert-box__title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase; }

.alert-box__status-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px; }

.alert-box__close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.alert-box__icon {
  font-size: 16px;
  margin-right: 5px; }

.alert-box__close {
  height: 32px;
  width: 32px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 3px;
  display: none; }

.alert-box__body {
  display: none; }

.alert-box__desc {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  /*cursor:pointer;*/ }

.alert-box__link {
  color: #FFFFFF;
  text-decoration: underline;
  text-transform: none;
  font-weight: 700; }

.alert-box__link:hover {
  color: #FFFFFF; }

.alert-box__wrap {
  padding: 2px 20px; }

.alert-box__wrap--open .alert-box__body {
  display: block; }

.alert-box__wrap--open .alert-box__header {
  margin-bottom: 10px; }
  .alert-box__wrap--open .alert-box__header:after {
    display: none; }

.alert-box__wrap--open .alert-box__close {
  display: block; }

.alert-box--high {
  background: #DB2228; }
  .alert-box--high .alert-box__close {
    border: 1px solid #FFFFFF; }
  .alert-box--high .alert-box__status-icon {
    color: #FFFFFF; }
  .alert-box--high .alert-box__close-icon {
    color: #FFFFFF; }

.alert-box--info.GreenBlue, .alert-box--high.GreenBlue {
  background: #1078b6; }

.alert-box--info.DeepSkyBlue, .alert-box--high.DeepSkyBlue {
  background: #00c0f3; }

.alert-box--info.BlueJeans, .alert-box--high.BlueJeans {
  background: #52c4f1; }

.alert-box--info.FunBlue, .alert-box--high.FunBlue {
  background: #1a4a9c; }

.alert-box--info.AlizarinCrimson, .alert-box--high.AlizarinCrimson {
  background: #db2228; }

.alert-box--info.Yellow, .alert-box--high.Yellow {
  background: #ffff00; }

.alert-box--info.Orange, .alert-box--high.Orange {
  background: #ffa500; }

.alert-box--info {
  background: #1A489D; }
  .alert-box--info .alert-box__desc {
    color: #FFFFFF; }
  .alert-box--info .alert-box__title {
    color: #FFFFFF; }
  .alert-box--info .alert-box__close {
    border: 1px solid #919191; }

#alertModuleApp .alert-box--info-swiper.swiper-slide {
  background: #1A489D; }

#alertModuleApp .alert-box--high-swiper.swiper-slide {
  background: #DB2228; }

#alertModuleApp .alert-box--info-swiper.swiper-slide.GreenBlue, #alertModuleApp .alert-box--high-swiper.swiper-slide.GreenBlue {
  background: #1078b6; }

#alertModuleApp .alert-box--info-swiper.swiper-slide.DeepSkyBlue, #alertModuleApp .alert-box--high-swiper.swiper-slide.DeepSkyBlue {
  background: #00c0f3; }

#alertModuleApp .alert-box--info-swiper.swiper-slide.BlueJeans, #alertModuleApp .alert-box--high-swiper.swiper-slide.BlueJeans {
  background: #52c4f1; }

#alertModuleApp .alert-box--info-swiper.swiper-slide.FunBlue, #alertModuleApp .alert-box--high-swiper.swiper-slide.FunBlue {
  background: #1a4a9c; }

#alertModuleApp .alert-box--info-swiper.swiper-slide.AlizarinCrimson, #alertModuleApp .alert-box--high-swiper.swiper-slide.AlizarinCrimson {
  background: #db2228; }

#alertModuleApp .alert-box--info-swiper.swiper-slide.Yellow, #alertModuleApp .alert-box--high-swiper.swiper-slide.Yellow {
  background: #ffff00; }

#alertModuleApp .alert-box--info-swiper.swiper-slide.Orange, #alertModuleApp .alert-box--high-swiper.swiper-slide.Orange {
  background: #ffa500; }

.blog__item a {
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-transform: initial; }
  .blog__item a:hover {
    color: #1A489D; }

.blog__dropdown {
  margin-left: 10px;
  padding: 12px 52px 10px 11px !important; }

.blog__dropdown-text {
  font-size: 36px !important;
  font-weight: 400 !important;
  color: #DB2228 !important; }

.blog__title {
  font-size: 36px !important;
  color: #525252 !important; }

.blog__text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px; }

/* MIDDLE FLEX ITEM */
.blog__content {
  display: grid;
  grid-gap: 0;
  grid-template-columns: [col] 50% [col] 50%;
  grid-template-rows: [row] auto [row] auto [row];
  background: #FFF;
  padding: 30px 30px 0;
  margin: 30px auto; }

.blog__middle-item {
  display: flex;
  flex-direction: row;
  margin: 0 10px 25px;
  background-color: #F1F3F3; }

.blog__middle-item-thumb-block {
  width: 40%;
  position: relative; }

.blog__middle-item-thumb {
  background-position: center !important;
  background-size: cover !important;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px; }

.blog__middle-item-desc {
  width: 60%;
  text-align: left;
  margin-left: 20px;
  padding: 36px 20px 38px 0; }
  .blog__middle-item-desc .blog__middle-item-desc--title {
    display: block;
    color: #1A489D;
    font-size: 28px;
    font-weight: 500; }
  .blog__middle-item-desc .blog__middle-item-desc--text {
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 32px; }

/* END MIDDLE GRID ITEM */
@media screen and (max-width: 560px) {
  .blog-landing .form__title {
    line-height: 1; }
  .blog-landing .form__block {
    flex-direction: column; }
  .blog__content {
    padding: 0; }
  .blog__middle-item {
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row];
    margin: 0;
    padding: 0; }
  .blog__middle-item-thumb-block {
    grid-column: col 1 / span 1;
    grid-row: row 1;
    text-align: center;
    width: 100%; }
  .blog__middle-item-desc {
    grid-column: col 1 / span 1;
    grid-row: row 2;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 31px 12px; } }

@media screen and (max-width: 1025px) {
  /* GRID BLOCKS */
  .blog__content {
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .blog__upper-block {
    grid-column: col 1 / span 1;
    grid-row: row 1;
    text-align: center; }
  .blog__middle-block-left {
    grid-column: col 1 / span 1;
    grid-row: row 2;
    text-align: center; }
  .blog__middle-block-right {
    grid-column: col 1 / span 1;
    grid-row: row 3;
    text-align: center; }
  .blog__bottom-block {
    grid-column: col 1 / span 1;
    grid-row: row 4;
    text-align: center;
    margin-top: 25px; }
  /* END GRID BLOCKS */ }

@media screen and (min-width: 1025px) {
  /* GRID BLOCKS */
  .blog__upper-block {
    grid-column: col / span 2;
    grid-row: row 1;
    text-align: center;
    margin-bottom: 14px; }
  .blog__middle-block-left {
    grid-column: col 1 / span 1;
    grid-row: row 2;
    text-align: center; }
  .blog__middle-block-center {
    grid-column: col / span 2;
    grid-row: row 2;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .blog__middle-block-center .blog__middle-item {
      flex: 0 0 48%; }
  .blog__middle-block-right {
    grid-column: col 2 / span 1;
    grid-row: row 2;
    text-align: center; }
  .blog__bottom-block {
    grid-column: col / span 2;
    grid-row: row 3;
    text-align: center;
    margin-top: 20px; }
  /* END GRID BLOCKS */ }

.booking-widget {
  padding: 20px;
  background-color: #1A489D; }

.booking-widget__title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 30px; }

.form-wrapper {
  padding: 20px;
  background-color: #1A489D; }

.btn {
  padding: 11.5px 32px;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  border: 0;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: Transparent;
  cursor: pointer; }

.btn--navigation {
  padding: 16px 15px;
  font-size: 17px; }

.btn--primary {
  color: #FFFFFF;
  background-color: #1A489D;
  border-radius: 3px;
  padding: 17px 43px !important; }
  .btn--primary:hover, .btn--primary:active {
    background-color: #012F72; }

.btn--line {
  border: 2px solid #1A489D;
  border-radius: 3px;
  background: transparent;
  text-decoration: none; }

.btn--blue {
  color: #1A489D; }

.btn--tabs {
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  text-align: left; }

.btn--full-width {
  width: 100%; }

.btn--full-width-a {
  display: inline-block;
  width: 100%; }

.btn--arrow {
  position: relative; }
  .btn--arrow i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-49%);
    font-family: "Font Awesome 5 Free"; }

.btn--secondary {
  background-color: #1A489D;
  color: #FFFFFF;
  border: 0; }

.btn--white {
  color: #FFFFFF;
  border: 2px solid #FFFFFF; }
  .btn--white:hover {
    background-color: #FFFFFF;
    color: #1A489D; }

.btn--secondary {
  color: #FFFFFF;
  background-color: #DB2228; }

.btn--ghost {
  color: #1A489D;
  padding: 5px 0 7px;
  border-bottom: 2px solid #DB2228; }
  .btn--ghost:hover {
    border-top: 2px solid #DB2228; }
  .btn--ghost:active {
    border-top: none;
    color: #DB2228; }

.btn--small {
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 400; }

.btn--text-blue {
  color: #1A489D; }

.btn-group {
  padding: 20px; }
  .btn-group .btn .fal {
    text-align: right; }

@media only screen and (max-width: 320px) {
  .btn--navigation {
    padding: 14px 7px;
    font-size: 15px; } }

.section-carousel {
  margin-top: 20px; }

.carousel {
  text-align: center;
  margin-bottom: 21px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto; }
  .carousel .swiper-container {
    max-width: 1100px;
    max-height: 364px;
    height: initial; }
  .carousel .carousel__slide {
    width: 244px; }
  .carousel .swiper-slide-active {
    width: 250px !important; }
  .carousel .swiper-slide-next {
    min-height: 364px;
    top: 0;
    width: 553px !important; }
    .carousel .swiper-slide-next .carousel__slide-bg {
      display: none; }
  .carousel .swiper-slide-next + .carousel__slide {
    width: 250px !important; }

.carousel__content {
  margin-bottom: 20px; }

.carousel__title {
  color: #1A489D;
  font-size: 31px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 15px;
  text-transform: capitalize;
  margin-bottom: 0; }

.carousel__slide {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: column;
  padding: 29px 9px;
  min-height: 288px;
  max-height: 288px;
  top: 34px;
  position: relative; }

.carousel__slide-img {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .carousel__slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.carousel__slide-bg {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.carousel__slide-thumb {
  width: 100%; }

.carousel__slide-title {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #525252;
  font-size: 23px;
  text-transform: uppercase; }

.carousel-swiper-button-prev,
.carousel-swiper-button-next {
  background: #F1F3F3;
  background-image: none !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50px;
  padding-top: 7px !important;
  opacity: 1 !important;
  border: none;
  top: 50% !important; }
  .carousel-swiper-button-prev i,
  .carousel-swiper-button-next i {
    font-size: 21px;
    color: #DB2228; }

.carousel-swiper-button-prev {
  margin-left: -27px; }

.carousel-swiper-button-next {
  margin-right: -27px; }

@media only screen and (max-width: 768px) {
  .carousel__slide-bg {
    background-color: rgba(0, 0, 0, 0); } }

@media screen and (max-width: 768px) {
  .carousel .swiper-slide-active {
    width: 100% !important;
    min-height: 364px;
    top: 0; } }

@media screen and (min-width: 769px) and (max-width: 1210px) {
  .carousel .carousel__slide {
    width: 244px; }
  .carousel .swiper-slide-active {
    width: 25% !important; }
  .carousel .swiper-slide-next {
    min-height: 364px;
    top: 0;
    width: 45% !important; }
    .carousel .swiper-slide-next .carousel__slide-bg {
      display: none; }
  .carousel .swiper-slide-next + .carousel__slide {
    width: 25% !important; } }

.contact {
  padding: 20px; }

.contact-head-block {
  text-align: center; }

.contact__content {
  max-width: 1139px;
  margin: 0 auto; }

.contact__content-title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #1A489D; }

.contact-head-block__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  color: #1A489D;
  margin: 0 0 10px; }

.contact__phone-icon {
  transform: rotate(90deg) !important;
  top: 16px !important; }

.contact-head-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  margin: 0; }

.address-block {
  text-align: center;
  margin: 30px 0; }

.address-block__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #525252;
  margin: 0 0 10px; }

.address-block__subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #DB2228;
  margin: 0; }

.address-block__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  text-decoration: underline; }

.address-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252; }

.contact-form__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #DB2228;
  margin: 0;
  text-align: center; }

.destination {
  text-align: center; }

.destination__wrapper {
  max-width: 497px;
  background: #E6E6E6;
  padding: 37px 68px;
  margin-left: auto; }

.destination__title {
  font-family: "Roboto", sans-serif;
  color: #1A489D;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px; }

.destination__desc {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  margin-top: 10px; }

.destination-swiper-button-prev,
.destination-swiper-button-next {
  background: #FFFFFF;
  background-image: none !important;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50px;
  padding-top: 9px !important;
  opacity: 1 !important;
  border: 1px solid #DADEDE;
  top: 50% !important;
  padding-left: 5px; }
  .destination-swiper-button-prev i,
  .destination-swiper-button-next i {
    font-size: 28px;
    color: #DB2228;
    padding-left: 9px; }

.destination__image {
  display: none; }
  .destination__image img {
    display: none; }

.destination-swiper-button-prev {
  margin-left: -27px; }

.destination-swiper-button-next {
  margin-right: -27px !important; }

.destination-slider__big-slider .swiper-lazy-preloader {
  z-index: 9 !important; }

.destination-slider {
  position: relative; }
  .destination-slider .destination-slider__small-slider {
    position: absolute;
    max-width: 497px;
    right: 62px;
    top: 220px;
    height: 277px; }
    .destination-slider .destination-slider__small-slider .swiper-container-horizontal .swiper-slide {
      width: 497px !important;
      padding: 0 !important;
      min-height: auto !important; }
      .destination-slider .destination-slider__small-slider .swiper-container-horizontal .swiper-slide .destination__wrapper {
        padding: 37px 32px !important;
        max-width: 516px; }
    .destination-slider .destination-slider__small-slider .swiper-container-horizontal .destination-swiper-button-prev, .destination-slider .destination-slider__small-slider .swiper-container-horizontal .destination-swiper-button-next {
      display: none; }
  .destination-slider .destination-slider__small-slider > .destination-swiper-button-prev {
    top: 116px !important;
    left: 1px !important; }
  .destination-slider .destination-slider__small-slider > .destination-swiper-button-next {
    top: 119px !important;
    right: 5px !important; }

@media screen and (max-width: 650px) {
  .destination__wrapper {
    background: #FFFFFF;
    padding: 0;
    margin: auto;
    margin-top: 0; }
  .destination__slide img {
    display: none; }
  .destination__image {
    display: block; }
    .destination__image img {
      display: block;
      height: 274px !important; }
  .destination-swiper-button-prev {
    margin-left: -9px;
    left: -3px !important; }
  .destination-swiper-button-next {
    margin-right: -9px !important;
    right: -6px !important; }
  .destination-slider .swiper-slide {
    padding-right: 0 !important; }
  .destination-slider__small-slider {
    display: none; }
  .destination__desc {
    overflow: auto;
    height: 100px;
    overflow-x: hidden; } }

@media screen and (min-width: 650px) {
  .destination-swiper-button-prev {
    right: 527px !important;
    left: initial !important; }
  .destination-swiper-button-next {
    right: 54px !important; }
  .destination-slider__big-slider .destination__wrapper, .destination-slider__big-slider .swiper-button-prev, .destination-slider__big-slider .swiper-button-next {
    display: none; }
  .destination__wrapper {
    height: 250px;
    overflow: auto;
    overflow-x: hidden; } }

@media screen and (max-width: 667px) {
  .destination-slider .destination-slider__small-slider {
    right: 43px; } }

.experience {
  text-align: center;
  position: relative; }

.experience__img {
  width: 100%; }

.experience__title {
  color: #525252;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0; }

.experience__text {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 18px auto; }

.experience__slide {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: row;
  max-height: 527px;
  background: #F1F3F3 !important;
  overflow: hidden; }

.experience__slide-thumb {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 300px;
  width: 100%; }

.experience__slide-content {
  padding: 20px; }

.experience__slide-title {
  color: #1A489D;
  font-size: 23px;
  font-weight: 500; }

.experience__slide-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 26px;
  display: -webkit-box;
  height: 100px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.experience__slide-btn {
  color: #1A489D;
  border-bottom: 2px solid #DB2228;
  padding: 12px 0;
  margin-top: 15px; }

.exp-swiper-button-prev,
.exp-swiper-button-next {
  background: #FFFFFF;
  background-image: none !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50px;
  padding-top: 7px !important;
  opacity: 1 !important;
  border: 1px solid #DADEDE;
  top: 70% !important; }
  .exp-swiper-button-prev i,
  .exp-swiper-button-next i {
    font-size: 21px;
    color: #DB2228; }

.exp-swiper-button-prev {
  margin-left: -27px; }

.exp-swiper-button-next {
  margin-right: -27px; }

.experience__slide-thumb {
  transition: all .2s ease-in-out; }
  .experience__slide-thumb:hover {
    transform: scale(1.1);
    overflow: hidden; }

.exp-swiper-pagination {
  display: none; }

@media only screen and (min-width: 1025px) {
  .exp-swiper-button-prev,
  .exp-swiper-button-next {
    display: none; }
  .experience__text {
    max-width: 80%; } }

.featured-deals {
  display: -ms-grid;
  -ms-grid-columns: 50% 49.5%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 0;
  grid-template-columns: [col] 50% [col] 49.5%;
  grid-template-rows: [row] auto [row] auto [row];
  background: #FFFFFF; }
  .featured-deals .multiselect {
    /*border: 1px solid $light-grey;*/
    top: 0 !important; }
  .featured-deals .multiselect__select:after {
    font-size: 20px !important;
    color: #DB2228 !important; }
  .featured-deals .multiselect__option {
    word-break: break-word !important; }
    .featured-deals .multiselect__option span {
      white-space: initial !important; }

/* MIDDLE FLEX ITEM */
.featured-deals__middle-item {
  display: flex;
  flex-direction: row;
  margin: 0 10px 25px;
  background-color: #F1F3F3;
  position: relative; }
  .featured-deals__middle-item .featured-deals-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1; }

.featured-deals__middle-item-thumb-block {
  width: 30%;
  position: relative; }
  .featured-deals__middle-item-thumb-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.featured-deals__middle-item-thumb {
  background-position: center !important;
  background-size: cover !important;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px; }

.featured-deals__middle-item-desc {
  position: relative;
  width: 50%;
  text-align: left;
  margin-left: 46px;
  /*&:before {
        content: "\2708";
        font-family: 'Glyphicons Halflings';
        font-weight: $font-bold;
        color: $primary;
        display: block;
        position: absolute;
        top: -8px;
        bottom: 4px;
        left: -19px;
        transform: rotate(-20deg);
        font-size: 27px;
    }*/ }
  .featured-deals__middle-item-desc .featured-deals__middle-item-desc--title {
    display: block;
    font-size: 25px;
    font-weight: 500; }
    .featured-deals__middle-item-desc .featured-deals__middle-item-desc--title h3 {
      font-size: 25px;
      margin: 0;
      color: #1A489D; }
    .featured-deals__middle-item-desc .featured-deals__middle-item-desc--title h4 {
      font-size: 22px;
      margin: 0;
      margin: 5px 0;
      color: #525252; }
  .featured-deals__middle-item-desc .featured-deals__middle-item-desc--subtitle {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 5px 0 5px;
    color: #525252; }
  .featured-deals__middle-item-desc .featured-deals__middle-item-desc--text {
    color: #525252;
    display: block;
    font-size: 14px;
    font-weight: 400; }

.featured-deals__middle-item-price {
  position: relative;
  width: 25%; }
  .featured-deals__middle-item-price .featured-deals__middle-item-price-content {
    position: absolute;
    top: -56px;
    right: 18px; }

.featured-deals__middle-item-price-sm {
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  margin-left: 7px; }

.featured-deals__middle-item-price-unit {
  color: #525252;
  font-size: 16px;
  font-weight: 400; }

.featured-deals__middle-item-dollar-sign {
  margin-left: -15px !important; }

.featured-deals__middle-item-price-main {
  display: block;
  font-size: 42px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #DB2228; }
  .featured-deals__middle-item-price-main .price-currency {
    font-size: 24px; }

/* END MIDDLE GRID ITEM */
.featured-deals__dropdown {
  margin-left: 4px;
  padding: 0px 0px 10px 2px !important; }
  .featured-deals__dropdown .multiselect__tags {
    padding: 8px 45px 0 0px !important; }
  .featured-deals__dropdown .multiselect__single, .featured-deals__dropdown .featured-deals__dropdown-text {
    font-size: 30px;
    font-weight: 400 !important;
    color: #DB2228 !important;
    line-height: 30px;
    word-break: break-all; }
  .featured-deals__dropdown .multiselect__content-wrapper {
    overflow-y: auto;
    overflow-x: hidden; }

.featured-deals__title {
  font-size: 30px !important;
  color: #525252 !important; }

.featured-deals__text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px; }

.featured-deals__middle-block-left {
  padding-top: 5px; }

/* SWIPER */
.featured-deals__middle-block-right {
  overflow: hidden;
  padding-top: 5px; }
  .featured-deals__middle-block-right .swiper-container {
    max-height: 500px;
    width: 100%;
    overflow: initial !important; }
    .featured-deals__middle-block-right .swiper-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.featured-deals__shadow {
  background: -moz-linear-gradient(bottom, rgba(137, 255, 241, 0) 0%, transparent 60%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137, 255, 241, 0)), transparent 60%, color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(137, 255, 241, 0) 0%, transparent 60%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(137, 255, 241, 0) 0%, transparent 60%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(137, 255, 241, 0) 0%, transparent 60%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(137, 255, 241, 0) 0%, transparent 60%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  opacity: .5;
  cursor: pointer; }

.featured-deals__swiper {
  position: relative !important;
  margin: 5px auto;
  bottom: -5px; }

.featured-deals__swiper-title {
  font-size: 30px;
  position: absolute;
  bottom: 33px;
  color: #FFFFFF !important;
  z-index: 2;
  -ms-transform: translate(-50%); }

@media screen and (max-width: 560px) {
  .featured-deals {
    padding: 22px 6px; }
  .featured-deals__middle-item-desc--title {
    font-size: 22px !important; }
    .featured-deals__middle-item-desc--title h3 {
      font-size: 22px !important;
      margin: 0; }
  .featured-deals__middle-item-desc--subtitle {
    font-size: 16px !important;
    margin: 5px 0 6px; }
  .featured-deals__middle-item-desc--text {
    font-size: 14px !important; }
  .featured-deals__dropdown {
    margin-bottom: 20px; }
  .destination-map__tab-block .tab__ul {
    justify-content: flex-start !important;
    flex-wrap: wrap; }
  .destination-map__tab-heading {
    margin-bottom: 20px; }
  .tab__item {
    flex: 0 0 20%; }
  .featured-deals__upper-block .form__title {
    line-height: 1; }
  .featured-deals__upper-block .form__block {
    flex-direction: column; }
  .featured-deals__middle-item {
    display: -ms-grid;
    -ms-grid-columns: 60% 40%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 60% [col] 40%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .featured-deals__middle-item-thumb-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-column: col / span 2;
    grid-row: row 1;
    text-align: center;
    width: 100%; }
  .featured-deals__middle-item-desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 5px 12px; }
  .featured-deals__middle-item-price {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 2 / span 1;
    grid-row: row 2;
    text-align: center;
    width: 100%;
    line-height: 1.1; }
  .featured-deals__middle-item-price-sm {
    font-size: 15px; }
  .featured-deals__middle-item-price-unit {
    color: #525252;
    font-size: 16px;
    font-weight: 400; }
  .featured-deals__middle-item-desc:before {
    display: none; }
  .featured-deals__title {
    font-size: 26px !important;
    color: #525252 !important; }
  .featured-deals__dropdown {
    margin: 8px auto 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .featured-deals__dropdown .multiselect__single {
      font-size: 23px !important; }
  .featured-deals__middle-item-price-content {
    top: -44px !important; } }

@media screen and (min-width: 561px) and (max-width: 768px) {
  .featured-deals__title {
    font-size: 26px !important; }
  .featured-deals__upper-block {
    margin-bottom: 10px; }
  .featured-deals__dropdown {
    padding: 14px 38px 15px 12px !important; }
    .featured-deals__dropdown .form__label {
      font-size: 22px !important; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .featured-deals__upper-block {
    margin-bottom: 20px; } }

@media screen and (max-width: 1025px) {
  /* GRID BLOCKS */
  .featured-deals__upper-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-column: col / span 2;
    grid-row: row 1;
    text-align: center; }
  .featured-deals__middle-block-mid-center {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-column: col / span 2;
    grid-row: row 2;
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .featured-deals__middle-block-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-column: col 1 / span 2;
    grid-row: row 2;
    text-align: center; }
  .featured-deals__middle-block-right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    text-align: center; }
  .featured-deals__bottom-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    grid-column: col / span 2;
    grid-row: row 4;
    text-align: center;
    margin-top: 25px; }
  /* END GRID BLOCKS */ }

@media screen and (min-width: 1025px) {
  .featured-deals__dropdown-text {
    font-size: 36px !important; }
  /* GRID BLOCKS */
  .featured-deals__upper-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-column: col / span 2;
    grid-row: row 1;
    text-align: center;
    padding-bottom: 6px; }
  .featured-deals__middle-block-mid-center {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-column: col / span 2;
    grid-row: row 2;
    display: -ms-grid;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 50% 50%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .featured-deals_center {
    justify-content: center;
    -ms-grid-columns: 50%;
    grid-template-columns: [col] 50%; }
  .featured-deals__middle-block-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: col 1 / span 1;
    grid-row: row 1;
    text-align: center; }
  .featured-deals__middle-block-center {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-column: col / span 2;
    grid-row: row 2;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .featured-deals__middle-block-center .featured-deals__middle-item {
      flex: 0 0 48%; }
  .featured-deals__middle-block-right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    text-align: center; }
  .featured-deals__bottom-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    grid-column: col / span 2;
    grid-row: row 3;
    text-align: center;
    margin-top: 35px; }
  /* END GRID BLOCKS */ }

/* MAIN BANNER */
@media screen and (max-width: 568px) {
  .featured-deals__middle-block-right {
    display: none; } }

@media screen and (min-width: 569px) and (max-width: 768px) {
  .featured-deals .swiper-slide {
    min-height: 349px !important; }
  .featured-deals .swiper-wrapper {
    height: 349px !important; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .featured-deals .swiper-slide {
    min-height: 349px !important; }
  .featured-deals .swiper-wrapper {
    height: 349px !important; } }

@media screen and (max-width: 700px) {
  .featured-deals__middle-item-price-main {
    font-size: 35px; }
    .featured-deals__middle-item-price-main .price-currency {
      font-size: 20px; } }

.currency-wrapper {
  text-align: Left; }
  .currency-wrapper .currency-span-middle-block {
    display: block;
    margin-left: 30%;
    margin-top: 8px;
    position: absolute;
    font-size: 16px;
    font-weight: 400; }
  .currency-wrapper .currency-span-dollar-sign-block {
    display: block;
    margin-left: 24%;
    margin-top: 8px;
    position: absolute;
    font-size: 16px;
    font-weight: 400; }
  .currency-wrapper .currency-span-currency-block {
    display: block;
    margin-left: 30%;
    font-size: 24px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #DB2228; }
  .currency-wrapper .currency-span-amount-block {
    font-size: 42px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #DB2228; }

.flight-widget {
  position: relative;
  top: 58%;
  left: 0;
  width: 100%;
  z-index: 2;
  margin-top: -175px !important; }
  .flight-widget .btn {
    width: 100%; }
  .flight-widget .multiselect__single {
    padding: 2px 0 0 15px !important;
    color: #104796 !important; }

.flight-widget-accordion {
  display: none;
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: -67%; }
  .flight-widget-accordion .multiselect__single {
    padding: 2px 0 0 15px !important;
    color: #104796 !important; }
  .flight-widget-accordion .radio__icon {
    top: 7px; }

.no-hero .flight-widget:not(.flight-widget--modal) {
  position: relative;
  display: block;
  top: initial;
  padding-top: 100px;
  margin-bottom: -46px; }

.flight-widget__overlay--visible {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s ease; }

.flight-tab {
  transition: all 0.3s ease; }

.flight-tab-overlay-visible {
  z-index: 999999;
  top: 30%;
  /*margin-top: -7% !important;*/
  padding-top: 250px !important; }

/* BOOK A TRIP - GRID SETUP */
.flight-widget__book-trip {
  display: -ms-grid;
  -ms-grid-columns: 32.8% 32.8% 32.8%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: [col] 32.8% [col] 32.8% [col] 32.8%;
  grid-template-rows: [row] auto [row] auto [row]; }

.flight-widget__book-trip-links {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  grid-column: col 1 / span 3;
  grid-row: row 1; }

.flight-widget__book-trip-selections {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 2;
  grid-column: col 1 / span 3;
  grid-row: row 2;
  padding: 5px 0; }

.flight-widget__book-trip-form-1 {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  grid-column: col 1 / span 1;
  grid-row: row 3; }

.flight-widget__book-trip-form-2 {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  grid-column: col 2 / span 1;
  grid-row: row 3; }

.flight-widget__book-trip-form-3 {
  position: relative;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  grid-column: col 3 / span 1;
  grid-row: row 3; }

.flight-widget__book-trip-form-4 {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 4;
  grid-column: col 1 / span 1;
  grid-row: row 4; }

.flight-widget__book-trip-form-5 {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 4;
  grid-column: col 2 / span 1;
  grid-row: row 4; }

.flight-widget__book-trip-form-6 {
  position: relative;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 4;
  grid-column: col 3 / span 1;
  grid-row: row 4; }

/* FLIGHT WIDGET */
.flight-widget__book-trip-popup {
  padding: 10px 0;
  position: absolute;
  background: #DB2228;
  z-index: 1; }
  .flight-widget__book-trip-popup .form__title {
    color: #FFFFFF; }

/* BOOK A TRIP - GRID SETUP */
.flight-widget__links-list {
  list-style: none; }

.flight-widget__links-item-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.0625em;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline;
  padding-right: 12px; }

.flight-widget__links-item {
  display: inline;
  padding-right: 12px; }
  .flight-widget__links-item a {
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF; }
    .flight-widget__links-item a:hover {
      border-bottom: 2px solid #FFFFFF; }

.flight-widget__links-item--active a {
  border-bottom: 2px solid #FFFFFF; }

.flight-widget__selections-list {
  position: relative;
  list-style: none; }

.flight-widget__selections-item {
  display: inline;
  padding-right: 12px; }

.flight-widget__radio-label {
  font-size: 17px;
  font-weight: 400;
  padding-left: 8px; }
  .flight-widget__radio-label input {
    -webkit-appearance: radio !important; }

.flight-widget__selections-link {
  color: #FFFFFF;
  font-size: 18px;
  border-bottom: 1px solid #FFFFFF; }

.flight-widget__btn {
  display: block;
  line-height: 1.3em;
  width: 100%; }

/* 2 Column Grid */
.flight-widget__2-col {
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: [col] 50% [col] 50%;
  grid-template-rows: [row] auto [row] auto [row];
  padding-right: 5px; }

.flight-widget__2-col--left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1; }

.flight-widget__2-col--right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 2 / span 1;
  grid-row: row 1; }

/* 3 Column Grid */
.flight-widget__3-col {
  display: -ms-grid;
  -ms-grid-columns: 32.8% 32.8% 32.8%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: [col] 32.8% [col] 32.8% [col] 32.8%;
  grid-template-rows: [row] auto [row] auto [row]; }

.flight-widget__3-col--first {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1; }

.flight-widget__3-col--second {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 2 / span 1;
  grid-row: row 1; }

.flight-widget__3-col--third {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 3 / span 1;
  grid-row: row 1; }

.flight-widget-accordion,
.flight-accordion {
  display: none; }

.widget-tabcontent {
  display: none; }

.widget-tabcontent--active {
  display: block; }

@media only screen and (max-width: 1024px) {
  .flight-widget__selections-item--multi-city {
    margin-top: 12px;
    text-align: right;
    position: absolute;
    right: 0; } }

@media only screen and (max-width: 1279px) {
  .flight-tab {
    display: none; }
  .flight-widget-accordion,
  .flight-accordion {
    display: block; }
  .flight-widget-accordion {
    margin-top: -138px !important;
    margin-top: 0; }
  .flight-widget__mobile-block {
    margin-bottom: 10px; }
    .flight-widget__mobile-block:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  #flightWidgetPosition .flight-widget-accordion {
    margin-top: -100px !important; } }

@media screen and (max-width: 568px) {
  .flight-widget-accordion {
    margin-top: -275px !important;
    margin-top: -75px !important; } }

@media screen and (min-width: 569px) and (max-width: 768px) {
  .flight-widget-accordion {
    /*margin-top: -235px !important;*/ } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .flight-widget-accordion {
    /*margin-top: -270px !important;*/ } }

.flight-widget .multiselect {
  width: 380px !important;
  height: 50px !important; }

.form__field-passenger-icon {
  position: absolute;
  transform: translateY(-50%);
  left: 12px;
  color: #1A489D;
  font-size: 16px;
  top: 22px !important; }

.multiselect__tags {
  padding: 12px 40px 0 68px !important;
  border: 0px !important;
  min-height: 46px !important; }

.form__input--datepicker .form__input {
  padding-left: 40px; }

.multiselect__placeholder {
  padding-left: 15px !important; }

.form__field--dropdown {
  /*border: 1px solid $light-grey;*/
  border-radius: 0;
  /*padding: 1px 20px 1px 12px;*/
  position: relative;
  background: white; }

.form__label--dropdown-text {
  font-family: "Roboto", sans-serif;
  margin-left: 6px; }

.flatpickr-wrapper {
  width: 100%; }

.multiselect__select:before {
  border-style: none !important; }

.multiselect__select:after {
  content: "\F107" !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  /* insert this definition */
  border-style: none !important;
  color: #525252 !important; }

.multiselect__select {
  padding-top: 15px !important; }

.genericListingPageFlightWidget .flight-widget {
  /*top: 50% !important;*/
  margin-top: -165px !important; }
  @media (max-width: 568px) {
    .genericListingPageFlightWidget .flight-widget {
      margin-top: 0 !important; } }

@media screen and (max-width: 1600px) {
  .flight-widget {
    /*top: 550px !important;*/
    margin-top: -175px !important; } }

@media screen and (max-width: 1199px) {
  .genericListingPageFlightWidget .flight-widget {
    margin-top: 0 !important; } }

@media screen and (max-height: 800px) and (min-height: 768px) {
  .genericListingPageFlightWidget .flight-widget {
    top: 33% !important; } }

@media screen and (max-width: 414px) {
  .flight-widget-accordion .radio__label,
  .flight-widget-accordion .flight-widget__selections-link {
    font-size: 15px !important; } }

@media screen and (max-width: 568px) {
  .genericListingPageFlightWidget .flight-widget-accordion {
    /*margin-top: 0 !important;*/ } }

.flight-tab > input,
.flight-tab section > div {
  display: none; }

#flight-tab1:checked ~ section .flight-tab__one,
#flight-tab2:checked ~ section .flight-tab__two,
#flight-tab3:checked ~ section .flight-tab__three,
#flight-tab4:checked ~ section .flight-tab__four,
#flight-tab5:checked ~ section .flight-tab__five {
  display: block; }

#flight-tab1:checked ~ nav .flight-tab__one,
#flight-tab2:checked ~ nav .flight-tab__two,
#flight-tab3:checked ~ nav .flight-tab__three,
#flight-tab4:checked ~ nav .flight-tab__four,
#flight-tab5:checked ~ nav .flight-tab__five {
  color: #DB2228; }

#flight-tab1:checked ~ nav .flight-tab__one label,
#flight-tab2:checked ~ nav .flight-tab__two label,
#flight-tab3:checked ~ nav .flight-tab__three label,
#flight-tab4:checked ~ nav .flight-tab__four label,
#flight-tab5:checked ~ nav .flight-tab__five label {
  background-color: #DB2228;
  color: #FFFFFF;
  position: relative;
  padding-top: 15px; }

#flight-tab1:checked ~ nav .flight-tab__one label:after,
#flight-tab2:checked ~ nav .flight-tab__two label:after,
#flight-tab3:checked ~ nav .flight-tab__three label:after,
#flight-tab4:checked ~ nav .flight-tab__four label:after,
#flight-tab5:checked ~ nav .flight-tab__five label:after {
  content: '';
  width: 1px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }

.flight-tab {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.flight-tab__ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.flight-tab__label {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  float: left;
  padding: 15px;
  border-bottom: 0;
  background: rgba(219, 34, 40, 0.8);
  color: #FFFFFF;
  margin: 0;
  width: 20%;
  height: 100%;
  min-height: 57px;
  text-align: center;
  cursor: pointer; }
  .flight-tab__label i {
    font-size: 19px;
    padding-right: 5px; }
  .flight-tab__label:hover {
    background-color: #DB2228;
    color: #FFFFFF; }
    .flight-tab__label:hover::after {
      content: '';
      width: 1px;
      background-color: #FFFFFF;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0; }

.flight-tab ul li label {
  position: relative;
  border-right-width: 0; }
  .flight-tab ul li label::after {
    content: '';
    width: 1px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }

.flight-tab__item:last-child label::after {
  display: none !important; }

.flight-tab__wrapper {
  clear: both; }

.flight-tab__content {
  padding: 20px;
  width: 100%;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  overflow: inherit;
  background-color: #DB2228; }

.flight-tab__no-line::after {
  display: none !important; }

.flight-tab__over-no-line::after {
  display: none !important; }

@media screen and (max-width: 378px) {
  .flight-tab__label {
    min-height: initial !important; } }

@media screen and (max-width: 560px) {
  .flight-tab__content iframe {
    width: 100% !important;
    overflow: scroll !important; } }

@media screen and (max-width: 768px) {
  .flight-tab__label {
    font-size: 13px;
    padding: 14px;
    min-height: initial; }
    .flight-tab__label i {
      width: 100%; } }

.flight-accordion__tabs {
  overflow: hidden; }

.flight-accordion__tab {
  width: 100%;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden; }
  .flight-accordion__tab .flatpickr-calendar {
    position: relative !important; }
  .flight-accordion__tab .flight-accordion__label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #BA0006;
    font-weight: bold;
    cursor: pointer;
    /* Icon */ }
    .flight-accordion__tab .flight-accordion__label:hover {
      background: #af1b20; }
    .flight-accordion__tab .flight-accordion__label::after {
      content: "\276F";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all .35s;
      transform: rotate(90deg); }
  .flight-accordion__tab .flight-accordion__content {
    max-height: 0;
    padding: 0 1em;
    color: #FFFFFF;
    background: #DB2228;
    transition: all .35s; }
  .flight-accordion__tab form {
    height: 1px; }
  .flight-accordion__tab:last-child {
    border-bottom: none; }
  .flight-accordion__tab .multiselect__content-wrapper {
    position: relative !important; }
  .flight-accordion__tab .multiselect__select {
    z-index: 80 !important; }

.flight-accordion__input {
  display: none; }

.flight-accordion__input:checked + .flight-accordion__label {
  background: #DB2228; }
  .flight-accordion__input:checked + .flight-accordion__label::after {
    transform: rotate(-90deg);
    margin-right: 5px; }

.flight-accordion__input:checked ~ .flight-accordion__content {
  max-height: 250vh;
  padding: 1em; }

.flight-accordion__input:checked ~ .flight-accordion__content form {
  height: auto; }

.form__label--location-text,
.form__label--passenger-text {
  font-family: "Roboto", sans-serif !important; }

@media screen and (max-width: 360px) {
  .flight-widget-accordion .radio__label {
    font-size: 15px !important; }
  .flight-widget-accordion .radio {
    padding: 5px 5px 5px 24px !important; }
  .flight-widget-accordion .flight-widget__selections-item {
    padding-right: 0 !important; } }

@media screen and (max-width: 414px) {
  .flight-widget-accordion .multiselect__single {
    word-break: break-word;
    font-size: 15px !important; } }

.footer {
  padding: 20px;
  background: url(/dist/images/footer.png);
  background-size: cover;
  background-position: top;
  padding: 20px 220px 60px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1;
  width: 100%;
  min-height: 565px;
  margin-top: -2px;
  z-index: 2;
  display: grid;
  display: -ms-grid;
  grid-gap: 0;
  -ms-grid-columns: 25% 25% 25% 25%;
  -ms-grid-rows: auto auto;
  grid-template-columns: [col] 25% [col] 25% [col] 25% [col] 25%;
  grid-template-rows: [row] auto [row] auto [row]; }
  .footer .footer__layout {
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 150%;
    padding: 20px; }

/* Footer App Block */
.footer__app-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px; }

.footer__app-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  margin-bottom: 12px;
  line-height: 1.4; }

.footer__app-logo img {
  max-width: 335px;
  display: inline; }

/* Footer Nav Block */
.footer-navigation__column-line {
  margin: 14px 0;
  width: 100%; }

.footer-navigation__column-title {
  font-family: "Oswald", sans-serif;
  color: #FFFFFF; }

.footer-navigation__column-link {
  transition: 0.5s;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding: 0px 0 8px;
  letter-spacing: 1px;
  text-decoration: none; }
  .footer-navigation__column-link h3 {
    margin-top: 10px;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0 !important; }
  .footer-navigation__column-link:hover {
    color: #1A489D; }

.footer-navigation__subcolumn li {
  margin-bottom: 10px; }

.footer-navigation__subcolumn a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-size: 16px;
  color: #FFFFFF; }
  .footer-navigation__subcolumn a:hover {
    color: #DB2228; }

/* Social Icons */
.social-icons-list__link {
  color: #1A489D;
  font-size: 30px; }

.social-icons-list__icon {
  color: #FFFFFF;
  font-size: 30px; }

.social-icons-list {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0 20px; }

.social-icons-list__item {
  background-color: #52C4F1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 10px;
  margin-right: 12px; }
  .social-icons-list__item:last-child {
    margin-right: 0; }

.footer__newsletter {
  padding-top: 0;
  background-color: transparent;
  margin-left: 16px;
  margin-top: 10px; }
  .footer__newsletter .btn {
    cursor: pointer; }

.footer-navigation__icon {
  margin-right: 10px; }

.footer-navigation__nav-phone,
.footer-navigation__bottom-phone {
  font-size: 29px !important; }

.footer-navigation__bottom-phone {
  display: none; }

.footer-nav-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
  margin-top: 0; }

.footer-nav-list__item {
  position: relative;
  display: inline-block;
  text-align: center; }
  .footer-nav-list__item:after {
    content: '';
    border-right: 1px solid #FFFFFF;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 9px;
    right: 0; }
  .footer-nav-list__item:last-child:after {
    display: none; }

.footer-nav-list__link {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0;
  text-align: center;
  padding: 15px 13px 15px 8px;
  text-decoration: none;
  display: block; }
  .footer-nav-list__link:first-child {
    padding: 15px 13px 15px 0px; }

.footer__copyright-text {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400; }
  .footer__copyright-text a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700; }

.footer-navigation__nav-phone,
.footer-navigation__bottom-phone {
  font-size: 18px !important; }

@media screen and (max-width: 560px) {
  .footer {
    padding: 1px 5px 6px;
    margin: 40px 0 0; }
  .footer__app-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 1;
    grid-column: col / span 4;
    grid-row: row 1;
    text-align: center;
    max-width: 449px;
    margin-left: auto; }
  .footer__logo-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 2;
    grid-column: col /span 4;
    grid-row: row 2; }
  .footer__nav-empty-block {
    display: none !important; }
  .footer__nav-block-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    grid-column: col 1 / span 2;
    grid-row: row 3;
    text-align: left; }
  .footer__nav-block-2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    grid-column: col 3 / span 2;
    grid-row: row 3;
    text-align: left; }
  .footer__nav-block-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    grid-column: col 1 / span 2;
    grid-row: row 4;
    text-align: left; }
  .footer__nav-block-4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    grid-column: col 3 / span 2;
    grid-row: row 4;
    text-align: left; }
  .footer__nav-empty-block {
    display: none; }
  .footer_bottom-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 5;
    grid-column: col / span 4;
    grid-row: row 5;
    text-align: left; }
  .footer-navigation__nav-phone {
    display: none; }
  .footer-navigation__bottom-phone {
    display: block;
    margin: 0 0 40px;
    text-decoration: none;
    color: #FFFFFF; }
  .footer__app-block {
    margin-bottom: 118px; }
  .footer__logo-block-grid {
    display: block; }
  .footer__newsletter {
    margin-left: 0;
    margin-top: 31px;
    padding: 0;
    text-align: left; }
  .footer-nav-list li {
    width: 48%;
    display: inline-block;
    text-align: left; }
    .footer-nav-list li:after {
      display: none; }
  .footer-nav-list__link {
    font-size: 14px;
    line-height: initial;
    text-align: left;
    padding: 0 !important; }
  .footer__copyright-text {
    text-align: center; }
  .footer-nav-list {
    margin-bottom: 22px; }
  .footer__newsletter label {
    font-size: 12px; }
  .footer {
    padding: 20px 0 6px !important; } }

@media screen and (min-width: 561px) {
  .footer__app-block {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    -ms-grid-row: 1;
    grid-column: col 3 / span 4;
    grid-row: row 1;
    text-align: right;
    max-width: 449px;
    margin-left: auto;
    padding: 6px !important;
    padding-top: 12px !important; }
  .footer__logo-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-column: col 1 /span 2;
    grid-row: row 2;
    padding-top: 357px !important; }
    .footer__logo-block .footer__logo-img {
      max-width: 226px; }
  .footer__app-block + .footer__logo-block {
    padding-top: 175px !important; }
  .footer__nav-empty-block {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-column: col 3 / span 2;
    grid-row: row 2; }
  .footer__nav-block-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-column: col 1 / span 1;
    grid-row: row 3;
    text-align: left; }
  .footer__nav-block-2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-column: col 2 / span 1;
    grid-row: row 3;
    text-align: left; }
  .footer__nav-block-3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-column: col 3 / span 1;
    grid-row: row 3;
    text-align: left; }
  .footer__nav-block-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-column: col 4 / span 1;
    grid-row: row 3;
    text-align: left; }
  .footer__nav-empty-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 3;
    grid-column: col / span 4;
    grid-row: row 3; }
  .footer_bottom-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 4;
    grid-column: col / span 4;
    grid-row: row 4;
    text-align: left; } }

@media screen and (min-width: 561px) and (max-width: 1024px) {
  .footer-navigation__nav-phone {
    display: none; }
  .footer-navigation__bottom-phone {
    display: block;
    margin: 0 0 40px;
    text-decoration: none;
    color: #FFFFFF; }
  .footer_bottom-block {
    text-align: center !important; } }

@media screen and (max-width: 1024px) {
  .footer__app-block {
    padding: 0 !important; }
  .footer__app-title {
    font-size: 17px !important; }
  .footer__app-description {
    font-size: 14px !important;
    padding: 0 10px; }
  .footer__app-logo img {
    max-width: 72px !important; }
  .footer {
    padding: 20px 38px 6px; } }

@media screen and (max-width: 414px) {
  .footer {
    position: relative;
    background-position: left;
    top: 146px; }
    .footer .footer__logo-link {
      width: 52%; }
    .footer .footer__app-block {
      position: relative;
      top: -178px;
      margin-bottom: 0px; }
    .footer .footer__app-logo img {
      max-width: 150px !important; } }

@media screen and (max-width: 823px) and (min-width: 568px) {
  .footer {
    margin-top: 100px; }
    .footer .footer__app-block {
      position: relative;
      top: -50%; } }

@media screen and (max-width: 1366px) and (min-width: 561px) {
  .footer__logo-block {
    padding-top: 60px !important; } }

@media (min-width: 1025px) and (max-width: 1280px) {
  .footer {
    padding: 20px 38px 6px; }
  .footer__app-logo img {
    max-width: 72px !important; } }

@media (min-width: 1281px) and (max-width: 1500px) {
  .footer {
    padding: 20px 38px 60px; } }

.form__block {
  margin-bottom: 15px; }
  .form__block:last-child {
    margin-bottom: 0; }

.form__title {
  color: #525252;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  display: block; }

.form__field {
  border: 1px solid #DADEDE;
  border-radius: 0;
  padding: 12px 20px 12px 12px;
  position: relative;
  background: white; }

.form__field:hover {
  cursor: pointer; }

.form__label {
  font-size: 16px;
  font-weight: 400;
  color: #919191;
  line-height: 19px; }

.form__label--location-text {
  position: relative;
  padding-left: 15px; }

.form__label--passenger-text {
  position: relative;
  padding-left: 26px; }

.form__label--location {
  position: relative;
  color: #1A489D; }

.form__field-icon {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  left: 12px;
  color: #1A489D;
  font-size: 16px; }

.form__field-icon--svg {
  width: 20px; }

.form__input-datepicker-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #DB2228; }

.form__field-action-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #525252;
  font-size: 18px; }

.form__list {
  background: #FFFFFF;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  border: 1px solid #B7B7B7;
  border-top: 0; }

.form__item {
  font-size: 16px;
  padding: 15px 25px;
  font-weight: 400;
  line-height: 19px;
  border-bottom: 1px solid #B7B7B7; }
  .form__item:last-child {
    border-bottom: 0; }
  .form__item:first-child {
    padding-top: 15px; }

.radio {
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .radio:last-child {
    margin-right: 0; }

.radio__label {
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer; }

.form {
  margin-top: 15px; }
  .form .pointer__cursor {
    cursor: pointer; }

.form__subtitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase; }

.radio {
  margin: 15px 0;
  margin-right: 20px; }
  .radio:last-child {
    margin-right: 0; }

.radio__input[type="radio"] {
  position: absolute;
  left: -9999px; }

.radio__input[type="radio"]:checked + label,
.radio__input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #FFFFFF; }

.radio__input[type="radio"]:checked + label:before,
.radio__input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 100%;
  background: #FFFFFF; }

.radio__input[type="radio"]:checked + label:after,
.radio__input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #DB2228;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.radio__input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.radio__input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.form__input {
  width: 100%;
  background: #FFFFFF;
  padding: 14px;
  font-size: 16px;
  line-height: 1.3em;
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px solid #B7B7B7;
  border-radius: 0; }
  .form__input::placeholder {
    font-size: 16px;
    line-height: 1.3em;
    color: #525252; }
  .form__input:focus {
    outline: 0;
    border: 1px solid #B7B7B7; }

.form__input--datepicker {
  position: relative; }
  .form__input--datepicker .form__input {
    padding-right: 30px; }

.form__inner-block {
  margin-right: 15px;
  text-align: left;
  position: relative;
  vertical-align: top; }
  .form__inner-block:last-child {
    margin-right: 0; }
  .form__inner-block .form__input {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: top;
    box-shadow: none;
    margin: 0px; }

.form__spinner-group {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .form__spinner-group:before {
    position: absolute;
    content: '-';
    top: 45%;
    left: 7px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #DB2228;
    font-size: 30px;
    font-weight: 900; }
  .form__spinner-group:after {
    position: absolute;
    content: '+';
    top: 45%;
    right: 7px;
    transform: translateY(-50%);
    color: #DB2228;
    font-size: 30px;
    font-weight: 900; }

.form__input--border {
  border: 1px solid #B7B7B7; }
  .form__input--border:focus {
    border: 1px solid #B7B7B7; }

.form__textarea {
  background-color: #FFFFFF;
  resize: none;
  height: 160px;
  border: 1px solid #B7B7B7;
  width: 100%;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 19px;
  color: #919191;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 3px; }
  .form__textarea::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #919191; }
  .form__textarea:focus {
    outline: 0;
    border: 1px solid #B7B7B7; }

.form--blue .form__input {
  border: 0; }

.form__input--value {
  width: 43px;
  height: 41px;
  text-align: center;
  background-color: transparent;
  padding: 0px 5px;
  background: #FFFFFF;
  border-radius: 0;
  font-size: 16px;
  line-height: 19px;
  color: #919191;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }

.form__input--minus,
.form__input--plus {
  height: 41px;
  background: #FFFFFF;
  cursor: pointer;
  padding: 7px 10px 8px;
  width: 30px;
  text-indent: -9999px; }

.form--blue .form__input--minus {
  border-right: 1px solid #B7B7B7;
  border-radius: 3px 0 0 3px; }
  .form--blue .form__input--minus:focus {
    border-right: 1px solid #B7B7B7; }

.form--blue .form__input--plus {
  border-left: 1px solid #B7B7B7;
  border-radius: 0 3px 3px 0; }
  .form--blue .form__input--plus:focus {
    border-left: 1px solid #B7B7B7; }

textarea,
input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="number"] {
  -webkit-appearance: none;
  border-radius: 0; }

.flight-tab__one.flight-tab__one--show-drop-down {
  overflow: inherit; }

.flight-tab__one .flight-widget__book-trip-form-3 .form__list {
  padding-top: 20px;
  padding-bottom: 20px; }
  .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item {
    padding: 15px 15px;
    border-bottom: 0px solid transparent; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__input--number {
      border-color: #dadada;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 2px solid #dadada;
      border-radius: 0;
      box-sizing: border-box;
      color: #323232;
      font-size: 18px;
      height: 48px;
      line-height: 25.5px;
      padding: 10.5px 35px 12px 14px;
      width: 100%;
      cursor: pointer;
      text-align: center;
      outline: none; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item input[type=number]::-webkit-inner-spin-button,
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item input[type="number"] {
      -moz-appearance: textfield; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__label {
      line-height: 25px; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: #DB2228;
      border: 0;
      border-radius: 4px;
      color: #fff;
      cursor: pointer;
      font-size: 16px;
      font-weight: 600;
      height: 48px;
      letter-spacing: 1.5px;
      line-height: 24px;
      text-align: center;
      text-transform: uppercase;
      transition: background-color .2s;
      width: 100%; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__input--minus {
      position: absolute;
      height: auto;
      cursor: pointer;
      left: 21px;
      top: 113px;
      border: 0 solid transparent;
      text-indent: 0;
      font-size: 22px;
      outline: none; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__input--minus--second {
      top: 216px; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__input--minus--third {
      top: 319px; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__input--plus--second {
      top: 216px !important; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__input--plus--third {
      top: 319px !important; }
    .flight-tab__one .flight-widget__book-trip-form-3 .form__list .form__item .form__input--plus {
      position: absolute;
      height: auto;
      cursor: pointer;
      right: 25px;
      top: 113px;
      border: 0px solid transparent;
      text-indent: 0px;
      font-size: 22px;
      outline: none; }

.flight-tab__one .form__list--show--drop-down {
  display: block; }

.flight-tab__one .form__list--hide--drop-down {
  display: none; }

.flight-tab__one .form__block--show--drop--down {
  position: absolute;
  width: 100%;
  z-index: 99999; }

.flight-tab__one .message--drop--down {
  top: 70px; }

.flight-tab__one .form__field-action-icon {
  pointer-events: none; }

.flight-widget-accordion .flight-widget__mobile-block .form__list--show--drop-down {
  display: block; }

.flight-widget-accordion .flight-widget__mobile-block .form__list--hide--drop-down {
  display: none; }

.flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item {
  position: relative;
  padding: 15px 15px;
  border-bottom: 0px solid transparent; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item .form__input--number {
    border-color: #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #dadada;
    border-radius: 0;
    box-sizing: border-box;
    color: #323232;
    font-size: 18px;
    height: 48px;
    line-height: 25.5px;
    padding: 10.5px 35px 12px 14px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    outline: none; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item input[type=number]::-webkit-inner-spin-button,
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item input[type="number"] {
    -moz-appearance: textfield; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item .form__label {
    line-height: 25px; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #DB2228;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 1.5px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s;
    width: 100%; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item .form__input--minus, .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item .form__input--plus {
    position: absolute;
    background-color: transparent;
    height: 9px;
    padding-top: 0px;
    padding-bottom: 21px;
    line-height: 20px;
    top: 52% !important;
    cursor: pointer;
    border: 0 solid transparent;
    text-indent: 0;
    font-size: 22px;
    outline: none; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item .form__input--minus {
    left: 17px;
    top: 119px; }
  .flight-widget-accordion .flight-widget__mobile-block--passengers .form__list .form__item .form__input--plus {
    right: 20px;
    top: 119px; }

.faq__search-dropdown .multiselect {
  border: 0px solid #DADEDE; }

.faq__search-dropdown .multiselect__select:after {
  font-size: 20px !important;
  color: #DB2228 !important; }

.faq__search-dropdown .multiselect__tags {
  padding: 8px 80px 0 0px !important; }

@media only screen and (max-width: 320px) {
  .form__input--value {
    width: 41px; }
  .form__spinner-group:before {
    left: 4px; }
  .form__spinner-group:after {
    right: 4px; }
  .form__inner-block {
    margin-right: 10px; }
  .form__spinner-group:before {
    top: 45%;
    left: 7px;
    transform: translateY(-50%);
    font-size: 24px; }
  .form__spinner-group:after {
    top: 45%;
    transform: translateY(-50%);
    right: 4px;
    font-size: 24px; } }

@media only screen and (max-width: 560px) {
  .form__search {
    display: block;
    text-align: center; }
  .form__title {
    line-height: 1; }
  .form__block {
    flex-direction: column; }
  .faq .faq__search-title {
    font-size: 26px !important;
    color: #525252 !important; }
  .faq .faq__search-dropdown {
    margin: 0 auto;
    font-size: 23px !important;
    margin: 8px auto 15px !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .faq .faq__search-dropdown .multiselect__single {
      font-size: 23px !important;
      line-height: 23px !important; } }

.faq .faq__search-title {
  margin-bottom: 2px !important;
  font-size: 30px !important;
  color: #525252 !important; }

.faq .faq__search-dropdown {
  margin-left: 10px;
  padding: 8px 90px 10px 11px; }
  .faq .faq__search-dropdown .multiselect__single {
    font-size: 30px;
    font-weight: 400 !important;
    color: #DB2228 !important;
    line-height: 30px;
    word-break: break-all; }

@media only screen and (min-width: 561px) and (max-width: 768px) {
  .faq__search-title {
    font-size: 26px !important; }
  .faq__search-dropdown .form__label {
    font-size: 22px !important; } }

@media screen and (min-width: 561px) and (max-width: 768px) {
  .faq__search-title {
    font-size: 26px !important; }
  .faq__search-dropdown {
    padding: 14px 38px 15px 12px !important; }
    .faq__search-dropdown .multiselect__single {
      font-size: 23px !important; }
    .faq__search-dropdown .form__label {
      font-size: 22px !important; } }

.input_select--appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form__Dropdown-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: #1A489D;
  font-size: 20px; }

.input_select--appearance::-ms-expand {
  display: none; }

.herobanner {
  text-align: center;
  margin-top: 0px;
  min-height: inherit !important; }
  .herobanner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .herobanner .herobanner__title {
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    max-width: 1000px;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-shadow: 0px 1px 2px #525252;
    top: 75px;
    margin-bottom: 25px;
    position: absolute;
    z-index: 11;
    -ms-transform: translate(-50%); }
  .herobanner .herobanner__title-clear {
    display: block; }
  .herobanner .herobanner__subtitle {
    font-family: "Oswald", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px #525252;
    text-transform: uppercase; }
  .herobanner .herobanner__link {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 11;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.genericHeroImage {
  min-height: inherit;
  height: 0;
  padding-bottom: 39.2%; }
  .genericHeroImage .swiper-slide {
    min-height: inherit;
    height: 0;
    padding-bottom: 39.2%; }
    .genericHeroImage .swiper-slide img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

@media screen and (max-width: 560px) {
  .herobanner__subtitle {
    top: 40% !important; } }

@media screen and (max-height: 700px) {
  .herobanner__title {
    top: 17%; }
  .herobanner__subtitle {
    top: 31%; }
  .flight-widget {
    top: 60%; } }

@media screen and (max-width: 1024px) {
  /*.herobanner__title {
            position: relative !important;
        }*/
  .herobanner__subtitle {
    position: relative !important; } }

/* HERO BANNER HEIGHT */
@media screen and (max-width: 767px) {
  .herobanner:not(.herobanner--internal) {
    min-height: 550px !important;
    height: 550px !important; }
    .herobanner:not(.herobanner--internal) .swiper-slide {
      min-height: 425px !important;
      height: 425px !important; }
  .herobanner__title {
    top: 15% !important; }
  .herobanner .swiper-container-horizontal > .swiper-pagination-bullets {
    /*top: 60% !important;*/ } }

@media screen and (min-width: 569px) and (max-width: 768px) {
  .herobanner:not(.herobanner--internal) {
    /*min-height: 565px !important;
            height: 565px !important;*/ }
    .herobanner:not(.herobanner--internal) .swiper-slide {
      /*min-height: 565px !important;
                height: 565px !important;*/ }
  .herobanner__title {
    top: 14% !important; }
  .herobanner .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 56% !important; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .herobanner:not(.herobanner--internal) {
    /*min-height: 713px !important;
            height: 713px !important;*/ }
    .herobanner:not(.herobanner--internal) .swiper-slide {
      /*min-height: 713px !important;
                height: 713px !important;*/ }
  /*.herobanner__title {
            margin-top: -20%;
        }*/
  .herobanner .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 56%; } }

/*@media screen and (min-width: 1280px){
    .herobanner {
        margin-top: 100px;
    }
}*/
.show-mobile {
  display: none !important; }

.show-desktop {
  display: block !important; }

@media screen and (max-width: 568px) {
  .show-mobile {
    display: block !important; }
  .show-desktop {
    display: none !important; } }

.legend {
  display: inline-block;
  width: 50px;
  height: 8px;
  border-radius: 5px; }

.legend__red {
  background: #DB2228; }

.legend__blue {
  background: #1A489D; }

.destination-map {
  position: relative;
  display: grid;
  display: -ms-grid;
  grid-gap: 0;
  grid-template-columns: [col] 35% [col] 65%;
  -ms-grid-columns: 35% 65%;
  grid-template-rows: [row] auto [row] auto [row];
  -ms-grid-rows: auto auto;
  background: #FFFFFF;
  padding: 30px; }

.destination-map__tab-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1; }

.destination-map__tab-desc {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  margin-bottom: 47px; }

.destination-map__tab-btn {
  margin-bottom: 40px;
  margin-top: 10px;
  padding: 17px 84px !important; }

.destination-map__tab-legend-block {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #525252;
  margin-top: 60px; }

.destination-map__tab-legend {
  display: block;
  margin-top: 10px;
  /*span {
    &:last-child {
      margin-left: 20px;
    }
  }*/ }

.destination-map__tab-map,
.destination-map__tab-heading {
  display: none; }

.destination-map__map {
  max-height: 527px;
  padding: 0 50px;
  position: absolute;
  right: 0;
  top: 5%; }

@media screen and (max-width: 560px) {
  .destination-map {
    padding: 0 !important; } }

@media screen and (max-width: 1024px) {
  .destination-map {
    background-color: #E6E6E6; }
  /* GRID BLOCKS */
  .destination-map__tab-block {
    grid-column: col 1 / span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-row: row 1;
    -ms-grid-row: 1;
    margin-top: 0; }
    .destination-map__tab-block .destination-map__tab-heading {
      display: block;
      color: #525252;
      font-size: 24px;
      text-transform: capitalize;
      text-align: center;
      font-weight: 500; }
    .destination-map__tab-block .tab__ul {
      justify-content: center;
      display: flex; }
    .destination-map__tab-block .tab {
      max-width: initial; }
    .destination-map__tab-block .tab__label {
      width: 100%; }
      .destination-map__tab-block .tab__label:after {
        display: none; }
    .destination-map__tab-block #tab1:checked ~ nav .tab__one label,
    .destination-map__tab-block #tab2:checked ~ nav .tab__two label,
    .destination-map__tab-block #tab3:checked ~ nav .tab__three label,
    .destination-map__tab-block #tab4:checked ~ nav .tab__four label,
    .destination-map__tab-block #tab5:checked ~ nav .tab__five label {
      background-color: #FFFFFF; }
    .destination-map__tab-block .tab__content {
      background-color: #FFFFFF; }
  .destination-map__tab-map {
    display: block; }
  .destination-map__map {
    display: none; }
  /*.destination-map__tab-legend {
    text-align: center;
  }*/
  .destination-map {
    padding: 0;
    margin: 0 auto; }
  .destination-map__map-block,
  .destination-map__tab-title,
  .destination-map__tab-desc,
  .destination-map__tab-btn,
  .destination-map__tab-legend-title {
    display: none; }
  /* END GRID BLOCKS */ }

@media screen and (max-width: 1200px) {
  .destination-map__map {
    max-height: 444px; } }

@media screen and (min-width: 1025px) {
  /* GRID BLOCKS */
  .destination-map {
    min-height: 642px !important; }
  .destination-map__tab-block {
    grid-column: col 1 / span 1;
    grid-row: row 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1; }
  .destination-map__map-block {
    grid-column: col 2 / span 1;
    grid-row: row 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    text-align: center; }
  /* END GRID BLOCKS */ }

@media screen and (min-width: 1500px) {
  .destination-map__map {
    top: 3%;
    max-height: 614px; } }

@media screen and (min-width: 1679px) {
  .destination-map__map {
    top: 3%;
    max-height: 614px !important; } }

.main-content {
  text-align: center;
  margin-bottom: 21px;
  position: relative; }

.main-content__content {
  margin-bottom: 20px; }

h1 main-content__title {
  font-family: "Roboto", sans-serif; }

.main-content__title {
  color: #525252;
  font-size: 30px;
  line-height: 1.875em;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0; }

.main-content__text p {
  color: #525252;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 18px auto; }

/* 2 Col Content */
.two-col-content {
  display: -ms-grid;
  -ms-grid-columns: 66% 34%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 0;
  grid-template-columns: [col] 66% [col] 34%;
  grid-template-rows: [row] auto [row] auto [row];
  text-align: center;
  margin-bottom: 21px; }

.two-col-content__figure-wrapper {
  position: relative;
  background: #F1F3F3;
  margin: 17px 30px;
  padding: 35px 10px; }

.two-col-content__content {
  margin-bottom: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1;
  text-align: left; }

.two-col-content__title {
  position: relative;
  color: #1A489D;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px; }

.two-col-content__subtitle {
  position: relative;
  color: #1A489D;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 30px; }

/*.two-col-content__title:before {
    content: "✈";
    font-family: "Glyphicons Halflings";
    font-weight: 700;
    color: $primary;
    display: block;
    position: absolute;
    top: -9px;
    bottom: 4px;
    left: -48px;
    transform: rotate(-20deg);
    font-size: 43px;
}*/
.two-col-content__text {
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }

.two-col-content__figure {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 2 / span 1;
  grid-row: row 1;
  position: relative; }

.two-col-content__fig-text {
  color: #525252;
  font-size: 17px;
  font-weight: 400; }

.two-col-content__fig-sup {
  margin-left: -12px; }

.two-col-content__fig-title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #DB2228;
  margin-bottom: -7px;
  margin-top: -7px; }
  .two-col-content__fig-title .price-currency {
    font-size: 24px; }
    .two-col-content__fig-title .price-currency:after {
      display: none; }
  .two-col-content__fig-title span {
    position: relative;
    font-size: 42px;
    right: 8px; }
    .two-col-content__fig-title span:after {
      content: "*";
      color: #525252;
      font-size: 17px;
      display: block;
      position: absolute;
      top: 7px;
      bottom: 4px;
      right: -11px; }

.two-col-content__fig-subtitle {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #525252;
  margin-top: 5px; }

.two-col-content__fig-btn {
  margin-top: 4px;
  display: inline-block; }

@media screen and (max-width: 580px) {
  .two-col-content__figure-wrapper {
    margin: 5px 4px;
    padding: 26px 7px; }
  .two-col-content {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .two-col-content__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2;
    font-size: 27px;
    line-height: 36px; }
  .two-col-content__figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: col 1 / span 1;
    grid-row: row 1; }
  .main-content__title p {
    font-size: 19px !important; } }

@media screen and (min-width: 561px) and (max-width: 1024px) {
  .two-col-content {
    -ms-grid-columns: 52% 48%;
    grid-template-columns: [col] 52% [col] 48%; } }

@media screen and (min-width: 561px) {
  .genericHeroImage .swiper-slide {
    /*min-height: 746px;
            height: 746px;*/ } }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .genericHeroImage .swiper-slide {
    /*min-height: 600px !important;
            height: 600px;*/ } }

@media screen and (max-width: 568px) {
  .genericHeroImage .swiper-slide {
    /*min-height: 430px !important;
            height: 430px;*/ } }

.currency-wrapper {
  text-align: Left; }
  .currency-wrapper .currency-span-middle-block {
    display: block;
    margin-left: 29%;
    margin-top: 8px;
    position: absolute;
    font-size: 16px;
    font-weight: 400; }
  .currency-wrapper .currency-span-dollar-sign-block {
    display: block;
    margin-left: 24%;
    margin-top: 8px;
    position: absolute;
    font-size: 16px;
    font-weight: 400; }
  .currency-wrapper .currency-span-currency-block {
    display: block;
    margin-left: 30%;
    font-size: 24px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #DB2228; }
  .currency-wrapper .currency-span-amount-block {
    font-size: 42px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #DB2228; }

@media screen and (min-width: 1280px) {
  .sub-navigation__megamenu {
    width: 124%;
    margin-left: -160px; } }

@media screen and (min-width: 1280px) {
  .navbar .sub-navigation__megamenu {
    position: absolute;
    display: none;
    padding: 34px 40px 0;
    background: white;
    text-align: left;
    z-index: 1;
    min-width: 100%;
    width: 100vw;
    right: 0;
    border-top: 3px solid #DB2228; }
  .navbar .primary-navigation .primary-navigation__item:hover .sub-navigation__megamenu {
    top: 88px; }
  .navbar .sub-navigation__megamenu-column {
    float: left;
    width: 32%;
    margin-right: 2%; }
    .navbar .sub-navigation__megamenu-column:last-child {
      margin-right: 0; }
    .navbar .sub-navigation__megamenu-column .sub-navigation__megamenu-column-wrap {
      margin-bottom: 25px; }
  .navbar .sub-navigation__megamenu-column--horizontal {
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: left;
    max-width: 1780px;
    float: none;
    width: 100%; }
  .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column-item {
    display: inline-grid;
    display: -ms-inline-grid; }
    .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column-item .sub-navigation__megamenu-column-link {
      margin-top: 10px;
      transition: 0.5s;
      text-transform: uppercase;
      color: #1A489D;
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-align: left;
      padding: 0px 0 8px;
      border-bottom: 1px solid #FFFFFF;
      letter-spacing: 1px; }
      .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column-item .sub-navigation__megamenu-column-link:hover {
        color: #DB2228; }
  .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column--horizontal .sub-navigation__megamenu-column-item {
    display: inline-grid;
    display: -ms-inline-grid;
    width: 24%;
    padding: 12px;
    border-left: 1px solid #DADEDE; }
    .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column--horizontal .sub-navigation__megamenu-column-item:nth-child(odd) {
      border-left: 1px solid #DADEDE;
      padding: 12px; }
    .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column--horizontal .sub-navigation__megamenu-column-item:nth-child(-n+4) {
      border-top: none; }
    .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column--horizontal .sub-navigation__megamenu-column-item:first-child, .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column--horizontal .sub-navigation__megamenu-column-item:nth-child(4n+1) {
      border-left: none; }
  .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column--horizontal .sub-navigation__megamenu-column-link--desc {
    display: block;
    font-size: 16px;
    color: #525252;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: none;
    margin-top: 16px;
    margin-bottom: 5px;
    letter-spacing: initial; }
  .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column--style-1 .sub-navigation__megamenu-column-link {
    border-bottom: 1px solid #DADEDE; }
  .navbar .sub-navigation__megamenu .sub-navigation__megamenu-column-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 18px; }
  .navbar.has-alert .primary-navigation .primary-navigation__item:hover .sub-navigation__megamenu {
    display: block; }
  .header--bottom .primary-navigation .primary-navigation__item:hover .sub-navigation__megamenu {
    top: 100%; } }

@media screen and (max-width: 1436px) {
  .primary-navigation__item a {
    font-size: 17px !important; } }

.navbar .multiselect__content-wrapper {
  overflow-y: auto;
  overflow-x: hidden; }

.navbar .multiselect_tags {
  min-width: 230px; }

.message {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  background: #e66569;
  padding: 12px 15px;
  display: inline-block; }
  .message:before {
    content: "";
    position: absolute;
    top: -19px;
    height: 0;
    width: 0;
    left: 11%;
    border: 10px solid transparent;
    border-bottom-color: #e66569; }

.navbar-mobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }

.navbar-mobile.has-alert {
  top: 64px; }

@media screen and (max-width: 768px) {
  #alertModuleApp {
    position: relative;
    top: 56px;
    z-index: 9; }
  #alertModuleApp .alert-box {
    top: 0 !important; }
  #alertModuleApp .alert-box--info-swiper.swiper-slide {
    min-height: 90px; }
  #alertModuleApp .alert-box-swiper.swiper-slide {
    min-height: 90px; } }

@media only screen and (max-width: 320px) {
  .navbar-mobile__logo-link {
    margin-left: 10px; }
  .navbar-mobile__logo-img {
    max-width: 100px;
    height: auto; } }

@media only screen and (max-width: 1279px) {
  #alertModuleApp {
    position: relative;
    top: 56px;
    z-index: 9; }
  #alertModuleApp .alert-box {
    top: 0 !important;
    z-index: 99; }
  #alertModuleApp .alert-box--info-swiper.swiper-slide {
    min-height: 90px; }
  #alertModuleApp .alert-box-swiper.swiper-slide {
    min-height: 90px; }
  .navbar-mobile.has-alert {
    top: 0; }
  .navbar {
    display: none; }
  .navbar-mobile {
    display: block; }
  .navbar-mobile__container {
    padding: 5px 5px 5px 15px;
    background: #fff; }
  .hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
    .hamburger:hover {
      opacity: 0.7; }
    .hamburger:focus {
      outline: 0;
      border: 0; }
    .hamburger.is-active:hover {
      opacity: 0.7; }
    .hamburger.is-active .hamburger-inner {
      background-color: #1A489D; }
      .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: #1A489D; }
  .hamburger-box {
    width: 35px;
    height: 20px;
    display: inline-block;
    position: relative; }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 29px;
    height: 4px;
    background-color: #DB2228;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      width: 29px;
      height: 4px;
      background-color: #DB2228;
      border-radius: 0px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease; }
    .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block; }
    .hamburger-inner::before {
      top: -10px; }
    .hamburger-inner::after {
      bottom: -10px; }
  .hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear; }
    .hamburger--spring .hamburger-inner::before {
      top: 10px;
      transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spring .hamburger-inner::after {
      top: 20px;
      transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important; }
    .hamburger--spring.is-active .hamburger-inner::before {
      top: 0;
      transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--spring.is-active .hamburger-inner::after {
      top: 0;
      transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .navbar-mobile__logo-img {
    max-width: 120px;
    width: 100%;
    height: 40px; }
  .navbar-mobile__clickables-phone {
    color: #1A489D;
    font-size: 24px;
    transform: rotate(90deg);
    margin-right: 10px; }
  .navbar-mobile__clickables-link {
    margin-right: 12px;
    border-right: 2px solid #DADEDE; }
    .navbar-mobile__clickables-link:last-child {
      border-right: none; }
  .navbar-mobile__menu--active {
    display: block !important; }
  .navbar-mobile__menu {
    display: none;
    background: #F1F3F3;
    padding: 10px 12px;
    box-shadow: 0px 0px 4px 0px rgba(164, 163, 163, 0.55);
    top: 52px;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    overflow: scroll;
    padding-bottom: 200px; }
  .navbar-mobile__menu-list {
    background: #FFFFFF;
    margin: 0;
    padding: 10px 20px 10px;
    list-style-type: none; }
    .navbar-mobile__menu-list .sub-navigation {
      display: none; }
    .navbar-mobile__menu-list .sub-navigation.sub-navigation-display {
      display: block; }
  .navbar-mobile__menu-item {
    position: relative;
    border-bottom: 2px solid #DADEDE; }
    .navbar-mobile__menu-item i {
      position: absolute;
      right: 0;
      padding: 5px;
      cursor: pointer;
      top: 13px;
      font-size: 21px;
      font-weight: bolder;
      color: #DB2228; }
  .navbar-mobile__menu-link {
    padding: 20px 0;
    display: block;
    text-decoration: none;
    color: #1A489D;
    line-height: 18px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize; }
  .navbar-mobile__menu-link-active {
    color: #DB2228; }
  .navbar-location {
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    padding: 18px 20px 18px 12px;
    position: relative; }
  .navbar-location__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #DB2228;
    font-size: 11px; }
  .navbar-location__action-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }
  .navbar-mobile__menu-title {
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    line-height: 19px;
    display: block;
    margin-bottom: 10px; }
  .navbar-location__label {
    font-size: 16px;
    font-weight: 400;
    color: #919191;
    line-height: 19px;
    position: relative;
    padding-left: 15px; }
  .navbar-location__list {
    padding-left: 0;
    list-style-type: none;
    border: 1px solid #B7B7B7;
    border-top: 0;
    margin-top: -2px;
    border-radius: 0 0 5px 5px;
    padding: 10px 0; }
  .navbar-location__item {
    padding: 5px 25px; } }

.modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity .25s ease;
  z-index: 999;
  opacity: 0.5; }

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer; }

.modal-state {
  display: none; }

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible; }

.modal-state:checked + .modal .modal__inner {
  top: 0; }

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #DB2228;
  border-radius: 5px;
  padding: 1em 2em;
  height: max-content;
  text-align: center; }

.modal__img {
  max-width: 266px; }

.modal__heading {
  font-size: 25px;
  font-weight: 400; }

.modal__content {
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: [col] 50% [col] 50%;
  grid-template-rows: [row] auto [row] auto [row]; }

.modal__content--upper-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1; }

.modal__content--upper-right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 2 / span 1;
  grid-row: row 1; }

.modal__content--bottom-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-column: col 1 / span 1;
  grid-row: row 2; }

.modal__content--bottom-right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-column: col 2 / span 1;
  grid-row: row 2; }

.modal__btn {
  margin-top: 13px;
  display: inline-block; }

.modal__field {
  position: relative; }

.model__input {
  padding: 14px 17px 14px 40px; }

.form__field-icon {
  position: absolute;
  /*top: 27px;*/
  left: 16px; }

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer; }

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0; }

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa; }

.modal__close:before {
  transform: rotate(-45deg); }

@media screen and (max-width: 560px) {
  .modal__inner {
    max-height: 629px !important; }
  .modal__content {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .modal__content--upper-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: col 1 / span 1;
    grid-row: row 1; }
  .modal__content--upper-right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2; }
  .modal__content--bottom-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-column: col 1 / span 1;
    grid-row: row 3; }
  .modal__content--bottom-right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    grid-column: col 1 / span 1;
    grid-row: row 4; }
  .modal__inner {
    padding: 69px 16px !important; }
  .modal__btn {
    display: block !important; } }

@media screen and (max-width: 1024px) {
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
    max-height: 438px; } }

@media screen and (min-width: 1025px) {
  .modal__inner {
    display: table;
    position: relative;
    margin-top: 12%; } }

.multicity__content {
  max-width: 1432px;
  margin: 0 auto; }
  .multicity__content .flight__label {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #1A489D; }
  .multicity__content .multiselect__content-wrapper .multiselect__option--disabled {
    font-weight: 700 !important;
    color: #012F72 !important;
    font-size: 18px !important; }
  .multicity__content .multiselect__option--group {
    font-weight: 700 !important;
    color: #012F72 !important;
    font-size: 18px !important; }
  .multicity__content .multiselect {
    border: 1px solid #DADEDE; }
  .multicity__content .cabinClass .multiselect__single {
    padding: 1px 0 0 21px !important; }
  .multicity__content .multiselect__single {
    padding: 1px 0 0 15px !important; }
  .multicity__content .multiselect__select:after {
    color: #525252 !important; }
  .multicity__content .form__input--datepicker {
    border: 1px solid #DADEDE; }
  .multicity__content .layout__3-col--first .form__block {
    position: relative; }
  .multicity__content .layout__3-col--first .form__list--hide--drop-down {
    display: none; }
  .multicity__content .layout__3-col--first .form__list--show--drop-down {
    position: absolute;
    width: 100%;
    z-index: 9999; }
  .multicity__content .layout__3-col--first .form__item {
    border-bottom: 0px solid transparent; }
  .multicity__content .layout__3-col--first .form__input--number {
    border-color: #dadada;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #dadada;
    border-radius: 0;
    box-sizing: border-box;
    color: #323232;
    font-size: 18px;
    height: 48px;
    line-height: 25.5px;
    padding: 10.5px 35px 12px 14px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    outline: none; }
  .multicity__content .layout__3-col--first input[type=number]::-webkit-inner-spin-button,
  .multicity__content .layout__3-col--first input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .multicity__content .layout__3-col--first input[type="number"] {
    -moz-appearance: textfield; }
  .multicity__content .layout__3-col--first .form__label {
    line-height: 25px; }
  .multicity__content .layout__3-col--first button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #DB2228;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    letter-spacing: 1.5px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s;
    width: 100%; }
  .multicity__content .layout__3-col--first .form__input--minus {
    position: absolute;
    height: auto;
    cursor: pointer;
    left: 28px;
    border: 0 solid transparent;
    text-indent: 0;
    font-size: 22px;
    outline: none; }
  .multicity__content .layout__3-col--first .form__input--plus {
    position: absolute;
    height: auto;
    cursor: pointer;
    right: 31px;
    border: 0px solid transparent;
    text-indent: 0px;
    font-size: 22px;
    outline: none; }
  .multicity__content .layout__3-col--first .form__input--minus--first, .multicity__content .layout__3-col--first .form__input--plus--first {
    top: 14%; }
  .multicity__content .layout__3-col--first .form__input--minus--second, .multicity__content .layout__3-col--first .form__input--plus--second {
    top: 47%; }
  .multicity__content .layout__3-col--first .form__input--minus--third, .multicity__content .layout__3-col--first .form__input--plus--third {
    top: 81%; }
  .multicity__content .layout__3-col--first .form__label--ml {
    margin-left: 4px;
    color: #35495e; }
  .multicity__content .layout__3-col--first .form__field--passenger {
    border: 1px solid #DADEDE;
    padding: 10px 20px 11px 12px;
    border-radius: 0;
    position: relative;
    background: white; }

.multicity__btn {
  height: 100%;
  display: block;
  width: 100%;
  color: #FFF;
  background-color: #1A489D; }

.multicity__icon-plane {
  transform: rotate(-30deg);
  margin-right: 7px; }

.multiCityCalendar {
  padding: 4px 28px; }

.navbar__container {
  position: relative;
  width: 100%;
  padding: 5px 5px 0 10px;
  background: white;
  box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.1);
  z-index: 11; }
  .navbar__container .multiselect__select:after {
    color: #DB2228 !important; }

.navbar__container--top {
  top: 0 !important;
  position: fixed; }

.navbar__primary-menu {
  height: 100%;
  min-height: 84px; }

.navbar__logo {
  z-index: 2; }

.navbar__formblock {
  margin-bottom: initial; }

.navbar__formfield {
  border: none;
  padding: 0 20px 0 12px;
  background: transparent; }
  .navbar__formfield span {
    font-size: 18px;
    padding-right: 16px; }
  .navbar__formfield i {
    color: #DB2228; }
  .navbar__formfield .multiselect {
    border-right: 1px solid #DADEDE; }
  .navbar__formfield .multiselect__single {
    color: #DB2228 !important;
    font-weight: 700 !important;
    font-size: 18px !important; }
  .navbar__formfield .multiselect__option--highlight {
    color: #FFFFFF !important; }

.navbar__logo-img {
  max-width: 223px;
  width: 100%;
  height: 70px; }

.navbar__clickables-phone {
  color: #1A489D;
  font-size: 24px;
  margin-right: 10px; }

.navbar__clickables-link {
  cursor: pointer;
  margin-right: 10px;
  z-index: 2; }

.navbar-mobile__clickables {
  cursor: pointer; }

.navbar__search {
  opacity: 0;
  position: fixed;
  transform: translateX(130%);
  margin-top: 0px;
  right: 11px;
  width: 300px;
  transition-timing-function: ease-in;
  transition: 0.2s; }
  .navbar__search .form__input {
    border: 1px solid #DADEDE;
    border-radius: 4px;
    color: #919191;
    padding: 10px 38px 10px 10px; }

.navbar__mobile-search {
  opacity: 0;
  position: fixed;
  top: 5px;
  left: 0;
  width: 100%;
  transform: translateX(130%);
  transition-timing-function: ease-in;
  transition: 0.2s; }
  .navbar__mobile-search .navbar-mobile__clickables-phone {
    position: absolute;
    top: 10px;
    left: 9px;
    transform: initial; }
  .navbar__mobile-search:after {
    content: "\F00D";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #525252;
    font-size: 24px;
    display: block;
    position: absolute;
    top: 9px;
    bottom: 4px;
    right: 9px; }
  .navbar__mobile-search .form__input {
    border: none;
    border-radius: 0;
    color: #919191;
    padding: 12px 30px 14px 46px; }

.navbar__mobile-search-close {
  position: absolute;
  background: transparent;
  width: 50px;
  height: 50px;
  top: -3px;
  right: 0;
  z-index: 3; }

.navbar__search--is-open {
  transition: 0.25s;
  transition-timing-function: ease-out;
  opacity: 1;
  transform: translateY(0);
  z-index: 2; }

.primary-navigation {
  list-style: none;
  margin: 0;
  padding: 0; }

.primary-navigation__item {
  position: relative;
  display: block; }
  .primary-navigation__item a {
    font-family: "Roboto", sans-serif;
    padding: 8px 0;
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 700; }
  .primary-navigation__item > a {
    color: #1A489D; }
    .primary-navigation__item > a:hover {
      color: #DB2228; }

.primary-navigation__item-active {
  border-bottom: 3px solid #DB2228; }
  .primary-navigation__item-active .primary-navigation__link {
    color: #DB2228; }

@media screen and (max-width: 1279px) {
  .sub-navigation {
    z-index: 5;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0; }
  .sub-navigation__item {
    padding: 12px 15px;
    border-bottom: 1px solid #DADEDE; }
    .sub-navigation__item:first-child {
      border-top: 3px solid #DADEDE; }
  .sub-navigation .sub-navigation__item > a {
    font-family: "Oswald", sans-serif;
    color: #525252;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.8px; } }

@media screen and (min-width: 1280px) {
  .primary-navigation {
    /*position: relative;*/
    display: inline-block; }
  .primary-navigation__item {
    position: static;
    display: inline-block;
    padding: 5px 12px;
    min-height: 84px; }
    .primary-navigation__item a {
      padding-top: 8px;
      margin-top: 14px; }
    .primary-navigation__item:hover .sub-navigation {
      display: block; }
  .primary-navigation__sub-title {
    display: block;
    font-weight: "Roboto", sans-serif;
    font-size: 13px;
    text-transform: none; }
  .primary-navigation__last-item {
    float: right;
    top: 7px;
    margin-left: 23px;
    position: static;
    display: inline-block;
    padding: 9px 6px; }
  .primary-navigation__item--active {
    background: #1A489D;
    border-bottom: 3px solid #DB2228; }
    .primary-navigation__item--active .primary-navigation__link {
      color: #FFFFFF !important; } }

@media screen and (max-width: 1344px) {
  .primary-navigation__item a {
    padding: 8px 5px !important; } }

@media (min-width: 1025px) and (max-width: 1344px) {
  .primary-navigation__item {
    padding: 5px 5px !important; } }

@media screen and (min-width: 1280px) {
  .nav_alt-container {
    top: 0px !important;
    width: 100%;
    position: fixed;
    z-index: 999999; } }

/*.pagination {
  padding: 20px 0;
}

.page {
  font-family: $secondary-font;
  font-size: 18px;
  font-weight: $font-regular;
  display: inline-block;
  padding: 0 7px 5px;
  margin-right: 4px;
  text-decoration: none;
  color: $primary;
  text-transform: uppercase;

  &:hover {
    border-bottom: 1px solid $secondary;
    color: $secondary;
  }
}

.page.active {
  border-bottom: 1px solid $secondary;
  color: $secondary;
}*/
.ribbon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  z-index: 0; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #DB2228;
  border-radius: 0 0.156em 0.156em 0; }

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  background-color: #DB2228;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  font: 400 15px "Oswald", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }

/* top left*/
.ribbon-top-left {
  top: -5px;
  left: -5px; }

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg); }

.ribbon-top-left::before, .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent; }

.ribbon-top-left::before {
  top: -5px;
  right: 18px; }

.ribbon-top-left::after {
  bottom: 17px;
  left: -5px; }

.close-ribbon {
  position: absolute;
  top: 14px;
  right: 28px;
  z-index: 1;
  width: 87px;
  line-height: .5;
  -webkit-transition: line-height .5s;
  transition: line-height .5s;
  color: #FFFFFF; }
  .close-ribbon .close-ribbon__sup,
  .close-ribbon .close-ribbon__sup--sm {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 300;
    margin-top: -3px;
    position: relative;
    left: 6px; }
    .close-ribbon .close-ribbon__sup:last-child,
    .close-ribbon .close-ribbon__sup--sm:last-child {
      margin-top: 10px; }
  .close-ribbon .close-ribbon__sup--sm {
    font-size: 13px !important; }
  .close-ribbon .close-ribbon__price {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    position: relative;
    left: 6px; }

.close-ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 1.2em;
  border: 39px solid #DB2228;
  z-index: -1;
  top: -1em;
  border-top-width: 72px;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.close-ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #DB2228 transparent;
  top: -18px;
  left: 3px;
  border-width: 0 0 5px 6px;
  z-index: -1; }

/* QUICKLINKS RIBBON */
.quicklink-ribbon {
  position: absolute;
  top: 10px;
  right: 28px;
  z-index: 1;
  width: 87px;
  line-height: .5;
  -webkit-transition: line-height .5s;
  transition: line-height .5s;
  color: #FFFFFF;
  text-align: center; }
  .quicklink-ribbon .quicklink-ribbon__sup,
  .quicklink-ribbon .quicklink-ribbon__sup--sm {
    display: block;
    font-size: 14px;
    margin-bottom: 11px;
    font-weight: 300;
    margin-top: -3px;
    position: relative;
    left: 6px; }
    .quicklink-ribbon .quicklink-ribbon__sup:last-child,
    .quicklink-ribbon .quicklink-ribbon__sup--sm:last-child {
      margin-top: 10px; }
  .quicklink-ribbon .quicklink-ribbon__sup--sm {
    font-size: 13px !important; }
  .quicklink-ribbon .quicklink-ribbon__price {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    position: relative;
    left: 6px;
    font-weight: 700; }

.quicklink-ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 1.2em;
  border: 39px solid #DB2228;
  z-index: -1;
  top: -16px;
  border-top-width: 72px;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.quicklink-ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #DB2228 transparent;
  top: -15px;
  left: 3px;
  border-width: 0 0 5px 6px;
  z-index: -1; }

@media only screen and (min-width: 1300px) {
  .promotion .close-ribbon .close-ribbon__sup {
    font-size: 20px;
    margin-top: 16px; } }

@media screen and (min-width: 768px) {
  .promotion .close-ribbon__sup {
    left: 0px; }
  .promotion .close-ribbon__price {
    left: 0px; } }

.search__content {
  max-width: 1426px;
  margin: 0 auto; }
  .search__content hr {
    width: 100% !important; }
  .search__content h2 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #1A489D; }
  .search__content h2 a {
    color: #1A489D !important; }

.search__btn {
  display: inline-block;
  height: 100%;
  padding: 19px 93px; }

.search__layout {
  padding: 0; }

.specials-header {
  padding: 20px;
  text-align: center; }

.specials-header__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  color: #1A489D;
  margin: 0;
  text-transform: uppercase; }

.specials-header__title-img {
  position: relative;
  display: inline; }
  .specials-header__title-img:after {
    background-image: url(/dist/images/flower-icon.svg);
    width: 29px;
    height: 28px;
    background-repeat: no-repeat;
    margin-right: 15px;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: ''; }

.specials-listing--stacked {
  padding: 10px 20px 0; }

.specials-header-block__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  margin-bottom: 0; }

.specials-square {
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap; }

.specials-square__item {
  padding: 0 3px;
  flex: 0 0 50%;
  max-width: 50%; }

.specials-square__wrap {
  background-color: #DB2228;
  border-radius: 6px;
  padding: 10px 18px;
  margin-bottom: 6px; }

.specials-square__price {
  font-size: 33px;
  line-height: 40px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0;
  position: relative; }

.specials-square__asterik {
  position: absolute;
  top: -0.2rem;
  font-size: 80%; }

.specials-square__location {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0; }

.specials-square__type {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0; }

.specials-square__condition {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  padding-left: 5px; }
  .specials-square__condition sup {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80%; }

.selected-special {
  background-color: #DB2228;
  padding: 12px 20px;
  text-align: center; }

.selected-special__price {
  font-size: 33px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  position: relative; }

.selected-special__asterik {
  position: absolute;
  font-size: 80%;
  top: 0.1em;
  line-height: 1; }

.selected-special__location {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin: 0; }

.selected-special__type {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0; }

.selected-special__condition {
  font-size: 11px;
  line-height: 24px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0;
  position: relative;
  padding-left: 3px; }
  .selected-special__condition sup {
    top: 0;
    font-size: 80%;
    line-height: 1; }

.specials-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 0 6px; }

.specials-slider__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 -3px; }

.specials-slider__item {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-shrink: 0;
  width: 165px;
  height: 100%;
  position: relative;
  padding: 0 3px; }

.specials-square__wrap--overlay {
  position: relative; }
  .specials-square__wrap--overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(82, 82, 82, 0.75);
    border-radius: 6px; }

.btn-wrap {
  text-align: center;
  margin: 15px 0; }

.booking-form-wrapper {
  padding: 20px;
  background: #1A489D; }

.special hr {
  width: 100% !important; }

.special .special__parent {
  /*padding-bottom: 20px;
        position: relative;*/
  display: grid;
  grid-gap: 0;
  grid-template-columns: [col] 50% [col] 50%;
  grid-template-rows: [row] auto [row] auto [row];
  text-align: center;
  margin-bottom: 21px; }

.special .special__price-from {
  text-align: center;
  font: Regular 17px/24px Roboto;
  letter-spacing: 0;
  color: #525252;
  opacity: 1;
  padding-right: 10px; }

.special .special__price-currency {
  text-align: left;
  font: Bold 24px/36px Oswald;
  letter-spacing: 1.2px;
  color: #DB2228;
  opacity: 1; }

.special .special__price-amount {
  text-align: left;
  font: Bold 42px/62px Oswald;
  letter-spacing: 2.1px;
  color: #DB2228;
  opacity: 1; }

.special .special__price-unit {
  text-align: center;
  font: Regular 17px/24px Roboto;
  letter-spacing: 0;
  color: #525252;
  opacity: 1; }

.special .special__condition {
  font: Regular 17px/24px Roboto;
  letter-spacing: 0;
  color: #525252;
  opacity: 1;
  height: 20px; }

.special .left {
  margin-bottom: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1;
  text-align: left; }

.special .right {
  text-align: right;
  margin-top: 40px; }

.special .special-detail-flight-widget {
  padding: 1rem 1rem 1rem 1rem;
  background: #DB2228 !important;
  text-align: left !important; }
  .special .special-detail-flight-widget .flatpickr-day:not(.disabled)::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    left: -1px;
    top: -1px;
    border-left: 14px solid #DB2228;
    border-top: 14px solid #DB2228;
    clip-path: polygon(0 0, 0% 100%, 100% 0); }
  .special .special-detail-flight-widget .flight-widget__book-trip-links {
    padding: 5px 0px 5px 0px; }
  .special .special-detail-flight-widget .form__header {
    font-size: 28px;
    font: Regular 28px/50px Roboto;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
    text-align: left; }
  .special .special-detail-flight-widget .form__label--passenger {
    padding: 15px 20px 15px 12px; }
  .special .special-detail-flight-widget .form__list--show--drop-down {
    display: block;
    text-align: left; }
  .special .special-detail-flight-widget .form__list--hide--drop-down {
    display: none;
    text-align: left; }
  .special .special-detail-flight-widget .form__block--show--drop--down {
    position: absolute;
    width: 100%;
    z-index: 99999;
    text-align: left; }
  .special .special-detail-flight-widget .form__field, .special .special-detail-flight-widget .form__field--dropdown {
    text-align: left; }
  .special .special-detail-flight-widget .layout__2-col--left {
    padding-right: 10px; }
  .special .special-detail-flight-widget .layout__2-col--right {
    padding-left: 10px; }
  .special .special-detail-flight-widget .layout__2-col {
    grid-gap: 0; }
  .special .special-detail-flight-widget .form__label--quantity {
    position: relative;
    color: #1A489D;
    display: inline; }
  .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list {
    padding-top: 20px;
    padding-bottom: 20px; }
    .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item {
      padding: 15px 15px;
      border-bottom: 0px solid transparent; }
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item .form__input--number {
        border-color: #dadada;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 2px solid #dadada;
        border-radius: 0;
        box-sizing: border-box;
        color: #323232;
        font-size: 18px;
        height: 48px;
        line-height: 25.5px;
        padding: 10.5px 35px 12px 14px;
        width: 100%;
        cursor: pointer;
        text-align: center;
        outline: none; }
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item input[type=number]::-webkit-inner-spin-button,
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0; }
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item input[type="number"] {
        -moz-appearance: textfield; }
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item .form__label {
        line-height: 25px; }
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #DB2228;
        border: 0;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        height: 48px;
        letter-spacing: 1.5px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        transition: background-color .2s;
        width: 100%; }
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item .form__input--minus {
        position: absolute;
        height: auto;
        cursor: pointer;
        left: 54px;
        top: 245px;
        border: 0 solid transparent;
        text-indent: 0;
        font-size: 22px;
        outline: none; }
      .special .special-detail-flight-widget .special-detail-flight-widget_passenger .form__list .form__item .form__input--plus {
        position: absolute;
        height: auto;
        cursor: pointer;
        right: 59px;
        top: 245px;
        border: 0px solid transparent;
        text-indent: 0px;
        font-size: 22px;
        outline: none; }

@media screen and (min-width: 561px) {
  .genericHeroImage .swiper-slide {
    /*min-height: 660px;
        height: 660px;*/ } }

@media only screen and (min-width: 861px) {
  .special .right {
    text-align: left; }
  .special .form__input--minus--second {
    top: 349px !important; }
  .special .form__input--minus--third {
    top: 451px !important; }
  .special .form__input--plus--second {
    top: 349px !important; }
  .special .form__input--plus--third {
    top: 451px !important; }
  .special .form__input--plus--first {
    top: 245px !important; }
  .special .form__input--minus--first {
    top: 245px !important; } }

@media only screen and (min-width: 321px) and (max-width: 392px) {
  #specialDetailApp .form__label--quantity {
    display: block !important; }
  #specialDetailApp .two-col-content {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  #specialDetailApp .special-detail-flight-widget .layout__2-col--right {
    padding-left: 0px; }
  #specialDetailApp .special-detail-flight-widget .layout__2-col--left {
    padding-right: 0px; }
  #specialDetailApp .two-col-content__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2;
    font-size: 16px !important;
    line-height: 15px !important; }
  #specialDetailApp .form__input--datepicker .form__input {
    padding-right: 15px; }
  #specialDetailApp .form__input--minus--second {
    top: 400px !important; }
  #specialDetailApp .form__input--minus--third {
    top: 504px !important; }
  #specialDetailApp .form__input--plus--second {
    top: 400px !important; }
  #specialDetailApp .form__input--plus--third {
    top: 504px !important; }
  #specialDetailApp .form__input--plus {
    top: 297px; }
  #specialDetailApp .form__input--minus {
    top: 297px; }
  #specialDetailApp .special__parent {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  #specialDetailApp .right {
    margin-top: 0px;
    text-align: left; }
  #specialDetailApp .left {
    margin-bottom: 0px; } }

@media only screen and (min-width: 393px) and (max-width: 580px) {
  #specialDetailApp .form__label--quantity {
    display: block !important; }
  #specialDetailApp .two-col-content {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  #specialDetailApp .special-detail-flight-widget .layout__2-col--right {
    padding-left: 0px; }
  #specialDetailApp .special-detail-flight-widget .layout__2-col--left {
    padding-right: 0px; }
  #specialDetailApp .two-col-content__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2;
    font-size: 16px !important;
    line-height: 15px !important; }
  #specialDetailApp .form__input--datepicker .form__input {
    padding-right: 15px; }
  #specialDetailApp .form__input--minus--second {
    top: 367px !important; }
  #specialDetailApp .form__input--minus--third {
    top: 470px !important; }
  #specialDetailApp .form__input--plus--second {
    top: 367px !important; }
  #specialDetailApp .form__input--plus--third {
    top: 470px !important; }
  #specialDetailApp .form__input--plus {
    top: 265px; }
  #specialDetailApp .form__input--minus {
    top: 265px; }
  #specialDetailApp .special__parent {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  #specialDetailApp .right {
    margin-top: 0px;
    text-align: left; }
  #specialDetailApp .left {
    margin-bottom: 0px; } }

@media only screen and (min-width: 581px) and (max-width: 860px) {
  #specialDetailApp .form__label--quantity {
    display: block !important; }
  #specialDetailApp .two-col-content {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  #specialDetailApp .two-col-content__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2;
    font-size: 16px !important;
    line-height: 15px !important; }
  #specialDetailApp .form__input--datepicker .form__input {
    padding-right: 15px; }
  #specialDetailApp .form__input--minus--second {
    top: 368px !important; }
  #specialDetailApp .form__input--minus--third {
    top: 471px !important; }
  #specialDetailApp .form__input--plus--second {
    top: 368px !important; }
  #specialDetailApp .form__input--plus--third {
    top: 470px !important; }
  #specialDetailApp .form__input--minus--first {
    top: 265px !important; }
  #specialDetailApp .form__input--plus--first {
    top: 265px !important; }
  #specialDetailApp .special__parent {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  #specialDetailApp .right {
    margin-top: 0px;
    text-align: left; }
  #specialDetailApp .left {
    margin-bottom: 0px; }
  #specialDetailApp .two-col-content__figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: col 1 / span 1;
    grid-row: row 1; } }

@media only screen and (max-width: 320px) {
  .special .form__label--quantity {
    display: block !important; }
  .special .two-col-content__content {
    font-size: 16px !important;
    line-height: 15px !important; }
  .special .specials-square__wrap {
    padding: 10px; }
  .special .specials-slider__item {
    width: 150px; }
  .special .form__input--datepicker .form__input {
    padding-right: 15px; }
  .special .special-detail-flight-widget .layout__2-col--right {
    padding-left: 0px !important; }
  .special .special-detail-flight-widget .layout__2-col--left {
    padding-right: 0px !important; }
  .special .form__input--minus--second {
    top: 440px !important; }
  .special .form__input--minus--third {
    top: 544px !important; }
  .special .form__input--plus--second {
    top: 440px !important; }
  .special .form__input--plus--third {
    top: 544px !important; }
  .special .form__input--minus--first {
    top: 338px !important; }
  .special .form__input--plus--first {
    top: 338px !important; }
  .special .special__parent {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto [row] auto [row]; }
  .special .right {
    margin-top: 0px;
    text-align: left; }
  .special .left {
    margin-bottom: 0px; } }

.sidebar-section {
  padding: 20px 10px 10px; }

.sidebar {
  display: -ms-grid;
  -ms-grid-columns: 30% 70%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 0;
  grid-template-columns: [col] 30% [col] 70%;
  grid-template-rows: [row] auto [row] auto [row];
  background: #FFFFFF;
  padding: 0;
  margin: 0 auto;
  background: #FFFFFF; }

.sidebar__navigation {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1;
  border-right: 3px solid #E6E6E6;
  padding: 10px 24px 10px 33px; }

.sidebar__content {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-column: col 2 / span 2;
  grid-row: row 1;
  padding: 0 40px 40px 40px; }
  .sidebar__content blockquote {
    margin: 0; }

@media screen and (max-width: 568px) {
  .sidebar {
    text-align: center; } }

@media screen and (max-width: 1024px) {
  .sidebar {
    display: -ms-grid;
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: [col] 100%;
    grid-template-rows: [row] auto;
    padding: 0;
    background: none; }
  .sidebar__navigation {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    grid-column: col 1 / span 1;
    grid-row: row 2;
    padding: 15px 20px;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    margin-top: 17px;
    border-right: none; }
  .sidebar__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: col 1 / span 1;
    grid-row: row 1;
    padding: 0;
    padding: 15px 20px;
    background: #FFFFFF;
    width: 100%;
    height: 100%; }
  .side-navigation__item {
    text-align: center; } }

.side-navigation__item {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #DADEDE; }
  .side-navigation__item a {
    font-family: "Oswald", sans-serif;
    color: #DB2228;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase; }
    .side-navigation__item a:hover {
      color: #525252; }

.side-navigation__item--active {
  border-bottom: 3px solid #1A489D; }
  .side-navigation__item--active a {
    color: #1A489D; }
    .side-navigation__item--active a:hover {
      color: #525252; }

.side-navigation__item.active {
  color: #DB2228; }

.section-stories {
  margin-top: 20px; }

.stories {
  display: grid;
  display: -ms-grid;
  grid-gap: 0;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  grid-template-columns: [col] 50% [col] 50%;
  grid-template-rows: [row] auto [row] auto [row];
  background: #FFFFFF;
  padding: 0;
  margin: 0 auto 0;
  padding-left: 2px; }

.stories__blog-wrapper {
  display: grid;
  display: -ms-grid;
  grid-gap: 0;
  grid-template-columns: 49% 50%;
  -ms-grid-columns: 49% 50%; }
  .stories__blog-wrapper .stories__blog-box {
    color: #FFFFFF;
    font-size: 150%;
    min-height: 354px !important; }
  .stories__blog-wrapper:hover .stories__blog-right img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .stories__blog-wrapper .stories__blog-right {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    padding: 0;
    height: 354px;
    overflow: hidden; }
    .stories__blog-wrapper .stories__blog-right img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: all 0.3s; }
  .stories__blog-wrapper .stories__blog-left {
    padding: 6px 23px 0px 23px;
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    margin-right: 10px;
    background: #F1F3F3;
    min-height: 354px !important; }
  .stories__blog-wrapper .stories__blog-left-title {
    color: #1A489D;
    font-size: 25px;
    font-weight: 500; }
  .stories__blog-wrapper .stories__blog-left-desc {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
    display: -webkit-box;
    height: 181px;
    margin: 15px auto;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .stories__blog-wrapper .stories__blog-left-btn {
    color: #1A489D;
    border-bottom: 2px solid #DB2228;
    padding: 12px 0;
    margin-top: 15px; }

.stories__instagram-wrapper {
  display: grid;
  display: -ms-grid;
  grid-gap: 10px;
  grid-template-columns: 49% 24% 24%;
  -ms-grid-columns: 49% 24% 24%; }
  .stories__instagram-wrapper .stories__instagram-box {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    color: #FFFFFF;
    font-size: 150%;
    min-height: 172px; }
    .stories__instagram-wrapper .stories__instagram-box a {
      color: #FFFFFF !important; }
    .stories__instagram-wrapper .stories__instagram-box .stories__instagram-box-overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3);
      cursor: pointer; }
  .stories__instagram-wrapper .stories__instagram-main {
    grid-column: 1;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    text-align: center;
    position: relative;
    height: 354px;
    overflow: hidden; }
    .stories__instagram-wrapper .stories__instagram-main img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      right: 0;
      left: 0;
      transition: all 0.3s; }
    .stories__instagram-wrapper .stories__instagram-main:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .stories__instagram-wrapper .stories__instagram-upper-left {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .stories__instagram-wrapper .stories__instagram-upper-left img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      right: 0;
      left: 0;
      transition: all 0.3s; }
    .stories__instagram-wrapper .stories__instagram-upper-left:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .stories__instagram-wrapper .stories__instagram-upper-right {
    grid-column: 3;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .stories__instagram-wrapper .stories__instagram-upper-right img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      right: 0;
      left: 0;
      transition: all 0.3s; }
    .stories__instagram-wrapper .stories__instagram-upper-right:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .stories__instagram-wrapper .stories__instagram-bottom-left {
    grid-column: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .stories__instagram-wrapper .stories__instagram-bottom-left img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      right: 0;
      left: 0;
      transition: all 0.3s; }
    .stories__instagram-wrapper .stories__instagram-bottom-left:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .stories__instagram-wrapper .stories__instagram-bottom-right {
    grid-column: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .stories__instagram-wrapper .stories__instagram-bottom-right img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      right: 0;
      left: 0;
      transition: all 0.3s; }
    .stories__instagram-wrapper .stories__instagram-bottom-right:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .stories__instagram-wrapper .stories__instagram-icon {
    display: block;
    font-size: 50px;
    position: absolute;
    top: 72%;
    left: 0;
    width: 100%;
    z-index: 1; }
  .stories__instagram-wrapper .stories__instagram-hashtag {
    display: block;
    position: absolute;
    top: 85%;
    left: 0;
    width: 100%;
    z-index: 1; }

@media screen and (max-width: 767px) {
  .stories {
    -ms-grid-columns: 100%;
    grid-template-columns: [col] 100%;
    overflow: hidden; }
  .stories__blog {
    grid-column: col 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: row 1;
    -ms-grid-row: 1; }
  .stories__blog-wrapper {
    margin-bottom: 10px; }
  .stories__instagram {
    grid-column: col 1 / span 1;
    grid-row: row 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2; }
  .stories__blog-left,
  .stories__blog-right {
    margin-right: 0 !important; }
  .stories__instagram-wrapper {
    display: grid;
    display: -ms-grid;
    grid-gap: 10px;
    grid-template-columns: 31.5% 31.5% 31.5% !important;
    -ms-grid-columns: 31.5% 31.5% 31.5% !important; }
    .stories__instagram-wrapper .stories__instagram-main {
      grid-column: 1 / 4 !important;
      grid-row: 1 !important;
      -ms-grid-column: 1 !important;
      -ms-grid-column-span: 4 !important;
      -ms-grid-row: 1 !important;
      min-height: 244px; }
    .stories__instagram-wrapper .stories__instagram-upper-left {
      grid-column: 1 !important;
      grid-row: 2 !important;
      -ms-grid-column: 1;
      -ms-grid-row: 2; }
    .stories__instagram-wrapper .stories__instagram-upper-right {
      grid-column: 2 !important;
      grid-row: 2 !important;
      -ms-grid-column: 2 !important;
      -ms-grid-row: 2 !important; }
    .stories__instagram-wrapper .stories__instagram-bottom-left {
      grid-column: 3 !important;
      grid-row: 2 !important;
      -ms-grid-column: 3 !important;
      -ms-grid-row: 2 !important; }
    .stories__instagram-wrapper .stories__instagram-bottom-right {
      display: none !important; } }

@media screen and (max-width: 1200px) {
  .stories__blog-wrapper {
    display: grid;
    display: -ms-grid;
    grid-gap: 0;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%; }
    .stories__blog-wrapper .stories__blog-right {
      margin-right: 10px;
      min-height: 150px !important;
      height: 150px !important;
      padding: 0 !important; }
    .stories__blog-wrapper .stories__blog-right {
      grid-column: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .stories__blog-wrapper .stories__blog-left-title {
      margin: 0; }
    .stories__blog-wrapper .stories__blog-left {
      grid-column: 1;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-row: 2;
      text-align: center;
      min-height: 205px !important; }
    .stories__blog-wrapper .stories__blog-left-desc {
      margin-bottom: 3%; }
  .stories__instagram-wrapper {
    display: grid;
    display: -ms-grid;
    grid-gap: 10px;
    grid-template-columns: 23% 23% 23% 23%;
    -ms-grid-columns: 23% 23% 23% 23%; }
    .stories__instagram-wrapper .stories__instagram-box {
      min-height: 100px; }
    .stories__instagram-wrapper .stories__instagram-main {
      grid-column: 1 / 5;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 5;
      -ms-grid-row: 1;
      min-height: 244px;
      height: 244px; }
    .stories__instagram-wrapper .stories__instagram-upper-left {
      grid-column: 1;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-row: 2; }
    .stories__instagram-wrapper .stories__instagram-upper-right {
      grid-column: 2;
      grid-row: 2;
      -ms-grid-column: 2;
      -ms-grid-row: 2; }
    .stories__instagram-wrapper .stories__instagram-bottom-left {
      grid-column: 3;
      grid-row: 2;
      -ms-grid-column: 3;
      -ms-grid-row: 2; }
    .stories__instagram-wrapper .stories__instagram-bottom-right {
      grid-column: 4;
      grid-row: 2;
      -ms-grid-column: 4;
      -ms-grid-row: 2; }
    .stories__instagram-wrapper .stories__instagram-icon {
      top: 65%; } }

@media screen and (min-width: 1201px) {
  .stories__blog {
    grid-column: col 1 / span 1;
    grid-row: row 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1; }
  .stories__instagram {
    grid-column: col 2 / span 1;
    grid-row: row 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1; } }

/* MOBILE */
@media screen and (max-width: 568px) {
  .stories__blog-box {
    padding: 14px 20px 26px !important; } }

@media screen and (min-width: 569px) and (max-width: 768px) {
  .stories__blog-box {
    padding: 14px 20px 26px !important; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .stories__blog-left {
    padding: 15px 20px 26px !important; } }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  .stories__blog-wrapper .stories__blog-left-desc {
    height: 84px !important;
    -webkit-line-clamp: 3 !important; } }

@media screen and (max-width: 768px) and (min-width: 768px) {
  .stories__blog-wrapper .stories__blog-left-desc {
    height: 73px !important;
    -webkit-line-clamp: 3 !important; } }

.swiper-container {
  width: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  flex-direction: column; }

.swiper-lazy {
  z-index: 10; }

.swiper-lazy-preloader {
  top: 30% !important; }

.destination-slider .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: #F1F3F3 !important;
  opacity: 0.7 !important; }

.destination-slider .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
  opacity: 0.9 !important; }

.destination-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 34px !important; }

.destination-slider .swiper-container {
  max-height: 496px; }

.destination-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.herobanner .swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  background: #F1F3F3 !important;
  opacity: 0.7 !important; }

.herobanner .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
  opacity: 0.9 !important; }

.herobanner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 22px !important;
  width: auto;
  right: 20px;
  left: auto !important; }
  @media (max-width: 1280px) {
    .herobanner .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 172px !important; } }
  @media (max-width: 767px) {
    .herobanner .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 90px !important; } }

.featured-deals .swiper-container {
  overflow: hidden; }

.featured-deals .swiper-wrapper {
  max-height: 500px;
  height: 500px; }

.featured-deals .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #FFFFFF !important;
  opacity: 0.7 !important;
  border: 1px solid #525252;
  margin: 0px 2px 0px; }

.featured-deals .swiper-pagination-bullet-active {
  background: #525252 !important;
  opacity: 0.9 !important;
  border: 1px solid #525252; }

.featured-deals .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -27px !important; }

.genericHeroImage .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

/*.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  color: #DB2228; }

.herobanner {
  min-height: 900px; }
  .herobanner .swiper-slide {
    min-height: 900px; }

.featured-deals .swiper-slide {
  min-height: 500px; }

.destination-slider .swiper-slide {
  min-height: 496px; }

@media screen and (max-width: 560px) {
  .herobanner {
    min-height: 663px; }
    .herobanner .swiper-slide {
      min-height: 663px; }
  .herobanner--internal {
    margin-top: 53px; }
  .herobanner__title {
    font-size: 38px !important;
    line-height: 45px !important; }
  .herobanner--internal .swiper-slide {
    min-height: 281px; }
  .herobanner--internal .swiper-pagination {
    display: none; } }

@media screen and (max-width: 1199px) {
  .herobanner .swiper-container-horizontal > .swiper-pagination-bullets {
    /*top: 56%;*/ }
  .herobanner, .herobanner .swiper-slide, .genericHeroImage, .genericHeroImage .swiper-slide {
    padding-bottom: 50% !important; } }

@media screen and (min-width: 561px) {
  .herobanner {
    /*min-height: 746px;
        height: 746px;*/
    min-height: inherit;
    height: 0;
    padding-bottom: 28%; }
    .herobanner .swiper-slide {
      /*min-height: 746px;
            height: 746px;*/
      min-height: inherit;
      height: 0;
      padding-bottom: 28%; } }

@media screen and (max-width: 1366px) {
  .herobanner--internal .swiper-pagination {
    display: none; } }

@media screen and (min-width: 560px) {
  .destination-slider__big-slider .swiper-slide {
    height: 496px; } }

@media screen and (max-height: 580px) {
  .genericHeroImage .swiper-slide {
    min-height: 360px;
    height: 360px; } }

@media screen and (min-height: 581px) and (max-height: 715px) {
  .genericHeroImage .swiper-slide {
    /*min-height: 375px;
        height: 375px;*/ } }

@media screen and (max-height: 850px) and (min-height: 801px) and (orientation: landscape) {
  .genericHeroImage .swiper-slide {
    /*min-height: 600px;
        height: 600px;*/ } }

@media screen and (min-height: 716px) and (max-height: 800px) {
  .genericHeroImage .swiper-slide {
    /*min-height: 550px;
        height: 550px;*/ } }

.radio {
  padding: 5px 5px 5px 32px;
  display: inline-block;
  position: relative;
  margin: 5px 0; }

.radio__icon {
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #DADEDE;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }

.radio__input {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  left: -3px !important;
  z-index: 2 !important;
  cursor: pointer; }

.radio__input:checked ~ div.radio__icon:before {
  display: block;
  width: 11px;
  height: 11px;
  background: #1A489D;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 2px; }

.radio__label {
  display: inline-block;
  color: #FFFFFF;
  padding-left: 0; }

.radio__label--red {
  color: #DB2228; }

.radio__label--blue {
  color: #525252; }

.flight-widget__selections-item label:after {
  display: none !important; }

.tab > input,
.tab section > div {
  display: none; }

#tab1:checked ~ section .tab__0,
#tab2:checked ~ section .tab__1,
#tab3:checked ~ section .tab__2,
#tab4:checked ~ section .tab__3,
#tab5:checked ~ section .tab__4,
#tab6:checked ~ section .tab__5 {
  display: block; }

#tab1:checked ~ nav .tab__0,
#tab2:checked ~ nav .tab__1,
#tab3:checked ~ nav .tab__2,
#tab4:checked ~ nav .tab__3,
#tab5:checked ~ nav .tab__4,
#tab6:checked ~ nav .tab__5 {
  color: #DB2228; }

#tab1:checked ~ nav .tab__0 label,
#tab2:checked ~ nav .tab__1 label,
#tab3:checked ~ nav .tab__2 label,
#tab4:checked ~ nav .tab__3 label,
#tab5:checked ~ nav .tab__4 label,
#tab6:checked ~ nav .tab__5 label {
  background-color: #F1F3F3;
  color: #DB2228;
  position: relative;
  border-top: 5px solid #DB2228;
  padding-top: 10px; }

#tab1:checked ~ nav .tab__0 label:after,
#tab2:checked ~ nav .tab__1 label:after,
#tab3:checked ~ nav .tab__2 label:after,
#tab4:checked ~ nav .tab__3 label:after,
#tab5:checked ~ nav .tab__4 label:after,
#tab6:checked ~ nav .tab__5 label:after {
  content: '';
  background-color: #F1F3F3;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -1px; }

/* TEST */
#Pacific:checked ~ section .tab__0,
#Domestic:checked ~ section .tab__1,
#Europe:checked ~ section .tab__2,
#USA:checked ~ section .tab__3 {
  display: block; }

#Pacific:checked ~ nav .tab__0,
#Domestic:checked ~ nav .tab__1,
#Europe:checked ~ nav .tab__2,
#USA:checked ~ nav .tab__3 {
  color: #DB2228; }

#Pacific:checked ~ nav .tab__0 label,
#Domestic:checked ~ nav .tab__1 label,
#Europe:checked ~ nav .tab__2 label,
#USA:checked ~ nav .tab__3 label {
  background-color: #F1F3F3;
  color: #DB2228;
  position: relative;
  border-top: 5px solid #DB2228;
  padding-top: 10px; }

#Pacific:checked ~ nav .tab__0 label:after,
#Domestic:checked ~ nav .tab__1 label:after,
#Europe:checked ~ nav .tab__2 label:after,
#USA:checked ~ nav .tab__3 label:after {
  content: '';
  background-color: #F1F3F3;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -1px; }

/* EOF TEST */
.tab {
  width: 100%;
  max-width: 793px;
  margin: 0 auto; }

.tab__ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.tab__label {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  float: left;
  padding: 15px;
  border-bottom: 0;
  background: #E6E6E6;
  color: #525252;
  margin: 0;
  width: 20%;
  height: 100%;
  min-height: 55px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase; }
  .tab__label:hover {
    background-color: #DADEDE;
    color: #DB2228; }
    .tab__label:hover::after {
      display: none; }

.tab ul li label {
  position: relative;
  border-right-width: 0; }
  .tab ul li label::after {
    content: '';
    width: 1px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }

.tab__wrapper {
  clear: both; }

.tab__content {
  padding: 20px;
  width: 100%;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #1A489D;
  overflow: hidden;
  background-color: #F1F3F3; }

.tab__no-line::after {
  display: none !important; }

.tab__over-no-line::after {
  display: none !important; }

@media screen and (max-width: 378px) {
  .tab__content iframe {
    width: 100% !important;
    overflow: scroll !important; }
  .tab__label {
    font-size: 12px;
    padding: 15px 7px;
    min-height: initial !important; } }

@media screen and (min-width: 379px) and (max-width: 560px) {
  .tab__content iframe {
    width: 100% !important;
    overflow: scroll !important; }
  .tab__label {
    font-size: 13px;
    padding: 15px 10px;
    min-height: initial; } }

@media screen and (min-width: 560px) and (max-width: 768px) {
  .tab__label {
    font-size: 14px;
    padding: 15px 15px;
    min-height: initial; }
    .tab__label i {
      width: 100%; } }

.sidebar-section--tab {
  /*.sidebar__navigation {
        padding-top: 20px !important;
    }*/ }
  .sidebar-section--tab .sidebar__content {
    padding-left: 0;
    padding-right: 0; }
    .sidebar-section--tab .sidebar__content nav {
      background-color: #E6E6E6;
      width: 100%;
      /*height: 57px;*/
      padding-left: 20px; }
      .sidebar-section--tab .sidebar__content nav .tab__label {
        width: 100% !important;
        background: #DADEDE; }
      .sidebar-section--tab .sidebar__content nav .tab__item label:after {
        background-color: transparent; }
      .sidebar-section--tab .sidebar__content nav .tab__ul {
        display: table;
        width: 98%;
        height: 100% !important;
        text-align: left; }
      .sidebar-section--tab .sidebar__content nav .tab__item {
        display: table-cell; }
    .sidebar-section--tab .sidebar__content .tab {
      max-width: inherit !important;
      background: #E6E6E6; }
    .sidebar-section--tab .sidebar__content .tab__wrapper {
      padding-right: 20px !important;
      background: #FFFFFF; }
      .sidebar-section--tab .sidebar__content .tab__wrapper .tab__content-sidebar {
        background-color: transparent !important;
        padding: 0 40px 0px 40px !important; }
    .sidebar-section--tab .sidebar__content .sidebar__content--tab {
      padding-left: 40px;
      padding-right: 40px; }

@media screen and (max-width: 1024px) {
  .sidebar-section--tab {
    padding-right: 10px !important; }
    .sidebar-section--tab .tab__content_-title, .sidebar-section--tab .tab__content--desc {
      display: block !important; }
    .sidebar-section--tab .sidebar__content {
      padding-top: 0 !important; }
      .sidebar-section--tab .sidebar__content nav {
        padding-left: 0 !important; }
        .sidebar-section--tab .sidebar__content nav .tab__ul {
          width: 99%; } }

@media screen and (max-width: 812px) {
  .sidebar-section--tab .sidebar__content nav {
    padding-left: 0 !important; }
    .sidebar-section--tab .sidebar__content nav .tab__ul {
      width: 100%; }
    .sidebar-section--tab .sidebar__content nav .tab__item {
      display: inline-table;
      width: 33.33%;
      margin-top: -4px; } }

@media screen and (max-width: 680px) {
  .sidebar-section--tab .sidebar__content nav .tab__label {
    min-height: 70px !important; } }

@media screen and (min-width: 813px) {
  .sidebar-section--tab .sidebar__content nav {
    position: relative;
    left: -1px;
    top: -1px;
    width: 101% !important; } }

.table-wrapper {
  width: 100%;
  max-width: 1139px;
  margin: 15px auto 0;
  padding: 0; }

.table {
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0; }

.table__row {
  width: 100% !important;
  display: flex;
  border: 2px solid #DADEDE;
  border-bottom: none; }
  .table__row:last-child {
    border-bottom: 2px solid #DADEDE; }
  .table__row .table__cell {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 8px 0 12px;
    overflow: hidden;
    list-style: none;
    width: 20%;
    text-align: left;
    font-size: 1.25em;
    border-right: 2px solid #DADEDE;
    padding: 10px; }
    .table__row .table__cell:last-child {
      border-right: none; }
    .table__row .table__cell.column-heading {
      color: #DB2228;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 18px; }
    .table__row .table__cell .table__cell--heading {
      display: none; }
    .table__row .table__cell .table__cell-link {
      width: 117px;
      padding: 0;
      min-width: inherit !important; }
    .table__row .table__cell .table__cell--content {
      font-size: 15px; }
      .table__row .table__cell .table__cell--content label {
        font-size: 20px;
        color: #1A489D;
        font-weight: 500;
        display: block; }
  .table__row:nth-of-type(odd) {
    background: #F1F3F3; }
  .table__row:first-child {
    background: #FFFFFF; }

.content--rte {
  overflow-x: auto; }
  .content--rte table tr:first-child {
    color: #DB2228 !important;
    text-transform: uppercase;
    font-weight: 600; }
  .content--rte table tr {
    border: 2px solid #DADEDE; }
    .content--rte table tr td {
      line-height: 3; }
    .content--rte table tr td:not(:last-child) {
      border-right-style: hidden; }
  .content--rte table tr, .content--rte table td {
    padding: 10px 10px; }
  .content--rte table tr:not(:first-child) td:first-child {
    color: #1A489D;
    font-weight: 600; }
  .content--rte table tr:not(:first-child) td:not(:first-child) {
    color: #525252; }
  .content--rte table tr:nth-child(even) {
    background: #F1F3F3; }
  .content--rte table a {
    color: #1A489D; }
  .content--rte table a:hover {
    color: #DB2228; }
  .content--rte .table--rte--no--border table {
    border-collapse: collapse;
    border: 0px !important;
    border-bottom: 0; }
    .content--rte .table--rte--no--border table tr {
      border: none !important; }
  .content--rte .table--rte--no--spacing table tr, .content--rte .table--rte--no--spacing table td {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .content--rte .table--rte--no--spacing table .table__cell {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .content--rte .table--rte--white--cell.table--rte--no--border table {
    border-collapse: collapse;
    border: 0px !important;
    border-bottom: 0; }
    .content--rte .table--rte--white--cell.table--rte--no--border table tr:nth-child(even) {
      background: white; }
  .content--rte .table--rte--white--cell table tr:nth-child(even) {
    background: white; }
  .content--rte ul {
    margin-left: 20px; }
    .content--rte ul li {
      list-style: disc; }
  .content--rte ol {
    margin-left: 20px; }
    .content--rte ol li {
      list-style: decimal; }
      .content--rte ol li ul {
        margin-left: 20px; }
        .content--rte ol li ul li {
          list-style: disc; }

@media all and (max-width: 767px) {
  .content--rte table tr td {
    line-height: 2; } }

@media all and (max-width: 320px) {
  .table--collapse .table__row {
    padding: 20px 5px !important; } }

@media all and (max-width: 411px) {
  .table--collapse {
    padding: 0 !important; }
    .table--collapse .table__cell--heading {
      max-width: 100px;
      min-width: 100px; } }

@media all and (max-width: 1024px) {
  .table--collapse {
    background: transparent;
    display: block;
    width: 100%;
    padding: 15px;
    box-shadow: none; }
    .table--collapse .table__row {
      background: #FFFFFF;
      box-sizing: border-box;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2em;
      padding: 20px;
      border-bottom: 2px solid #DADEDE; }
      .table--collapse .table__row .table__cell {
        width: 100% !important;
        display: flex;
        align-items: center;
        border-right: none; }
        .table--collapse .table__row .table__cell .table__cell--heading {
          display: inline-block;
          flex: 1;
          max-width: 90px;
          min-width: 90px;
          color: #1A489D;
          font-weight: 700;
          border-right: 1px solid #ccc;
          margin-right: 15px;
          text-align: center; }
        .table--collapse .table__row .table__cell .table__cell--content {
          flex: 2;
          padding-left: 15px;
          text-align: left;
          word-break: break-all; }
    .table--collapse .table__row--head {
      display: none; } }

.no-flexbox .table {
  display: block; }
  .no-flexbox .table.table__cell {
    width: 100%; }

.section-travel-essentials {
  margin-top: 20px; }

.travel-essentials {
  text-align: center;
  position: relative; }
  .travel-essentials .swiper-container {
    max-height: 300px;
    height: initial; }

.travel-essentials__content {
  /*margin-bottom: 20px;*/ }

.travel-essentials__title {
  color: #525252;
  font-size: 30px;
  line-height: 2.375em;
  font-weight: 400;
  margin-top: 15px;
  text-transform: capitalize;
  margin-bottom: 0; }

.travel-essentials__slide {
  display: flex;
  justify-content: flex-start !important;
  flex-direction: column;
  padding: 29px 9px;
  min-height: 217px;
  max-height: 225px; }

.travel-essentials__slide-thumb {
  width: 100%;
  min-height: 67px; }
  .travel-essentials__slide-thumb img {
    max-height: 65px;
    max-width: 49px;
    vertical-align: middle;
    transition: all 0.3s; }

.travel-essentials__slide--link:hover img {
  transition: all 0.3s;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.travel-essentials__slide-title {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #525252;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.875em;
  max-width: 120px; }

.travel-essentials__swiper .travel-essentials__slide {
  position: relative;
  /*&:before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      left: -23px;
      top: 0;
      bottom: 0;
      border: 1px solid $light-grey;
      border-width: 0 0 0 1px;
    }*/ }

.travel-swiper-button-prev,
.travel-swiper-button-next {
  background: #FFFFFF;
  background-image: none !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50px;
  padding-top: 7px !important;
  opacity: 1 !important;
  border: 1px solid #DADEDE;
  top: 70% !important; }
  .travel-swiper-button-prev i,
  .travel-swiper-button-next i {
    font-size: 21px;
    color: #DB2228; }

.travel-swiper-button-prev {
  margin-left: -27px; }

.travel-swiper-button-next {
  margin-right: -27px; }

@media only screen and (min-width: 1025px) {
  .travel-swiper-button-prev,
  .travel-swiper-button-next {
    display: none; }
  /*img {
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
    }*/ }

.quicklinks {
  position: relative;
  overflow: hidden;
  width: 100%;
  /** quicklinks Detail Start */
  /** quicklinks Detail End*/
  /** quicklinks quicklinks Start */ }
  .quicklinks .quicklinks-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal; }
  .quicklinks .quicklinks-wrapper__item {
    width: 33.3%;
    height: 366px;
    padding: 0 8px;
    margin-bottom: 10px; }
  .quicklinks .quicklinks__item,
  .quicklinks .quicklinks__figure-outer,
  .quicklinks .quicklinks__figure {
    position: relative;
    width: 100%;
    height: 100%; }
  .quicklinks .quicklinks__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    z-index: 1; }
  .quicklinks .quicklinks__cover-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 5; }
  .quicklinks .quicklinks__figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(29, 29, 29, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc1d1d1d',GradientType=0 );
    color: #fff;
    padding: 0 15px;
    min-height: 80px;
    text-align: center; }
  .quicklinks .quicklinks__book {
    margin: 0 auto;
    text-align: center; }
  .quicklinks .quicklinks__book-heading {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
    color: #DADEDE; }
  .quicklinks .quicklinks__more {
    text-align: center; }
  .quicklinks .quicklinks__image {
    width: 100%;
    display: inline-block;
    height: inherit; }
    .quicklinks .quicklinks__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .quicklinks .quicklinks__img {
    display: block;
    height: inherit;
    width: 100%;
    transform: scale(1.1);
    transition: all 300ms linear;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .quicklinks .quicklinks__figure {
    overflow: hidden;
    margin: 0px; }
  .quicklinks .quicklinks__figure-image {
    width: 100%;
    display: block; }
  .quicklinks .quicklinks__figure-img {
    display: block;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.1);
    transition: all 300ms linear;
    backface-visibility: hidden; }
  .quicklinks .quicklinks__figure-outer {
    position: relative;
    text-align: center;
    overflow: hidden; }
    .quicklinks .quicklinks__figure-outer .quicklinks__content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      color: #FFFFFF;
      transition: all 0.5s;
      z-index: 1;
      padding: 15px; }
    .quicklinks .quicklinks__figure-outer .quicklinks__content-span {
      text-transform: uppercase;
      display: none;
      color: #FFFFFF; }
    .quicklinks .quicklinks__figure-outer .quicklinks__text {
      display: none; }
  .quicklinks .quicklinks__figure {
    height: 100%;
    display: block;
    position: relative;
    margin: 0; }
    .quicklinks .quicklinks__figure:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25) 100%);
      z-index: 0;
      transition: all 0.5s; }
  .quicklinks .quicklinks__figcaption {
    position: absolute;
    bottom: 0;
    min-height: 80px;
    height: 138px; }
  .quicklinks .quicklinks__figcaption-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF; }
  .quicklinks .quicklinks__link {
    position: relative;
    margin: 10px;
    font-size: 15px;
    display: inline-block;
    border-bottom: 2px solid #FFFFFF;
    font-weight: 600;
    color: #FFFFFF; }
    .quicklinks .quicklinks__link:hover {
      border-bottom: 2px solid #DB2228; }
  .quicklinks .quicklinks__title {
    color: #DB2228;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
    .quicklinks .quicklinks__title i {
      line-height: 50px;
      padding-right: 15px;
      font-size: 36px;
      vertical-align: text-bottom; }
  .quicklinks .quicklinks-wrapper__item:hover .quicklinks__item::before {
    transform: scale(1) !important;
    background-color: rgba(0, 0, 0, 0.25); }
  .quicklinks .quicklinks-wrapper__item:hover .quicklinks__link {
    border-bottom: 2px solid #DB2228; }
  .quicklinks .quicklinks-wrapper__item:hover .quicklinks__figure-link {
    height: 100%;
    z-index: 5; }
  .quicklinks .quicklinks-wrapper__item:hover .quicklinks__figcaption {
    bottom: 39%;
    transform: translateY(50%);
    height: inherit !important;
    transition: all 0.5s;
    background: none; }
  .quicklinks .quicklinks-wrapper__item:hover .quicklinks__text {
    opacity: 1;
    display: block; }
  .quicklinks .quicklinks-wrapper__item:hover .quicklinks__content-span {
    opacity: 1;
    display: inline-block; }
  .quicklinks .quicklinks__item:hover .quicklinks__img,
  .quicklinks .quicklinks__item:hover .quicklinks__figure-img {
    transform: scale(1); }
  .quicklinks .quicklinks__item:hover .quicklinks__figure:after {
    background: rgba(0, 0, 0, 0.5); }
  .quicklinks .quicklinks__item:hover .quicklinks__content {
    bottom: 50%;
    transform: translateY(50%); }
  .quicklinks .quicklinks__item:hover .quicklinks__text {
    opacity: 1;
    display: block; }
  .quicklinks .quicklinks__item:hover .quicklinks__content-span {
    opacity: 1;
    display: inline-block; }

@media only screen and (max-width: 768px) {
  .quicklinks-wrapper {
    flex-wrap: wrap; }
  .quicklinks-wrapper__item {
    width: 100% !important;
    margin-bottom: 10px;
    overflow: initial; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .quicklinks-wrapper {
    flex-wrap: wrap; }
  .quicklinks-wrapper__item {
    width: 50% !important;
    margin-bottom: 10px; } }

.quicklinks2 {
  position: relative;
  overflow: hidden;
  width: 100%; }

.quicklinks2-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.quicklinks2-wrapper__item {
  width: 33.3%;
  padding: 0 8px 12px; }

.quicklinks2 {
  position: relative;
  background: #F1F3F3;
  transition: all 0.3s;
  height: 100%; }
  .quicklinks2:hover .quicklinks2__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.quicklinks2__img {
  height: 280px;
  position: relative;
  overflow: hidden; }
  .quicklinks2__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s; }
  .quicklinks2__img:before {
    transition: all 0.3s; }

.quicklinks2__content {
  background: #F1F3F3;
  position: relative;
  padding: 25px 30px;
  text-align: center; }

.quicklinks2__heading {
  margin: 0 0 15px;
  color: #1A489D;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500; }

.quicklinks2__link {
  margin: 7px 0;
  /*display: inline-block;*/ }

.quicklinks2__text {
  padding-bottom: 5px; }

.quicklinks2__bg {
  background-color: #DADEDE; }

@media screen and (max-width: 991px) {
  .quicklinks2__bg {
    background-color: #FFFFFF; }
  .quicklinks2__content {
    text-align: center; } }

@media only screen and (max-width: 560px) {
  .quicklinks2-wrapper {
    flex-wrap: wrap; }
  .quicklinks2-wrapper__item {
    width: 100% !important;
    margin-bottom: 10px;
    overflow: hidden; } }

@media only screen and (min-width: 561px) and (max-width: 768px) {
  .quicklinks2-wrapper__item {
    margin-bottom: 10px;
    width: 50%; } }

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .quicklinks2-wrapper {
    flex-wrap: wrap; }
  .quicklinks2-wrapper__item {
    margin-bottom: 10px;
    width: 50%; } }

@media only screen and (max-width: 1920px) {
  .experience .quicklinks2 {
    background: transparent; } }

/* MAIN HEADING */
@media screen and (max-width: 568px) {
  .quicklinks2__heading {
    font-size: 24px; }
  .quicklinks2__text {
    font-size: 13px; }
  .quicklinks2__content {
    padding: 25px 10px; } }

@media screen and (min-width: 569px) and (max-width: 768px) {
  .quicklinks2__heading {
    font-size: 24px; }
  .quicklinks2__text {
    font-size: 13px; }
  .quicklinks2__content {
    padding: 25px 10px; } }

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .quicklinks2__heading {
    font-size: 24px; }
  .quicklinks2__text {
    font-size: 13px; }
  .quicklinks2__content {
    padding: 25px 10px; } }

.quicklinks-fullscreen {
  display: flex;
  flex-direction: column; }

.quicklinks-fullscreen__title {
  color: #525252;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center; }

.quicklinks-fullscreen__wrapper {
  display: -ms-grid;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto auto;
  display: grid;
  grid-gap: 0;
  grid-template-columns: [col] 50% [col] 50%;
  grid-template-rows: [row] auto [row] auto [row];
  padding: 0; }

.quicklink-fullscreen__left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 1 / span 1;
  grid-row: row 1; }

.quicklink-fullscreen__right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: col 2 / span 1;
  grid-row: row 1; }

.quicklink-fullscreen__heading {
  font-family: "Roboto", sans-serif;
  color: #1A489D;
  font-size: 25px;
  font-weight: 500;
  margin-top: -2px;
  margin-bottom: -2px; }
  .quicklink-fullscreen__heading a {
    color: #1A489D;
    font-size: 25px;
    font-weight: 500; }
    .quicklink-fullscreen__heading a::hover {
      color: #1A489D; }
    .quicklink-fullscreen__heading a:focus, .quicklink-fullscreen__heading a:active {
      color: #DB2228; }

.quicklink-fullscreen__text p {
  color: #525252;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 20px; }
  .quicklink-fullscreen__text p .btn--primary {
    padding: 11.5px 32px !important;
    background-color: #1A489D; }
    .quicklink-fullscreen__text p .btn--primary:hover, .quicklink-fullscreen__text p .btn--primary:active {
      color: #FFFFFF;
      background-color: #012F72; }

.quicklink-fullscreen__img {
  min-height: 250px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.quicklink-fullscreen__figure {
  height: 100%;
  display: block;
  position: relative;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .quicklink-fullscreen__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .quicklink-fullscreen__figure:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.quicklink-fullscreen__details {
  position: relative; }

.quicklink-fullscreen__details-inner {
  padding: 18px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .quicklink-fullscreen__text P {
    font-size: 1.125em;
    line-height: 1.44444em;
    text-align: center; }
  .quicklink-fullscreen__heading {
    text-align: center; }
  .quicklink-row__nav {
    top: 110% !important; }
  .quicklink-row__nav--next {
    right: 30px !important; }
  .quicklink-row__nav--prev {
    left: 30px !important; }
  .quicklink-row__img {
    width: 100%;
    position: relative;
    height: 180px;
    border-radius: inherit; }
  .quicklink-row__content {
    width: 100%; } }

@media screen and (max-width: 580px) {
  .quicklink-fullscreen__img {
    height: 200px !important; } }

@media screen and (min-width: 1px) {
  .quicklink-fullscreen__details-inner {
    text-align: left; }
  .quicklink-fullscreen__img {
    height: 400px; } }

@media screen and (max-width: 560px) {
  .destination-slider .swiper-slide {
    min-height: initial; }
  .destination__wrapper {
    margin: 0 auto; }
  .destination__title {
    font-size: 24px; }
  .destination__desc {
    font-size: 13px;
    padding: 0 20px; }
  .quicklink-fullscreen__details-inner {
    padding: 5px 5px 10px; }
  .quicklink-fullscreen__heading {
    text-align: center; }
  .quicklinks-fullscreen {
    padding: 20px 20px 40px; }
  .featured-deals-destination .featured-deals__title {
    display: none; }
  .quicklinks-fullscreen__title {
    font-size: 26px; }
  .quicklink-fullscreen__heading {
    font-size: 24px;
    margin-top: 15px !important; }
    .quicklink-fullscreen__heading a {
      font-size: 24px; }
  .quicklink-fullscreen__text p {
    font-size: 15px; } }

@media screen and (min-width: 1025px) {
  .quicklink-fullscreen__details-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 750px; } }

@media screen and (max-width: 1024px) {
  .quicklink-fullscreen__heading {
    margin: 0; }
  .quicklinks-fullscreen__wrapper {
    grid-template-columns: [col] 100%; }
  .quicklink-fullscreen__left {
    grid-column: col 1 / span 1;
    grid-row: row 1; }
  .quicklink-fullscreen__right {
    grid-column: col 1 / span 1;
    grid-row: row 2; }
  .quicklinks-fullscreen__wrapper--odd .quicklink-fullscreen__left {
    grid-row: row 2; }
  .quicklinks-fullscreen__wrapper--odd .quicklink-fullscreen__right {
    grid-row: row 1; } }

@media screen and (min-width: 768px) {
  .quicklink-fullscreen__img {
    height: 350px; } }

@media screen and (min-width: 1280px) {
  .quicklink-fullscreen__img {
    height: 434px; } }

.hotel-widget-wrapper {
  width: 100%;
  overflow: inherit;
  background-color: #DB2228;
  padding: 20px 5px 20px 5px; }

.promotion .main-content__title {
  color: #1A489D;
  margin-bottom: 30px; }

.promotion .close-ribbon:before {
  display: none; }

@media only screen and (min-width: 768px) {
  .promotion .close-ribbon {
    top: -19px;
    right: 10px;
    width: 88px; }
  .promotion .close-ribbon:after {
    border-top-width: 90px;
    font-size: 1em;
    border-left-width: 48px; } }

@media only screen and (max-width: 736px) {
  .promotion .main-content__title {
    float: left;
    margin-bottom: 62px; }
  .promotion .close-ribbon {
    top: -12px;
    right: -11px; } }

@media only screen and (max-width: 414px) {
  .promotion .main-content__title {
    width: 60% !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important; } }

@media only screen and (min-width: 1300px) {
  .promotion .close-ribbon {
    width: 130px;
    right: -4px; }
  .promotion .close-ribbon:after {
    border: 60px solid #DB2228;
    border-top-width: 135px;
    border-left-width: 65px;
    border-right-width: 65px;
    border-bottom-color: transparent; }
  .promotion .close-ribbon__price {
    position: relative;
    top: 6px; } }

/*# sourceMappingURL=main.css.map*/