/* You can add global styles to this file, and also import other style files */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition:         transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition:         transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*  --TABLE OF CONTENTS--

	- Bootstrap customization
	- Half coulumns
	- Banners
	- Features
	- Blur area
	- iCheck
	- Range slider
	- Date picker
	- Quantity selector
	- Autocomplete
	- Spinner
	- Window scroll
	- Mega Navigation
	- Language and currency selector
	- Page section
	- Account page
	- Breadcrumbs
	- Hero area
	- Hero text
	- Search area
	- Blog
	- 404
	- About
	- Contact
	- Login
	- Payment
	- Loading
	- Elements
	- Footer
	- Utilities

   /--TABLE OF CONTENTS--  */
h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
     font-family: 'Roboto', helvetica, Arial, sans-serif;
     letter-spacing: 0.33px;
     font-weight: bold;
   }
body {
     /* font:14px/1.7 "Open Sans",Helvetica,Arial,sans-serif; */
     font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
     font-size: 15px;
   }
.text-white {
     color: #fff;
   }
.text-muted {
     color: inherit;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     font-size: 13px;
   }
.text-upcase {
     text-transform: uppercase;
   }
.google-map {
     width: 100%;
     height: 300px;
   }
.gm-style-iw + div {
     display: none;
   }
.bg-grad {
     background: linear-gradient(to right, #00a8f0, #0084bd) !important;
   }
.bg-grad-i {
     background: linear-gradient(to right, #ff7b42, #ff570f) !important;
   }
/*  --BOOTSTRAP CUSTOMIZATION--  */
.btn {
     transition: 0.2s;
     border-radius: 2px;
     letter-spacing: 0.75px;
     font-size: 13px;
     position: relative;
     font-weight: 700;
     font-family: 'Roboto', helvetica, Arial, sans-serif;
   }
.btn:hover {
     transition: 0.2s;
   }
.btn > .btn-icon {
     margin-right: 5px;
   }
.btn-xs {
     font-size: 11px;
     letter-spacing: 0;
   }
.btn-sm {
     letter-spacing: 0;
     font-size: 12px;
   }
.btn-lg {
     padding: 20px;
     font-size: 17px;
   }
.btn-xxl {
     padding: 20px 30px;
     font-size: 30px;
   }
.btn-xl {
     padding: 15px 20px;
     font-size: 20px;
   }
.btn-uc {
     text-transform: uppercase;
   }
.btn-primary {
     background: #cf2264;
     border-color: #cf2264;
   }
.btn-primary:hover {
     background: #0084bd;
     border-color: #0076a8;
   }
.btn-primary:focus {
     background: #0084bd;
     border-color: #0076a8;
   }
.btn-primary-invert,
   .btn-primary-inverse {
     background: #ff6c2d;
     border-color: #ff570f;
     color: #fff;
   }
.btn-primary-invert:hover,
   .btn-primary-inverse:hover {
     color: #fff;
     background: #ff570f;
     border-color: #f04800;
   }
.btn-dark {
     background: #595959;
     color: #fff;
     border-color: #404040;
   }
.btn-dark:hover {
     color: #fff;
     background: #404040;
   }
.btn-black {
     background: linten(#000, 15%);
     border-color: #000;
     color: #fff;
   }
.btn-black:hover {
     color: #fff;
     background: #000;
   }
.btn-paypal {
     background: #0079c1;
     color: #fff;
     border-color: #006dae;
   }
.btn-paypal:hover {
     color: #fff;
     background: #006dae;
     border-color: #00619a;
   }
.btn-white {
     color: #595959;
     background: #fff;
     border: none;
   }
.btn-ghost {
     background: none;
     border: 1px solid;
   }
.btn-ghost.btn-primary {
     color: #0093d2;
   }
.btn-ghost.btn-primary:hover {
     background: #0093d2;
   }
.btn-ghost.btn-success {
     color: #5cb85c;
   }
.btn-ghost.btn-success:hover {
     background: #5cb85c;
   }
.btn-ghost.btn-info {
     color: #5bc0de;
   }
.btn-ghost.btn-info:hover {
     background: #5bc0de;
   }
.btn-ghost.btn-warning {
     color: #f0ad4e;
   }
.btn-ghost.btn-warning:hover {
     background: #f0ad4e;
   }
.btn-ghost.btn-danger {
     color: #d9534f;
   }
.btn-ghost.btn-danger:hover {
     background: #d9534f;
   }
.btn-ghost.btn-primary-inverse {
     color: #ff6c2d;
   }
.btn-ghost.btn-primary-inverse:hover {
     background: #ff6c2d;
   }
.btn-ghost:hover {
     color: #fff;
   }
.btn-ghost.btn-default:hover {
     color: #353535;
   }
.btn-ghost.btn-white {
     border-color: #fff;
     color: #fff;
   }
.btn-ghost.btn-white:hover {
     background: #fff !important;
     color: #595959;
   }
.btn-ghost.btn-black {
     border-color: #000;
     color: #000;
   }
.btn-ghost.btn-black:hover {
     background: #000;
     color: #fff;
   }
.btn-ghost.btn-dark {
     border-color: #595959;
     color: #595959;
   }
.btn-ghost.btn-dark:hover {
     background: #595959;
     color: #fff;
   }
.btn-lock-screen {
     left: 50%;
     position: fixed;
     top: 70px;
     z-index: 999;
     transform: translate3d(-50%, 0, 0);
     transition: 0.3s;
     opacity: 1;
     -ms-filter: none;
     filter: none;
     padding: 5px 7px;
     font-size: 11px;
     letter-spacing: 1px;
     border-radius: 10px;
   }
.btn-lock-screen.btn-lock-screen-hide {
     transform: translate3d(-50%, -100px, 0);
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
   }
.btn-shadow {
     box-shadow: 0 1px 30px rgba(0,0,0,0.28);
   }
.row.row-wrap,
   .row.row-col-gap {
     margin-bottom: -30px;
     position: relative;
     display: table;
     width: 100%;
     width: calc(100% + 30px);
   }
.row.row-wrap > [class^="col-"],
   .row.row-col-gap > [class^="col-"] {
     padding-bottom: 30px;
   }
.row.row-wrap[data-gutter="10"],
   .row.row-col-gap[data-gutter="10"] {
     margin-bottom: -10px;
     width: calc(100% + 10px);
   }
.row.row-wrap[data-gutter="10"] > [class^="col-"],
   .row.row-col-gap[data-gutter="10"] > [class^="col-"] {
     padding-bottom: 10px;
   }
.row.row-wrap[data-gutter="20"],
   .row.row-col-gap[data-gutter="20"] {
     margin-bottom: -20px;
     width: calc(100% + 20px);
   }
.row.row-wrap[data-gutter="20"] > [class^="col-"],
   .row.row-col-gap[data-gutter="20"] > [class^="col-"] {
     padding-bottom: 20px;
   }
@media (max-width: 992px) {
     .row.row-col-mob-gap > [class^="col-"] {
       margin-bottom: 30px;
     }
   }
@media (min-width: 992px) {
     .row.row-col-border > [class^="col-"],
     .row.row-col-border-white > [class^="col-"] {
       border-left: 1px solid #e6e6e6;
     }
     .row.row-col-border > [class^="col-"]:first-child,
     .row.row-col-border-white > [class^="col-"]:first-child {
       border-left: none;
     }
   }
@media (min-width: 992px) {
     .row.row-col-border-white > [class^="col-"] {
       border-color: #fff;
     }
   }
.row.row-col-reverse > [class^="col-"] {
     float: right;
   }
@media (max-width: 992px) {
     .row.row-col-reverse > [class^="col-"] {
       float: none;
     }
   }
@media (max-width: 992px) {
     .row.row-mob-full {
       margin: 0 !important;
     }
     .row.row-mob-full > [class^="col-"] {
       padding: 0 !important;
     }
   }
.row.row-col-static > [class^="col-"] {
     position: static;
   }
.row.row-col-full > [class^="col-"] {
     height: 100%;
   }
.row.row-full {
     margin-left: 0;
     margin-right: 0;
     width: 100%;
   }
.row.row-sm-gap {
     margin-bottom: -10px;
   }
.row.row-sm-gap > [class^="col-"] {
     margin-bottom: 10px;
   }
.row.row-no-gutter,
   .row[data-gutter="0"],
   .row[data-gutter="none"] {
     margin: 0 !important;
   }
.row.row-no-gutter > [class^="col-"],
   .row[data-gutter="0"] > [class^="col-"],
   .row[data-gutter="none"] > [class^="col-"] {
     padding: 0 !important;
   }
.row[data-gutter="10"] {
     margin-left: -5px;
     margin-right: -5px;
   }
.row[data-gutter="10"] > [class^="col-"] {
     padding-left: 5px;
     padding-right: 5px;
   }
.row[data-gutter="20"] {
     margin-left: -10px;
     margin-right: -10px;
   }
.row[data-gutter="20"] > [class^="col-"] {
     padding-left: 10px;
     padding-right: 10px;
   }
@media (min-width: 992px) {
     .row[data-gutter="40"] {
       margin-left: -20px;
       margin-right: -20px;
     }
     .row[data-gutter="40"] > [class^="col-"] {
       padding-left: 20px;
       padding-right: 20px;
     }
   }
@media (min-width: 992px) {
     .row[data-gutter="60"] {
       margin-left: -30px;
       margin-right: -30px;
     }
     .row[data-gutter="60"] > [class^="col-"] {
       padding-left: 30px;
       padding-right: 30px;
     }
   }
@media (min-width: 992px) {
     .row[data-gutter="80"] {
       margin-left: -40px;
       margin-right: -40px;
     }
     .row[data-gutter="80"] > [class^="col-"] {
       padding-left: 40px;
       padding-right: 40px;
     }
   }
@media (min-width: 992px) {
     .row[data-gutter="100"] {
       margin-left: -50px;
       margin-right: -50px;
     }
     .row[data-gutter="100"] > [class^="col-"] {
       padding-left: 50px;
       padding-right: 50px;
     }
   }
@media (min-width: 992px) {
     .row[data-gutter="120"] {
       margin-left: -60px;
       margin-right: -60px;
     }
     .row[data-gutter="120"] > [class^="col-"] {
       padding-left: 60px;
       padding-right: 60px;
     }
   }
@media (min-width: 992px) {
     .row-eq-height,
     .row-col-eq {
       display: flex;
     }
   }
@media (min-width: 992px) {
     .row-eq-height.row-col-reverse,
     .row-col-eq.row-col-reverse {
       -o-box-direction: reverse;
       -o-box-orient: horizontal;
       flex-direction: row-reverse;
     }
   }
.col-ng {
     padding: 0;
   }
.nav > li > a {
     margin-right: 0;
   }
@media (max-width: 992px) {
     .nav-mob-inline {
       overflow-x: auto;
       white-space: nowrap;
     }
     .nav-mob-inline > li {
       display: inline-block;
       float: none;
       margin-bottom: 0;
       text-align: center;
     }
   }
@media (max-width: 992px) {
     .nav-mob-bg-dark {
       background: #333;
     }
   }
.nav-blank {
     border: none;
   }
.nav-blank > li {
     margin-right: 30px;
   }
.nav-blank > li > a,
   .nav-blank > li > a:hover,
   .nav-blank > li > a:focus {
     border: none;
     background: none !important;
     border-radius: 0;
     padding: 0;
   }
.nav-blank > li.active > a,
   .nav-blank > li.active > a:hover,
   .nav-blank > li.active > a:focus {
     border: none;
   }
.nav-default > li > a,
   .nav-default > li > a:hover,
   .nav-default > li > a:focus {
     color: #727272;
   }
.nav-default.active > a,
   .nav-default.active > a:hover,
   .nav-default.active > a:focus {
     color: #313131;
   }
.nav-sqr > li > a {
     border-radius: 0;
   }
.nav-lg {
     font-size: 17px;
   }
.nav-lg .nav-icon {
     font-size: 19px;
   }
.nav-lg > li > a {
     padding: 13px 17px;
   }
.nav-lg.nav-blank > li > a {
     padding: 0;
   }
.nav-lg.nav-line > li {
     margin-right: 30px;
   }
.nav-lg.nav-line > li:last-child {
     margin-right: 0;
   }
.nav-xl {
     font-size: 20px;
   }
.nav-pull-up {
     margin-top: -41px;
   }
.nav-pull-up.nav-lg {
     margin-top: -54px;
   }
.nav-line > li {
     margin-right: 25px;
   }
.nav-line > li > a,
   .nav-line > li > a:hover,
   .nav-line > li > a:focus {
     border: none;
     background: none !important;
     border-radius: 0 !important;
     padding-left: 0;
     padding-right: 0;
   }
.nav-line > li.active > a,
   .nav-line > li.active > a:hover,
   .nav-line > li.active > a:focus {
     border: none;
     border-bottom: 2px solid #666;
   }
.nav-line > li:last-child {
     margin-right: 0;
   }
.nav-line.nav-center > li,
   .nav-blank.nav-center > li {
     margin-right: 15px;
     margin-left: 15px;
   }
.nav-line.nav-center > li:last-child,
   .nav-blank.nav-center > li:last-child {
     margin-right: 15px;
   }
.nav-center {
     text-align: center;
   }
.nav-center > li {
     float: none;
     display: inline-block;
   }
.nav-white > li > a,
   .nav-white > li > a:hover,
   .nav-white > li > a:focus {
     color: #fff;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     background: none;
   }
.nav-white > li.active > a,
   .nav-white > li.active > a:hover,
   .nav-white > li.active > a:focus {
     color: #595959;
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.nav-white.nav-blank > li.active > a,
   .nav-white.nav-blank > li.active > a:hover,
   .nav-white.nav-blank > li.active > a:focus {
     color: #fff;
   }
.nav-white.nav-line {
     border-color: rgba(255,255,255,0.3);
   }
.nav-white.nav-line > li > a,
   .nav-white.nav-line > li > a:hover,
   .nav-white.nav-line > li > a:focus {
     border-color: #fff;
   }
.nav-white.nav-line > li.active > a {
     color: #fff !important;
   }
.nav-no-br {
     border-bottom: none;
   }
.nav-no-br > li {
     margin-bottom: 0;
   }
.nav-no-br > li > a,
   .nav-no-br > li > a:hover,
   .nav-no-br > li > a:focus {
     border: none;
   }
.nav-no-br > li.active > a,
   .nav-no-br > li.active > a:hover,
   .nav-no-br > li.active > a:focus {
     border: none;
   }
.nav-icon-center {
     display: block;
     text-align: center;
     margin-bottom: 10px;
     font-size: 19px;
   }
.nav-active-primary > li.active > a,
   .nav-active-primary > li.active > a:hover,
   .nav-active-primary > li.active > a:focus {
     background: #0093d2;
     color: #fff;
   }
.nav-active-primary.nav-line > li.active > a,
   .nav-active-primary.nav-blank > li.active > a,
   .nav-active-primary.nav-line > li.active > a:hover,
   .nav-active-primary.nav-blank > li.active > a:hover,
   .nav-active-primary.nav-line > li.active > a:focus,
   .nav-active-primary.nav-blank > li.active > a:focus {
     color: #0093d2;
     background: none;
     border-color: #0093d2;
   }
.nav-active-primary-inverse > li.active > a,
   .nav-active-primary-inverse > li.active > a:hover,
   .nav-active-primary-inverse > li.active > a:focus {
     background: #ff6c2d;
     color: #fff;
   }
.nav-active-primary-inverse.nav-line > li.active > a,
   .nav-active-primary-inverse.nav-blank > li.active > a,
   .nav-active-primary-inverse.nav-line > li.active > a:hover,
   .nav-active-primary-inverse.nav-blank > li.active > a:hover,
   .nav-active-primary-inverse.nav-line > li.active > a:focus,
   .nav-active-primary-inverse.nav-blank > li.active > a:focus {
     color: #ff6c2d;
     background: none;
     border-color: #ff6c2d;
   }
.nav-active-white > li.active > a,
   .nav-active-white > li.active > a:hover,
   .nav-active-white > li.active > a:focus {
     background: #fff;
     color: #595959;
   }
.nav-eq-width {
     display: table;
     width: 100%;
   }
.nav-eq-width > li {
     display: table-cell;
     float: none;
   }
.nav-eq-width > li > a {
     margin: 0;
   }
.tab-content-curved {
     border-radius: 8px;
     border: 1px solid #f3ecec;
     padding: 40px 20px 10px 20px;
     box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%), 0 8px 16px 0 rgb(19 41 104 / 20%);
   }
.navbar-theme {
     margin-bottom: 0;
     border-radius: 0;
     background: #fff;
     border: none;
   }
.navbar-theme .navbar-toggle {
     border: none !important;
     background: none !important;
   }
.navbar-inverse {
     background: #333;
   }
.navbar-brand > img {
     max-width: 100%;
     max-height: 100%;
   }
.navbar-primary {
     background: #0093d2;
   }
.navbar-primary .navbar-nav > li > a {
     color: rgba(255,255,255,0.7);
   }
@media (max-width: 992px) {
     .navbar-primary .navbar-nav > li {
       border-color: #006793 !important;
     }
   }
.navbar-primary .navbar-collapse {
     border-color: #006793 !important;
   }
.navbar-primary-inverse {
     background: #ff6c2d;
   }
.navbar-primary-inverse .navbar-nav > li > a {
     color: rgba(255,255,255,0.7);
   }
@media (max-width: 992px) {
     .navbar-primary-inverse .navbar-nav > li {
       border-color: #d23f00 !important;
     }
   }
.navbar-primary-inverse .navbar-collapse {
     border-color: #d23f00 !important;
   }
.navbar-theme {
     backface-visibility: hidden;
   }
.navbar-theme-abs {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999;
   }
@media (max-width: 992px) {
     .navbar-theme-border .navbar-collapse {
       border: none;
       overflow-y: hidden;
     }
     .navbar-theme-border .navbar-nav {
       margin-bottom: 0;
     }
   }
.navbar-theme-border .navbar-collapse {
     /* border-bottom: 1px solid rgba(255,255,255,0.3); */
   }
.navbar-theme-border .navbar-nav {
     margin-bottom: 10px !important;
   }
.navbar-theme-fixed {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 999;
   }
.navbar-theme-transparent {
     background: none;
   }
.navbar-theme .navbar-nav > li:hover > a {
     color: #3e3e3e;
   }
.navbar-theme .navbar-nav > li > a {
    font-size: 15px;
    font-weight: 520 !important;
    margin: 0 15px;
   }
.navbar-theme .navbar-nav > li:last-child > a {
     margin-right: 0;
   }
.navbar-theme .navbar-nav > li.active > a {
     background: none;
   }
.navbar-theme .navbar-nav > li.active > a:hover {
     background: none;
   }
.navbar-theme .navbar-nav > li.active > a:focus {
     background: none;
   }
.navbar-theme .navbar-nav > li.open > a,
   .navbar-theme .navbar-nav > li.open > a:hover,
   .navbar-theme .navbar-nav > li.open > a:focus {
     background: none;
   }
.navbar-theme.navbar-inverse .navbar-nav > li:hover > a {
     color: #fff;
   }
.navbar-theme.navbar-inverse .navbar-nav .navbar-nav-item-user-icon {
     color: #fff;
   }
.navbar-full .navbar-right {
     margin-right: 0;
   }
.navbar-full .navbar-inner {
     padding: 0 15px;
   }
.navbar-flag {
     height: 20px;
   }
.navbar-theme-transparent .navbar-nav > li > a {
     color: rgb(88, 88, 88);
   }
.navbar-theme-transparent .navbar-nav > li.active > a {
     border-bottom: 3px solid #cf2264

   }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #f39324 !important;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #cf2264 !important;
}
.navbar-theme.navbar-inverse .navbar-nav > li:hover > a {
   color: #3e3e3e;
}
@media (min-width: 992px) {
     .navbar-theme .dropdown:hover .dropdown-menu {
       display: block;
     }
   }
.navbar-theme .navbar-inner {
     position: relative;
   }
.navbar-theme .dropdown-menu {
     border-radius: 0;
     padding: 0;
     border: none;
     border-top: 5px solid transparent;
   }
.navbar-theme .dropdown-menu > li > a {
     padding: 12px 20px;
   }
.navbar-theme .dropdown-menu > li > a:hover {
     background: #0093d2;
     color: #fff;
   }
.navbar-theme .dropdown-menu > li.active > a {
     background: #0093d2;
     color: #fff;
   }
.navbar-theme .dropdown-menu-xl,
   .navbar-theme .dropdown-menu-xxl,
   .navbar-theme .dropdown-menu-lg,
   .navbar-theme .dropdown-menu-full {
     padding: 15px;
   }
.dropdown-menu-xl {
     width: 600px;
   }
.dropdown-menu-lg {
     width: 450px;
   }
.dropdown-menu-xxl {
     width: 800px;
   }
.dropdown-full {
     position: static !important;
   }
.dropdown-menu-full {
     width: 100%;
   }
.navbar-nav-item-user > a {
     padding-left: 30px !important;
   }
.navbar-nav-item-user-icon,
   .navbar-nav-item-user-img {
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     display: block;
     font-size: 20px;
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     margin-top: -1px;
   }
.navbar-nav-item-user-img {
     width: 20px;
     border-radius: 50%;
   }
li:hover .navbar-nav-item-user-icon,
   li.active .navbar-nav-item-user-icon,
   li:hover .navbar-nav-item-user-img,
   li.active .navbar-nav-item-user-img {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.navbar-theme-border-def .navbar-collapse {
     border-bottom: 1px solid #b3b3b3;
   }
.navbar-theme-border-def .navbar-nav > li.active > a {
     border-bottom: 1px solid #808080;
   }
.navbar-theme .navbar-toggle {
     margin-right: 0;
   }
@media (max-width: 768px) {
     .navbar-theme .navbar-brand {
       padding-left: 0;
     }
     .navbar-theme .navbar-nav {
       margin: 0;
     }
     .navbar-theme .navbar-nav > li {
       border-bottom: 1px solid #e6e6e6;
     }
     .navbar-theme .navbar-nav > li > a {
       margin: 0;
     }
     .navbar-theme .navbar-nav > li > a.dropdown-toggle:before {
       font-family: 'FontAwesome';
       content: '\f107';
       position: absolute;
       top: 50%;
       right: 3px;
       opacity: 0.33;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
       filter: alpha(opacity=33);
       transform: translateY(-50%);
       font-size: 18px;
     }
     .navbar-theme .navbar-collapse {
        padding: 0;
        background: #97194a;
        margin-left: -10px;
        margin-right: -10px;
     }
     .navbar-theme .dropdown-menu {
       padding: 0;
       margin-left: 10px;
       overflow: hidden;
     }
     .navbar-theme .dropdown-meganav-list-items {
       padding-bottom: 20px;
     }
     .navbar-theme.navbar-inverse .navbar-nav > li {
       border-bottom: 1px solid #4d4d4d;
     }
     .navbar-theme.navbar-inverse .dropdown-meganav-list-title,
     .navbar-theme.navbar-inverse .dropdown-meganav-select-list-title {
       color: #fff;
     }
     .navbar-theme.navbar-inverse .dropdown-meganav-list-items > li > a {
       color: #fff;
     }
     .navbar-theme.navbar-theme-transparent {
       background: #97194a;
     }
     .navbar-theme.navbar-theme-transparent li.active > a {
       border: none;
     }
     .navbar-theme.navbar-theme-abs {
       display: block;
       position: relative;
     }
   }
.heading-theme {
     position: relative;
     padding: 20px 0;
   }
.heading-theme-title {
     margin: 0;
   }
.heading-theme-subtitle {
     margin-bottom: 0;
     margin-top: 10px;
   }
.heading-theme-color {
     background: #0093d2;
   }
.heading-theme-color .heading-theme-title,
   .heading-theme-color .heading-theme-subtitle {
     color: #fff;
   }
.heading-theme-color .heading-theme-subtitle {
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
/*  /--BOOTSTRAP CUSTOMIZATION--  */
/*  --HALF COULMN--  */
.col-md-0-5,
   .col-md-1-5,
   .col-md-2-5,
   .col-md-3-5,
   .col-md-4-5,
   .col-md-5-5,
   .col-md-6-5,
   .col-md-7-5,
   .col-md-8-5,
   .col-md-9-5,
   .col-md-10-5,
   .col-md-11-5,
   .col-xs-0-5,
   .col-xs-1-5,
   .col-xs-2-5,
   .col-xs-3-5,
   .col-xs-4-5,
   .col-xs-5-5,
   .col-xs-6-5,
   .col-xs-7-5,
   .col-xs-8-5,
   .col-xs-9-5,
   .col-xs-10-5,
   .col-xs-11-5 {
     float: left;
     position: relative;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
   }
@media (max-width: 992px) {
     .col-md-0-5,
     .col-md-1-5,
     .col-md-2-5,
     .col-md-3-5,
     .col-md-4-5,
     .col-md-5-5,
     .col-md-6-5,
     .col-md-7-5,
     .col-md-8-5,
     .col-md-9-5,
     .col-md-10-5,
     .col-md-11-5 {
       width: 100% !important;
       float: none;
     }
   }
.col-md-0-5,
   .col-xs-0-5 {
     width: 4.166666665%;
   }
.col-md-1-5,
   .col-xs-1-5 {
     width: 12.499999995%;
   }
.col-md-2-5,
   .col-xs-2-5 {
     width: 20%;
   }
.col-md-3-5,
   .col-xs-3-5 {
     width: 29.166666665%;
   }
.col-md-4-5,
   .col-xs-4-5 {
     width: 37.499999995%;
   }
.col-md-5-5,
   .col-xs-5-5 {
     width: 45.833333335%;
   }
.col-md-6-5,
   .col-xs-6-5 {
     width: 54.166666665%;
   }
.col-md-7-5,
   .col-xs-7-5 {
     width: 62.499999995%;
   }
.col-md-8-5,
   .col-xs-8-5 {
     width: 70.833333335%;
   }
.col-md-9-5,
   .col-xs-9-5 {
     width: 79.166666665%;
   }
.col-md-10-5,
   .col-xs-10-5 {
     width: 87.499999995%;
   }
.col-md-11-5,
   .col-xs-11-5 {
     width: 95.833333335%;
   }
/*  --/HALF COULMN--  */
/*  --BANNER--  */
.banner {
     position: relative;
     overflow: hidden;
   }
.banner-sqr {
     width: 100%;
     padding-top: 100%;
   }
.banner-w-25 {
     height: 25vh;
   }
.banner-w-33 {
     height: 33vh;
   }
.banner-w-50 {
     height: 50vh;
   }
.banner-w-63 {
     height: 63vh;
   }
.banner-w-75 {
     height: 75vh;
   }
.banner-w-80 {
     height: 80vh;
   }
.banner-w-100 {
     height: 100vh;
   }
.banner-bg {
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     position: absolute;
     top: 0;
     left: 0px;
     height: 100%;
     width: 100%;
     z-index: 1;
     backface-visibility: hidden;
   }
.banner-bg-qrcode {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 59px;
    height: 100%;
    width: 50%;
    z-index: 1;
    backface-visibility: hidden;
}
.banner-link {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 6;
   }
.banner-mask {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 2;
     background: #000;
     opacity: 0.33;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
     filter: alpha(opacity=33);
     backface-visibility: hidden;
   }
.banner-mask-half {
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.banner-mask-dark {
     opacity: 0.66;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
     filter: alpha(opacity=66);
   }
.banner-mask-light {
     opacity: 0.15;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
     filter: alpha(opacity=15);
   }
.banner-border {
     border: 1px solid #fff;
     margin: -1px 0 0 -1px;
   }
.banner-img {
     width: 100%;
     backface-visibility: hidden;
   }
.banner-inner-shadow {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 3;
     box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
   }
.banner-inner-shadow-lg {
     box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
   }
.banner-title {
     font-size: 19px;
     font-weight: normal;
     font-family: 'Roboto', helvetica, Arial, sans-serif;
     margin: 0;
   }
.banner-subtitle {
     font-size: 13px;
     opacity: 0.66;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
     filter: alpha(opacity=66);
     font-weight: bold;
     margin-bottom: 0;
     margin-top: 10px;
   }
.banner-caption {
     position: relative;
     z-index: 5;
     backface-visibility: hidden;
     color: #fff;
     padding: 30px;
   }
.banner-caption-dark {
     color: #332c2c;
   }
.banner-caption-top {
     position: absolute;
     top: 0;
     left: 0;
     bottom: auto;
     right: auto;
   }
.banner-caption-bottom {
     position: absolute;
     top: auto;
     left: 0;
     bottom: 0;
     right: auto;
   }
.banner-caption-center {
     position: absolute;
     top: 50%;
     left: 0;
     bottom: auto;
     right: auto;
     transfrom: translateY(-50%);
   }
.banner-caption-inner {
     z-index: 2;
   }
.banner-caption-grad {
     background: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.7));
   }
.banner-caption-grad-white {
     background: linear-gradient(to bottom, rgba(255,255,255,0.01), rgba(255,255,255,0.9));
   }
.banner-caption-vert-center {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate3d(-50%, -50%, 0);
     width: 100%;
   }
.banner-caption-top {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
   }
.banner-caption-bottom {
     position: absolute;
     top: auto;
     left: 0;
     bottom: 0;
     width: 100%;
   }
.banner-animate {
     backface-visibility: hidden;
     transition: 0.3s;
   }
.banner-animate-slow {
     transition: 0.6s;
   }
.banner-animate-slow.banner-animate-mask-in .banner-mask,
   .banner-animate-slow.banner-animate-zoom-in .banner-bg {
     transition: 0.6s;
   }
.banner-animate-very-slow {
     transition: 1.2s;
   }
.banner-animate-very-slow.banner-animate-mask-in .banner-mask,
   .banner-animate-very-slow.banner-animate-zoom-in .banner-bg {
     transition: 1.2s;
   }
.banner-animate-super-slow {
     transition: 2.2s;
   }
.banner-animate-super-slow.banner-animate-mask-in .banner-mask,
   .banner-animate-super-slow.banner-animate-zoom-in .banner-bg {
     transition: 2.2s;
   }
@media (min-width: 992px) {
     .banner-animate-mask-in .banner-mask {
       transition: 0.3s;
       opacity: 0;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
     }
     .banner-animate-mask-in:hover .banner-mask {
       opacity: 0.5;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
     }
     .banner-animate-mask-out .banner-mask {
       transition: 0.3s;
       opacity: 0.5;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
     }
     .banner-animate-mask-out:hover .banner-mask {
       opacity: 0;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
     }
     .banner-animate-zoom-in .banner-bg,
     .banner-animate-zoom-in .banner-img {
       transition: 0.3s;
       transform: translateZ(0) scale(1);
     }
     .banner-animate-zoom-in:hover .banner-bg,
     .banner-animate-zoom-in:hover .banner-img {
       transform: translateZ(0) scale(1.1);
     }
     .banner-animate-zoom-out .banner-bg,
     .banner-animate-zoom-out .banner-img {
       transition: 0.3s;
       transform: translateZ(0) scale(1.1);
     }
     .banner-animate-zoom-out:hover .banner-bg,
     .banner-animate-zoom-out:hover .banner-img {
       transform: translateZ(0) scale(1);
     }
     .banner-animate-blur-in .banner-bg,
     .banner-animate-blur-in .banner-img {
       filter: blur(0);
       transition: 0.3s;
     }
     .banner-animate-blur-in:hover .banner-bg,
     .banner-animate-blur-in:hover .banner-img {
       filter: blur(5px);
     }
     .banner-animate-blur-out .banner-bg {
       filter: blur(5px);
       transition: 0.3s;
     }
     .banner-animate-blur-out:hover .banner-bg {
       filter: blur(0);
     }
     .banner-animate-bsh:hover {
       box-shadow: 0 5px 20px rgba(0,0,0,0.6);
     }
   }
/*  --/BANNER--  */
/*  --FEATURES--  */
.feature-icon {
     display: block;
     line-height: 1em;
     font-size: 23px;
     margin-bottom: 20px;
   }
.feature-icon-box {
     height: 60px;
     width: 60px;
     line-height: 60px;
     margin-bottom: 30px;
     text-align: center;
   }
.feature-icon-round {
     border-radius: 50%;
   }
.feature-icon-left {
     float: left;
     margin-right: 15px;
     margin-bottom: 0;
   }
.feature-icon-lg {
     font-size: 30px;
   }
.feature-icon-xl {
     font-size: 45px;
   }
.feature-icon-sm.feature-icon-box {
     height: 40px;
     width: 40px;
     line-height: 40px;
     font-size: 16px;
     margin-bottom: 20px;
   }
.feature-icon-xs.feature-icon-box {
     height: 30px;
     width: 30px;
     line-height: 30px;
     font-size: 14px;
     margin-bottom: 20px;
   }
.feature-icon-primary {
     color: #0093d2;
   }
.feature-icon-primary.feature-icon-box {
     color: #fff;
     background: #0093d2;
   }
.feature-icon-primary-inverse {
     color: #ff6c2d;
   }
.feature-icon-primary-inverse.feature-icon-box {
     color: #fff;
     background: #ff6c2d;
   }
.feature-icon-gray.feature-icon-box {
     color: #4c4c4c;
     background: #ededed;
   }
.feature-icon-white {
     color: #fff;
   }
.feature-icon-white.feature-icon-box {
     color: #4c4c4c;
     background: #fff;
   }
.feature-icon-line {
     background: none;
     border: 1px solid #595959;
     background: none !important;
   }
.feature-icon-line.feature-icon-primary {
     border-color: #0093d2;
     color: #0093d2;
   }
.feature-icon-line.feature-icon-white {
     border-color: #fff;
     color: #fff;
   }
.feature-icon-line.feature-icon-primary-inverse {
     border-color: #ff6c2d;
     color: #ff6c2d;
   }
.feature-caption {
     display: table;
   }
.feature-title {
     margin-bottom: 15px;
     margin-top: 0;
     font-weight: normal;
     line-height: 1em;
     font-size: 18px;
   }
.feature-subtitle {
     margin-bottom: 0;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     font-size: 14px;
     line-height: 1.6em;
   }
.feature-center {
     text-align: center;
   }
.feature-center .feature-caption {
     display: block;
   }
.feature-center .feature-icon {
     margin-left: auto;
     margin-right: auto;
   }
.feature-wrap-fade-white {
     padding: 35px 20px;
     background: rgba(255,255,255,0.2);
   }
/*  --/FEATURES--  */
/*  --BLUR AREA--  */
.blur-area {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     z-index: 1;
   }
@media (max-width: 992px) {
     .blur-area {
       display: none;
     }
   }
/*  --BLUR AREA--  */
/*  --ICHECK--  */
.icheck-label {
     padding: 0 !important;
     display: block;
   }
.icheck,
   .iradio {
     float: left;
     display: inline-block;
     width: 12px;
     height: 12px;
     border: none;
     cursor: pointer;
     background: none;
     border: 1px solid #8c8c8c;
     margin-right: 7px;
     overflow: hidden;
     transition: 0.3s;
   }
.icheck:before,
   .iradio:before {
     /* position: absolute;
     top: 0;
     left: 0;
     content: '\f00c';
     font-family: 'FontAwesome';
     width: 100%;
     height: 12px;
     line-height: 10px;
     text-align: center;
     display: block;
     opacity: 0;
     filter: alpha(opacity=0);
     color: #fff;
     transition: 0.3s;
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto; */
   }
.icheck.hover:after {
     background: #0093d2;
   }
.icheck.checked {
     background: #f4972c;
     border-color: #f4972c;
   }
.icheck.checked:before {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.icheck.checked:after {
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
   }
.icheck.disabled {
     background: #808080;
   }
.icheck-title {
     display: table;
     margin-bottom: 0;
   }
.icheck-sub-title {
     margin-bottom: 0;
     margin-top: 1px;
     font-size: 10px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     display: block;
   }
/*  --/ICHECK--  */
/*  --RANGE SLIDER--  */
.irs {
     position: relative;
     display: block;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     height: 55px;
   }
.irs-line {
     position: relative;
     display: block;
     overflow: hidden;
     outline: none !important;
     height: 10px;
     top: 33px;
     background: #eee;
     border-radius: 16px;
     border: 1px solid #ccc;
   }
.irs-line-left,
   .irs-line-mid,
   .irs-line-right {
     position: absolute;
     top: 0;
     display: block;
     height: 8px;
   }
.irs-line-left {
     left: 0;
     width: 11%;
   }
.irs-line-mid {
     left: 9%;
     width: 82%;
   }
.irs-line-right {
     right: 0;
     width: 11%;
   }
.irs-bar {
     position: absolute;
     display: block;
     left: 0;
     width: 0;
     height: 10px;
     top: 33px;
     border-top: 1px solid #0093d2;
     border-bottom: 1px solid #0093d2;
     background: #0093d2;
   }
.irs-bar-edge {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
     height: 10px;
     top: 33px;
     border: 1px solid #0093d2;
     width: 14px;
     border-right: 0;
     background: #0093d2;
     border-radius: 16px 0 0 16px;
   }
.irs-shadow {
     position: absolute;
     display: none;
     left: 0;
     width: 0;
     height: 2px;
     top: 38px;
     background: #000;
     opacity: 0.3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     filter: alpha(opacity=30);
     border-radius: 5px;
   }
.irs-slider {
     position: absolute;
     display: block;
     cursor: default;
     z-index: 1;
     top: 25px;
     width: 27px;
     height: 27px;
     border: 1px solid #aaa;
     background: #ddd;
     border-radius: 27px;
     cursor: pointer;
   }
.irs-slider.type_last {
     z-index: 2;
   }
.irs-min,
   .irs-max {
     color: #333;
     position: absolute;
     display: block;
     cursor: default;
     font-size: 12px;
     line-height: 1.333;
     top: 0;
     padding: 1px 5px;
     background: rgba(0,0,0,0.1);
     border-radius: 3px;
   }
.irs-min {
     left: 0;
   }
.irs-max {
     right: 0;
   }
.irs-from,
   .irs-to,
   .irs-single {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
     cursor: default;
     white-space: nowrap;
     color: #fff;
     font-size: 14px;
     line-height: 1.333;
     padding: 1px 5px;
     background: #0093d2;
     border-radius: 3px;
   }
.irs-grid {
     position: absolute;
     display: none;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 20%;
     height: 27px;
   }
.irs-widh-grid .irs-grid {
     display: block;
     height: 75px;
   }
.irs-grid-pol {
     position: absolute;
     top: 0;
     left: 0;
     width: 1px;
     height: 8px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     background: #0093d2;
   }
.irs-grid-pol.small {
     height: 4px;
     background: #999;
   }
.irs-grid-text {
     position: absolute;
     bottom: 0;
     left: 0;
     white-space: nowrap;
     text-align: center;
     font-size: 9px;
     line-height: 9px;
     padding: 0 3px;
     color: #000;
     color: #0093d2;
     bottom: 5px;
   }
.irs-disable-mask {
     position: absolute;
     display: block;
     top: 0;
     left: -1%;
     width: 102%;
     height: 100%;
     cursor: default;
     background: #000;
     z-index: 2;
   }
.lt-ie9 .irs-disable-mask {
     background: #000;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     cursor: not-allowed;
   }
.irs-disbled {
     opacity: 0.4;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
     filter: alpha(opacity=40);
   }
.irs-hidden-input {
     position: absolute !important;
     display: block !important;
     top: 0 !important;
     left: 0 !important;
     width: 0 !important;
     height: 0 !important;
     font-size: 0 !important;
     line-height: 0 !important;
     padding: 0 !important;
     margin: 0 !important;
     overflow: hidden;
     outline: none !important;
     z-index: -9999 !important;
     background: none !important;
     border-style: solid !important;
     border-color: transparent !important;
   }
/*  --DATEPICKER--  */
.bootstrap-datetimepicker-widget {
     list-style: none;
     color: #000;
   }
.bootstrap-datetimepicker-widget.dropdown-menu {
     display: block;
     margin: 5px 0;
     padding: 12px 15px;
     width: 19em;
     border-radius: 0;
     border: none;
   }
.bootstrap-datetimepicker-widget.dropdown-menu:before,
   .bootstrap-datetimepicker-widget.dropdown-menu:after {
     content: '';
     display: inline-block;
     position: absolute;
   }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
     left: auto;
     right: 6px;
   }
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
     left: auto;
     right: 7px;
   }
.bootstrap-datetimepicker-widget .list-unstyled {
     margin: 0;
   }
.bootstrap-datetimepicker-widget a[data-action] {
     padding: 6px 0;
   }
.bootstrap-datetimepicker-widget a[data-action]:active {
     box-shadow: none;
   }
.bootstrap-datetimepicker-widget .timepicker-hour,
   .bootstrap-datetimepicker-widget .timepicker-minute,
   .bootstrap-datetimepicker-widget .timepicker-second {
     width: 54px;
     font-weight: bold;
     font-size: 1.2em;
     margin: 0;
   }
.bootstrap-datetimepicker-widget button[data-action] {
     padding: 6px;
   }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,
   .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
     position: absolute;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
   }
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
     content: 'Increment Hours';
   }
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
     content: 'Increment Minutes';
   }
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
     content: 'Decrement Hours';
   }
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
     content: 'Decrement Minutes';
   }
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
     content: 'Show Hours';
   }
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
     content: 'Show Minutes';
   }
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
     content: 'Toggle AM/PM';
   }
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
     content: 'Clear the picker';
   }
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
     content: 'Set the date to today';
   }
.bootstrap-datetimepicker-widget .picker-switch {
     text-align: center;
   }
.bootstrap-datetimepicker-widget .picker-switch::after {
     content: 'Toggle Date and Time Screens';
     position: absolute;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
   }
.bootstrap-datetimepicker-widget .picker-switch td {
     padding: 0;
     margin: 0;
     height: auto;
     width: auto;
     line-height: inherit;
   }
.bootstrap-datetimepicker-widget .picker-switch td span {
     line-height: 2.5;
     height: 2.5em;
     width: 100%;
   }
.bootstrap-datetimepicker-widget table {
     width: 100%;
     margin: 0;
   }
.bootstrap-datetimepicker-widget table td,
   .bootstrap-datetimepicker-widget table th {
     text-align: center;
     border-radius: 4px;
   }
.bootstrap-datetimepicker-widget table th {
     height: 20px;
     line-height: 20px;
     width: 20px;
   }
.bootstrap-datetimepicker-widget table th.picker-switch {
     width: 145px;
   }
.bootstrap-datetimepicker-widget table th.disabled,
   .bootstrap-datetimepicker-widget table th.disabled:hover {
     background: none;
     color: #777;
     cursor: not-allowed;
   }
.bootstrap-datetimepicker-widget table th.prev::after,
   .bootstrap-datetimepicker-widget table th.next::after {
     content: 'Previous Month';
     position: absolute;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
   }
.bootstrap-datetimepicker-widget table th.next::after {
     content: 'Next Mounth';
   }
.bootstrap-datetimepicker-widget table thead tr:first-child th {
     cursor: pointer;
   }
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
     background: #eee;
   }
.bootstrap-datetimepicker-widget table td {
     height: 54px;
     line-height: 54px;
     width: 54px;
   }
.bootstrap-datetimepicker-widget table td.cw {
     font-size: 0.8em;
     height: 20px;
     line-height: 20px;
     color: #777;
   }
.bootstrap-datetimepicker-widget table td.day {
     height: 25px;
     line-height: 25px;
     width: 33px;
   }
.bootstrap-datetimepicker-widget table td.day:hover,
   .bootstrap-datetimepicker-widget table td.hour:hover,
   .bootstrap-datetimepicker-widget table td.minute:hover,
   .bootstrap-datetimepicker-widget table td.second:hover {
     background: #eee;
     cursor: pointer;
   }
.bootstrap-datetimepicker-widget table td.old,
   .bootstrap-datetimepicker-widget table td.new {
     color: #777;
   }
.bootstrap-datetimepicker-widget table td.today {
     poisition: relative;
   }
.bootstrap-datetimepicker-widget table td.today:before {
     content: '';
     display: inline-block;
     border: solid transparent;
     border-width: 0 0 7px 7px;
     border-bottom-color: #0093d2;
     border-top-color: rgba(0,0,0,0.2);
     position: absolute;
     bottom: 4px;
     right: 4px;
   }
.bootstrap-datetimepicker-widget table td.active,
   .bootstrap-datetimepicker-widget table td.active:hover {
     background-color: #0093d2;
     color: #fff;
     text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
   }
.bootstrap-datetimepicker-widget table td.active.today:before {
     border-bottom-color: #fff;
   }
.bootstrap-datetimepicker-widget table td.disabled,
   .bootstrap-datetimepicker-widget table td.disabled:hover {
     background: none;
     color: #777;
     cursor: not-allowed;
   }
.bootstrap-datetimepicker-widget table td span {
     display: inline-block;
     width: 54px;
     height: 54px;
     line-height: 54px;
     margin: 2px 1.54px;
     cursor: pointer;
     border-radius: 4px;
   }
.bootstrap-datetimepicker-widget table td span:hover {
     backround: #eee;
   }
.bootstrap-datetimepicker-widget table td span.active {
     background-color: #0093d2;
     color: #fff;
     text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
   }
.bootstrap-datetimepicker-widget table td span.old {
     color: #777;
   }
.bootstrap-datetimepicker-widget table td span.disabled,
   .bootstrap-datetimepicker-widget table td span.disabled:hover {
     background: none;
     color: #777;
     cursor: not-allowed;
   }
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
     height: 27px;
     line-height: 27px;
   }
.bootstrap-datetimepicker-widget.wider {
     width: 21em;
   }
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
     line-height: 1.8em !important;
   }
.sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     margin: -1px;
     padding: 0;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
   }
/*  --/DATEPICKER--  */
/*  --QTY SELECTOR--  */
/*  --/QTY SELECTOR--  */
/*  --AUTOCOMPLETE--  */
.typeahead.dropdown-menu {
     border-radius: 0;
     border: none;
     border-top: 5px solid transparent;
     padding: 0;
     width: 100%;
   }
.typeahead.dropdown-menu > li {
     border-bottom: 1px solid #e6e6e6;
   }
.typeahead.dropdown-menu > li:last-child {
     border: none;
   }
.typeahead.dropdown-menu > li.active > a {
     background: #0093d2;
   }
.typeahead.dropdown-menu > li > a {
     padding: 15px;
   }
.typeahead.dropdown-menu > li > a:hover {
     background: #0093d2;
   }
/*  --/AUTOCOMPLETE--  */
/*  --SPINNER--  */
.spinner-grid-dots {
     position: relative;
     width: 135px;
     height: 135px;
   }
.spinner-grid-dots div {
     position: absolute;
     width: 32px;
     height: 32px;
     border-radius: 50%;
     animation: blink linear 1s infinite;
     background: #fff;
   }
.spinner-grid-dots div:nth-child(1),
   .spinner-grid-dots div:nth-child(6),
   .spinner-grid-dots div:nth-child(8) {
     animation-delay: -0.666s;
   }
.spinner-grid-dots div:nth-child(2),
   .spinner-grid-dots div:nth-child(5),
   .spinner-grid-dots div:nth-child(7) {
     animation-delay: -0.333s;
   }
.spinner-grid-dots div:nth-child(1),
   .spinner-grid-dots div:nth-child(2),
   .spinner-grid-dots div:nth-child(3) {
     top: 0;
   }
.spinner-grid-dots div:nth-child(4),
   .spinner-grid-dots div:nth-child(5),
   .spinner-grid-dots div:nth-child(6) {
     top: 50px;
   }
.spinner-grid-dots div:nth-child(7),
   .spinner-grid-dots div:nth-child(8),
   .spinner-grid-dots div:nth-child(9) {
     top: 100px;
   }
.spinner-grid-dots div:nth-child(1),
   .spinner-grid-dots div:nth-child(4),
   .spinner-grid-dots div:nth-child(7) {
     left: 0;
   }
.spinner-grid-dots div:nth-child(2),
   .spinner-grid-dots div:nth-child(5),
   .spinner-grid-dots div:nth-child(8) {
     left: 50px;
   }
.spinner-grid-dots div:nth-child(3),
   .spinner-grid-dots div:nth-child(6),
   .spinner-grid-dots div:nth-child(9) {
     left: 100px;
   }
@keyframes blink {
     0% {
       opacity: 1;
       -ms-filter: none;
       filter: none;
     }
     50% {
       opacity: 0.5;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
     }
     100% {
       opacity: 1;
       -ms-filter: none;
       filter: none;
     }
   }
/*  --/SPINNER--  */
/*  --WINDOWSCROLL--  */
/*  --/WINDOWSCROLL--  */
.magnific-popup {
     width: 50%;
     background: #fff;
     margin: 0 auto;
     padding: 30px;
     position: relative;
     max-width: 800px;
   }
@media (max-width: 992px) {
     .magnific-popup {
       width: 100% !important;
     }
   }
.magnific-popup-sm {
     width: 30%;
   }
.mfp-bg {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1042;
     overflow: hidden;
     position: fixed;
     background: #0b0b0b;
     opacity: 0.8;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
     filter: alpha(opacity=80);
   }
.mfp-wrap {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1043;
     position: fixed;
     outline: none !important;
     -webkit-backface-visibility: hidden;
   }
.mfp-container {
     text-align: center;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     padding: 0 8px;
     box-sizing: border-box;
   }
.mfp-container:before {
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
   }
.mfp-align-top .mfp-container:before {
     display: none;
   }
.mfp-content {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     margin: 0 auto;
     text-align: left;
     z-index: 1045;
   }
.mfp-inline-holder .mfp-content,
   .mfp-ajax-holder .mfp-content {
     width: 100%;
     cursor: auto;
   }
.mfp-ajax-cur {
     cursor: progress;
   }
.mfp-zoom-out-cur,
   .mfp-zoom-out-cur .mfp-mfp-image-holder .mfp-close {
     cursor: zoom-out;
   }
.mfp-zoom {
     cursor: pointer;
     cursor: zoom-in;
   }
.mfp-auto-cursor .mfp-content {
     cursor: auto;
   }
.mfp-close,
   .mfp-arrow,
   .mfp-preloader,
   .mfp-counter {
     -webkit-user-select: none;
     -moz-user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
   }
.mfp-loading.mfp-figure {
     display: none;
   }
.mfp-hide {
     display: none !important;
   }
.mfp-preloader {
     color: #ccc;
     position: absolute;
     top: 50%;
     width: auto;
     text-align: center;
     margin-top: -0.8em;
     left: 8px;
     right: 8px;
     z-index: 1044;
   }
.mfp-preloader a {
     color: #ccc;
   }
.mfp-preloader a:hover {
     color: #fff;
   }
.mfp-s-ready .mfp-preloader {
     display: none;
   }
.mfp-s-error .mfp-content {
     display: none;
   }
button.mfp-close,
   button.mfp-arrow {
     overflow: visible;
     cursor: pointer;
     background: transparent;
     border: 0;
     -webkit-appearance: none;
     display: block;
     outline: none;
     padding: 0;
     z-index: 1046;
   }
button::-moz-focus-inner {
     padding: 0;
     border: 0;
   }
.mfp-close {
     height: 44px;
     width: 44px;
     line-height: 44px;
     position: absolute;
     top: 0;
     right: 0;
     text-decoration: none;
     text-align: center;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     padding: 0 0 18px 10px;
     color: #fff;
     font-style: normal;
     font-size: 28px;
     font-family: Arial, Baskrville, monospace;
   }
.mfp-close:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.mfp-close:active {
     top: 1px;
   }
.mfp-close-btn-in .mfp-close {
     color: #333;
   }
.mfp-image-holder .mfp-close,
   .mfp-iframe-holder .mfp-close {
     color: #fff;
     right: -6px;
     text-align: right;
     padding-right: 6px;
     width: 100%;
   }
.mfp-counter {
     position: absolute;
     top: 0;
     right: 0;
     color: #ccc;
     font-size: 12px;
     line-height: 18px;
     white-space: nowrap;
   }
.mfp-arrow {
     position: absolute;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin: 0;
     top: 50%;
     margin-top: -55px;
     padding: 0;
     width: 90px;
     height: 110px;
     -webkit-tap-highlight-color: transparent;
   }
.mfp-arrow:active {
     margin-top: -54px;
   }
.mfp-arrow:hover,
   .mfp-arrow:focus {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.mfp-arrow:before,
   .mfp-arrow:after {
     content: '';
     display: block;
     width: 0;
     height: 0;
     position: absolute;
     top: 0;
     left: 0;
     margin-top: 35px;
     margin-left: 35px;
     border: medium inset transparent;
   }
.mfp-arrow:after {
     border-top-width: 13px;
     border-bottom-width: 13px;
     top: 8px;
   }
.mfp-arrow:before {
     border-top-width: 21px;
     border-bottom-width: 21px;
     opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
   }
.mfp-arrow-left {
     left: 0;
   }
.mfp-arrow-left:after {
     border-right: 17px solid #fff;
     margin-left: 31px;
   }
.mfp-arrow-left:before {
     margin-left: 25px;
     border-right: 27px solid #3f3f3f;
   }
.mfp-arrow-right {
     right: 0;
   }
.mfp-arrow-right:after {
     border-left: 17px solid #fff;
     margin-left: 39px;
   }
.mfp-arrow-right:before {
     border-left: 27px solid #3f3f3f;
   }
.mfp-iframe-holder {
     padding-top: 40px;
     padding-bottom: 40px;
   }
.mfp-iframe-holder .mfp-content {
     line-height: 0;
     width: 100%;
     max-width: 900px;
   }
.mfp-iframe-holder .mfp-close {
     top: -40px;
   }
.mfp-iframe-scaler {
     width: 100%;
     height: 0;
     overflow: hidden;
     padding-top: 56.25%;
   }
.mfp-iframe-scaler iframe {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     box-shadow: 0 0 8px rgba(0,0,0,0.6);
     background: #000;
   }
img.mfp-img {
     width: auto;
     max-width: 100%;
     height: auto;
     display: block;
     line-height: 0;
     box-sizing: border-box;
     padding: 40px 0 40px;
     margin: 0 auto;
   }
.mfp-figure {
     line-height: 0;
   }
.mfp-figure:after {
     content: '';
     position: absolute;
     left: 0;
     top: 40px;
     bottom: 40px;
     display: block;
     right: 0;
     width: auto;
     height: auto;
     z-index: -1;
     box-shadow: 0 0 8px rgba(0,0,0,0.6);
     background: #444;
   }
.mfp-figure small {
     color: #bdbdbd;
     font-size: 12px;
     line-height: 14px;
   }
.mfp-figure figure {
     margin: 0;
   }
.mfp-bottom-bar {
     margin-top: -36px;
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     cursor: auto;
   }
.mfp-title {
     text-align: left;
     line-height: 18px;
     color: #3f3f3f;
     word-wrap: break-word;
     padding-right: 36px;
   }
.mfp-image-holder .mfp-content {
     max-width: 100%;
   }
.mfp-galler .mfp-image-holder .mfp-figure {
     cursor: pointer;
   }
@media screen and (max-width: 880px) and (orientation: landscape), screen and (max-height: 300px) {
     .mfp-img-mobile .mfp-image-holder {
       padding-left: 0;
       padding-right: 0;
     }
     .mfp-img-mobile img.mfp-img {
       padding: 0;
     }
     .mfp-img-mobile .mfp-figure:after {
       top: 0;
       bottom: 0;
     }
     .mfp-img-mobile .mfp-figure small {
       display: inline;
       margin-left: 5px;
     }
     .mfp-img-mobile .mfp-bottom-bar {
       background: rgba(0,0,0,0.6);
       bottom: 0;
       margin: 0;
       top: auto;
       padding: 3px 5px;
       position: fixed;
       box-sizing: border-box;
     }
     .mfp-img-mobile .mfp-bottom-bar:empty {
       padding: 0;
     }
     .mfp-img-mobile .mfp-counter {
       right: 5px;
       top: 3px;
     }
     .mfp-img-mobile .mfp-close {
       top: 0;
       right: 0;
       height: 35px;
       width: 35px;
       line-height: 35px;
       background: rgba(0,0,0,0.6);
       position: fixed;
       text-align: center;
       padding: 0;
     }
   }
@media all and (max-width: 900px) {
     .mfp-arrow {
       transform: scale(0.75);
     }
     .mfp-arrow-left {
       transform-origin: 0;
     }
     .mfp-arrow-right {
       transform-origin: 100%;
     }
     .mfp-container {
       padding-left: 0;
       padding-right: 0;
     }
   }
/*  --MEGA NAVIGATION--  */
.dropdown-meganav-list-items {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 13px;
   }
.dropdown-meganav-list-items > li {
     margin-bottom: 7px;
   }
.dropdown-meganav-list-items > li:last-child {
     margin-bottom: 0;
   }
.dropdown-meganav-list-items > li > a {
     color: #6a6a6a;
   }
.dropdown-meganav-list-items > li > a:hover {
     color: #3e3e3e;
     text-decoration: none;
   }
.dropdown-meganav-list-title {
     margin-top: 0;
     margin-bottom: 13px;
   }
.theme-page-header-abs {
     color: #fff;
     position: absolute;
     bottom: 60px;
   }
.theme-page-header-title {
     font-size: 40px;
     margin-top: 0;
     letter-spacing: 1px;
     font-weight: 300;
   }
.theme-page-header-subtitle {
     font-size: 21px;
     margin-bottom: 0;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-page-header-lg .theme-page-header-title {
     font-size: 60px;
   }
@media (max-width: 992px) {
     .theme-page-header-lg .theme-page-header-title {
       font-size: 40px;
     }
   }
.theme-page-header-xl .theme-page-header-title {
     font-size: 100px;
   }
.theme-page-body {
     margin-top: 45px;
     margin-bottom: 45px;
   }
.theme-page-section {
     padding: 24px 0;
   }
@media (max-width: 992px) {
     .theme-page-section {
       padding: 2px 0;
     }
   }
.theme-page-section-no-pad {
     padding: 0;
   }
.theme-page-section-sm {
     padding: 20px 0;
   }
.theme-page-section-lg {
     padding: 45px 0;
   }
@media (max-width: 992px) {
     .theme-page-section-lg {
       padding: 30px 0;
     }
   }
.theme-page-section-xl {
     padding: 60px 0;
   }
@media (max-width: 992px) {
     .theme-page-section-xl {
       padding: 45px 0;
     }
   }
.theme-page-section-xxl {
     padding: 90px 0;
   }
@media (max-width: 992px) {
     .theme-page-section-xxl {
       padding: 60px 0;
     }
   }
.theme-page-section-no-pad-bottom {
     padding-bottom: 0;
   }
.theme-page-section-dark {
     background: #333;
   }
.theme-page-section-gray {
     background: rgb(245, 247, 249);
   }
.theme-page-section-white {
     background: #fff;
   }
.theme-page-section-b-bottom,
   .theme-page-section-bb {
     border-bottom: 1px solid #d9d9d9;
   }
.theme-page-section-header {
     text-align: center;
     margin-bottom: 30px;
     position: relative;
   }
.theme-page-section-header-bb {
     margin-bottom: 20px;
     padding-bottom: 10px;
     border-bottom: 1px solid #e6e6e6;
   }
.theme-page-section-header-white {
    color: rgb(37, 42, 49);
   }
.page-section-header-white {
    color: #ffffff !important;
   }
.theme-page-section-header-white .theme-page-section-title {
     color: rgb(37, 42, 49);

   }
.theme-page-section-header-white .theme-page-section-title b {
    color: rgb(37, 42, 49);
   }
.theme-page-section-header-sm {
     margin-bottom: 15px;
   }
.theme-page-section-header-sm .theme-page-section-title {
     font-size: 18px;
     letter-spacing: 0;
   }
.theme-page-section-header-sm .theme-page-section-subtitle {
     font-size: 13px;
     letter-spacing: 0;
     margin-top: 7px;
   }
.theme-page-section-header-link {
     margin-top: 10px;
     display: inline-block;
     color: #595959;
     font-size: 17px;
     opacity: 0.45;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
     filter: alpha(opacity=45);
     text-transform: uppercase;
   }
.theme-page-section-header-link:hover {
     text-decoration: none;
     color: #595959;
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-page-section-header-link-rb {
     position: absolute;
     bottom: 0;
     right: 0;
   }
@media (max-width: 992px) {
     .theme-page-section-header-link-rb {
       position: relative;
     }
   }
.theme-page-section-subtitle {
     margin-bottom: 0;
     margin-top: 10px;
     font-size: 20px;
     opacity: 0.45;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
     filter: alpha(opacity=45);
   }
.theme-page-section-subtitle-sm {
     font-size: 16px;
   }
.theme-page-section-title {
     margin-top: 0;
     margin-bottom: 0;
     letter-spacing: 0.6px;
     font-size: 35px;
     font-weight: 300;
     color: #616161;
   }
.theme-page-section-title b {
     color: #505050;
   }
.theme-page-section-title-sm {
     font-size: 25px;
     letter-spacing: 0;
   }
.theme-page-section-title-lg {
     font-size: 32px;
   }
.theme-page-section-title-white {
     color: #fff;
     text-shadow: 1px 2px 10px rgba(0,0,0,0.2);
   }
/*  --/PAGE SECTION--  */
/*  --ACCOUNT PAGE--  */
/*  --/ACCOUNT PAGE--  */
/*  --BREADCRUMBS--  */
.theme-breadcrumbs {
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     margin-top: 30px;
     color: #fff;
   }
.theme-breadcrumbs > li {
     float: left;
     padding-right: 40px;
     position: relative;
   }
.theme-breadcrumbs > li:after {
     content: '\2192';
     color: rgba(255,255,255,0.8);
     position: absolute;
     top: 0;
     right: 12px;
   }
.theme-breadcrumbs > li:last-child {
     padding-right: 0;
   }
.theme-breadcrumbs > li:last-child:after {
     display: none;
   }
@media (max-width: 992px) {
     .theme-breadcrumbs {
       overflow-x: auto;
       white-space: nowrap;
     }
     .theme-breadcrumbs > li {
       display: inline-block;
       float: none;
       vertical-align: top;
     }
   }
.theme-breadcrumbs-center {
     display: table;
     margin-left: auto !important;
     margin-right: auto !important;
   }
.theme-breadcrumbs-block {
     margin: 0;
     padding: 30px 0;
   }
.theme-breadcrumbs-block.theme-breadcrumbs-sm {
     margin: 0;
     padding: 15px 0;
   }
.theme-breadcrumbs-abs-bottom {
     position: absolute;
     width: 100%;
     bottom: 20px;
     z-index: 5;
   }
.theme-breadcrumbs-item-title {
     margin-bottom: 3px;
     font-size: 15px;
   }
.theme-breadcrumbs-item-title.active {
     font-weight: bold;
   }
.theme-breadcrumbs-item-title > a {
     color: #fff;
     text-decoration: underline;
   }
.theme-breadcrumbs-item-subtitle {
     font-size: 12px;
     margin-bottom: 0;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-breadcrumbs-sm {
     margin-top: 25px;
   }
.theme-breadcrumbs-sm > li:after {
     top: -2px;
   }
.theme-breadcrumbs-sm .theme-breadcrumbs-item-title {
     font-size: 13px;
   }
.theme-breadcrumbs-sm .theme-breadcrumbs-item-title > a {
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-breadcrumbs-sm .theme-breadcrumbs-item-title > a:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-breadcrumbs-default {
     color: #595959;
   }
.theme-breadcrumbs-default .theme-breadcrumbs-item-title > a {
     color: #595959;
   }
.theme-breadcrumbs-default > li:after {
     color: rgba(89,89,89,0.8);
   }
.theme-breadcrumbs-top {
     margin-top: 0;
     margin-bottom: 30px;
   }
/*  --/BREADCRUMBS--  */
/*  --HERO AREA--  */
.theme-hero-area {
     position: relative;
     z-index: 1;
   }
.theme-hero-area-primary {
     z-index: 10;
   }
.theme-hero-area-sm {
     height: 36vh;
   }
.theme-hero-area-half {
     height: 50vh;
   }
.theme-hero-area-lg {
     height: 64vh;
   }
.theme-hero-area-xl {
     height: 80vh;
   }
.theme-hero-area-full {
     height: 100vh;
   }
.theme-hero-area-title {
     color: #fff;
     font-size: 125px;
     margin-top: 0;
     line-height: 1.15em;
     letter-spacing: -2px;
     text-shadow: 0px 10px 15px rgba(0,0,0,0.1);
     font-family: helvetica, Arial, sans-serif;
     font-weight: 100;
   }
.theme-hero-area-subtitle {
     font-size: 25px;
     color: #fff;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-hero-area-bg-wrap {
     position: absolute;
     height: 100%;
     width: 100%;
     overflow: hidden;
     z-index: 4;
   }
.theme-hero-area-bg,
   .theme-hero-area-bg-color,
   .theme-hero-area-mask,
   .theme-hero-area-inner-shadow,
   .theme-hero-area-grad-mask,
   .theme-hero-area-bg-parallax,
   .theme-hero-area-bg-pattern,
   .theme-hero-area-bg-video {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
   }
.theme-hero-area-bg-video {
     min-height: 100%;
     min-width: 100%;
     width: auto;
     height: auto;
     z-index: 2;
     top: 50%;
     left: 50%;
     transform: translate3d(-50%, -50%, 0);
     backface-visibility: hidden;
     -ms-perspective: 1000;
     perspective: 1000;
   }
@media (max-width: 992px) {
     .theme-hero-area-bg-video {
       display: none;
     }
   }
.theme-hero-area-bg-video-blur,
   .theme-hero-area-bg-video-blur-strong {
     transform: translate3d(-50%, -50%, 0) scale(1.2);
     filter: blur(8px);
   }
.theme-hero-area-bg-video-blur-strong {
     filter: blur(16px);
   }
.theme-hero-area-bg,
   .theme-hero-area-bg-parallax {
     background-size: cover;
     background-position: center center;
     z-index: 1;
     background-repeat: no-repeat;
   }
.theme-hero-area-bg-blur {
     transform: translateZ(0) scale(1.2);
     filter: blur(8px);
   }
.bg-fixed {
     background-attachment: fixed;
   }
.theme-hero-area-bg-color-dark {
     background: #333;
   }
.theme-hero-area-bg-pattern {
     background-repeat: repeat;
     z-index: 4;
   }
.theme-hero-area-bg-pattern[data-parallax="true"] {
     background-size: auto;
     background-position: unset;
   }
.theme-hero-area-bg-pattern-animate {
     width: 300%;
     height: 300%;
     right: 0;
     left: auto;
     animation: patternMove 600s linear infinite;
   }
.theme-hero-area-bg-pattern-half {
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-hero-area-bg-pattern-light {
     opacity: 0.3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     filter: alpha(opacity=30);
   }
.theme-hero-area-bg-pattern-mega-light {
     opacity: 0.15;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
     filter: alpha(opacity=15);
   }
.theme-hero-area-bg-pattern-ultra-light {
     opacity: 0.03;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
     filter: alpha(opacity=3);
   }
.theme-hero-area-bg-pattern-strong {
     opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
   }
.theme-hero-area-bg-pattern-bold {
     opacity: 0.9;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     filter: alpha(opacity=90);
   }
.theme-hero-area-grad-mask {
     background: linear-gradient(-45deg, #00587e, #0093d2);
     z-index: 3;
   }
.theme-hero-area-grad-mask-i {
     background: linear-gradient(-45deg, #b43600, #ff6c2d);
   }
.theme-hero-area-grad-mask-half {
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-hero-area-grad-mask-light {
     opacity: 0.3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     filter: alpha(opacity=30);
   }
.theme-hero-area-grad-mask-strong {
     opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
   }
.theme-hero-area-grad-mask-bold {
     opacity: 0.9;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     filter: alpha(opacity=90);
   }
.theme-hero-area-mask {
     background: #000;
     z-index: 2;
     opacity: 0.33;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
     filter: alpha(opacity=33);
   }
.theme-hero-area-mask-white {
     background: #fff;
   }
.theme-hero-area-mask-half {
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-hero-area-mask-strong {
     opacity: 0.46;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
     filter: alpha(opacity=66);
   }
.theme-hero-area-mask-bold {
     opacity: 0.8;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
     filter: alpha(opacity=80);
   }
.theme-hero-area-mask-black {
     opacity: 0.9;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     filter: alpha(opacity=90);
   }
.theme-hero-area-inner-shadow {
     z-index: 5;
     box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
   }
.theme-hero-area-inner-shadow-strong {
     opacity: 0.8;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
     filter: alpha(opacity=80);
   }
.theme-hero-area-inner-shadow-medium {
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-hero-area-inner-shadow-light {
     opacity: 0.3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     filter: alpha(opacity=30);
   }
.theme-hero-area-front-mask {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     z-index: 6;
     background: #fff;
   }
.theme-hero-area-front-mask-gray {
     background: #e6e6e6;
   }
.theme-hero-area-front-mask-color-inverse {
     background: #ff6c2d;
   }
.theme-hero-area-front-mask-color {
     background: #0093d2;
   }
.theme-hero-area-front-mask-right {
     left: auto;
     right: 0;
     box-shadow: -10px 0 20px rgba(0,0,0,0.2);
   }
.theme-hero-area-body {
     position: relative;
     z-index: 6;
     height: 100%;
   }
.theme-hero-area-body > .container {
     position: relative;
     height: 100%;
   }
.theme-hero-area-body-vert-center {
     position: absolute;
     top: 50%;
     height: auto;
     transform: translateY(-50%);
     width: 100%;
   }
.theme-hero-area-body-bottom {
     position: absolute;
     bottom: 0;
     top: auto;
     height: auto;
     width: 100%;
   }
.theme-hero-area-sm .theme-hero-area-slider-item {
     height: 36vh;
   }
.theme-hero-area-half .theme-hero-area-slider-item {
     height: 50vh;
   }
.theme-hero-area-lg .theme-hero-area-slider-item {
     height: 64vh;
   }
.theme-hero-area-xl .theme-hero-area-slider-item {
     height: 80vh;
   }
.theme-hero-area-full .theme-hero-area-slider-item {
     height: 100vh;
   }
.theme-hero-area-slider {
     position: relative;
     z-index: 3;
   }
.theme-hero-area-slider-item {
     position: relative;
     overflow: hidden;
   }
.theme-hero-area-slider-item-bg,
   .theme-hero-area-slider-item-mask {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
   }
.theme-hero-area-slider-item-bg {
     background-size: cover;
     background-position: center center;
     z-index: 1;
     background-repeat: no-repeat;
   }
.theme-hero-area-slider-item-mask {
     z-index: 2;
     background: #000;
     opacity: 0.66;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
     filter: alpha(opacity=66);
   }
.theme-hero-area-slider-item-caption {
     z-index: 3;
     position: relative;
     text-align: center;
     padding-top: 200px;
     color: #fff;
   }
.theme-hero-area-slider-item-title {
     text-transform: uppercase;
     font-size: 130px;
     letter-spacing: 10px;
     margin-top: 0;
     margin-bottom: 20px;
     text-shadow: 0 5px 15px rgba(0,0,0,0.2);
     line-height: 1em;
   }
.theme-hero-area-slider-item-subtitle {
     font-size: 19px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     display: table;
     width: 50%;
     margin: 0 auto;
     margin-bottom: 20px;
   }
@keyframes 'patternMove' {
     0% {
       transform: translate3d(0, -100%, 0);
     }
     100% {
       transform: translate3d(100%, 0, 0);
     }
   }
/*  --/HERO AREA--  */
/*  --HERO TEXT--  */
.theme-hero-text-center {
     text-align: center;
   }
.theme-hero-text-white {
     color: #fff;
   }
.theme-hero-text-title {
     font-size: 50px;
     margin-bottom: 30px;
     font-weight: 200;
     margin-top: 0;
     line-height: 1em;
     letter-spacing: 0;
   }
.theme-hero-text-title-lg {
     font-size: 60px;
     line-height: 1.15em;
   }
.theme-hero-text-title-xl {
     font-size: 100px;
     line-height: 1em;
     letter-spacing: 1px;
   }
@media (max-width: 992px) {
     .theme-hero-text-title-xl {
       font-size: 40px;
     }
   }
.theme-hero-text-title-xxl {
     font-size: 150px;
     line-height: 1em;
     letter-spacing: 1.5px;
   }
@media (max-width: 992px) {
     .theme-hero-text-title-xxl {
       font-size: 50px;
     }
   }
.theme-hero-text-title-sm {
     font-size: 30px;
   }
.theme-hero-text-mb {
     margin-bottom: 30px;
   }
.theme-hero-text-subtitle {
     font-size: 20px;
     margin-bottom: 0;
     opacity: 0.6;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
     filter: alpha(opacity=60);
     line-height: 1.6em;
   }
.theme-hero-text-subtitle-sm {
     font-size: 16px;
   }
.theme-hero-text-body {
     margin-top: 30px;
     font-size: 18px;
   }
.theme-hero-text-body > p {
     line-height: 1.5em;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-hero-text-video {
     box-shadow: 0 3px 10px rgba(0,0,0,0.3);
   }
.theme-hero-text-btn {
     margin-top: 30px;
     padding-left: 27px;
     padding-right: 27px;
   }
.theme-hero-text-btn.btn-primary-inverse {
     box-shadow: 0 5px 15px rgba(90,27,0,0.25);
   }
.theme-hero-text-btn.btn-primary {
     box-shadow: 0 5px 15px rgba(0,44,63,0.25);
   }
.theme-hero-text-sm .theme-hero-text-title {
     font-size: 43px;
     margin-bottom: 15px;
   }
.theme-hero-text-sm .theme-hero-text-subtitle {
     font-size: 20px;
     line-height: 1.6em;
   }
.theme-hero-text-xs .theme-hero-text-title {
     font-size: 30px;
     margin-bottom: 15px;
   }
.theme-hero-text-xs .theme-hero-text-subtitle {
     font-size: 17px;
     line-height: 1.4em;
   }
/*  --/HERO TEXT--  */
/*  --SEARCH AREA--  */
.theme-search-area {
     color: rgba(37, 42, 49, 0.73);
   }
@media (min-width: 992px) {
     .theme-search-area-stacked .theme-search-area-section-inner {
       border-right: none;
     }
   }
.theme-search-area-stacked .theme-search-area-section-curved .theme-search-area-section-inner {
     border-radius: 0;
   }
@media (max-width: 992px) {
     .theme-search-area-stacked .theme-search-area-section-curved .theme-search-area-section-inner {
       border-radius: 3px !important;
     }
   }
.theme-search-area-stacked .theme-search-area-section-curved.first .theme-search-area-section-inner {
     border-radius: 3px 0 0 3px;
   }
.theme-search-area-stacked .theme-search-area-submit-curved {
     border-radius: 0 3px 3px 0;
   }
@media (max-width: 992px) {
     .theme-search-area-stacked .theme-search-area-submit-curved {
       border-radius: 3px;
     }
   }
.theme-search-area-header {
     margin-bottom: 30px;
   }
.theme-search-area-header-sm {
     margin-bottom: 0;
   }
.theme-search-area-header-sm .theme-search-area-title {
     letter-spacing: 0;
     font-size: 18px;
   }
.theme-search-area-header-sm .theme-search-area-subtitle {
     margin-top: 2px;
     font-size: 12px;
   }
.theme-search-area-title {
     margin: 0;
     font-weight: 200;
   }
.theme-search-area-title-lg {
     font-size: 45px;
   }
.theme-search-area-title-sm {
     font-size: 27px;
     letter-spacing: 0.33px;
   }
.theme-search-area-subtitle {
     margin-top: 8px;
     margin-bottom: 0;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     font-size: 16px;
   }
.theme-search-area-subtitle-sm {
     font-size: 13px;
   }
.theme-search-area-title-line {
     padding-bottom: 15px;
     border-bottom: 1px solid #d9d9d9;
   }
.theme-search-area-vert .theme-search-area-section {
     margin-bottom: 20px;
   }
.theme-search-area-tabs-header {
     margin-bottom: 20px;
   }
.theme-search-area-tabs-title {
     margin-top: 0;
     line-height: 1em;
     margin-bottom: 0;
     font-size: 60px;
     font-weight: 300;
   }
.theme-search-area-tabs-title-lg {
     font-size: 80px;
   }
.theme-search-area-tabs-title-sm {
     font-size: 40px;
   }
.theme-search-area-tabs-title-xs {
     font-size: 30px;
     font-weight: 400;
   }
.theme-search-area-tabs-subtitle {
     font-size: 25px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-top: 10px;
     letter-spacing: 1px;
     margin-bottom: 0;
   }
.theme-search-area-tabs-subtitle-sm {
     font-size: 18px;
     letter-spacing: 0;
   }
.theme-search-area-section {
     position: relative;
   }
@media (max-width: 992px) {
     .theme-search-area-section {
       margin-bottom: 20px;
     }
   }
.theme-search-area-section-inner {
     position: relative;
     border: 1px solid #e4e5e5;
   }
.is-open .theme-search-area-section-inner {
       border: 3px solid #cf2264b8 !important;
   }
.theme-search-area-section-input {
     display: block;
     width: 100%;
     border: none !important;
     outline: none !important;
     height: 40px;
     padding-left: 42.30769230769231px;
     font-size: 16px;
     background: none;
   }
.theme-header-section-input {
    display: block;
    width: 100%;
    border: none !important;
    outline: none !important;
    height: 40px;
    padding-left: 10px;
    font-size: 16px;
    background: none;
}
@media (max-width: 992px) {
     .theme-search-area-section-input {
       line-height: 30px;
     }
   }
.theme-search-area-section-icon {
    position: absolute;
    top: 12px;
    left: 5px;
    width: 23px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 16px;
    opacity: 0.86;
   }
.theme-search-area-section-label {
     margin-bottom: 0px;
     line-height: 1em;
     font-size: 12px;
     display: block;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
     font-weight: normal;
   }
.theme-search-area-section-submit {
     margin-top: 26.5px;
     display: block;
     height: 57px;
     line-height: 57px;
     text-align: center;
     padding: 0;
     width: 100%;
     color: #fff;
     background: #ff6c2d;
     border: none;
     font-weight: bold;
     letter-spacing: 1px;
   }
.theme-search-area-section-sm .theme-search-area-section-input {
     height: 45px;
     font-size: 14px;
     padding-left: 37.5px;
   }
@media (max-width: 992px) {
     .theme-search-area-section-sm .theme-search-area-section-input {
       line-height: 45px;
     }
   }
.theme-search-area-section-sm .theme-search-area-section-icon {
     height: 40px;
     line-height: 40px;
     font-size: 15px;
     width: 34.61538461538461px;
   }
.theme-search-area-section-sm .theme-search-area-section-label {
     font-size: 12px;
     margin-bottom: 8px;
   }
.theme-search-area-section-sm.theme-search-area-section-line .theme-search-area-section-inner {
     border-width: 1px;
   }
.theme-search-area-section-curved .theme-search-area-section-inner {
     border-radius: 9px;
   }
.theme-search-area-section-curved .theme-search-area-section-input {
    border-radius: 9px;
    background: #f5f7f9;

   }
.theme-search-area-section-fade-white .theme-search-area-section-inner {
     background:#f5f7f9;
   }
.theme-search-area-section-fade-black .theme-search-area-section-inner {
     background: rgba(0,0,0,0.2);
   }
.theme-search-area-section-no-border .theme-search-area-section-inner {
     border: none;
   }
.theme-search-area-section-line .theme-search-area-section-inner {
    background-color:rgb(245, 247, 249);
    height: 44px;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.15s ease-in-out 0s;
   }
.theme-search-area-section-line .theme-search-area-section-icon {
     text-align: left;
     width: 30.555555555555554px;
   }
.theme-search-area-section-line .theme-search-area-section-input {
     padding-left: 7px;
   }
.theme-search-area-section-bg-white .theme-search-area-section-inner {
     background: #fff;
   }
.theme-search-area-section-bg-fade-white .theme-search-area-section-inner {
     background: rgba(255,255,255,0.65);
   }
.theme-search-area-section-mr {
     margin-right: 2px;
   }
.theme-search-area-section-border-primary .theme-search-area-section-inner {
     border-color: #0093d2;
   }
.theme-search-area-section-border-light .theme-search-area-section-inner {
     border-color: #e4e4e4;
   }
.theme-search-area-section-no-icon .theme-search-area-section-input {
     padding-left: 15px;
   }
@media (max-width: 768px){
   .theme-search-area-submit {
      width: 100%;
   }
  }
.theme-search-area-submit {
     display: block;
     height: 40px;
     line-height: 20px;
     text-align: center;
     color: #fff;
     background: #cf2264;
     border: none;
     font-weight: 600;
     font-size: 14px !important;
     letter-spacing: 1px;
     position: relative;
     padding: 10px 14px;
     border-radius: 2px;
     box-shadow: 1px 1px 3px rgba(0,0,0,.3);

   }
.theme-search-area-submit-sm {
     height: 47px;
     line-height: 47px;
     margin-top: 20px;
     font-size: 12px;
   }
.theme-search-area-submit-sm.theme-search-area-submit-no-border {
     height: 45px;
     line-height: 45px;
   }
.theme-search-area-submit-sm .theme-search-area-submit-icon {
     font-size: 1.3em;
   }
.theme-search-area-submit-white {
     background: #fff;
     color: #ff6c2d;
   }
.theme-search-area-submit-primary {
     background: #f39324;

   }
.theme-search-area-submit-primary.theme-search-area-submit-white {
     color: #0093d2;
     background: #fff;
   }
.theme-search-area-submit-no-border {
     height: 40px;
     line-height: 40px;
   }
.theme-search-area-submit-curved {
     border-radius: 3px;
   }
.theme-search-area-submit-icon {
     font-size: 2em;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     display: block;
   }
@media (max-width: 992px) {
     .theme-search-area-submit-icon {
       display: none;
     }
   }
.theme-search-area-submit-icon-sm {
     font-size: 1.5em;
   }
.theme-search-area-submit-glow {
     box-shadow: 0 2px 30px rgb(207 34 100 / 40%);
   }
.theme-search-area-submit-glow.theme-search-area-submit-primary {
     box-shadow: 0 2px 30px rgba(30,187,255,0.65);
   }
.theme-search-area-options {
     margin-top: 15px;
     display: table;
     height: 30px;
     overflow: hidden;
   }
@media (max-width: 992px) {
     .theme-search-area-options {
       margin-left: auto;
       margin-right: auto;
     }
     .theme-search-area-options .theme-search-area-options-list .btn:last-child {
       margin-right: 0;
     }
   }
.theme-search-area-options-dot-primary-inverse .theme-search-area-options-list .btn.active:before,
   .theme-search-area-options-dot-primary-inverse .theme-search-area-options-list .btn:focus:before,
   .theme-search-area-options-dot-primary-inverse .theme-search-area-options-list .btn:active:before {
     background: #ff6c2d;
     box-shadow: 0 0 0 1px #ff6c2d !important;
   }
.theme-search-area-options-dot-white .theme-search-area-options-list .btn.active:before,
   .theme-search-area-options-dot-white .theme-search-area-options-list .btn:focus:before,
   .theme-search-area-options-dot-white .theme-search-area-options-list .btn:active:before {
     background: #fff;
     box-shadow: 0 0 0 1px #fff !important;
   }
.theme-search-area-options-center {
     margin-left: auto;
     margin-right: auto;
   }
.theme-search-area-options-center .theme-search-area-options-list .btn:last-child {
     margin-right: 0;
   }
.theme-search-area-options-title {
     display: table;
     height: 30px;
     line-height: 30px;
     float: left;
     margin: 0;
     margin-right: 10px;
     font-weight: 400;
     font-size: 14px;
   }
.theme-search-area-options-list {
     margin-right: -5px;
   }
.theme-search-area-options-list .btn {
     color: #595959;
     letter-spacing: 0;
     font-size: 14px;
     font-weight: 400;
     margin-right: 5px;
     background: none;
     border: none;
     padding: 0 10px;
     padding-left: 15px;
     height: 30px;
     line-height: 30px;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
     outline: none !important;
     border-radius: 3px !important;
     position: relative;
     box-shadow: none !important;
   }
.theme-search-area-options-list .btn:before {
     content: '';
     position: absolute;
     border-radius: 50%;
     box-shadow: 0 0 0 1px #595959;
     width: 6px;
     height: 6px;
     top: 50%;
     margin-top: -3px;
     left: 3px;
     transition: 0.3s;
   }
.theme-search-area-options-list .btn.active,
   .theme-search-area-options-list .btn:focus,
   .theme-search-area-options-list .btn:active {
     color: #595959;
     opacity: 1;
     -ms-filter: none;
     filter: none;
     background: none;
   }
.theme-search-area-options-list .btn.active:before,
   .theme-search-area-options-list .btn:focus:before,
   .theme-search-area-options-list .btn:active:before {
     background: #0093d2;
     box-shadow: 0 0 0 1px #0093d2;
   }
.theme-search-area-white {
     color: #fff;
   }
.theme-search-area-white .theme-search-area-section-inner {
     border-color: rgba(255,255,255,0.5);
   }
.theme-search-area-white .theme-search-area-section-input::-moz-placeholder {
     color: #fff;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-search-area-white .theme-search-area-section-input::placeholder {
     color: #fff;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-search-area-white .theme-search-area-section-line .theme-search-area-section-inner {
     border-color: #fff;
   }
.theme-search-area-white .theme-search-area-options-list .btn,
   .theme-search-area-options-white .btn {
     color: #fff;
   }
.theme-search-area-white .theme-search-area-options-list .btn:before,
   .theme-search-area-options-white .btn:before {
     box-shadow: 0 0 0 1px #fff;
   }
.theme-search-area-white .theme-search-area-options-list .btn.active,
   .theme-search-area-options-white .btn.active,
   .theme-search-area-white .theme-search-area-options-list .btn:focus,
   .theme-search-area-options-white .btn:focus,
   .theme-search-area-white .theme-search-area-options-list .btn:active,
   .theme-search-area-options-white .btn:active {
     color: #fff;
   }
.theme-search-area-white .theme-search-area-options-list .btn.active:before,
   .theme-search-area-options-white .btn.active:before,
   .theme-search-area-white .theme-search-area-options-list .btn:focus:before,
   .theme-search-area-options-white .btn:focus:before,
   .theme-search-area-white .theme-search-area-options-list .btn:active:before,
   .theme-search-area-options-white .btn:active:before {
     box-shadow: 0 0 0 1px #0093d2;
   }
.theme-search-area-options-white .theme-search-area-options-title {
     color: #fff;
   }
.theme-search-area-white .theme-search-area-section-border-light .theme-search-area-section-inner {
     border-color: rgba(255,255,255,0.25);
   }
.theme-search-area-inline-white .theme-search-area-inline-title,
   .theme-search-area-inline-white .theme-search-area-inline-details,
   .theme-search-area-inline-white .theme-search-area-inline-link,
   .theme-search-area-inline-white .theme-search-area-inline-link:hover {
     color: #fff;
   }
.theme-search-area-inline-title {
     margin-top: 0;
     font-size: 20px;
   }
.theme-search-area-inline-link {
     color: #595959;
     text-decoration: none !important;
     outline: none !important;
   }
.theme-search-area-inline-link:hover {
     color: #505050;
   }
.theme-search-area-inline-link .fa {
     margin-right: 5px;
   }
.theme-page-404 {
     color: #fff;
   }
.theme-page-404-title {
     font-size: 270px;
     margin-top: 0;
     line-height: 1em;
     margin-bottom: 0;
     letter-spacing: 15px;
     text-shadow: 1px 3px 15px rgba(0,0,0,0.4);
     font-weight: 300;
   }
@media (max-width: 992px) {
     .theme-page-404-title {
       font-size: 10em;
     }
   }
.theme-page-404-subtitle {
     font-size: 33px;
     margin-bottom: 45px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
@media (max-width: 992px) {
     .theme-page-404-subtitle {
       font-size: 20px;
     }
   }
/*  --/404--  */
/*  --ABOUT US--  */
.theme-about-us > .theme-about-us-section:first-child {
     margin-top: 0;
     padding-top: 0;
     border: none;
   }
.theme-about-us-section {
     margin-top: 35px;
     padding-top: 35px;
     border-top: 3px solid #d9d9d9;
   }
.theme-about-us-section-title {
     font-size: 70px;
     line-height: 1em;
     margin-top: 0;
     margin-bottom: 0;
     font-weight: 300;
     transition: 0.3s;
   }
@media (max-width: 992px) {
     .theme-about-us-section-title {
       font-size: 30px;
       margin-bottom: 15px;
     }
   }
@media (min-width: 992px) {
     .is_stuck .theme-about-us-section-title {
       margin-top: 15px;
       opacity: 0.5;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       filter: alpha(opacity=50);
     }
   }
.theme-about-us-section-body {
     margin-bottom: -10px;
   }
.theme-about-us-section-body > p {
     font-size: 19px;
     line-height: 1.6em;
     margin-bottom: 20px;
   }
.theme-about-us-section-gallery {
     margin-bottom: 0;
   }
.theme-about-us-section-gallery-img {
     height: 160px;
     margin-bottom: 10px;
   }
.theme-about-us-section-gallery-img-lg {
     height: 600px;
   }
.theme-about-us-section-gallery-img-xl {
     height: 260px;
   }
.theme-about-us-section-team {
     margin-bottom: 10px;
   }
.theme-about-us-section-team-member {
     height: 272px;
     margin-bottom: 10px;
   }
.theme-about-us-section-team-member .banner-caption {
     position: absolute;
     left: 0;
     bottom: 30px;
   }
.theme-about-us-section-team-member-caption {
     padding: 12px;
     background: #fff;
     display: table;
     box-shadow: 2px 2px 7px rgba(0,0,0,0.25);
   }
.theme-about-us-section-team-member-name {
     font-weight: bold;
     margin-bottom: 5px;
   }
.theme-about-us-section-team-member-position {
     margin-bottom: 0;
     font-size: 13px;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
/*  --/ABOUT US--  */
/*  --CONTACT--  */
.theme-contact-map {
     height: 290px;
     width: 100%;
   }
.theme-contact-form-group .form-control {
     height: 50px;
     border-radius: 0;
     box-shadow: none;
     outline: none !important;
     border: 1px solid #d1d1d1;
     font-size: 17px;
     padding: 15px;
     margin-bottom: 20px;
   }
.theme-contact-form-group textarea.form-control {
     height: auto;
   }
.theme-contact-title {
     margin-top: 0;
     margin-bottom: 30px;
     color: #595959;
   }
.theme-contact-info {
     font-size: 16px;
     margin-top: 20px;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-contact-address {
     margin-bottom: 0;
     line-height: 33px;
   }
.theme-contact-info-list {
     list-style: none;
     margin: 0;
     padding: 0;
   }
.theme-contact-info-list > li {
     line-height: 33px;
   }
.theme-contact-info-list > li .fa {
     margin-right: 5px;
   }
.theme-contact-info-list > li > a {
     color: #fff;
   }
.theme-contact-info-list > li > a:hover {
     color: whtie;
   }
/*  --/CONTACT--  */
/*  --LOGIN--  */
.theme-login-white .theme-login-title {
     color: #fff;
   }
.theme-login-white .theme-login-subtitle {
     color: rgba(255,255,255,0.6);
   }
.theme-login-white .theme-login-terms {
     color: rgba(255,255,255,0.85);
   }
.theme-login-white .theme-login-terms a {
     color: #fff;
     font-weight: bold;
   }
.theme-login-header {
     padding: 0 30px;
     margin-bottom: 15px;
   }
.theme-login-title {
     margin-bottom: 0;
     margin-top: 0;
     color: #505050;
     line-height: 1em;
     font-weight: 300;
   }
.theme-login-subtitle {
     margin-top: 7px;
     margin-bottom: 0;
     color: #616161;
   }
.theme-login-box {
     background: #fff;
     box-shadow: 0 10px 45px rgba(0,0,0,0.15) , 0 2px 4px rgba(0,0,0,0.1);
     border-radius: 2px;
     overflow: hidden;
   }
.theme-login-box-inner {
     padding: 35px 30px;
     padding-bottom: 20px;
   }
.theme-login-box-alt {
     padding: 20px 30px;
     border-top: 1px solid #e6e6e6;
     background: #f9f9f9;
   }
.theme-login-box-alt p {
     margin-bottom: 0;
     font-size: 14px;
     color: #6a6a6a;
   }
.theme-login-terms {
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-top: 15px;
     font-size: 13px;
     margin-bottom: 0;
     padding: 0 30px;
     color: #727272;
   }
.theme-login-terms a {
     color: #595959;
     font-weight: bold;
   }
.theme-login-form {
     margin-bottom: 20px;
   }
.theme-login-form-group {
     margin-bottom: 20px;
   }
.theme-login-form-group .form-control {
     height: 50px;
     border-radius: 0;
     box-shadow: none;
     font-size: 16px;
     border-color: #dedede;
   }
/* .theme-login-form-group .form-control:focus {
     border-color: #0093d2;
   } */
.theme-login-form-group .help-block {
     font-size: 13px;
     margin-top: 10px;
   }
.theme-login-form-group .help-block > a {
     color: #7a7a7a;
   }
.theme-login-form-group .help-block > a:hover {
     color: #595959;
   }
.theme-login-social-login-facebook,
   .theme-login-social-login-google {
     display: block;
     padding: 10px 12px;
     color: #fff;
     overflow: hidden;
     border-radius: 3px;
     text-decoration: none !important;
     transition: 0.3s;
   }
@media (max-width: 992px) {
     .theme-login-social-login-facebook,
     .theme-login-social-login-google {
       padding: 13px 18px;
       text-align: center;
     }
   }
.theme-login-social-login-facebook:hover,
   .theme-login-social-login-google:hover {
     color: #fff;
   }
.theme-login-social-login-facebook .fa,
   .theme-login-social-login-google .fa {
     display: block;
     float: left;
     margin-right: 15px;
     font-size: 30px;
     text-shadow: 2px 3px 5px rgba(0,0,0,0.15);
   }
@media (max-width: 992px) {
     .theme-login-social-login-facebook .fa,
     .theme-login-social-login-google .fa {
       float: none;
       margin-bottom: 10px;
       margin-right: 0;
     }
   }
.theme-login-social-login-facebook span,
   .theme-login-social-login-google span {
     display: table;
     font-size: 12px;
     opacity: 0.9;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     filter: alpha(opacity=90);
   }
@media (max-width: 992px) {
     .theme-login-social-login-facebook span,
     .theme-login-social-login-google span {
       display: block;
     }
   }
.theme-login-social-login-facebook {
     background: #3b5998;
   }
.theme-login-social-login-facebook:hover {
     background: #324c81;
   }
.theme-login-social-login-google {
     background: #db4437;
   }
.theme-login-social-login-google:hover {
     background: #c53024;
   }
.theme-login-social-separator {
     margin-bottom: 20px;
     position: relative;
   }
.theme-login-social-separator:before {
     content: '';
     height: 1px;
     width: 100%;
     position: absolute;
     left: 0;
     top: 50%;
     background: #000;
     z-index: 1;
     opacity: 0.17;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=17)";
     filter: alpha(opacity=17);
   }
.theme-login-social-separator > p {
     display: table;
     margin: 0 auto;
     background: #fff;
     position: relative;
     z-index: 2;
     padding: 0 7px;
     color: #8c8c8c;
     font-size: 14px;
   }
.theme-login-pwd-reset-text {
     margin-bottom: 20px;
     font-size: 16px;
     line-height: 1.6em;
     color: #727272;
   }
.theme-login-pwd-reset-back {
     margin-top: 20px;
     display: block;
     color: #616161;
     font-size: 14px;
   }
.theme-login-pwd-reset-back:hover {
     color: #4c4c4c;
   }
.theme-login-checkbox .icheck {
     top: 3px;
     width: 16px;
     height: 16px;
     border: 1px solid #666;
     background: none;
   }
.theme-login-checkbox .icheck.checked {
     background: #0093d2;
     border-color: #0093d2;
   }
.theme-login-checkbox .icheck:after {
     display: none;
   }
.theme-login-checkbox .icheck:before {
     height: 16px;
     line-height: 14px;
   }
.theme-login-checkbox .icheck-title {
     font-weight: normal;
     font-size: 15px;
   }
.theme-login-checkbox .icheck-sub-title {
     font-size: 13px;
   }
/*  --/LOGIN--  */
/*  --PAYMENT--  */
.theme-payment-success-header {
     text-align: center;
     padding: 0 30px;
     margin-bottom: 20px;
   }
.theme-payment-success-title {
     font-size: 32px;
     line-height: 1em;
     margin-top: 0;
     margin-bottom: 5px;
     font-weight: 500;
   }
.theme-payment-success-subtitle {
     margin-bottom: 0;
     color: #8c8c8c;
   }
.theme-payment-success-header-icon {
     font-size: 70px;
     display: block;
     line-height: 1em;
     margin-bottom: 15px;
     color: #20a710;
     /* text-shadow: 2px 5px 10px rgba(210,63,0,0.3); */
   }
.theme-payment-success-box {
     background: #fff;
     padding: 35px 30px;
     border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgb(19 41 104 / 63%);
   }
.theme-payment-success-summary {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 13px;
   }
.theme-payment-success-summary > li {
     padding-bottom: 10px;
     margin-bottom: 10px;
     border-bottom: 1px dashed #d9d9d9;
     position: relative;
     color: #808080;
   }
.theme-payment-success-summary > li > span {
     color: #4d4d4d;
     position: absolute;
     top: 0;
     right: 0;
     font-weight: bold;
   }
.theme-payment-success-check-order {
     font-size: 12px;
     margin-top: 30px;
     margin-bottom: 0;
     color: #999;
   }
.theme-payment-success-actions {
     list-style: none;
     margin: 0 auto;
     margin-top: 20px;
     padding: 0;
     overflow: hidden;
     display: table;
   }
.theme-payment-success-actions > li {
     float: left;
     margin-right: 30px;
   }
.theme-payment-success-actions > li:last-child {
     margin-right: 0;
   }
.theme-payment-success-actions > li > a {
     display: block;
     text-decoration: none !important;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     color: #595959;
     transition: 0.3s;
   }
.theme-payment-success-actions > li > a:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-payment-success-actions > li .fa {
     float: left;
     margin-right: 10px;
     font-size: 30px;
     display: block;
     line-height: 1em;
   }
.theme-payment-success-actions > li p {
     display: table;
     margin-bottom: 0;
     font-size: 12px;
     line-height: 1.15em;
     position: relative;
     top: 3px;
   }
/*  --/PAYMENT--  */
/*  --LOADING--  */
.theme-loading {
     color: #fff;
   }
.theme-loading-spinner > div {
     margin: 0 auto;
   }
.theme-loading-body {
     text-align: center;
   }
.theme-loading-title {
     font-size: 60px;
     margin: 30px 0;
     font-weight: 300;
   }
@media (max-width: 992px) {
     .theme-loading-title {
       font-size: 30px;
     }
   }
.theme-loading-subtitle {
     font-size: 30px;
     margin-bottom: 0;
     line-height: 1.2em;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
@media (max-width: 992px) {
     .theme-loading-subtitle {
       font-size: 20px;
     }
   }
/*  --/LOADING--  */
/*  --ELEMENTS--  */
html,
   body {
     overflow-x: hidden;
   }
.theme-reviews-more {
     color: #595959;
     font-size: 13px;
     font-weight: 700;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     transition: 0.3s;
   }
.theme-reviews-more:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
     text-decoration: none;
     color: #595959;
   }
.theme-reviews-list-scored {
     margin-top: 50px;
   }
.theme-reviews-item {
     margin-bottom: 20px;
   }
.theme-reviews-item-body {
     padding-bottom: 20px;
     border-bottom: 1px solid #f2f2f2;
   }
.theme-reviews-item-date {
     font-size: 11px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-bottom: 4px;
   }
.theme-reviews-item-author {
     font-size: 11px;
   }
.theme-reviews-item-avatar {
     width: 60px;
     display: block;
     margin-bottom: 15px;
     border-radius: 50%;
   }
.theme-reviews-item-text {
     font-size: 14px;
     line-height: 1.65em;
     margin-bottom: 0;
     color: #616161;
   }
.theme-reviews-rating-bar {
     height: 4px;
     background: #ccc;
     margin-top: 7px;
     width: 140px;
     margin-bottom: 15px;
   }
.theme-reviews-rating-bar > div {
     height: 100%;
     background: #0093d2;
   }
.theme-reviews-rating-num {
     font-weight: 700;
     font-size: 20px;
     margin-bottom: 1px;
     line-height: 1em;
   }
.theme-reviews-rating-title {
     margin-left: 5px;
     font-size: 11px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     line-height: 1em;
   }
.theme-reviews-rating-stars {
     list-style: none;
     padding: 0;
     margin: 0;
     margin-right: 3px;
     margin-bottom: 3px;
     font-size: 12px;
   }
.theme-reviews-rating-stars > li {
     display: inline-block;
     margin-right: 2px;
     color: #ff6c2d;
   }
.theme-reviews-score-hor {
     margin-bottom: 10px;
   }
.theme-reviews-score-hor .theme-reviews-score-list {
     margin-top: 40px;
   }
.is_stuck .theme-reviews-score {
     margin-top: 10px;
     transition: 0.3s;
   }
.theme-reviews-score-header {
     margin-bottom: 10px;
     text-align: center;
   }
.theme-reviews-score-title {
     margin-top: 0;
     margin-bottom: 3px;
     letter-spacing: 0;
     font-size: 15px;
   }
.theme-reviews-score-subtitle {
     font-size: 13px;
     color: #727272;
     margin-bottom: 0;
   }
.theme-reviews-score-total {
     width: 100%;
     padding-top: 100%;
     background: #666;
     position: relative;
     border-radius: 10px;
     margin-bottom: 30px;
   }
.theme-reviews-score-total > p {
     color: #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 70px;
     font-family: 'Roboto', helvetica, Arial, sans-serif;
   }
.theme-reviews-score-list {
     margin-top: 20px;
   }
.theme-reviews-score-item {
     margin-bottom: 20px;
   }
.theme-reviews-score-item-header {
     position: relative;
     margin-bottom: 5px;
   }
.theme-reviews-score-item-title {
     margin: 0;
     font-size: 14px;
   }
.theme-reviews-score-item-num {
     font-size: 13px;
     position: absolute;
     top: 0;
     right: 0;
     font-weight: bold;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-reviews-score-item-bar {
     height: 6px;
     position: relative;
     background-color: #e6e6e6;
   }
.theme-reviews-score-item-bar > div {
     position: absolute;
     height: 100%;
     display: block;
     background-color: #ff6c2d;
     top: 0;
     left: 0;
   }
@media (min-width: 768px)
{
.bHTikb {
    position: fixed;
    top: 0px;
    left: 0px;
}
}
.bHTikb {
    width: 100%;
    /* position: relative; */
    height: 64px;
    background-color: rgb(255, 255, 255);
    color: rgb(37, 42, 49);
    box-shadow: rgba(37, 42, 49, 0.16) 0px 0px 2px 0px, rgba(37, 42, 49, 0.12) 0px 2px 4px 0px;
    font-size: 12px;
    font-weight: 500;
    box-sizing: border-box;
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    padding: 0px 10px;
}
.theme-tab-slider > img {
     display: none;
   }
.theme-tab-slider > img.active {
     display: block;
   }
.theme-mobile-app-section {
     position: relative;
   }
@media (min-width: 992px) {
     .theme-mobile-app-section {
       height: 59vh;
     }
   }
.theme-mobile-app-img {
     padding-top: 40px;
     position: absolute;
     bottom: 0;
     left: 0;
     display: block;
     max-height: 100%;
     max-width: 100%;
   }
@media (max-width: 992px) {
     .theme-mobile-app-img {
       display: none;
     }
   }
.theme-mobile-app-body {
     color: #333;
   }
@media (min-width: 992px) {
     .theme-mobile-app-body {
       width: 100%;
       top: 50%;
       position: absolute;
       left: 0;
       transform: translateY(-50%);
     }
   }
@media (max-width: 992px) {
     .theme-mobile-app-body {
       padding: 50px 0;
     }
   }
.theme-mobile-app-header {
     margin-bottom: 30px;
   }
.theme-mobile-app-title {
     font-size: 30px;
     margin-top: 0;
     margin-bottom: 10px;
     font-weight: 300;
     color: #fff;
     font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
   }
.theme-mobile-app-subtitle {
     font-size: 15px;
     line-height: 1.6em;
     opacity: 0.8;
     filter: alpha(opacity=80);
     margin-bottom: 0;
     color: #fff;
     font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
   }
.theme-mobile-app-btn-list {
     list-style: none;
     margin: 0;
     padding: 0;
   }
.theme-mobile-app-btn-list > li {
     display: inline-block;
     margin-right: 15px;
   }
.theme-mobile-app-btn-list > li:last-child {
     margin-right: 0;
   }
@media (max-width: 992px) {
     .theme-mobile-app-btn-list > li {
       margin-bottom: 10px;
     }
     .theme-mobile-app-btn-list > li:last-child {
       margin-bottom: 0;
     }
   }
.theme-mobile-app-logo {
     width: 30px;
     display: block;
     float: left;
     margin-right: 17px;
     height: 40px;
     position: relative;
   }
.theme-mobile-app-logo > img {
     position: absolute;
     width: 100%;
     display: block;
     top: 50%;
     transform: translateY(-50%);
   }
.theme-mobile-app-btn {
     text-align: left;
     padding: 12px 17px;
     border: none;
     background: #2b2b2b;
     border-radius: 5px;
     box-shadow: 0 2px 7px rgba(0,0,0,0.1);
   }
.theme-mobile-app-btn > span {
     display: table;
     margin-top: 3px;
     font-weight: normal;
     color: rgba(255,255,255,0.8);
   }
.theme-mobile-app-btn > span > span {
     font-weight: bold;
     color: #fff;
   }
.theme-inline-slider .owl-prev,
   .theme-inline-slider .owl-next {
     color: #666;
   }
.theme-inline-slider .owl-prev {
     left: -45px;
   }
.theme-inline-slider .owl-next {
     right: -45px;
   }
.theme-inline-slider-item {
     padding-left: 15px;
     padding-right: 15px;
   }
.row[data-gutter="10"] .theme-inline-slider-item {
     padding-left: 5px;
     padding-right: 5px;
   }
.row[data-gutter="20"] .theme-inline-slider-item {
     padding-left: 10px;
     padding-right: 10px;
   }
.row[data-gutter="0"] .theme-inline-slider-item {
     padding-left: 0;
     padding-right: 0;
   }
.theme-inline-slider-nav-white .owl-prev,
   .theme-inline-slider-nav-white .owl-next {
     color: #fff;
   }
.theme-abs-logo {
     position: absolute;
     z-index: 6;
     top: 30px;
     left: 50%;
     transform: translateX(-50%);
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     transition: 0.3s;
   }
.theme-abs-logo:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-abs-logo > img {
     max-height: 60px;
     max-width: 140px;
   }
.theme-social-list {
     list-style: none;
     margin: 0;
     padding: 0;
     position: absolute;
     z-index: 6;
     bottom: 30px;
     width: 100%;
     text-align: center;
   }
.theme-social-list > li {
     display: inline-block;
     margin: 0 10px;
   }
.theme-social-list > li > .fa {
     display: block;
     height: 35px;
     width: 35px;
     line-height: 35px;
     background: rgba(255,255,255,0.1);
     border-radius: 50%;
     color: #fff;
     text-decoration: none !important;
     transition: 0.3s;
     text-shadow: 1px 2px 5px rgba(0,0,0,0.35);
   }
.theme-social-list > li > .fa:hover {
     background: #0093d2;
   }
.theme-search-results-map-layout-btn {
     display: block;
     background: #f7f7f7;
     text-align: center;
     padding: 18px 0;
     text-transform: uppercase;
     font-weight: bold;
     color: #7a7a7a;
     text-decoration: none !important;
     font-size: 11px;
     letter-spacing: 0.5px;
     line-height: 1em;
     transition: 0.3s;
   }
.theme-search-results-map-layout-btn:active,
   .theme-search-results-map-layout-btn:focus {
     color: #7a7a7a;
   }
.theme-search-results-map-layout-btn:hover {
     background: #0093d2;
     color: #fff;
   }
.theme-search-results-map-layout-block {
     overflow-y: scroll;
     box-shadow: 0 0 30px rgba(0,0,0,0.2);
     position: relative;
     z-index: 5;
   }
.theme-search-results-map-layout-block .theme-search-results-item {
     border-left: none;
     border-right: none;
   }
.theme-search-results-map-layout-block .theme-search-results-sort {
     padding: 10px 15px;
     margin: 0;
     border: none;
     background: #f7f7f7;
   }
.theme-search-results-map-layout-block .theme-search-results-sort-alt > a {
     font-weight: bold;
   }
.theme-search-results-sort {
     padding: 10px 20px;
     margin-bottom: 10px;
     z-index: 15;
     border-radius: 2px;
     border: 1px solid #d9d9d9;
     background: #fff;
   }
.theme-search-results-sort-title {
     font-size: 13px;
     margin: 0;
     margin-right: 14px;
     float: left;
     font-weight: 400;
     letter-spacing: 0;
     color: #4c4c4c;
   }
.theme-search-results-sort-list {
     float: left;
     list-style: none;
     margin: 0;
     padding: 0;
   }
.theme-search-results-sort-list > li {
     float: left;
     border-left: 1px solid #f2f2f2;
   }
.theme-search-results-sort-list > li:last-child {
     border-right: 1px solid #f2f2f2;
   }
.theme-search-results-sort-list > li > a {
     padding: 0 17px;
     display: block;
     font-size: 13px;
     color: #737373;
     margin-bottom: 2px;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-search-results-sort-list > li > a > span {
     display: block;
     opacity: 0.45;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
     filter: alpha(opacity=45);
     font-size: 9px;
   }
.theme-search-results-sort-list > li > a:hover {
     color: #262626;
     text-decoration: none;
   }
.theme-search-results-sort-list > li.active > a,
   .theme-search-results-sort-list > li.active > a:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
     color: #0093d2;
   }
.theme-search-results-sort-list > li.active > a > span,
   .theme-search-results-sort-list > li.active > a:hover > span {
     color: #404040;
     font-weight: 400;
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-search-results-sort-alt {
     float: right;
     font-size: 13px;
   }
.theme-search-results-sort-alt > a {
     color: #595959;
     text-decoration: none !important;
   }
.theme-search-results-sort-alt > a .caret {
     margin-top: -1px;
     opacity: 0.55;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
     filter: alpha(opacity=55);
   }
.theme-search-results-sort-alt .dropdown-menu {
     left: auto;
     right: -21px;
     top: 25px;
     border-radius: 0;
     border: none;
     min-width: 0;
     box-shadow: 0 1px 20px rgba(0,0,0,0.15);
   }
.theme-search-results-sort-alt .dropdown-menu > li > a {
     font-size: 12px;
     color: #8c8c8c;
     padding: 7px 20px;
   }
.theme-search-results-sort-alt .dropdown-menu > li > a:hover {
     background: none;
     color: #666;
   }
.theme-search-results-sort-select {
     position: relative;
     margin-bottom: 20px;
   }
.theme-search-results-sort-select:after {
     content: '\f107';
     font-family: 'FontAwesome';
     position: absolute;
     top: 50%;
     right: 15px;
     transform: translateY(-50%);
   }
.theme-search-results-sort-select > select {
     width: 100%;
     display: block;
     background: #fff;
     padding: 15px;
     border: 1px solid #b3b3b3;
     outline: none !important;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
   }
.theme-search-results-sign-in {
         padding: 15px 20px;
         position: relative;
         background: #cf2264cf;
         margin-bottom: 10px;
         border-radius: 8px;
         box-shadow: 0 2px 5px 0 rgb(19 41 104 / 63%);
   }
.theme-search-results-sign-in-title {
     margin: 0;
     line-height: 1em;
     font-weight: 400;
     font-size: 12px;
     color: #fff;
     padding-left: 37px;
   }
.theme-search-results-sign-in-btn {
     position: absolute;
     display: block;
     top: 14px;
     right: 20px;
     font-size: 11px;
     padding: 7px 10px;
     text-transform: uppercase;
   }
.theme-search-results-sign-in-icon {
     height: 25px;
     width: 25px;
     line-height: 25px;
     display: block;
     color: #fff;
     text-align: center;
     font-size: 12px;
     position: absolute;
     top: 22px;
     left: 20px;
   }
.theme-search-results-item {
     border-bottom: 1px solid #e6e6e6;
     margin-bottom: -1px;
     transition: 0.3s;
     z-index: 1;
     position: relative;
     background: #fff;
   }
.theme-search-results-item.active .theme-search-results-item-extend {
     display: block;
   }
.theme-search-results-item.active,
   .theme-search-results-item:hover {
     box-shadow: 0 2px 20px rgba(0,0,0,0.07);
   }
.theme-search-results-item.active {
     border-color: #bababa;
     z-index: 2;
   }
.theme-search-results-item-rounded {
     border-radius: 3px;
   }
.theme-search-results-item-rounded .theme-search-results-item-img-wrap {
     border-radius: 3px;
     overflow: hidden;
   }
.theme-search-results-item-rounded .theme-search-results-item-tabs {
     border-radius: 3px;
   }
.theme-search-results-item-preview {
     padding: 23px 20px;
     position: relative;
   }
.theme-search-results-item-mask-link {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     display: block;
     z-index: 5;
   }
.theme-search-results-item-discount-label {
     position: absolute;
     top: 7px;
     left: -3px;
     padding: 7px;
     line-height: 1em;
     font-weight: 600;
     font-size: 12px;
     background: #0093d2;
     color: #fff;
     box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
   }
.theme-search-results-item-title,
   .theme-search-results-item-title-sm {
     font-weight: 400;
     margin-top: 0;
     letter-spacing: 0;
     font-size: 18px;
     margin-bottom: 7px;
     line-height: 1.3em;
     color: #000;
   }
.theme-search-results-item-title-sm {
     font-size: 16px;
   }
.theme-search-results-item-desc {
     font-size: 12px;
     color: #8c8c8c;
     margin-bottom: 0;
   }
.theme-search-results-item-location {
     font-size: 13px;
     margin-bottom: 7px;
   }
.theme-search-results-item-location .fa {
     margin-right: 3px;
   }
.theme-search-results-item-book {
     position: relative;
     height: 100%;
   }
.theme-search-results-item-bs {
     box-shadow: 0 3px 5px rgba(0,0,0,0.1);
   }
.theme-search-results-item-bs:hover {
     box-shadow: 0 10px 20px rgba(0,0,0,0.15);
   }
.theme-search-results-item-lift:hover {
     transform: translateY(-2px);
   }
.theme-search-results-item-category {
     font-size: 10px;
     text-transform: uppercase;
     color: #737373;
     margin-bottom: 10px;
     line-height: 1em;
     letter-spacing: 0.5px;
   }
.theme-search-results-item-full {
     border: none;
   }
.theme-search-results-item-full.active {
     border-color: #bababa;
   }
.theme-search-results-item-full.active .theme-search-results-item-body {
     background: #fafafa;
   }
.theme-search-results-item-full .theme-search-results-item-preview {
     padding: 0;
   }
.theme-search-results-item-full .theme-search-results-item-tabs {
     margin-top: 15px;
   }
.theme-search-results-item-full .theme-search-results-item-title {
     height: 46px;
     overflow: hidden;
     margin-bottom: 20px;
   }
.theme-search-results-item-img-full {
     height: 100%;
   }
.theme-search-results-item-body {
     padding: 25px 23px;
     transition: 0.2s;
   }
.theme-search-results-item-sm {
     padding: 15px;
   }
.theme-search-results-item-sm .theme-search-results-item-title {
     font-size: 13px;
     line-height: 1.3em;
     margin-bottom: 4px;
   }
.theme-search-results-item-sm .theme-search-results-item-hotel-rating {
     font-size: 10px;
     margin-bottom: 0;
   }
.theme-search-results-item-sm .theme-search-results-item-hotel-stars > li {
     font-size: 6px;
     margin-right: 1.5px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-search-results-item-sm .theme-search-results-item-price {
     text-align: left;
     margin-bottom: 0;
     line-height: 1em;
   }
.theme-search-results-item-sm .theme-search-results-item-price-tag {
     display: inline;
     font-size: 11px;
     margin-right: 3px;
   }
.theme-search-results-item-sm .theme-search-results-item-price-sign {
     display: inline;
     font-size: 10px;
   }
.theme-search-results-item-sm .theme-search-results-item-car-company-logo {
     max-width: 40px;
   }
.theme-search-results-item-sm .theme-search-results-item-rating {
     font-size: 10px;
     margin-bottom: 3px;
     margin-top: 2px;
   }
.theme-search-results-item-sm .theme-search-results-item-rating .theme-search-results-item-stars > li {
     font-size: 10px;
     margin-right: 2px;
   }
.theme-search-results-item-sm .theme-search-results-item-rating .theme-search-results-item-stars > li.active {
     color: #4d4d4d;
   }
.theme-search-results-item-rating {
     font-size: 10px;
     margin-bottom: 0;
     margin-top: 2px;
   }
.theme-search-results-item-rating .theme-search-results-item-stars > li {
     font-size: 10px;
     margin-right: 2px;
   }
.theme-search-results-item-rating .theme-search-results-item-stars > li.active {
     color: #4d4d4d;
   }
.theme-search-results-item-rating .theme-search-results-item-car-company-logo {
     max-width: 30px;
     margin-bottom: 5px;
   }
.theme-search-results-item-stars {
     list-style: none;
     margin: 0;
     padding: 0;
     float: left;
     margin-right: 10px;
   }
.theme-search-results-item-stars > li {
     display: inline-block;
     margin-right: 3px;
     font-size: 11px;
     color: #ccc;
   }
.theme-search-results-item-stars > li.active {
     color: #595959;
   }
.theme-search-results-item-rating-sm {
     font-size: 11px;
     margin-bottom: 7px;
     overflow: hidden;
   }
.theme-search-results-item-rating-sm .theme-search-results-item-stars {
     margin-right: 4px;
   }
.theme-search-results-item-rating-sm .theme-search-results-item-stars > li.active {
     color: #0093d2;
   }
.theme-search-results-item-rating {
     font-size: 11px;
     margin-bottom: 7px;
     overflow: hidden;
   }
.theme-search-results-item-rating-title {
     margin-bottom: 0;
     font-weight: bold;
   }
.theme-search-results-item-rating-stars {
     list-style: none;
     margin: 0;
     margin-right: 4px;
     padding: 0;
     float: left;
   }
.theme-search-results-item-rating-stars > li {
     display: inline-block;
     margin-right: 3px;
     font-size: 11px;
     color: #ccc;
   }
.theme-search-results-item-rating-stars > li.active {
     color: #0093d2;
   }
.theme-search-results-item-rating-sm-title {
     margin-bottom: 0;
     font-weight: bold;
   }
.theme-search-results-item-bookmark {
     position: relative;
     z-index: 15;
     color: #8c8c8c;
     text-align: center;
     margin-top: 10px;
     display: block;
     transition: 0.2s;
   }
.theme-search-results-item-bookmark:hover {
     text-decoration: none;
     color: #0093d2;
   }
.theme-search-results-item-bookmark:active,
   .theme-search-results-item-bookmark:focus {
     text-decoration: none;
     color: #8c8c8c;
   }
.theme-search-results-item-bookmark .fa {
     margin-right: 5px;
     font-size: 15px;
   }
.theme-search-results-item-bookmark span {
     font-size: 10px;
     position: relative;
     top: -1.5px;
   }
.theme-search-results-item-bookmark.active {
     color: #0093d2;
     text-decoration: none;
   }
.theme-search-results-item-bookmark-bottom {
     position: absolute;
     bottom: 0;
     width: 100%;
   }
.theme-search-results-item-bookmark-top {
     position: absolute;
     margin-top: 0;
     top: 0px;
     left: 5px;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
   }
.theme-search-results-item-bookmark-top:hover {
     color: #ff6c2d;
   }
.theme-search-results-item-bookmark-top .fa {
     font-size: 15px;
   }
.theme-search-results-item-bookmark-top span {
     opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
     top: -1px;
     font-size: 10px;
   }
.theme-search-results-item-bookmark-top.active {
     color: #ff6c2d;
     top: -6px;
     opacity: 1;
     -ms-filter: none;
     filter: none;
     text-shadow: 0 1px 2px rgba(0,0,0,0.2);
   }
.theme-search-results-item-bookmark-top.active span {
     display: none;
   }
.theme-search-results-item:hover .theme-search-results-item-bookmark-top {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-search-results-item-bookmark-footer {
     padding: 15px 27px;
     border-top: 1px solid #ededed;
     background: #fafafa;
     font-size: 11px;
   }
.theme-search-results-item-bookmark-footer-title {
     margin-bottom: 0;
     color: #727272;
   }
.theme-search-results-item-bookmark-footer-title > b {
     color: #595959;
   }
.theme-search-results-item-bookmark-actions {
     list-style: none;
     margin: 0;
     padding: 0;
     text-align: right;
   }
.theme-search-results-item-bookmark-actions > li {
     display: inline-block;
     margin-left: 15px;
   }
.theme-search-results-item-bookmark-actions > li > a {
     text-decoration: none !important;
     color: #595959;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     transition: 0.3s;
   }
.theme-search-results-item-bookmark-actions > li > a:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-search-results-item-bookmark-actions > li > a > .fa {
     margin-right: 5px;
   }
.theme-search-results-item-extend {
     position: relative;
   }
.theme-search-results-item-extend-inner {
     padding: 23px 27px;
     padding-top: 30px;
   }
.theme-search-results-item-extend-close {
     position: absolute;
     top: 0;
     right: 0;
     text-align: center;
     display: block;
     padding: 0 23px;
     color: #595959;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     font-family: Arial, Baskrville, monospace;
   }
.theme-search-results-item-extend-close:hover {
     text-decoration: none;
     color: #595959;
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-search-results-item-img {
     width: 100%;
   }
.theme-search-results-item-img-wrap {
     position: relative;
   }
.theme-search-results-item-img-wrap-inner {
     position: relative;
     margin: 10px 20px;
   }
.theme-search-results-item-img-wrap-inner > img {
     position: absolute;
     max-width: 100%;
     max-height: 100%;
     top: 50%;
     left: 50%;
     transform: translate3d(-50%, -50%, 0);
     width: auto;
   }
.theme-search-results-item-price {
     text-align: center;
     margin-bottom: 10px;
   }
.theme-search-results-item-price-tag {
     font-family: 'Roboto', helvetica, Arial, sans-serif;
     font-size: 22px;
     margin-bottom: 0;
     line-height: 1em;
   }
.theme-search-results-item-price-sign {
     font-size: 10px;
     color: #b3b3b3;
     margin-bottom: 0;
     margin-top: 2px;
   }
.theme-search-results-item-price-btn {
     padding: 7px 0;
     border-radius: 2px;
     font-weight: 700;
     font-size: 11px;
     position: relative;
     z-index: 10;
   }
.theme-search-results-item-grid {
     border: none;
     overflow: hidden;
   }
.theme-search-results-item-grid .theme-search-results-item-title {
     font-size: 13px;
     height: 34px;
     overflow: hidden;
     margin-bottom: 0;
     font-weight: bold;
   }
.theme-search-results-item-grid .theme-search-results-item-hotel-rating {
     font-size: 11px;
     margin-bottom: 0;
   }
.theme-search-results-item-grid .theme-search-results-item-hotel-rating b {
     font-size: 13px;
   }
.theme-search-results-item-grid .theme-search-results-item-price {
     margin-bottom: 0;
     text-align: right;
   }
.theme-search-results-item-grid .theme-search-results-item-price-body {
     text-align: center;
   }
.theme-search-results-item-grid .theme-search-results-item-location {
     margin-bottom: 0;
     font-size: 11px;
     color: #8c8c8c;
   }
.theme-search-results-item-grid .theme-search-results-item-price-tag {
     font-size: 15px;
     line-height: 1em;
     font-weight: normal;
   }
.theme-search-results-item-grid .theme-search-results-item-price-sign {
     font-size: 9px;
   }
.theme-search-results-item-grid .theme-search-results-item-hotel-stars {
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-bottom: 2px;
   }
.theme-search-results-item-grid .theme-search-results-item-car-location {
     margin-top: 0;
   }
.theme-search-results-item-grid .theme-search-results-item-stars {
     float: none;
     margin-right: 0;
   }
.theme-search-results-item-grid .theme-search-results-item-room-feature-list {
     font-size: 12px;
   }
.theme-search-results-item-grid .theme-search-results-item-room-feature-list > li {
     margin-right: 0;
     display: block;
     margin-bottom: 1px;
   }
.theme-search-results-item-grid .theme-search-results-item-room-feature-list > li:last-child {
     margin-bottom: 0;
   }
.theme-search-results-item-grid .theme-search-results-item-room-feature-list > li:after {
     display: none;
   }
.theme-search-results-item-grid .theme-search-results-item-room-feature-list-icon {
     display: inline-block;
     width: 13px;
     margin-right: 5px;
   }
.theme-search-results-item-grid-caption {
     margin-top: 7px;
     padding-top: 12px;
     border-top: 1px solid #ededed;
   }
.theme-search-results-item-grid-caption .theme-search-results-item-rating {
     margin: 0;
   }
.theme-search-results-item-grid-caption .theme-search-results-item-rating-title {
     font-weight: normal;
   }
.theme-search-results-item-grid-caption .theme-search-results-item-rating-stars {
     float: none;
     margin-right: 0;
     margin-bottom: 1px;
   }
.theme-search-results-item-grid-caption .theme-search-results-item-rating-stars > li {
     font-size: 10px;
   }
.theme-search-results-item-grid-img {
     height: 18vh;
   }
.theme-search-results-item-grid-body {
     padding: 5px 20px 20px 20px;
   }
.theme-search-results-item-grid-body-car {
     padding-top: 0;
   }
.theme-search-results-item-grid-body-car .theme-search-results-item-title {
     padding-right: 60px;
     position: relative;
   }
.theme-search-results-item-grid-body-car .theme-search-results-item-car-company-logo {
     position: absolute;
     right: 0;
     top: 2px;
     max-width: 50px;
     max-height: 100%;
   }
.theme-search-results-item-grid-header-logo {
     position: relative;
   }
.theme-search-results-item-grid-header-logo .theme-search-results-item-title {
     padding-right: 60px;
     position: relative;
   }
.theme-search-results-item-grid-header-logo .theme-search-results-item-car-company-logo {
     position: absolute;
     right: 0;
     top: 0;
     max-width: 50px;
     max-height: 100%;
   }
.theme-search-results-item-grid-car-img-wrap {
     height: 18vh;
     position: relative;
     margin: 0 20px;
   }
.theme-search-results-item-grid-car-img-wrap > img {
     position: absolute;
     max-width: 100%;
     max-height: 100%;
     top: 50%;
     transform: translateY(-50%);
   }
.theme-search-results-item-grid-exp-time {
     font-size: 12px;
     margin-bottom: 7px;
   }
.theme-search-results-item-grid-inline {
     background: none;
   }
.theme-search-results-item-grid-inline:hover {
     box-shadow: none;
   }
.theme-search-results-item-grid-inline:hover .theme-search-results-item-grid-body-car .theme-search-results-item-car-company-logo {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-grid-img {
     border-radius: 2px;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-grid-body {
     margin-top: 15px;
     padding: 0;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-title {
     height: auto;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-grid-caption {
     border: none;
     padding: 0;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-stars {
     float: left;
     margin-right: 4px;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-grid-car-img-wrap {
     margin: 0 10px;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-grid-body-car .theme-search-results-item-car-feature-list {
     margin-top: 5px;
   }
.theme-search-results-item-grid-inline .theme-search-results-item-grid-body-car .theme-search-results-item-car-company-logo {
     opacity: 0.33;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
     filter: alpha(opacity=33);
     transition: 0.3s;
     right: 10px;
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .banner-caption {
     padding-top: 120px;
     background: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.7));
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-title {
     color: #fff;
     height: auto;
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-hotel-stars {
     color: #fff;
     opacity: 0.86;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
     filter: alpha(opacity=86);
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-grid-caption {
     border-color: rgba(255,255,255,0.3);
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-hotel-rating {
     color: rgba(255,255,255,0.4);
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-hotel-rating-title {
     color: #fff;
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-hotel-rating-title > b {
     color: #0093d2;
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-price-tag {
     color: #fff;
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-rating-stars > li {
     color: #fff;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-search-results-item-grid .theme-search-results-item-grid-body-full .theme-search-results-item-rating-stars > li.active {
     color: #1ebbff;
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-search-results-item-tabs {
     background: #fff;
   }
.theme-search-results-item-tabs .nav-tabs {
     padding: 0 20px;
     border-color: #f0f0f0;
   }
.theme-search-results-item-tabs .nav-tabs > li {
     margin: 0 10px;
   }
.theme-search-results-item-tabs .nav-tabs > li:first-child {
     margin-left: 0;
   }
.theme-search-results-item-tabs .nav-tabs > li:last-child {
     margin-right: 0;
   }
.theme-search-results-item-tabs .nav-tabs > li > a {
     border: none !important;
     outline: none !important;
     background: none !important;
     font-size: 13px;
     color: #595959;
     padding: 0;
     padding-bottom: 7px;
     display: block;
     position: relative;
   }
.theme-search-results-item-tabs .nav-tabs > li.active > a {
     background: none;
     color: #0093d2;
   }
.theme-search-results-item-tabs .nav-tabs > li.active > a:after {
     content: '';
     position: absolute;
     bottom: -1px;
     left: 0;
     width: 100%;
     height: 2px;
     background: #0093d2;
   }
.theme-search-results-item-tabs .tab-content {
     padding: 20px 20px;
   }
.theme-search-results-item-tabs-gallery {
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     margin-right: -5px;
     margin-bottom: -5px;
   }
.theme-search-results-item-tabs-gallery > li {
     float: left;
     width: 25%;
   }
.theme-search-results-item-tabs-gallery > li > a {
     display: block;
     padding-right: 5px;
     padding-bottom: 5px;
   }
.theme-search-results-item-tabs-gallery > li > a > img {
     width: 100%;
   }
.theme-search-results-item-tabs-details-desc {
     font-size: 13px;
     line-height: 1.6em;
     margin-bottom: 20px;
   }
.theme-search-results-item-tabs-details-table {
     width: 100%;
     font-size: 13px;
   }
.theme-search-results-item-tabs-details-table th {
     height: 16px;
     line-height: 16px;
     font-weight: 400;
     padding-bottom: 10px;
     padding-right: 10px;
   }
.theme-search-results-item-tabs-details-table-title {
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-search-results-item-tabs-details-table-value {
     width: 50%;
     height: 16px;
   }
.theme-search-results-item-tabs-details-table-value-bar {
     background: #e6e6e6;
     width: 100%;
     height: 10px;
     margin-top: 3px;
   }
.theme-search-results-item-tabs-details-table-value-bar > div {
     height: 100%;
     background: #0093d2;
   }
.theme-search-results-item-tabs-map {
     border: 1px solid #ccc;
   }
.theme-search-results-item-tabs-map-title {
     margin-top: 0;
     font-size: 16px;
   }
.theme-search-results-item-tabs-map-phone {
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     font-size: 14px;
     margin-bottom: 30px;
   }
.theme-search-results-item-tabs-map-rates {
     list-style: none;
     margin: 0;
     padding: 0;
     margin-bottom: -20px;
   }
.theme-search-results-item-tabs-map-rates > li {
     margin-bottom: 20px;
   }
.theme-search-results-item-tabs-map-rates-icon {
     float: left;
     width: 35px;
     height: 35px;
     line-height: 35px;
     text-align: center;
     background: #e6e6e6;
     color: #0093d2;
     border-radius: 50%;
     margin-right: 10px;
   }
.theme-search-results-item-tabs-map-rates-title {
     font-weight: 400;
     margin-top: 0;
     margin-bottom: 2px;
   }
.theme-search-results-item-tabs-map-rates-sign {
     margin-bottom: 0;
     font-size: 11px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-search-results-item-tabs-similar-item {
     position: relative;
     background: #fff;
     z-index: 1;
     border: 1px solid #d9d9d9;
     transition: 0.3s;
   }
.theme-search-results-item-tabs-similar-item:hover {
     box-shadow: 0 1px 10px rgba(0,0,0,0.15);
   }
.theme-search-results-item-tabs-similar-item-link {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     display: block;
     z-index: 2;
   }
.theme-search-results-item-tabs-similar-item-img {
     width: 100%;
   }
.theme-search-results-item-tabs-similar-item-caption {
     padding: 10px 15px;
   }
.theme-search-results-item-tabs-similar-item-price {
     margin-bottom: 0;
     font-weight: 700;
     font-size: 17px;
   }
.theme-search-results-item-tabs-similar-item-title {
     margin-top: 0;
     margin-bottom: 10px;
     font-size: 12px;
     font-weight: 400;
     height: 27px;
     overflow: hidden;
   }
.theme-search-results-item-tabs-similar-item-book {
     font-size: 11px;
   }
.theme-search-results-item-tabs-similar-item-stars {
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     margin-bottom: 8px;
   }
.theme-search-results-item-tabs-similar-item-stars > li {
     float: left;
     margin-right: 3px;
     font-size: 10px;
     opacity: 0.33;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
     filter: alpha(opacity=33);
   }
.theme-search-results-item-tabs-similar-item-stars > li.active {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-search-results-item-flight-airline-title {
     font-family: helvetica, Arial, sans-serif;
     font-size: 11px;
     margin-top: 0;
     font-weight: 400;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     margin-bottom: 15px;
   }
.theme-search-results-item-flight-airline-logo {
     display: block;
     width: 100%;
   }
.theme-search-results-item-flight-sections .theme-search-results-item-flight-section {
     margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px dashed #e6e6e6;
   }
@media (min-width: 992px) {
     .theme-search-results-item-flight-sections .theme-search-results-item-flight-section:last-child {
       margin-bottom: 0;
       padding-bottom: 0;
       border: none;
     }
   }
.theme-search-results-item-flight-section-airline-logo-wrap {
     position: relative;
     height: 100%;
   }
.theme-search-results-item-flight-section-airline-logo {
     display: block;
     max-width: 67%;
     max-height: 50px;
     top: 50%;
     left: 50%;
     position: absolute;
     transform: translate3d(-50%, -50%, 0);
   }
@media (max-width: 992px) {
     .theme-search-results-item-flight-section-airline-logo {
       position: relative;
       width: 50px;
       max-height: none;
       margin-right: auto;
       margin-left: auto;
       margin-bottom: 20px;
       top: 0;
       left: 0;
       transform: translate3d(0, 0, 0);
     }
   }
@media (max-width: 992px) {
     .theme-search-results-item-flight-section-meta {
       display: table;
       margin: 0 auto;
       margin-bottom: 20px;
     }
     .theme-search-results-item-flight-section-meta > p {
       display: inline-block;
       margin: 0 7px;
     }
   }
.theme-search-results-item-flight-section-item {
     padding: 0 15px;
   }
.theme-search-results-item-flight-section-airline-title {
     font-family: helvetica, Arial, sans-serif;
     font-size: 10px;
     font-weight: 400;
     opacity: 0.4;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
     filter: alpha(opacity=40);
     margin-bottom: 0;
     margin-top: 15px;
   }
@media (max-width: 992px) {
     .theme-search-results-item-flight-section-airline-title {
       text-align: center;
       margin-top: 10px;
       font-size: 12px;
       opacity: 0.65;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
       filter: alpha(opacity=65);
     }
   }
.theme-search-results-item-flight-section-meta-time {
     font-size: 17px;
     font-weight: 700;
     margin-bottom: 6px;
     line-height: 1em;
     text-transform: uppercase;
   }
.theme-search-results-item-flight-section-meta-time > span {
     font-weight: 400;
     font-size: 10px;
     margin-left: 2px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     line-height: 1em;
   }
.theme-search-results-item-flight-section-meta-city {
     font-size: 13px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-bottom: 2px;
   }
.theme-search-results-item-flight-section-meta-date {
     font-size: 10px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-bottom: 0;
   }
.theme-search-results-item-flight-section-path {
     position: relative;
     height: 60px;
     margin: 0 5px;
   }
@media (max-width: 992px) {
     .theme-search-results-item-flight-section-path {
       margin-bottom: 20px;
     }
   }
.theme-search-results-item-flight-section-path-line {
     position: absolute;
     top: 30px;
     left: 0;
     width: 100%;
     height: 2px;
     background: #dedede;
   }
.theme-search-results-item-flight-section-path-icon {
     margin-bottom: 9px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     backface-visibility: hidden;
   }
.theme-search-results-item-flight-section-path-line-start,
   .theme-search-results-item-flight-section-path-line-end,
   .theme-search-results-item-flight-section-path-line-middle,
   .theme-search-results-item-flight-section-path-line-middle-1,
   .theme-search-results-item-flight-section-path-line-middle-2 {
     position: absolute;
     left: -15px;
     text-align: center;
     width: 30px;
   }
.theme-search-results-item-flight-section-path-line-end {
     right: -15px;
     left: auto;
   }
.theme-search-results-item-flight-section-path-line-end .theme-search-results-item-flight-section-path-icon {
     transform: rotate(90deg);
   }
.theme-search-results-item-flight-section-path-line-middle,
   .theme-search-results-item-flight-section-path-line-middle-1,
   .theme-search-results-item-flight-section-path-line-middle-2 {
     left: 50%;
     transform: translateX(-50%);
   }
.theme-search-results-item-flight-section-path-line-middle .theme-search-results-item-flight-section-path-line-dot,
   .theme-search-results-item-flight-section-path-line-middle-1 .theme-search-results-item-flight-section-path-line-dot,
   .theme-search-results-item-flight-section-path-line-middle-2 .theme-search-results-item-flight-section-path-line-dot {
     background: #999;
   }
.theme-search-results-item-flight-section-path-line-middle .theme-search-results-item-flight-section-path-icon,
   .theme-search-results-item-flight-section-path-line-middle-1 .theme-search-results-item-flight-section-path-icon,
   .theme-search-results-item-flight-section-path-line-middle-2 .theme-search-results-item-flight-section-path-icon {
     visibility: hidden;
   }
.theme-search-results-item-flight-section-path-line-middle-1 {
     left: 33%;
     transform: traslateX(-33%);
   }
.theme-search-results-item-flight-section-path-line-middle-2 {
     left: 66%;
     transfrom: translateX(-66%);
   }
.theme-search-results-item-flight-section-path-line-dot {
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background-color: #0093d2;
     margin-bottom: 10px;
     margin-left: 10px;
     box-shadow: 0 0 0 2px #fff;
   }
.theme-search-results-item-flight-section-path-line-title {
     font-size: 9px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-search-results-item-flight-section-path-fly-time {
     text-align: center;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
   }
.theme-search-results-item-flight-section-path-fly-time > p {
     font-size: 12px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-search-results-item-flight-section-path-stops-count {
     position: absolute;
     width: 100%;
     text-align: center;
     top: 13px;
     font-size: 9px;
     opacity: 0.3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     filter: alpha(opacity=30);
   }
.theme-search-results-item-flight-detail-items .theme-search-results-item-flight-details {
     margin-bottom: 30px;
   }
.theme-search-results-item-flight-detail-items .theme-search-results-item-flight-details:last-child {
     margin-bottom: 0;
   }
@media (max-width: 992px) {
     .theme-search-results-item-flight-details-info {
       margin-bottom: 15px;
     }
   }
.theme-search-results-item-flight-details-info-title {
     text-transform: uppercase;
     letter-spacing: 1.5px;
     font-size: 10px;
     color: #999;
     margin-top: 0;
     margin-bottom: 7px;
   }
.theme-search-results-item-flight-details-info-date {
     font-weight: bold;
     font-size: 16px;
     margin-bottom: 3px;
     line-height: 1em;
   }
.theme-search-results-item-flight-details-info-cities {
     font-size: 10px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-bottom: 10px;
   }
.theme-search-results-item-flight-details-info-fly-time {
     font-size: 16px;
     opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
     margin-bottom: 0;
   }
.theme-search-results-item-flight-details-info-stops {
     font-size: 12px;
     margin-bottom: 0;
     opacity: 0.4;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
     filter: alpha(opacity=40);
   }
.theme-search-results-item-flight-details-schedule-list {
     list-style: none;
     margin: 0;
     padding-left: 30px;
     position: relative;
   }
.theme-search-results-item-flight-details-schedule-list:before {
     content: '';
     width: 2px;
     height: 100%;
     background-color: #d9d9d9;
     top: 0;
     left: 0;
     position: absolute;
   }
.theme-search-results-item-flight-details-schedule-list > li {
     margin-bottom: 30px;
     position: relative;
   }
.theme-search-results-item-flight-details-schedule-list > li:last-child {
     margin-bottom: 0;
   }
.theme-search-results-item-flight-details-schedule-icon {
     position: absolute;
     top: 16px;
     left: -42px;
     width: 26px;
     height: 26px;
     line-height: 26px;
     text-align: center;
     background-color: #fff;
     box-shadow: 0 0 0 1px #d9d9d9;
     color: #0093d2;
     border-radius: 50%;
     display: block;
     font-size: 12px;
   }
.theme-search-results-item-flight-details-schedule-icon.fa-plane {
     transform: rotate(-45deg);
   }
.theme-search-results-item-flight-details-schedule-icon.fa-plane:before {
     backface-visibility: hidden;
     position: relative;
     top: 1px;
     margin-left: -1px;
   }
.theme-search-results-item-flight-details-schedule-dots {
     position: absolute;
     top: 29px;
     left: 0;
     width: 100%;
     border-top: 2px dotted #000;
     opacity: 0.1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
     filter: alpha(opacity=10);
   }
.theme-search-results-item-flight-details-schedule-date {
     font-size: 10px;
     margin-bottom: 7px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-search-results-item-flight-details-schedule-time {
     font-size: 16px;
     margin-bottom: 7px;
     line-height: 1em;
     font-family: 'Roboto', helvetica, Arial, sans-serif;
     background: #fff;
     position: relative;
     display: table;
     z-index: 2;
     padding-right: 10px;
   }
.theme-search-results-item-flight-details-schedule-time-item {
     font-weight: bold;
     text-transform: uppercase;
   }
.theme-search-results-item-flight-details-schedule-time-item > span {
     font-weight: normal;
     font-size: 10px;
     margin-left: 1.5px;
   }
.theme-search-results-item-flight-details-schedule-time-separator {
     padding: 0 6px;
     opacity: 0.3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
     filter: alpha(opacity=30);
   }
.theme-search-results-item-flight-details-schedule-fly-time {
     position: absolute;
     top: 20px;
     right: 0;
     font-size: 12px;
     color: #999;
     background-color: #fff;
     padding-left: 10px;
     z-index: 2;
   }
.theme-search-results-item-flight-details-schedule-transfer {
     font-size: 12px;
     margin-bottom: 2px;
     opacity: 0.8;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
     filter: alpha(opacity=80);
   }
.theme-search-results-item-flight-details-list-body {
     position: relative;
   }
.theme-search-results-item-flight-details-schedule-destination {
     margin-bottom: 10px;
     overflow: hidden;
   }
.theme-search-results-item-flight-details-schedule-destination-item,
   .theme-search-results-item-flight-details-schedule-destination-separator {
     float: left;
   }
.theme-search-results-item-flight-details-schedule-destination-separator {
     margin: 0 10px;
   }
.theme-search-results-item-flight-details-schedule-destination-separator > span {
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     display: block;
     line-height: 1em;
   }
.theme-search-results-item-flight-details-schedule-destination-title {
     font-size: 12px;
     margin-bottom: 0;
   }
.theme-search-results-item-flight-details-schedule-destination-city {
     font-size: 10px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     margin-bottom: 0;
   }
.theme-search-results-item-flight-details-schedule-features {
     font-size: 12px;
     list-style: none;
     padding: 0;
     margin: 0;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-search-results-item-flight-details-schedule-features > li {
     display: inline-block;
     margin-right: 10px;
   }
.theme-search-results-item-flight-payment-airline {
     margin-bottom: 5px;
     font-size: 12px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-search-results-item-flight-payment-info {
     font-size: 14px;
     margin-bottom: 15px;
   }
.theme-search-results-item-flight-payment-dates {
     list-style: none;
     margin: 0;
     padding: 0;
     margin-bottom: 15px;
     font-size: 14px;
   }
.theme-search-results-item-flight-payment-details-link {
     text-transform: uppercase;
     text-decoration: none !important;
     font-size: 12px;
   }
.theme-search-results-item-hotel-feature-list {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 12px;
     color: #6a6a6a;
   }
.theme-search-results-item-hotel-feature-list > li {
     margin-bottom: 4px;
     hieght: 17px;
     line-height: 17px;
     color: #0093d2;
   }
.theme-search-results-item-hotel-feature-list > li:last-child {
     margin-bottom: 0;
   }
.theme-search-results-item-hotel-feature-list > li > span {
     display: inline-block;
     font-weight: 700;
     width: 13px;
     text-align: center;
     background: #0093d2;
     color: #fff;
     text-shadow: 0 1px 1px rgba(0,0,0,0.15);
     border-radius: 50%;
     height: 13px;
     line-height: 14px;
     font-size: 8px;
     position: relative;
     top: -2px;
     margin-right: 4px;
   }
.theme-search-results-item-hotel-features {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 12px;
     color: #6a6a6a;
   }
.theme-search-results-item-hotel-features > li {
     margin-bottom: 4px;
     hieght: 17px;
     line-height: 17px;
     color: #ff6c2d;
   }
.theme-search-results-item-hotel-features > li:last-child {
     margin-bottom: 0;
   }
.theme-search-results-item-hotel-features > li > span {
     display: inline-block;
     font-weight: 700;
     width: 13px;
     text-align: center;
     background: #ff6c2d;
     color: #fff;
     text-shadow: 0 1px 1px rgba(0,0,0,0.15);
     border-radius: 50%;
     height: 13px;
     line-height: 14px;
     font-size: 8px;
     position: relative;
     top: -2px;
     margin-right: 4px;
   }
.theme-search-results-item-hotel-book-count {
     font-size: 11px;
     margin-bottom: 12px;
     color: #7a7a7a;
   }
.theme-search-results-item-hotel-rating {
     overflow: hidden;
     font-size: 13px;
     margin-bottom: 7px;
   }
.theme-search-results-item-hotel-rating-title {
     margin-bottom: 0;
   }
.theme-search-results-item-hotel-rating-title > b {
     color: #0093d2;
   }
.theme-search-results-item-hotel-stars {
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     margin-bottom: 1px;
   }
.theme-search-results-item-hotel-stars > li {
     float: left;
     font-size: 8px;
     opacity: 0.8;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
     filter: alpha(opacity=80);
     margin-right: 3px;
   }
.theme-search-results-item-full .theme-search-results-item-hotel-book-count {
     margin-bottom: 0;
   }
.theme-search-results-item-hotel-room-features,
   .theme-search-results-item-hotel-room-options {
     list-style: none;
     margin: 0;
     padding: 0;
     margin-top: 10px;
     font-size: 14px;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-search-results-item-hotel-room-features > li,
   .theme-search-results-item-hotel-room-options > li {
     margin-bottom: 5px;
   }
.theme-search-results-item-hotel-room-features > li:last-child,
   .theme-search-results-item-hotel-room-options > li:last-child {
     margin-bottom: 0;
   }
@media (max-width: 992px) {
     .theme-search-results-item-hotel-room-options {
       margin-bottom: 15px;
     }
   }
.theme-search-results-item-hotel-room-features > li > .fa {
     text-align: center;
     margin-right: 7px;
     width: 20px;
     display: inline-block;
   }
.theme-search-results-item-room-feature-list {
     list-style: none;
     padding: 0;
     font-size: 13px;
     margin-bottom: 7px;
   }
.theme-search-results-item-room-feature-list > li {
     display: inline-block;
     margin-right: 15px;
     position: relative;
   }
.theme-search-results-item-room-feature-list > li:after {
     content: '';
     width: 2px;
     height: 2px;
     background: #000;
     position: absolute;
     top: 50%;
     right: -7.5px;
     margin-top: -1px;
     opacity: 0.4;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
     filter: alpha(opacity=40);
   }
.theme-search-results-item-room-feature-list > li:last-child {
     margin-right: 0;
   }
.theme-search-results-item-room-feature-list > li:last-child:after {
     display: none;
   }
.theme-search-results-item-room-feature-list-icon {
     margin-right: 3px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     font-size: 11px;
     position: relative;
     top: -1px;
   }
.theme-search-results-item-car-feature-list {
     list-style: none;
     margin: 0 auto;
     display: table;
     margin-top: 10px;
     padding: 0;
   }
.theme-search-results-item-car-feature-list > li {
     display: inline-block;
     margin-right: 14px;
     text-align: center;
   }
.theme-search-results-item-car-feature-list > li:last-child {
     margin-right: 0;
   }
.theme-search-results-item-car-feature-list > li .fa {
     display: block;
     font-size: 19px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     margin-bottom: 2px;
   }
.theme-search-results-item-car-feature-list > li span {
     font-size: 9px;
     display: block;
   }
.theme-search-results-item-car-location {
     overflow: hidden;
     margin-top: 15px;
   }
.theme-search-results-item-car-location-icon {
     display: block;
     float: left;
     font-size: 27px;
     margin-right: 10px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-search-results-item-car-location-body {
     display: table;
   }
.theme-search-results-item-car-location-title {
     font-size: 12px;
     line-height: 1em;
     margin-bottom: 4px;
   }
.theme-search-results-item-car-location-subtitle {
     font-size: 11px;
     line-height: 1em;
     margin-bottom: 0;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-search-results-item-car-company {
     margin-bottom: 5px;
   }
.theme-search-results-item-car-company-title {
     font-size: 11px;
     margin-bottom: 4px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-search-results-item-car-company-logo {
     max-height: 20px;
     max-width: 60px;
   }
.theme-search-results-item-car-list {
     list-style: none;
     margin: 0;
     padding: 0;
     margin-bottom: 15px;
     font-size: 14px;
   }
.theme-search-results-item-car-list > li {
     margin-bottom: 3px;
   }
.theme-search-results-item-car-list > li .fa {
     margin-right: 5px;
     color: #0093d2;
   }
.theme-search-results-item-exp-time {
     font-size: 13px;
     margin-bottom: 7px;
   }
.theme-search-results-mobile-filters {
     position: fixed;
     bottom: 0;
     width: 100%;
     left: 0;
     z-index: 99;
     transition: 0.5s;
     transform: translateY(100%);
   }
.theme-search-results-mobile-filters.active {
     transform: translateY(0);
   }
@media (min-width: 992px) {
     .theme-search-results-mobile-filters {
       display: none;
     }
   }
.theme-search-results-mobile-filters-btn {
     box-shadow: 0 -3px 10px rgba(0,0,0,0.2);
     background: #0093d2;
     color: #fff !important;
     outline: none !important;
     text-decoration: none !important;
     display: block;
     text-align: center;
     padding: 15px;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     margin: 0 15px;
     font-size: 14px;
   }
.theme-search-results-mobile-filters-btn .fa {
     margin-right: 7px;
   }
.theme-search-results-sidebar-map-view {
     position: relative;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     color: #fff;
     padding: 17px 25px;
     border-radius: 2px;
     overflow: hidden;
     margin-bottom: 30px;
   }
.theme-search-results-sidebar-map-view:hover .theme-search-results-sidebar-map-view-mask {
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-search-results-sidebar-map-view-primary .theme-search-results-sidebar-map-view-mask {
     background: #0093d2;
   }
.theme-search-results-sidebar-map-view-body {
     position: relative;
     z-index: 2;
     display: table;
     margin: 0 auto;
   }
.theme-search-results-sidebar-map-view-mask {
     z-index: 1;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     background: #404040;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     box-shadow: inset 0 0 30px rgba(0,0,0,0.1);
     transform: translateZ(0);
     transition: 0.2s;
   }
.theme-search-results-sidebar-map-view-icon {
     display: block;
     margin-right: 10px;
     font-size: 18px;
     text-shadow: 0 1px 2px rgba(0,0,0,0.1);
     float: left;
   }
.theme-search-results-sidebar-map-view-sign {
     display: table;
     margin-bottom: 0;
     font-size: 11px;
     letter-spacing: 1.5px;
     text-transform: uppercase;
     font-weight: bold;
     position: relative;
     top: 2px;
   }
.theme-search-results-sidebar-map-view-link {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 3;
     top: 0;
     left: 0;
     display: block;
   }
.theme-search-results-sidebar-section {
     margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px solid;
     border-color: #d9d9d9;
   }
.theme-search-results-sidebar-section-title {
     margin-top: 0;
     font-size: 13px;
     margin-bottom: 15px;
     letter-spacing: 0.33px;
     color: #555;
   }
.theme-search-results-sidebar-section-checkbox-list-items {
     margin: 0;
   }
.theme-search-results-sidebar-section-checkbox-list-item {
     margin: 0;
     padding-bottom: 8px;
   }
.theme-search-results-sidebar-section-checkbox-list-item label {
     font-size: 14px;
     color: #6a6a6a;
   }
.theme-search-results-sidebar-section-checkbox-list-item label .icheck {
     margin-bottom: -10px;
     width: 18px;
     height: 18px;
     margin-right: 10px;
   }
.theme-search-results-sidebar-section-checkbox-list-item label .icheck:before {
     height: 18px;
     line-height: 16px;
   }
.theme-search-results-sidebar-section-checkbox-list-item + .theme-search-results-sidebar-section-checkbox-list-item {
     margin: 0;
   }
.theme-search-results-sidebar-section-checkbox-list-items .theme-search-results-sidebar-section-checkbox-list-item:last-child {
     padding-bottom: 0;
   }
.theme-search-results-sidebar-section-checkbox-list-amount {
     position: absolute;
     top: 0;
     right: 0;
     height: 22px;
     line-height: 22px;
     display: block;
     font-size: 11px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-search-results-sidebar-section-checkbox-list-items-expand {
     padding-top: 8px;
   }
.theme-search-results-sidebar-section-checkbox-list-expand-link {
     font-size: 11px;
     text-transform: uppercase;
     margin-top: 15px;
     display: block;
     text-decoration: none !important;
     position: relative;
     color: #595959 !important;
   }
.theme-search-results-sidebar-section-checkbox-list-expand-link .fa {
     font-size: 15px;
     position: absolute;
     right: 0;
     transition: 0.3s;
     transform: rotate(0deg);
   }
.theme-search-results-sidebar-section-checkbox-list-expand-link[aria-expanded="true"] .fa {
     transform: rotate(180deg);
   }
.theme-search-results-sidebar-section-price .irs {
     height: 47px;
     margin-top: -3px;
   }
.theme-search-results-sidebar-section-price .irs-line,
   .theme-search-results-sidebar-section-price .irs-bar {
     height: 5px;
     transition: 0.15s;
   }
.theme-search-results-sidebar-section-price .irs-line {
     border: none;
     background: #c7c7c7;
   }
.theme-search-results-sidebar-section-price .irs-slider {
     height: 20px;
     width: 20px;
     border-radius: 50%;
     border: none;
     background: #fff;
     box-shadow: 0 1px 5px rgba(0,0,0,0.35);
     transition: 0.15s;
   }
.theme-search-results-sidebar-section-price .irs-from,
   .theme-search-results-sidebar-section-price .irs-to,
   .theme-search-results-sidebar-section-price .irs-single {
     background: none;
     color: #595959;
     font-size: 13px;
     top: 3px;
     padding: 0;
   }
.theme-search-results-sidebar-section-price .irs-from {
     margin-left: 4px;
   }
.theme-search-results-sidebar-section-price .irs-to {
     margin-left: -4px;
   }
.theme-search-results-sidebar-section-price .irs-min,
   .theme-search-results-sidebar-section-price .irs-max {
     font-size: 12px;
     padding: 0;
     background: none;
     top: 4px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
.theme-search-results-sidebar-section-price .irs-slider.state_hover,
   .theme-search-results-sidebar-section-price .irs-slider:hover {
     box-shadow: 0 0 0 2px #0093d2;
   }
.theme-search-results-sidebar-section-search {
     position: relative;
     overflow: hidden;
   }
.theme-search-results-sidebar-section-search-input {
     outline: none !important;
     padding-left: 10px;
     padding-right: 50px;
     display: block;
     width: 100%;
     height: 40px;
     line-height: 40px;
     border: 1px solid #ccc;
     font-size: 14px;
     border-radius: 3px 0 0 3px;
   }
.theme-search-results-sidebar-section-search-input:focus {
     border-color: #0093d2;
   }
.theme-search-results-sidebar-section-search-btn {
     height: 40px;
     width: 40px;
     line-height: 40px;
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     background: #0093d2;
     color: #fff;
     text-align: center;
     font-size: 11px;
     border-radius: 0 3px 3px 0;
   }
.theme-search-results-sidebar-section-search-btn:hover {
     text-decoration: none;
     color: #fff;
   }
.theme-search-results-sidebar-sections-white-wrap {
     padding: 20px 0px 20px 40px;
     background: #fff;
   }
.theme-search-results-sidebar-sections-no-white-wrap {
    padding: 20px 0px 20px 5px;
  }
.theme-search-results-sidebar-sections-white-wrap .theme-search-results-sidebar-section:last-child {
     margin-bottom: 0;
     padding-bottom: 0;
     border-bottom: none;
   }
.theme-search-results-sidebar-sections-white .theme-search-results-sidebar-section {
     border-color: rgba(255,255,255,0.2);
   }
.theme-search-results-sidebar-sections-white .theme-search-results-sidebar-section-checkbox-list-amount {
     color: #fff;
   }
.theme-search-results-sidebar-sections-white .theme-search-results-sidebar-section-title {
     color: #fff;
   }
.theme-search-results-sidebar-sections-white .icheck {
     border-color: rgba(255,255,255,0.55);
   }
.theme-search-results-sidebar-sections-white .icheck.checked {
     border-color: #0093d2;
   }
.theme-search-results-sidebar-sections-white .icheck-title {
     color: rgba(255,255,255,0.85);
   }
.theme-search-results-sidebar-sections-white .icheck-sub-title {
     color: #fff;
   }
.theme-search-results-sidebar-sections-white .theme-search-results-sidebar-section-price .irs-from,
   .theme-search-results-sidebar-sections-white .theme-search-results-sidebar-section-price .irs-to,
   .theme-search-results-sidebar-sections-white .theme-search-results-sidebar-section-price .irs-single {
     color: rgba(255,255,255,0.85);
   }
.theme-sidebar-section {
     background: #fff;
     padding: 25px 30px;
     border: 1px solid #e6e6e6;
     border-radius: 2px;
   }
.theme-sidebar-section-title {
     font-size: 14px;
     margin-top: 0;
     margin-bottom: 15px;
   }
.theme-sidebar-section-weather-list {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 13px;
   }
.theme-sidebar-section-weather-list > li {
     position: relative;
     margin-bottom: 8px;
     padding-bottom: 8px;
     border-bottom: 1px solid #ededed;
   }
.theme-sidebar-section-weather-date,
   .theme-sidebar-section-weather-temp {
     margin-bottom: 0;
   }
.theme-sidebar-section-weather-date {
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-sidebar-section-weather-temp {
     position: absolute;
     top: 0;
     right: 0;
   }
.theme-sidebar-section-weather-icon {
     margin-right: 7px;
   }
.theme-sidebar-section-weather-forecast {
     margin-bottom: 0;
     text-align: right;
     font-size: 12px;
   }
.theme-sidebar-section-weather-forecast > a {
     color: #7a7a7a;
   }
.theme-sidebar-section-weather-forecast > a:hover,
   .theme-sidebar-section-weather-forecast > a:active,
   .theme-sidebar-section-weather-forecast > a:focus {
     color: #595959;
     text-decoration: none;
   }
.theme-sidebar-section-summary-list {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 13px;
     color: #808080;
   }
.theme-sidebar-section-summary-list > li {
     margin-bottom: 5px;
   }
.theme-sidebar-section-summary-list > li:last-child {
     margin-bottom: 0;
   }
.theme-sidebar-section-features-list {
     list-style: none;
     margin: 0;
     padding: 0;
   }
.theme-sidebar-section-features-list > li {
     margin-bottom: 22px;
     position: relative;
     padding-left: 20px;
   }
.theme-sidebar-section-features-list > li:before {
     line-height: 1.4em;
     font-size: 13px;
     position: absolute;
     top: 0;
     left: 0;
     content: '\f00c';
     font-family: 'Font Awesome 5 Free';
     color: #ff6c2d;
     font-weight: 900;
   }
.theme-sidebar-section-features-list > li:last-child {
     margin-bottom: 0;
   }
.theme-sidebar-section-features-list-title {
     font-size: 16px;
     margin-bottom: 5px;
     color: #4c4c4c;
     margin-top: 0;
     line-height: 1.4em;
   }
.theme-sidebar-section-features-list-body {
     font-size: 16px;
     margin: 0;
     opacity: 0.75;
     filter: alpha(opacity=75);
   }
.theme-sidebar-section-hotel-thumbnail-img {
     float: left;
     margin-right: 15px;
   }
.theme-sidebar-section-hotel-thumbnail-caption {
     display: table;
   }
.theme-sidebar-section-hotel-thumbnail-rating {
     line-height: 1em;
     font-size: 13px;
     margin-bottom: 5px;
   }
.theme-sidebar-section-hotel-thumbnail-address {
     font-size: 12px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-bottom: 0;
   }
.theme-sidebar-section-charges-total {
     margin-bottom: 0;
     position: relative;
     padding-top: 10px;
     border-top: 1px solid #d9d9d9;
     font-size: 13px;
   }
.theme-sidebar-section-charges-total > span {
     position: absolute;
     bottom: 0;
     right: 0;
     font-weight: bold;
   }
.theme-sidebar-section-charges-list {
     list-style: none;
     margin: 0;
     padding: 0;
     padding-bottom: 10px;
   }
.theme-sidebar-section-charges-list > li {
     position: relative;
     margin-top: 10px;
     padding-top: 10px;
     border-top: 1px dashed #e6e6e6;
   }
.theme-sidebar-section-charges-list > li:first-child {
     border-top: none;
     margin-top: 0;
     padding-top: 0;
   }
.theme-sidebar-section-charges-item-title {
     margin-top: 0;
     margin-bottom: 2px;
     font-weight: normal;
     letter-spacing: 0;
     font-size: 13px;
   }
.theme-sidebar-section-charges-item-subtitle {
     margin-bottom: 0;
     font-size: 11px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-sidebar-section-charges-item-price {
     position: absolute;
     top: 10px;
     right: 0;
     margin-bottom: 0;
     font-size: 12px;
     font-weight: bold;
     line-height: 1em;
   }
.theme-ad {
     padding: 5px;
     background: #fff;
     border: 1px solid #e6e6e6;
     border-radius: 2px;
     margin-bottom: 10px;
     position: relative;
     z-index: 1;
   }
.theme-ad-dark {
     border: none;
     background: #808080;
   }
.theme-ad-dark .theme-ad-sign {
     color: rgba(255,255,255,0.7);
   }
.theme-ad-link {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
   }
.theme-ad-img {
     width: 100%;
   }
.theme-ad-sign {
     font-size: 9px;
     margin-bottom: 5px;
     color: #a6a6a6;
     line-height: 1em;
   }
.theme-item-page-desc > p {
     font-size: 16px;
     line-height: 1.6em;
     opacity: 0.64;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=64)";
     filter: alpha(opacity=64);
   }
.theme-item-page-desc > p:last-child {
     margin-bottom: 0;
   }
.theme-item-page-header {
     margin-top: 50px;
   }
.theme-item-page-header-center .theme-item-page-header-title {
     text-align: center;
   }
.theme-item-page-header-center .theme-item-page-header-stars {
     text-align: center;
   }
.theme-item-page-header-center .theme-item-page-header-stars > li {
     margin-left: 3.5px;
     margin-right: 3.5px;
   }
.theme-item-page-header-center .theme-item-page-header-summary {
     text-align: center;
   }
.theme-item-page-header-center .theme-item-page-header-rating,
   .theme-item-page-header-center .theme-item-page-header-features {
     margin-left: auto;
     margin-right: auto;
     display: table;
   }
.theme-item-page-header-center .theme-item-page-header-features {
     text-align: center;
   }
.theme-item-page-header-body {
     position: relative;
   }
.theme-item-page-header-title {
     margin: 0;
     font-weight: 200;
   }
.theme-item-page-header-title-sm {
     font-size: 27px;
   }
.theme-item-page-header-title-xs {
     font-size: 22px;
     line-height: 1.3em;
   }
.theme-item-page-header-stars {
     list-style: none;
     padding: 0;
     font-size: 10px;
     margin-bottom: 5px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-item-page-header-stars > li {
     display: inline-block;
     margin-right: 5px;
   }
.theme-item-page-header-summary {
     margin-top: 20px;
     margin-bottom: 0;
     font-size: 17px;
   }
.theme-item-page-header-summary > a {
     margin-left: 7px;
     font-weight: bold;
   }
.theme-item-page-header-white .theme-item-page-header-title,
   .theme-item-page-header-white .theme-item-page-header-stars,
   .theme-item-page-header-white .theme-item-page-header-reserve-price,
   .theme-item-page-header-white .theme-item-page-header-price-body,
   .theme-item-page-header-white .theme-item-page-header-summary,
   .theme-item-page-header-white .theme-item-page-header-features,
   .theme-item-page-header-white .theme-item-page-header-rating-title {
     color: #fff;
   }
.theme-item-page-header-white .theme-item-page-header-features > li {
     border-color: rgba(255,255,255,0.15);
   }
.theme-item-page-header-features {
     list-style: none;
     margin: 0;
     padding: 0;
     margin-bottom: 30px;
   }
.theme-item-page-header-features > li {
     border-right: 1px solid #595959;
     display: inline-block;
     margin-right: 20px;
     padding-right: 20px;
     text-align: center;
   }
.theme-item-page-header-features > li:last-child {
     border: none;
   }
.theme-item-page-header-features-title {
     margin-bottom: 0;
     font-size: 14px;
   }
.theme-item-page-header-features-icon {
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     font-size: 25px;
     margin-bottom: 7px;
   }
.theme-item-page-header-rating {
     overflow: hidden;
     margin-bottom: 7px;
   }
.theme-item-page-header-rating-stars {
     list-style: none;
     padding: 0;
     margin: 0;
     float: left;
     margin-right: 7px;
   }
.theme-item-page-header-rating-stars > li {
     display: inline-block;
     margin-right: 3px;
     color: #ff6c2d;
   }
.theme-item-page-header-rating-stars > li > .fa {
     text-shadow: 0 0 5px rgba(255,182,150,0.3);
   }
.theme-item-page-header-rating-stars > li:last-child {
     margin-right: 0;
   }
.theme-item-page-header-rating-title {
     margin-bottom: 0;
     display: inline-block;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-item-page-header-price {
     position: absolute;
     bottom: 0;
     right: 0;
   }
.theme-item-page-header-price .btn {
     margin-top: 10px;
     float: right;
   }
@media (max-width: 992px) {
     .theme-item-page-header-price {
       position: relative;
       left: 0;
       margin-top: 20px;
     }
     .theme-item-page-header-price .btn {
       float: none;
       margin-top: 15px;
     }
     .theme-item-page-header-price .theme-item-page-header-price-body {
       text-align: left;
     }
   }
.theme-item-page-header-price-lg .theme-item-page-header-price-body > b {
     font-size: 40px;
     font-weight: 400;
   }
.theme-item-page-header-price-xl .theme-item-page-header-price-body > b {
     font-size: 60px;
     font-weight: 200;
   }
.theme-item-page-header-price-body {
     text-align: right;
     margin-bottom: 0;
   }
.theme-item-page-header-price-body > b {
     font-size: 30px;
     margin-left: 5px;
     line-height: 1em;
   }
.theme-item-page-header-price-body > span {
     opacity: 0.66;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
     filter: alpha(opacity=66);
   }
.theme-item-page-facilities {
     position: relative;
     margin-bottom: -30px;
   }
.theme-item-page-facilities-item {
     margin-bottom: 30px;
   }
.theme-item-page-facilities-item-icon {
     font-size: 17px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-item-page-facilities-item-title {
     font-family: helvetica, Arial, sans-serif;
     margin-bottom: 10px;
   }
.theme-item-page-facilities-item-list,
   .theme-item-page-facilities-item-body {
     font-size: 13px;
   }
.theme-item-page-facilities-item-list {
     margin: 0;
     padding: 0;
     list-style: none;
   }
.theme-item-page-facilities-item-list > li {
     margin-bottom: 5px;
   }
.theme-item-page-overview-rate {
     margin-bottom: 20px;
   }
.theme-item-page-overview-rate-title {
     text-transform: uppercase;
     margin-bottom: 3px;
     margin-top: 0;
     color: #0093d2;
     font-size: 35px;
   }
.theme-item-page-overview-rate-subtitle {
     font-size: 17px;
     margin-bottom: 3px;
   }
.theme-item-page-overview-rate-count {
     font-size: 14px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-bottom: 0;
   }
.theme-item-page-overview-summary {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 14px;
     opacity: 0.9;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     filter: alpha(opacity=90);
   }
.theme-item-page-overview-summary > li {
     margin-bottom: 5px;
   }
.theme-item-page-overview-summary > li:last-child {
     margin-bottom: 0;
   }
.theme-item-page-details-section-title {
     margin-top: 0;
     font-size: 18px;
     font-weight: normal;
     margin-bottom: 20px;
   }
.theme-item-page-details-section {
     margin-top: 25px;
     padding-top: 25px;
     border-top: 1px solid #e6e6e6;
   }
.theme-item-page-details-list {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 14px;
     color: #6a6a6a;
   }
.theme-item-page-details-list > li {
     margin-bottom: 5px;
   }
.theme-item-page-details-list > li:last-child {
     margin-bottom: 0;
   }
.theme-item-page-details-list-checked > li {
     padding-left: 20px;
     position: relative;
   }
.theme-item-page-details-list-checked > li:before {
     font-family: 'FontAwesome';
     content: '\f00c';
     position: absolute;
     font-size: 12px;
     top: 1.5px;
     left: 0;
     color: #0093d2;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-item-page-details-first-nm .theme-item-page-details-section:first-child {
     margin-top: 0;
     padding-top: 0;
     border-top: none;
   }
.theme-item-page-summary-price-link {
     position: relative;
     display: block;
     padding-bottom: 10px;
     color: #6a6a6a !important;
     text-decoration: none !important;
   }
.theme-item-page-summary-price-link:after {
     position: absolute;
     top: 0;
     right: 0;
     font-family: 'FontAwesome';
     content: '\f107';
   }
.theme-item-page-summary-price-total {
     margin-bottom: 0;
     position: relative;
     padding-top: 15px;
     border-top: 1px solid #d9d9d9;
     font-size: 17px;
     text-transform: uppercase;
   }
.theme-item-page-summary-price-total > span {
     position: absolute;
     bottom: 0;
     right: 0;
     font-size: 25px;
   }
.theme-item-page-summary-price-list {
     list-style: none;
     margin: 0;
     padding: 0;
     padding-bottom: 12px;
   }
.theme-item-page-summary-price-list > li {
     position: relative;
     margin-top: 12px;
     padding-top: 12px;
     border-top: 1px dashed #e6e6e6;
   }
.theme-item-page-summary-price-item-title {
     margin-top: 0;
     margin-bottom: 2px;
     font-weight: normal;
     letter-spacing: 0;
     font-size: 15px;
   }
.theme-item-page-summary-price-item-subtitle {
     margin-bottom: 0;
     font-size: 13px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-item-page-summary-price-item-price {
     position: absolute;
     top: 10px;
     right: 0;
     margin-bottom: 0;
     font-size: 14px;
     font-weight: bold;
     line-height: 1em;
   }
.theme-item-page-summary-price-white {
     color: #fff;
   }
.theme-item-page-summary-price-white .theme-item-page-summary-price-link {
     color: rgba(255,255,255,0.7) !important;
   }
.theme-item-page-summary-price-white .theme-item-page-summary-price-list > li {
     border-color: rgba(255,255,255,0.5);
   }
.theme-item-page-summary-price-white .theme-item-page-summary-price-total {
     border-color: #fff;
   }
.theme-payment-page-item-thumb {
     border: none;
     box-shadow: none !important;
   }
.theme-payment-page-item-thumb .theme-search-results-item-img {
     max-height: 100px;
     max-width: 100%;
     float: right;
     display: block;
     width: auto;
   }
@media (max-width: 992px) {
     .theme-payment-page-item-thumb .theme-search-results-item-img {
       float: none;
       width: 100%;
       max-height: none;
     }
   }
.theme-payment-page-form-title {
     margin-top: 0;
     margin-bottom: 15px;
     font-size: 16px;
     font-weight: normal;
     font-family: helvetica, Arial, sans-serif;
     letter-spacing: 0;
   }
.theme-payment-page-form-item {
     position: relative;
     margin-bottom: 0;
   }
.theme-payment-page-form-item select.form-control {
     padding-right: 30px;
   }
.theme-payment-page-form-item .form-control {
     border-radius: 2px;
     height: 45px;
     outline: none !important;
     box-shadow: none !important;
     -webkit-appearance: none;
   }
.theme-payment-page-form-item .form-control:before {
     content: 'foo';
   }
.theme-payment-page-form-item > .fa {
     position: absolute;
     top: 43px;
     right: 10px;
     content: '\f107';
     font-family: 'FontAwesome';
     height: 45px;
     line-height: 45px;
     display: block;
     pointer-events: none;
   }
.theme-payment-page-form-item > .fas {
    position: absolute;
    top: 43px;
    right: 10px;
    content: '\f107';
    height: 45px;
    line-height: 45px;
    display: block;
    pointer-events: none;
}
.theme-payment-page-booking-header {
     position: relative;
     margin-bottom: 20px;
   }
.theme-payment-page-booking-price {
     font-size: 35px;
     font-weight: 700;
     line-height: 1em;
   }
@media (min-width: 992px) {
     .theme-payment-page-booking-price {
       position: absolute;
       top: 0;
       right: 0;
     }
   }
.theme-payment-page-booking-title {
     margin-top: 0;
     margin-bottom: 5px;
     font-size: 18px;
   }
.theme-payment-page-booking-subtitle {
     font-size: 13px;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
   }
@media (min-width: 992px) {
     .theme-payment-page-booking-subtitle {
       width: 64%;
       margin-bottom: 0;
     }
   }
.theme-payment-page-card-list {
     list-style: none;
     margin: 0;
     padding: 0;
     float: right;
     margin-top: 10px;
   }
.theme-payment-page-card-list > li {
     display: inline-block;
     margin-left: 10px;
   }
.theme-payment-page-card-list > li img {
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     display: block;
     height: 25px;
   }
.theme-payment-page-sections .theme-payment-page-sections-item:last-child {
     margin-bottom: 0;
     padding-bottom: 0;
     border-bottom: none;
   }
.theme-payment-page-sections-item {
     margin-bottom: 15px;
     padding-bottom: 5px;
   }
.theme-payment-page-sections-item-pay {
     margin-bottom: 15px;
     padding-bottom: 5px;
   }
.theme-payment-page-sections-item-title {
     margin-top: 0;
     margin-bottom: 9px;
     font-size: 20px;
   }
.theme-payment-page-sections-item-new-link {
     margin-top: 20px;
     display: inline-block;
     text-decoration: none !important;
   }
.theme-payment-page-sections-item-new-extend {
     padding-top: 20px;
   }
.theme-payment-page-signin {
     overflow: hidden;
     position: relative;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
     transition: 0.3s;
   }
.theme-payment-page-signin:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
@media (max-width: 992px) {
     .theme-payment-page-signin {
       text-align: center;
       opacity: 1;
       -ms-filter: none;
       filter: none;
     }
   }
.theme-payment-page-signin-icon {
     font-size: 40px;
     display: block;
     float: left;
     margin-right: 12px;
     color: #0093d2;
   }
@media (max-width: 992px) {
     .theme-payment-page-signin-icon {
       float: none;
       font-size: 64px;
       margin-right: 0;
       margin-bottom: 15px;
     }
   }
.theme-payment-page-signin-body {
     margin-top: 2px;
   }
.theme-payment-page-signin-title {
     margin-top: 0;
     margin-bottom: 3px;
     font-size: 16px;
     color: #595959;
   }
.theme-payment-page-signin-subtitle {
     margin-bottom: 0;
     font-size: 13px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
@media (max-width: 992px) {
     .theme-payment-page-signin-subtitle {
       margin-bottom: 15px;
     }
   }
.theme-payment-page-signin-link-mask {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
   }
@media (min-width: 992px) {
     .theme-payment-page-signin-btn {
       position: absolute;
       z-index: 3;
       top: 50%;
       right: 0;
       transform: translateY(-50%);
     }
   }
@media (max-width: 992px) {
     .theme-payment-page-signin-btn {
       text-transform: uppercase;
     }
   }
@media (max-width: 992px) {
     .theme-account-sidebar {
       margin-bottom: 30px;
     }
   }
.theme-account-page-title {
     margin-top: 0;
     margin-bottom: 33px;
     font-weight: 200;
     font-family: helvetica, Arial, sans-serif;
     font-size: 42px;
   }
.theme-account-nav-list {
     list-style: none;
     margin: 0;
     padding: 0;
   }
.theme-account-nav-list > li {
     margin-bottom: 15px;
   }
.theme-account-nav-list > li:last-child {
     margin-bottom: 0;
   }
.theme-account-nav-list > li.active > a {
     color: #000;
     font-weight: bold;
    background: #f5a549;
   }
.theme-account-nav-list > li:hover > a {
     color: #1a1a1a;
     text-decoration: none;
   }
.theme-account-nav-list > li > a {
     font-size: 15px;
     color: #cf2264;
     transition: 0.3s;
     text-decoration: none !important;
     display: block;
     padding: 6px;
   }
.theme-account-nav-list > li > a .fa {
     margin-right: 10px;
   }
.theme-account-avatar {
     overflow: hidden;
     margin-bottom: 30px;
     height: 47px;
   }
.theme-account-avatar-img {
     float: left;
     width: 40px;
     display: block;
     border-radius: 50%;
     margin-right: 15px;
   }
.theme-account-avatar-name {
     margin-bottom: 0;
     font-size: 14px;
     line-height: 1.2em;
     margin-top: 4px;
   }
.theme-account-bookmarks-item {
     margin-bottom: 20px;
   }
.theme-account-bookmarks-item:hover .theme-account-bookmarks-item-info {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-account-bookmarks-item:hover .theme-account-bookmarks-item-thumb {
     transform: translateY(-3px);
     box-shadow: 0 5px 10px rgba(0,0,0,0.2);
   }
.theme-account-bookmarks-item-thumb {
     background: #fff;
     position: relative;
     border-radius: 3px;
     overflow: hidden;
     box-shadow: 0 1px 5px rgba(0,0,0,0.05);
     z-index: 1;
     transition: 0.3s;
   }
.theme-account-bookmarks-item-thumb-link {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 2;
     display: block;
   }
.theme-account-bookmarks-item-title {
     margin-top: 0;
     letter-spacing: 0;
     line-height: 1.3em;
     margin-bottom: 0;
     height: 32px;
     overflow: hidden;
     font-family: helvetica, Arial, sans-serif;
     font-size: 13px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
   }
.theme-account-bookmarks-item-price {
     font-size: 18px;
     margin-bottom: 0;
     text-align: right;
   }
.theme-account-bookmarks-item-thumb-body {
     padding: 15px 20px;
   }
.theme-account-bookmarks-item-info {
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     margin-top: 15px;
     transition: 0.3s;
   }
.theme-account-bookmarks-item-date {
     font-size: 11px;
     margin-bottom: 10px;
   }
.theme-account-bookmarks-item-location {
     font-size: 12px;
     margin-bottom: 10px;
   }
.theme-account-bookmarks-item-actions {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 13px;
   }
.theme-account-bookmarks-item-actions > li {
     display: inline-block;
     margin-right: 15px;
   }
.theme-account-bookmarks-item-actions > li > a {
     color: #595959;
     text-decoration: none !important;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     transition: 0.3s;
   }
.theme-account-bookmarks-item-actions > li > a:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-account-bookmarks-item-action-icon {
     margin-right: 5px;
     position: relative;
     top: 1px;
   }
.theme-account-history table {
     margin-bottom: 0;
     font-size: 14px;
     background: #fff;
     border-radius: 3px;
   }
.theme-account-history table > thead > tr > th {
     border: none;
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     font-size: 12px;
   }
.theme-account-history table > thead > tr > th,
   .theme-account-history table > tbody > tr > th,
   .theme-account-history table > tfoot > tr > th,
   .theme-account-history table > thead > tr > td,
   .theme-account-history table > tbody > tr > td,
   .theme-account-history table > tfoot > tr > td {
     padding: 15px 12px;
   }
.theme-account-history-type-icon {
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
   }
.theme-account-history-type-title {
     line-height: 1.2em;
     margin-bottom: 2px;
   }
.theme-account-history-item-name {
     font-size: 12px;
     line-height: 1.3em;
   }
.theme-account-history-item-price {
     font-weight: bold;
     margin-bottom: 0;
   }
.theme-account-history-date {
     font-size: 12px;
   }
.theme-account-history-tr-date {
     width: 30%;
   }
.theme-account-card {
     position: relative;
     border-radius: 4px;
     padding: 20px;
     height: 175px;
     background: #f5f5f5;
     box-shadow: 0 2px 5px rgba(0,0,0,0.15);
     background: linear-gradient(-45deg, #006793, #00a8f0);
     color: #fff;
   }
.theme-account-card-primary {
     background: linear-gradient(-45deg, #d23f00, #ff7b42);
   }
.theme-account-card-new {
     background: #fff;
     color: #595959;
   }
.theme-account-card-number {
     margin-top: 25px;
     font-size: 22px;
     line-height: 1em;
     margin-bottom: 10px;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
   }
.theme-account-card-expire {
     overflow: hidden;
     margin-bottom: 10px;
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-account-card-expire-end {
     float: left;
     display: block;
     font-size: 8px;
     line-height: 1em;
     opacity: 0.7;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
     filter: alpha(opacity=70);
     text-transform: uppercase;
   }
.theme-account-card-expire-date {
     float: left;
     display: block;
     margin-left: 5px;
     line-height: 1em;
     font-size: 17px;
   }
.theme-account-card-name {
     font-weight: bold;
     bottom: 20px;
     position: absolute;
     font-size: 17px;
   }
.theme-account-card-name > p {
     margin-bottom: 0;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
     opacity: 0.9;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     filter: alpha(opacity=90);
     letter-spacing: 1px;
   }
.theme-account-card-logo {
     position: absolute;
     bottom: 20px;
     right: 30px;
     display: block;
   }
.theme-account-card-mask {
     border-radius: 4px;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index: 3;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     transition: 0.3s;
   }
.theme-account-card:hover .theme-account-card-mask {
     opacity: 0.85;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
     filter: alpha(opacity=85);
   }
.theme-account-card-actions {
     list-style: none;
     position: absolute;
     top: 50%;
     margin: 0;
     padding: 0;
     width: 100%;
     text-align: center;
     left: 50%;
     transform: translate(-50%, -50%);
   }
.theme-account-card-actions > li {
     display: inline-block;
     margin: 0 10px;
   }
.theme-account-card-actions > li > a {
     display: block;
     color: #fff;
     font-size: 13px;
     text-decoration: none !important;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     transition: 0.3s;
   }
.theme-account-card-actions > li > a:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-account-card-actions > li > a .fa {
     background: #fff;
     color: #000;
     font-size: 10px;
     display: block;
     text-align: center;
     margin: 0 auto;
     margin-bottom: 5px;
     height: 22px;
     width: 22px;
     line-height: 20px;
     border: 1px solid #fff;
     border-radius: 50%;
   }
.theme-account-card-new-title {
     position: absolute;
     z-index: 2;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     margin-bottom: 0;
     font-size: 17px;
   }
.theme-account-card-mask-link {
     position: absolute;
     z-index: 3;
     width: 100%;
     height: 100%;
     display: block;
   }
.theme-account-traveler {
     background: #fff;
     padding: 30px;
     border-radius: 3px;
     height: 192px;
     position: relative;
     box-shadow: 0 1px 4px rgba(0,0,0,0.05);
   }
.theme-account-traveler:hover .theme-account-traveler-add-new {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-account-traveler-icon {
     display: block;
     height: 60px;
     width: 60px;
     line-height: 60px;
     color: #fff;
     border-radius: 50%;
     text-align: center;
     font-size: 30px;
     float: left;
     font-weight: bold;
     margin-right: 30px;
     font-style: normal;
   }
.theme-account-traveler-body {
     display: table;
   }
.theme-account-traveler-name {
     font-size: 17px;
     line-height: 1em;
     margin-bottom: 15px;
   }
.theme-account-traveler-details {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 13px;
     margin-bottom: 15px;
   }
.theme-account-traveler-details > li {
     margin-bottom: 5px;
     color: #6a6a6a;
   }
.theme-account-traveler-details > li:last-child {
     margin-bottom: 0;
   }
.theme-account-traveler-actions {
     list-style: none;
     margin: 0;
     padding: 0;
   }
.theme-account-traveler-actions > li {
     display: inline-block;
     margin-right: 7px;
     font-size: 13px;
   }
.theme-account-traveler-actions > li > a {
     color: #acacac;
     text-decoration: none !important;
   }
.theme-account-traveler-actions > li > a:hover {
     color: #595959;
   }
.theme-account-traveler-link-mask {
     position: absolute;
     z-index: 3;
     display: block;
     width: 100%;
     height: 100%;
   }
.theme-account-traveler-add-new {
     position: absolute;
     z-index: 2;
     margin-bottom: 0;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 18px;
     opacity: 0.44;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
     filter: alpha(opacity=44);
     transition: 0.3s;
   }
.theme-account-notifications {
     background: #fff;
     border-radius: 3px;
   }
.theme-account-notifications-title {
     margin-top: 0;
     margin-bottom: 30px;
     font-weight: normal;
   }
.theme-account-notifications-item {
     padding: 20px;
     border-bottom: 1px solid #e6e6e6;
   }
.theme-account-notifications-item .icheck {
     top: 3px;
     width: 16px;
     height: 16px;
     border: 1px solid #666;
     background: none;
     margin-right: 12px;
   }
.theme-account-notifications-item .icheck.checked {
     background: #0093d2;
     border-color: #0093d2;
   }
.theme-account-notifications-item .icheck:after {
     display: none;
   }
.theme-account-notifications-item .icheck:before {
     height: 16px;
     line-height: 14px;
   }
.theme-account-notifications-item .icheck-title {
     font-weight: normal;
     font-size: 15px;
   }
.theme-account-notifications-item .icheck-sub-title {
     font-size: 13px;
   }
.theme-account-preferences .theme-account-preferences-item:last-child {
     margin-bottom: 0;
   }
.theme-account-preferences-item {
     padding: 20px;
     background: #fff;
     margin-bottom: 20px;
     border-radius: 3px;
   }
.theme-account-preferences-item-title {
     margin-top: 0;
     margin-bottom: 0;
   }
.theme-account-preferences-item-value {
     margin-bottom: 0;
     font-size: 14px;
     color: #727272;
   }
.theme-account-preferences-item-change-link {
     font-size: 13px;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     text-decoration: none !important;
     text-align: right;
     display: block;
     transition: 0.3s;
   }
.theme-account-preferences-item-change-link .fa {
     margin-right: 7px;
     transition: 0.3s;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
   }
.theme-account-preferences-item-change-link:hover,
   .theme-account-preferences-item-change-link[aria-expanded='true'] {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-account-preferences-item-change-link:hover .fa,
   .theme-account-preferences-item-change-link[aria-expanded='true'] .fa {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-account-preferences-item-change {
     margin-top: 15px;
     padding-top: 15px;
     border-top: 1px solid #e6e6e6;
     margin-bottom: 10px;
   }
.theme-account-preferences-item-change-description {
     font-size: 13px;
     margin-bottom: 10px;
     color: #666;
   }
.theme-account-preferences-item-change-actions .btn {
     margin-right: 5px;
   }
.theme-account-preferences-item-change-form .form-control {
     border-radius: 3px;
     box-shadow: none !important;
     -webkit-appearance: none;
   }
.theme-account-preferences-item-change-form .form-control:focus {
     border-color: #0093d2;
   }
.theme-account-preferences-item-change-form label {
     font-size: 12px;
     margin-top: 10px;
     font-weight: normal;
   }
.theme-coming-soon {
     color: #fff;
   }
.theme-coming-soon-header {
     text-align: center;
   }
.theme-coming-soon-title {
     font-size: 50px;
     margin-top: 0;
     margin-bottom: 10px;
     line-height: 1em;
     font-weight: 300;
   }
.theme-coming-soon-subtitle {
     font-size: 23px;
     opacity: 0.55;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
     filter: alpha(opacity=55);
     margin-bottom: 0;
   }
.theme-coming-soon-countdown {
     overflow: hidden;
     display: table;
     margin: 30px auto;
     padding: 30px 0;
   }
.theme-coming-soon-countdown > div {
     float: left;
     text-align: center;
     position: relative;
     width: auto;
     padding: 0 20px;
     border-radius: 3px;
   }
.theme-coming-soon-countdown > div:after,
   .theme-coming-soon-countdown > div:before {
     content: '';
     position: absolute;
     top: 25px;
     right: -4px;
     width: 8px;
     height: 8px;
     background: #fff;
     border-radius: 50%;
     opacity: 0.15;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
     filter: alpha(opacity=15);
   }
.theme-coming-soon-countdown > div:before {
     top: 50px;
   }
.theme-coming-soon-countdown > div:last-child:after,
   .theme-coming-soon-countdown > div:last-child:before {
     display: none;
   }
.theme-coming-soon-countdown > div > p {
     font-size: 85px;
     margin-bottom: 0;
     line-height: 1em;
     text-shadow: 5px 5px 15px rgba(0,0,0,0.2);
   }
.theme-coming-soon-countdown > div > span {
     margin-top: 5px;
     display: block;
     font-size: 20px;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     line-height: 1em;
   }
.theme-coming-soon-form {
     box-shadow: 0 10px 45px rgba(0,0,0,0.2) , 0 2px 4px rgba(0,0,0,0.15);
   }
.theme-coming-soon-form .form-control {
     height: 60px;
     border: none !important;
     box-shadow: none;
     outline: none !important;
     border-radius: 2px 0 0 2px;
     font-size: 20px;
     padding: 6px 20px;
   }
@media (max-width: 992px) {
     .theme-coming-soon-form .form-control {
       margin-bottom: 10px;
       border-radius: 2px;
     }
   }
.theme-coming-soon-form-btn {
     height: 60px;
     border: none;
     border-radius: 0;
     line-height: 60px;
     padding: 0;
     border-radius: 0 2px 2px 0;
     font-size: 20px;
     text-transform: uppercase;
   }
@media (max-width: 992px) {
     .theme-coming-soon-form-btn {
       border-radius: 2px;
     }
   }
.theme-coming-soon-social {
     list-style: none;
     margin: 0;
     padding: 0;
     position: absolute;
     z-index: 6;
     bottom: 30px;
     width: 100%;
     text-align: center;
   }
.theme-coming-soon-social > li {
     display: inline-block;
     margin: 0 10px;
   }
.theme-coming-soon-social > li > .fa {
     display: block;
     height: 35px;
     width: 35px;
     line-height: 35px;
     background: rgba(255,255,255,0.1);
     border-radius: 50%;
     color: #fff;
     text-decoration: none !important;
     transition: 0.3s;
     text-shadow: 1px 2px 5px rgba(0,0,0,0.35);
   }
.theme-coming-soon-social > li > .fa:hover {
     background: #0093d2;
   }
/*  --/ELEMENTS--  */
/*  --FOOTER--  */
.theme-footer {
     border-top: none;
   }
@media (max-width: 992px) {
     .theme-footer {
       padding-top: 10px;
     }
   }
.theme-footer-section {
     padding: 30px 0;
     position: relative;
   }
@media (max-width: 992px) {
     .theme-footer-section {
       text-align: center;
       padding: 15px 0;
     }
   }
.theme-footer-section-subscribe-bg {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     z-index: 1;
     background-size: cover;
   }
.theme-footer-section-subscribe-content {
     position: relative;
     z-index: 2;
   }
.theme-footer-section-subscribe {
     padding: 30px;
     background: #0093d2;
     height: 100%;
     box-shadow: 0 1px 60px rgba(0,0,0,0.25) , 0 0 2px rgba(0,0,0,0.3);
     color: #fff;
   }
.grey-bg{
     background: #f2f2f2;
   }
.theme-footer-section-title {
     margin-bottom: 15px;
     margin-top: 0;
     color: whitesmoke;
     font-size: 12px;
    font-weight: 700;
    color: rgb(37, 42, 49);
    line-height: 20px;
    text-transform: uppercase;
   }
.theme-footer-section-list {
     list-style: none;
     marign: 0;
     padding: 0;
     font-size: 12px;
     margin-bottom: -5px;
   }
.theme-footer-section-list > li > a {
     padding-bottom: 5px;
     color: rgb(37, 42, 49);
     font-weight: 500;
     font-size: 14px;
     display: block;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
     filter: alpha(opacity=40);
     transition: 0.3s;
   }
.theme-footer-section-list > li > p {
     padding-bottom: 5px;
     color: rgb(37, 42, 49);
     font-weight: 500;
     font-size: 14px;
     display: block;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
     filter: alpha(opacity=40);
     transition: 0.3s;
   }
.theme-footer-section-list > li > a:hover {
     opacity: 0.4;
     -ms-filter: none;
     filter: none;
     text-decoration: none;
   }
.theme-footer-brand {
     opacity: 0.5;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
     filter: alpha(opacity=50);
     transition: 0.3s;
     display: block;
     margin-bottom: 20px;
   }
.theme-footer-brand:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-footer-brand > img {
     width: 55%;
   }
.theme-footer-brand-text {
     color: #fff;
     font-size: 11px;
   }
@media (max-width: 992px) {
     .theme-footer-brand-text {
       width: 70%;
       margin: 0 auto;
     }
   }
.theme-footer-subscribe-form-control {
     box-shadow: none;
     padding: 10px 15px;
     border-radius: 2px;
     height: auto;
     border: none;
     font-size: 14px;
   }
.theme-copyright {
     background-color: #404040;
     padding: 10px 0;
   }
@media (max-width: 992px) {
     .theme-copyright {
       padding: 20px 0;
     }
   }
.theme-copyright-text {
     font-size: 13px;
     margin-bottom: 0;
     color: #b3b3b3;
   }
@media (max-width: 992px) {
     .theme-copyright-text {
       text-align: center;
     }
   }
.theme-copyright-text a {
     font-weight: bold;
     color: #fff;
   }
.theme-copyright-text a:hover {
     color: #fff;
   }
.theme-copyright-social {
     text-align: right;
     list-style: none;
     margin: 0;
     padding: 0;
   }
@media (max-width: 992px) {
     .theme-copyright-social {
       text-align: center;
       margin-top: 10px;
     }
     .theme-copyright-social > li {
       margin: 0 10px;
     }
   }
.theme-copyright-social > li {
     display: inline-block;
     margin-left: 15px;
   }
.theme-copyright-social > li > a {
     color: #fff;
     display: block;
     opacity: 0.75;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
     filter: alpha(opacity=75);
     text-decoration: none !important;
     transition: 0.3s;
   }
.theme-copyright-social > li > a:hover {
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-footer-subscribe-btn {
     padding: 10px 14px;
   }
.theme-footer-abs {
     position: absolute;
     bottom: 30px;
     left: 0;
     width: 100%;
     z-index: 1;
   }
@media (max-width: 992px) {
     .theme-footer-abs {
       position: relative;
       bottom: auto;
       background: #333;
       padding: 20px 0;
     }
   }
.theme-footer-abs-nav {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 14px;
   }
@media (max-width: 992px) {
     .theme-footer-abs-nav {
       overflow-x: auto;
       white-space: nowrap;
       padding-bottom: 10px;
     }
     .theme-footer-abs-nav > li {
       text-align: center;
       margin: 0 10px;
     }
   }
.theme-footer-abs-nav > li {
     display: inline-block;
     margin-right: 15px;
   }
.theme-footer-abs-nav > li > a {
     color: #fff;
     opacity: 0.65;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     text-decoration: none !important;
     transition: 0.3s;
   }
.theme-footer-abs-nav > li > a:hover {
     color: #fff;
     opacity: 1;
     -ms-filter: none;
     filter: none;
   }
.theme-footer-abs-copyright {
     margin-top: 10px;
     margin-bottom: 0;
     font-size: 12px;
     color: #fff;
     opacity: 0.33;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
     filter: alpha(opacity=33);
   }
@media (max-width: 992px) {
     .theme-footer-abs-copyright {
       text-align: center;
     }
   }
.theme-footer-abs-copyright > a {
     color: #fff;
     text-decoration: underline;
   }
.theme-footer-abs-social {
     position: relative;
     bottom: auto;
     text-align: right;
   }
@media (max-width: 992px) {
     .theme-footer-abs-social {
       text-align: center;
       margin-top: 20px;
     }
     .theme-footer-abs-social > li {
       margin: 0 10px;
     }
   }
.theme-footer-abs-social > li {
     text-align: center;
     margin: 0;
     margin-left: 15px;
   }
.theme-footer-abs-social > li > .fa {
     font-size: 13px;
     height: 30px;
     width: 30px;
     line-height: 30px;
   }
/*  --/FOOTER--  */
/*  --UTILITIES--  */
._ofw-h {
     overflow: hidden !important;
   }
._m-a {
     margin: auto !important;
   }
._m-0 {
     margin: 0 !important;
   }
._m-5 {
     margin: 5px !important;
   }
._m-10 {
     margin: 10px !important;
   }
._m-15 {
     margin: 15px !important;
   }
._m-20 {
     margin: 20px !important;
   }
._m-25 {
     margin: 25px !important;
   }
._m-30 {
     margin: 30px !important;
   }
._m-40 {
     margin: 40px !important;
   }
._m-45 {
     margin: 45px !important;
   }
._m-50 {
     margin: 50px !important;
   }
._m-60 {
     margin: 60px !important;
   }
._m-70 {
     margin: 70px !important;
   }
._m-80 {
     margin: 80px !important;
   }
._m-90 {
     margin: 90px !important;
   }
._m-100 {
     margin: 100px !important;
   }
._mh-a {
     margin-left: auto !important;
     margin-right: auto !important;
   }
._mh-0 {
     margin-left: 0 !important;
     margin-right: 0 !important;
   }
._mh-5 {
     margin-left: 5px !important;
     margin-right: 5px !important;
   }
._mh-10 {
     margin-left: 10px !important;
     margin-right: 10px !important;
   }
._mh-15 {
     margin-left: 15px !important;
     margin-right: 15px !important;
   }
._mh-20 {
     margin-left: 20px !important;
     margin-right: 20px !important;
   }
._mh-25 {
     margin-left: 25px !important;
     margin-right: 25px !important;
   }
._mh-30 {
     margin-left: 30px !important;
     margin-right: 30px !important;
   }
._mh-40 {
     margin-left: 40px !important;
     margin-right: 40px !important;
   }
._mh-45 {
     margin-left: 45px !important;
     margin-right: 45px !important;
   }
._mh-50 {
     margin-left: 50px !important;
     margin-right: 50px !important;
   }
._mh-60 {
     margin-left: 60px !important;
     margin-right: 60px !important;
   }
._mh-70 {
     margin-left: 70px !important;
     margin-right: 70px !important;
   }
._mh-80 {
     margin-left: 80px !important;
     margin-right: 80px !important;
   }
._mh-90 {
     margin-left: 90px !important;
     margin-right: 90px !important;
   }
._mh-100 {
     margin-left: 100px !important;
     margin-right: 100px !important;
   }
._mv-a {
     margin-top: auto !important;
     margin-bottom: auto !important;
   }
._mv-0 {
     margin-top: 0 !important;
     margin-bottom: 0 !important;
   }
._mv-5 {
     margin-top: 5px !important;
     margin-bottom: 5px !important;
   }
._mv-10 {
     margin-top: 10px !important;
     margin-bottom: 10px !important;
   }
._mv-15 {
     margin-top: 15px !important;
     margin-bottom: 15px !important;
   }
._mv-20 {
     margin-top: 20px !important;
     margin-bottom: 20px !important;
   }
._mv-25 {
     margin-top: 25px !important;
     margin-bottom: 25px !important;
   }
._mv-30 {
     margin-top: 30px !important;
     margin-bottom: 30px !important;
   }
._mv-40 {
     margin-top: 40px !important;
     margin-bottom: 40px !important;
   }
._mv-45 {
     margin-top: 45px !important;
     margin-bottom: 45px !important;
   }
._mv-50 {
     margin-top: 50px !important;
     margin-bottom: 50px !important;
   }
._mv-60 {
     margin-top: 60px !important;
     margin-bottom: 60px !important;
   }
._mv-70 {
     margin-top: 70px !important;
     margin-bottom: 70px !important;
   }
._mv-80 {
     margin-top: 80px !important;
     margin-bottom: 80px !important;
   }
._mv-90 {
     margin-top: 90px !important;
     margin-bottom: 90px !important;
   }
._mv-100 {
     margin-top: 100px !important;
     margin-bottom: 100px !important;
   }
._mt-a {
     margin-top: auto !important;
   }
._mt-0 {
     margin-top: 0 !important;
   }
._mt-5 {
     margin-top: 5px !important;
   }
._mt-10 {
     margin-top: 10px !important;
   }
._mt-15 {
     margin-top: 15px !important;
   }
._mt-20 {
     margin-top: 20px !important;
   }
._mtm-20 {
     margin-top: 20px !important;
   }
._mt-25 {
     margin-top: 25px !important;
   }
._mt-30 {
     margin-top: 30px !important;
   }
._mt-40 {
     margin-top: 40px !important;
   }
._mt-45 {
     margin-top: 45px !important;
   }
._mt-50 {
     margin-top: 50px !important;
   }
._mt-60 {
     margin-top: 60px !important;
   }
._mt-70 {
     margin-top: 70px !important;
   }
@media (max-width: 992px){
    ._mt-70 {
      margin-top: 10px !important;
    }
    ._mtm-20 {
      margin-top: 0px !important;
    }
    ._mtm-25 {
      margin-top: 50px !important;
    }
   }
@media (max-width: 728px){
     ._ml-80 {
       margin-left: 0px !important;
     }
     ._ml-40 {
       margin-left: 0px !important;
     }
     ._ml-60 {
       margin-left: 0px !important;
     }
     ._mt-90 {
       margin-top: 0px !important;
     }
   }
._mt-80 {
     margin-top: 80px !important;
   }
._mt-90 {
     margin-top: 90px ;
   }
._mt-91 {
     margin-top: 91px ;
   }
._mt-100 {
     margin-top: 100px !important;
   }
._mt-120 {
     margin-top: 120px !important;
   }
._mt-150 {
     margin-top: 150px !important;
   }
._mt-200 {
     margin-top: 200px !important;
   }
._mt-370 {
     margin-top: 373px !important;
  }
._mb-a {
     margin-bottom: auto !important;
   }
._mb-0 {
     margin-bottom: 0 !important;
   }
._mb-5 {
     margin-bottom: 5px !important;
   }
._mb-10 {
     margin-bottom: 10px !important;
   }
._mb-15 {
     margin-bottom: 15px !important;
   }
._mb-20 {
     margin-bottom: 20px !important;
   }
._mb-25 {
     margin-bottom: 25px !important;
   }
._mb-30 {
     margin-bottom: 30px !important;
   }
._mb-40 {
     margin-bottom: 40px !important;
   }
._mb-45 {
     margin-bottom: 45px !important;
   }
._mb-50 {
     margin-bottom: 50px !important;
   }
._mb-60 {
     margin-bottom: 60px !important;
   }
._mb-70 {
     margin-bottom: 70px !important;
   }
._mb-80 {
     margin-bottom: 80px !important;
   }
._mb-90 {
     margin-bottom: 90px !important;
   }
._mb-100 {
     margin-bottom: 100px !important;
   }
._ml-a {
     margin-left: auto !important;
   }
._ml-0 {
     margin-left: 0 !important;
   }
._ml-5 {
     margin-left: 5px !important;
   }
._ml-10 {
     margin-left: 10px !important;
   }
._ml-15 {
     margin-left: 15px !important;
   }
._ml-20 {
     margin-left: 20px !important;
   }
._ml-25 {
     margin-left: 25px !important;
   }
._ml-30 {
     margin-left: 30px !important;
   }
._ml-40 {
     margin-left: 40px;
   }
._ml-45 {
     margin-left: 45px !important;
   }
._ml-50 {
     margin-left: 50px !important;
   }
._ml-60 {
     margin-left: 60px;
   }
._ml-70 {
     margin-left: 70px !important;
   }
._ml-80 {
     margin-left: 80px;
   }
._ml-90 {
     margin-left: 90px !important;
   }
._ml-100 {
     margin-left: 100px !important;
   }
._ml-100 {
     margin-left: 40% !important;
   }
._ml-101 {
     margin-left: 34% !important;
   }
._ml-40p {
     margin-left: 40% !important;
   }
._mr-a {
     margin-right: auto !important;
   }
._mr-0 {
     margin-right: 0 !important;
   }
._mr-5 {
     margin-right: 5px !important;
   }
._mr-10 {
     margin-right: 10px !important;
   }
._mr-15 {
     margin-right: 15px !important;
   }
._mr-20 {
     margin-right: 20px !important;
   }
._mr-25 {
     margin-right: 25px !important;
   }
._mr-30 {
     margin-right: 30px !important;
   }
._mr-40 {
     margin-right: 40px !important;
   }
._mr-45 {
     margin-right: 45px !important;
   }
._mr-50 {
     margin-right: 50px !important;
   }
._mr-60 {
     margin-right: 60px !important;
   }
._mr-70 {
     margin-right: 70px !important;
   }
._mr-80 {
     margin-right: 80px !important;
   }
._mr-90 {
     margin-right: 90px !important;
   }
._mr-100 {
     margin-right: 100px !important;
   }
._mt--5 {
     margin-top: -5px !important;
   }
._mt--10 {
     margin-top: -10px !important;
   }
._mt--15 {
     margin-top: -15px !important;
   }
._mt--20 {
     margin-top: -20px !important;
   }
._mt--25 {
     margin-top: -25px !important;
   }
._mt--30 {
     margin-top: -30px !important;
   }
._mt--40 {
     margin-top: -40px !important;
   }
._mt--45 {
     margin-top: -45px !important;
   }
._mt--50 {
     margin-top: -50px !important;
   }
._mt--60 {
     margin-top: -60px !important;
   }
._mt--70 {
     margin-top: -70px !important;
   }
._mt--90 {
     margin-top: -90px !important;
   }
._mt--100 {
     margin-top: -100px !important;
   }
._mb--5 {
     margin-bottom: -5px !important;
   }
._mb--10 {
     margin-bottom: -10px !important;
   }
._mb--15 {
     margin-bottom: -15px !important;
   }
._mb--20 {
     margin-bottom: -20px !important;
   }
._mb--25 {
     margin-bottom: -25px !important;
   }
._mb--30 {
     margin-bottom: -30px !important;
   }
._mb--40 {
     margin-bottom: -40px !important;
   }
._mb--45 {
     margin-bottom: -45px !important;
   }
._mb--50 {
     margin-bottom: -50px !important;
   }
._mb--60 {
     margin-bottom: -60px !important;
   }
._mb--70 {
     margin-bottom: -70px !important;
   }
._mb--90 {
     margin-bottom: -90px !important;
   }
._mb--100 {
     margin-bottom: -100px !important;
   }
._ml--5 {
     margin-left: -5px !important;
   }
._ml--10 {
     margin-left: -10px !important;
   }
._ml--15 {
     margin-left: -15px !important;
   }
._ml--20 {
     margin-left: -20px !important;
   }
._ml--25 {
     margin-left: -25px !important;
   }
._ml--30 {
     margin-left: -30px !important;
   }
._ml--40 {
     margin-left: -40px !important;
   }
._ml--45 {
     margin-left: -45px !important;
   }
._ml--50 {
     margin-left: -50px !important;
   }
._ml--60 {
     margin-left: -60px !important;
   }
._ml--70 {
     margin-left: -70px !important;
   }
._ml--90 {
     margin-left: -90px !important;
   }
._ml--100 {
     margin-left: -100px !important;
   }
._mr--5 {
     margin-right: -5px !important;
   }
._mr--10 {
     margin-right: -10px !important;
   }
._mr--15 {
     margin-right: -15px !important;
   }
._mr--20 {
     margin-right: -20px !important;
   }
._mr--25 {
     margin-right: -25px !important;
   }
._mr--30 {
     margin-right: -30px !important;
   }
._mr--40 {
     margin-right: -40px !important;
   }
._mr--45 {
     margin-right: -45px !important;
   }
._mr--50 {
     margin-right: -50px !important;
   }
._mr--60 {
     margin-right: -60px !important;
   }
._mr--70 {
     margin-right: -70px !important;
   }
._mr--90 {
     margin-right: -90px !important;
   }
._mr--100 {
     margin-right: -100px !important;
   }
@media (max-width: 992px) {
     ._m-mob-a {
       margin: auto !important;
     }
     ._m-mob-0 {
       margin: 0 !important;
     }
     ._m-mob-5 {
       margin: 5px !important;
     }
     ._m-mob-10 {
       margin: 10px !important;
     }
     ._m-mob-15 {
       margin: 15px !important;
     }
     ._m-mob-20 {
       margin: 20px !important;
     }
     ._m-mob-25 {
       margin: 25px !important;
     }
     ._m-mob-30 {
       margin: 30px !important;
     }
     ._m-mob-40 {
       margin: 40px !important;
     }
     ._m-mob-45 {
       margin: 45px !important;
     }
     ._m-mob-50 {
       margin: 50px !important;
     }
     ._m-mob-60 {
       margin: 60px !important;
     }
     ._m-mob-70 {
       margin: 70px !important;
     }
     ._m-mob-80 {
       margin: 80px !important;
     }
     ._m-mob-90 {
       margin: 90px !important;
     }
     ._m-mob-100 {
       margin: 100px !important;
     }
     ._mh-mob-a {
       margin-left: auto !important;
       margin-right: auto !important;
     }
     ._mh-mob-0 {
       margin-left: 0 !important;
       margin-right: 0 !important;
     }
     ._mh-mob-5 {
       margin-left: 5px !important;
       margin-right: 5px !important;
     }
     ._mh-mob-10 {
       margin-left: 10px !important;
       margin-right: 10px !important;
     }
     ._mh-mob-15 {
       margin-left: 15px !important;
       margin-right: 15px !important;
     }
     ._mh-mob-20 {
       margin-left: 20px !important;
       margin-right: 20px !important;
     }
     ._mh-mob-25 {
       margin-left: 25px !important;
       margin-right: 25px !important;
     }
     ._mh-mob-30 {
       margin-left: 30px !important;
       margin-right: 30px !important;
     }
     ._mh-mob-40 {
       margin-left: 40px !important;
       margin-right: 40px !important;
     }
     ._mh-mob-45 {
       margin-left: 45px !important;
       margin-right: 45px !important;
     }
     ._mh-mob-50 {
       margin-left: 50px !important;
       margin-right: 50px !important;
     }
     ._mh-mob-60 {
       margin-left: 60px !important;
       margin-right: 60px !important;
     }
     ._mh-mob-70 {
       margin-left: 70px !important;
       margin-right: 70px !important;
     }
     ._mh-mob-80 {
       margin-left: 80px !important;
       margin-right: 80px !important;
     }
     ._mh-mob-90 {
       margin-left: 90px !important;
       margin-right: 90px !important;
     }
     ._mh-mob-100 {
       margin-left: 100px !important;
       margin-right: 100px !important;
     }
     ._mv-mob-a {
       margin-top: auto !important;
       margin-bottom: auto !important;
     }
     ._mv-mob-0 {
       margin-top: 0 !important;
       margin-bottom: 0 !important;
     }
     ._mv-mob-5 {
       margin-top: 5px !important;
       margin-bottom: 5px !important;
     }
     ._mv-mob-10 {
       margin-top: 10px !important;
       margin-bottom: 10px !important;
     }
     ._mv-mob-15 {
       margin-top: 15px !important;
       margin-bottom: 15px !important;
     }
     ._mv-mob-20 {
       margin-top: 20px !important;
       margin-bottom: 20px !important;
     }
     ._mv-mob-25 {
       margin-top: 25px !important;
       margin-bottom: 25px !important;
     }
     ._mv-mob-30 {
       margin-top: 30px !important;
       margin-bottom: 30px !important;
     }
     ._mv-mob-40 {
       margin-top: 40px !important;
       margin-bottom: 40px !important;
     }
     ._mv-mob-45 {
       margin-top: 45px !important;
       margin-bottom: 45px !important;
     }
     ._mv-mob-50 {
       margin-top: 50px !important;
       margin-bottom: 50px !important;
     }
     ._mv-mob-60 {
       margin-top: 60px !important;
       margin-bottom: 60px !important;
     }
     ._mv-mob-70 {
       margin-top: 70px !important;
       margin-bottom: 70px !important;
     }
     ._mv-mob-80 {
       margin-top: 80px !important;
       margin-bottom: 80px !important;
     }
     ._mv-mob-90 {
       margin-top: 90px !important;
       margin-bottom: 90px !important;
     }
     ._mv-mob-100 {
       margin-top: 100px !important;
       margin-bottom: 100px !important;
     }
     ._mt-mob-a {
       margin-top: auto !important;
     }
     ._mt-mob-0 {
       margin-top: 0 !important;
     }
     ._mt-mob-5 {
       margin-top: 5px !important;
     }
     ._mt-mob-10 {
       margin-top: 10px !important;
     }
     ._mt-mob-15 {
       margin-top: 15px !important;
     }
     ._mt-mob-20 {
       margin-top: 20px !important;
     }
     ._mt-mob-25 {
       margin-top: 25px !important;
     }
     ._mt-mob-30 {
       margin-top: 30px !important;
     }
     ._mt-mob-40 {
       margin-top: 40px !important;
     }
     ._mt-mob-45 {
       margin-top: 45px !important;
     }
     ._mt-mob-50 {
       margin-top: 50px !important;
     }
     ._mt-mob-60 {
       margin-top: 60px !important;
     }
     ._mt-mob-70 {
       margin-top: 70px !important;
     }
     ._mt-mob-80 {
       margin-top: 80px !important;
     }
     ._mt-mob-90 {
       margin-top: 90px !important;
     }
     ._mt-mob-100 {
       margin-top: 100px !important;
     }
     ._mb-mob-a {
       margin-bottom: auto !important;
     }
     ._mb-mob-0 {
       margin-bottom: 0 !important;
     }
     ._mb-mob-5 {
       margin-bottom: 5px !important;
     }
     ._mb-mob-10 {
       margin-bottom: 10px !important;
     }
     ._mb-mob-15 {
       margin-bottom: 15px !important;
     }
     ._mb-mob-20 {
       margin-bottom: 20px !important;
     }
     ._mb-mob-25 {
       margin-bottom: 25px !important;
     }
     ._mb-mob-30 {
       margin-bottom: 30px !important;
     }
     ._mb-mob-40 {
       margin-bottom: 40px !important;
     }
     ._mb-mob-45 {
       margin-bottom: 45px !important;
     }
     ._mb-mob-50 {
       margin-bottom: 50px !important;
     }
     ._mb-mob-60 {
       margin-bottom: 60px !important;
     }
     ._mb-mob-70 {
       margin-bottom: 70px !important;
     }
     ._mb-mob-80 {
       margin-bottom: 80px !important;
     }
     ._mb-mob-90 {
       margin-bottom: 90px !important;
     }
     ._mb-mob-100 {
       margin-bottom: 100px !important;
     }
     ._ml-mob-a {
       margin-left: auto !important;
     }
     ._ml-mob-0 {
       margin-left: 0 !important;
     }
     ._ml-mob-5 {
       margin-left: 5px !important;
     }
     ._ml-mob-10 {
       margin-left: 10px !important;
     }
     ._ml-mob-15 {
       margin-left: 15px !important;
     }
     ._ml-mob-20 {
       margin-left: 20px !important;
     }
     ._ml-mob-25 {
       margin-left: 25px !important;
     }
     ._ml-mob-30 {
       margin-left: 30px !important;
     }
     ._ml-mob-40 {
       margin-left: 40px !important;
     }
     ._ml-mob-45 {
       margin-left: 45px !important;
     }
     ._ml-mob-50 {
       margin-left: 50px !important;
     }
     ._ml-mob-60 {
       margin-left: 60px !important;
     }
     ._ml-mob-70 {
       margin-left: 70px !important;
     }
     ._ml-mob-80 {
       margin-left: 80px !important;
     }
     ._ml-mob-90 {
       margin-left: 90px !important;
     }
     ._ml-mob-100 {
       margin-left: 100px !important;
     }
     ._mr-mob-a {
       margin-right: auto !important;
     }
     ._mr-mob-0 {
       margin-right: 0 !important;
     }
     ._mr-mob-5 {
       margin-right: 5px !important;
     }
     ._mr-mob-10 {
       margin-right: 10px !important;
     }
     ._mr-mob-15 {
       margin-right: 15px !important;
     }
     ._mr-mob-20 {
       margin-right: 20px !important;
     }
     ._mr-mob-25 {
       margin-right: 25px !important;
     }
     ._mr-mob-30 {
       margin-right: 30px !important;
     }
     ._mr-mob-40 {
       margin-right: 40px !important;
     }
     ._mr-mob-45 {
       margin-right: 45px !important;
     }
     ._mr-mob-50 {
       margin-right: 50px !important;
     }
     ._mr-mob-60 {
       margin-right: 60px !important;
     }
     ._mr-mob-70 {
       margin-right: 70px !important;
     }
     ._mr-mob-80 {
       margin-right: 80px !important;
     }
     ._mr-mob-90 {
       margin-right: 90px !important;
     }
     ._mr-mob-100 {
       margin-right: 100px !important;
     }
     ._mt-mob--5 {
       margin-top: -5px !important;
     }
     ._mt-mob--10 {
       margin-top: -10px !important;
     }
     ._mt-mob--15 {
       margin-top: -15px !important;
     }
     ._mt-mob--20 {
       margin-top: -20px !important;
     }
     ._mt-mob--25 {
       margin-top: -25px !important;
     }
     ._mt-mob--30 {
       margin-top: -30px !important;
     }
     ._mt-mob--40 {
       margin-top: -40px !important;
     }
     ._mt-mob--45 {
       margin-top: -45px !important;
     }
     ._mt-mob--50 {
       margin-top: -50px !important;
     }
     ._mt-mob--60 {
       margin-top: -60px !important;
     }
     ._mt-mob--70 {
       margin-top: -70px !important;
     }
     ._mt-mob--90 {
       margin-top: -90px !important;
     }
     ._mt-mob--100 {
       margin-top: -100px !important;
     }
     ._mb-mob--5 {
       margin-bottom: -5px !important;
     }
     ._mb-mob--10 {
       margin-bottom: -10px !important;
     }
     ._mb-mob--15 {
       margin-bottom: -15px !important;
     }
     ._mb-mob--20 {
       margin-bottom: -20px !important;
     }
     ._mb-mob--25 {
       margin-bottom: -25px !important;
     }
     ._mb-mob--30 {
       margin-bottom: -30px !important;
     }
     ._mb-mob--40 {
       margin-bottom: -40px !important;
     }
     ._mb-mob--45 {
       margin-bottom: -45px !important;
     }
     ._mb-mob--50 {
       margin-bottom: -50px !important;
     }
     ._mb-mob--60 {
       margin-bottom: -60px !important;
     }
     ._mb-mob--70 {
       margin-bottom: -70px !important;
     }
     ._mb-mob--90 {
       margin-bottom: -90px !important;
     }
     ._mb-mob--100 {
       margin-bottom: -100px !important;
     }
     ._ml-mob--5 {
       margin-left: -5px !important;
     }
     ._ml-mob--10 {
       margin-left: -10px !important;
     }
     ._ml-mob--15 {
       margin-left: -15px !important;
     }
     ._ml-mob--20 {
       margin-left: -20px !important;
     }
     ._ml-mob--25 {
       margin-left: -25px !important;
     }
     ._ml-mob--30 {
       margin-left: -30px !important;
     }
     ._ml-mob--40 {
       margin-left: -40px !important;
     }
     ._ml-mob--45 {
       margin-left: -45px !important;
     }
     ._ml-mob--50 {
       margin-left: -50px !important;
     }
     ._ml-mob--60 {
       margin-left: -60px !important;
     }
     ._ml-mob--70 {
       margin-left: -70px !important;
     }
     ._ml-mob--90 {
       margin-left: -90px !important;
     }
     ._ml-mob--100 {
       margin-left: -100px !important;
     }
     ._mr-mob--5 {
       margin-right: -5px !important;
     }
     ._mr-mob--10 {
       margin-right: -10px !important;
     }
     ._mr-mob--15 {
       margin-right: -15px !important;
     }
     ._mr-mob--20 {
       margin-right: -20px !important;
     }
     ._mr-mob--25 {
       margin-right: -25px !important;
     }
     ._mr-mob--30 {
       margin-right: -30px !important;
     }
     ._mr-mob--40 {
       margin-right: -40px !important;
     }
     ._mr-mob--45 {
       margin-right: -45px !important;
     }
     ._mr-mob--50 {
       margin-right: -50px !important;
     }
     ._mr-mob--60 {
       margin-right: -60px !important;
     }
     ._mr-mob--70 {
       margin-right: -70px !important;
     }
     ._mr-mob--90 {
       margin-right: -90px !important;
     }
     ._mr-mob--100 {
       margin-right: -100px !important;
     }
   }
@media (min-width: 992px) {
     ._m-desk-a {
       margin: auto !important;
     }
     ._m-desk-0 {
       margin: 0 !important;
     }
     ._m-desk-5 {
       margin: 5px !important;
     }
     ._m-desk-10 {
       margin: 10px !important;
     }
     ._m-desk-15 {
       margin: 15px !important;
     }
     ._m-desk-20 {
       margin: 20px !important;
     }
     ._m-desk-25 {
       margin: 25px !important;
     }
     ._m-desk-30 {
       margin: 30px !important;
     }
     ._m-desk-40 {
       margin: 40px !important;
     }
     ._m-desk-45 {
       margin: 45px !important;
     }
     ._m-desk-50 {
       margin: 50px !important;
     }
     ._m-desk-60 {
       margin: 60px !important;
     }
     ._m-desk-70 {
       margin: 70px !important;
     }
     ._m-desk-80 {
       margin: 80px !important;
     }
     ._m-desk-90 {
       margin: 90px !important;
     }
     ._m-desk-100 {
       margin: 100px !important;
     }
     ._mh-desk-a {
       margin-left: auto !important;
       margin-right: auto !important;
     }
     ._mh-desk-0 {
       margin-left: 0 !important;
       margin-right: 0 !important;
     }
     ._mh-desk-5 {
       margin-left: 5px !important;
       margin-right: 5px !important;
     }
     ._mh-desk-10 {
       margin-left: 10px !important;
       margin-right: 10px !important;
     }
     ._mh-desk-15 {
       margin-left: 15px !important;
       margin-right: 15px !important;
     }
     ._mh-desk-20 {
       margin-left: 20px !important;
       margin-right: 20px !important;
     }
     ._mh-desk-25 {
       margin-left: 25px !important;
       margin-right: 25px !important;
     }
     ._mh-desk-30 {
       margin-left: 30px !important;
       margin-right: 30px !important;
     }
     ._mh-desk-40 {
       margin-left: 40px !important;
       margin-right: 40px !important;
     }
     ._mh-desk-45 {
       margin-left: 45px !important;
       margin-right: 45px !important;
     }
     ._mh-desk-50 {
       margin-left: 50px !important;
       margin-right: 50px !important;
     }
     ._mh-desk-60 {
       margin-left: 60px !important;
       margin-right: 60px !important;
     }
     ._mh-desk-70 {
       margin-left: 70px !important;
       margin-right: 70px !important;
     }
     ._mh-desk-80 {
       margin-left: 80px !important;
       margin-right: 80px !important;
     }
     ._mh-desk-90 {
       margin-left: 90px !important;
       margin-right: 90px !important;
     }
     ._mh-desk-100 {
       margin-left: 100px !important;
       margin-right: 100px !important;
     }
     ._mv-desk-a {
       margin-top: auto !important;
       margin-bottom: auto !important;
     }
     ._mv-desk-0 {
       margin-top: 0 !important;
       margin-bottom: 0 !important;
     }
     ._mv-desk-5 {
       margin-top: 5px !important;
       margin-bottom: 5px !important;
     }
     ._mv-desk-10 {
       margin-top: 10px !important;
       margin-bottom: 10px !important;
     }
     ._mv-desk-15 {
       margin-top: 15px !important;
       margin-bottom: 15px !important;
     }
     ._mv-desk-20 {
       margin-top: 20px !important;
       margin-bottom: 20px !important;
     }
     ._mv-desk-25 {
       margin-top: 25px !important;
       margin-bottom: 25px !important;
     }
     ._mv-desk-30 {
       margin-top: 30px !important;
       margin-bottom: 30px !important;
     }
     ._mv-desk-40 {
       margin-top: 40px !important;
       margin-bottom: 40px !important;
     }
     ._mv-desk-45 {
       margin-top: 45px !important;
       margin-bottom: 45px !important;
     }
     ._mv-desk-50 {
       margin-top: 50px !important;
       margin-bottom: 50px !important;
     }
     ._mv-desk-60 {
       margin-top: 60px !important;
       margin-bottom: 60px !important;
     }
     ._mv-desk-70 {
       margin-top: 70px !important;
       margin-bottom: 70px !important;
     }
     ._mv-desk-80 {
       margin-top: 80px !important;
       margin-bottom: 80px !important;
     }
     ._mv-desk-90 {
       margin-top: 90px !important;
       margin-bottom: 90px !important;
     }
     ._mv-desk-100 {
       margin-top: 100px !important;
       margin-bottom: 100px !important;
     }
     ._mt-desk-a {
       margin-top: auto !important;
     }
     ._mt-desk-0 {
       margin-top: 0 !important;
     }
     ._mt-desk-5 {
       margin-top: 5px !important;
     }
     ._mt-desk-10 {
       margin-top: 10px !important;
     }
     ._mt-desk-15 {
       margin-top: 15px !important;
     }
     ._mt-desk-20 {
       margin-top: 20px !important;
     }
     ._mt-desk-25 {
       margin-top: 25px !important;
     }
     ._mt-desk-30 {
       margin-top: 30px !important;
     }
     ._mt-desk-40 {
       margin-top: 40px !important;
     }
     ._mt-desk-45 {
       margin-top: 45px !important;
     }
     ._mt-desk-50 {
       margin-top: 50px !important;
     }
     ._mt-desk-60 {
       margin-top: 60px !important;
     }
     ._mt-desk-70 {
       margin-top: 70px !important;
     }
     ._mt-desk-80 {
       margin-top: 80px !important;
     }
     ._mt-desk-90 {
       margin-top: 90px !important;
     }
     ._mt-desk-100 {
       margin-top: 100px !important;
     }
     ._mb-desk-a {
       margin-bottom: auto !important;
     }
     ._mb-desk-0 {
       margin-bottom: 0 !important;
     }
     ._mb-desk-5 {
       margin-bottom: 5px !important;
     }
     ._mb-desk-10 {
       margin-bottom: 10px !important;
     }
     ._mb-desk-15 {
       margin-bottom: 15px !important;
     }
     ._mb-desk-20 {
       margin-bottom: 20px !important;
     }
     ._mb-desk-25 {
       margin-bottom: 25px !important;
     }
     ._mb-desk-30 {
       margin-bottom: 30px !important;
     }
     ._mb-desk-40 {
       margin-bottom: 40px !important;
     }
     ._mb-desk-45 {
       margin-bottom: 45px !important;
     }
     ._mb-desk-50 {
       margin-bottom: 50px !important;
     }
     ._mb-desk-60 {
       margin-bottom: 60px !important;
     }
     ._mb-desk-70 {
       margin-bottom: 70px !important;
     }
     ._mb-desk-80 {
       margin-bottom: 80px !important;
     }
     ._mb-desk-90 {
       margin-bottom: 90px !important;
     }
     ._mb-desk-100 {
       margin-bottom: 100px !important;
     }
     ._ml-desk-a {
       margin-left: auto !important;
     }
     ._ml-desk-0 {
       margin-left: 0 !important;
     }
     ._ml-desk-5 {
       margin-left: 5px !important;
     }
     ._ml-desk-10 {
       margin-left: 10px !important;
     }
     ._ml-desk-15 {
       margin-left: 15px !important;
     }
     ._ml-desk-20 {
       margin-left: 20px !important;
     }
     ._ml-desk-25 {
       margin-left: 25px !important;
     }
     ._ml-desk-30 {
       margin-left: 30px !important;
     }
     ._ml-desk-40 {
       margin-left: 40px !important;
     }
     ._ml-desk-45 {
       margin-left: 45px !important;
     }
     ._ml-desk-50 {
       margin-left: 50px !important;
     }
     ._ml-desk-60 {
       margin-left: 60px !important;
     }
     ._ml-desk-70 {
       margin-left: 70px !important;
     }
     ._ml-desk-80 {
       margin-left: 80px !important;
     }
     ._ml-desk-90 {
       margin-left: 90px !important;
     }
     ._ml-desk-100 {
       margin-left: 100px !important;
     }
     ._mr-desk-a {
       margin-right: auto !important;
     }
     ._mr-desk-0 {
       margin-right: 0 !important;
     }
     ._mr-desk-5 {
       margin-right: 5px !important;
     }
     ._mr-desk-10 {
       margin-right: 10px !important;
     }
     ._mr-desk-15 {
       margin-right: 15px !important;
     }
     ._mr-desk-20 {
       margin-right: 20px !important;
     }
     ._mr-desk-25 {
       margin-right: 25px !important;
     }
     ._mr-desk-30 {
       margin-right: 30px !important;
     }
     ._mr-desk-40 {
       margin-right: 40px !important;
     }
     ._mr-desk-45 {
       margin-right: 45px !important;
     }
     ._mr-desk-50 {
       margin-right: 50px !important;
     }
     ._mr-desk-60 {
       margin-right: 60px !important;
     }
     ._mr-desk-70 {
       margin-right: 70px !important;
     }
     ._mr-desk-80 {
       margin-right: 80px !important;
     }
     ._mr-desk-90 {
       margin-right: 90px !important;
     }
     ._mr-desk-100 {
       margin-right: 100px !important;
     }
   }
._p-0 {
     padding: 0 !important;
   }
._p-5 {
     padding: 5px !important;
   }
._p-10 {
     padding: 10px !important;
   }
._p-15 {
     padding: 15px !important;
   }
._p-20 {
     padding: 20px !important;
   }
._p-25 {
     padding: 25px !important;
   }
._p-30 {
     padding: 30px !important;
   }
._p-40 {
     padding: 40px !important;
   }
._p-45 {
     padding: 45px !important;
   }
._p-50 {
     padding: 50px !important;
   }
._p-60 {
     padding: 60px !important;
   }
._p-70 {
     padding: 70px !important;
   }
._p-80 {
     padding: 80px !important;
   }
._p-90 {
     padding: 90px !important;
   }
._p-100 {
     padding: 100px !important;
   }
._p-120 {
     padding: 120px !important;
   }
._p-150 {
     padding: 150px !important;
   }
._p-200 {
     padding: 200px !important;
   }
._p-250 {
     padding: 250px !important;
   }
._p-300 {
     padding: 300px !important;
   }
._p-400 {
     padding: 400px !important;
   }
._p-500 {
     padding: 500px !important;
   }
._p-600 {
     padding: 600px !important;
   }
._ph-0 {
     padding-left: 0 !important;
     padding-right: 0 !important;
   }
._ph-5 {
     padding-left: 5px !important;
     padding-right: 5px !important;
   }
._ph-10 {
     padding-left: 10px !important;
     padding-right: 10px !important;
   }
._ph-15 {
     padding-left: 15px !important;
     padding-right: 15px !important;
   }
._ph-20 {
     padding-left: 20px !important;
     padding-right: 20px !important;
   }
._ph-25 {
     padding-left: 25px !important;
     padding-right: 25px !important;
   }
._ph-30 {
     padding-left: 30px !important;
     padding-right: 30px !important;
   }
._ph-40 {
     padding-left: 40px !important;
     padding-right: 40px !important;
   }
._ph-45 {
     padding-left: 45px !important;
     padding-right: 45px !important;
   }
._ph-50 {
     padding-left: 50px !important;
     padding-right: 50px !important;
   }
._ph-60 {
     padding-left: 60px !important;
     padding-right: 60px !important;
   }
._ph-70 {
     padding-left: 70px !important;
     padding-right: 70px !important;
   }
._ph-80 {
     padding-left: 80px !important;
     padding-right: 80px !important;
   }
._ph-90 {
     padding-left: 90px !important;
     padding-right: 90px !important;
   }
._ph-100 {
     padding-left: 100px !important;
     padding-right: 100px !important;
   }
._ph-120 {
     padding-left: 120px !important;
     padding-right: 120px !important;
   }
._ph-150 {
     padding-left: 150px !important;
     padding-right: 150px !important;
   }
._ph-200 {
     padding-left: 200px !important;
     padding-right: 200px !important;
   }
._ph-250 {
     padding-left: 250px !important;
     padding-right: 250px !important;
   }
._ph-300 {
     padding-left: 300px !important;
     padding-right: 300px !important;
   }
._ph-400 {
     padding-left: 400px !important;
     padding-right: 400px !important;
   }
._ph-500 {
     padding-left: 500px !important;
     padding-right: 500px !important;
   }
._ph-600 {
     padding-left: 600px !important;
     padding-right: 600px !important;
   }
._pv-0 {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
   }
._pv-5 {
     padding-top: 5px !important;
     padding-bottom: 5px !important;
   }
._pv-10 {
     padding-top: 10px !important;
     padding-bottom: 10px !important;
   }
._pv-15 {
     padding-top: 15px !important;
     padding-bottom: 15px !important;
   }
._pv-20 {
     padding-top: 20px !important;
     padding-bottom: 20px !important;
   }
._pv-25 {
     padding-top: 25px !important;
     padding-bottom: 25px !important;
   }
._pv-30 {
     padding-top: 30px !important;
     padding-bottom: 30px !important;
   }
._pv-40 {
     padding-top: 40px !important;
     padding-bottom: 40px !important;
   }
._pv-45 {
     padding-top: 45px !important;
     padding-bottom: 45px !important;
   }
._pv-50 {
     padding-top: 50px !important;
     padding-bottom: 50px !important;
   }
._pv-60 {
     padding-top: 60px !important;
     padding-bottom: 60px !important;
   }
._pv-70 {
     padding-top: 70px !important;
     padding-bottom: 70px !important;
   }
._pv-80 {
     padding-top: 80px !important;
     padding-bottom: 80px !important;
   }
._pv-90 {
     padding-top: 90px !important;
     padding-bottom: 90px !important;
   }
._pv-100 {
     padding-top: 100px !important;
     padding-bottom: 100px !important;
   }
._pv-120 {
     padding-top: 120px !important;
     padding-bottom: 120px !important;
   }
._pv-150 {
     padding-top: 150px !important;
     padding-bottom: 150px !important;
   }
._pv-200 {
     padding-top: 200px !important;
     padding-bottom: 200px !important;
   }
._pv-250 {
     padding-top: 250px !important;
     padding-bottom: 250px !important;
   }
._pv-250C {
     padding-top: 330px !important;
     padding-bottom: 60px !important;
   }
._pv-300 {
     padding-top: 300px !important;
     padding-bottom: 300px !important;
   }
._pv-400 {
     padding-top: 400px !important;
     padding-bottom: 400px !important;
   }
._pv-500 {
     padding-top: 500px !important;
     padding-bottom: 500px !important;
   }
._pv-600 {
     padding-top: 600px !important;
     padding-bottom: 600px !important;
   }
._pt-0 {
     padding-top: 0 !important;
   }
._pt-5 {
     padding-top: 5px !important;
   }
._pt-10 {
     padding-top: 10px !important;
   }
._pt-15 {
     padding-top: 15px !important;
   }
._pt-20 {
     padding-top: 20px !important;
   }
._pt-25 {
     padding-top: 25px !important;
   }
._pt-30 {
     padding-top: 30px !important;
   }
._pt-40 {
     padding-top: 40px !important;
   }
._pt-45 {
     padding-top: 45px !important;
   }
._pt-50 {
     padding-top: 50px !important;
   }
._pt-60 {
     padding-top: 60px !important;
   }
._pt-70 {
     padding-top: 70px !important;
   }
._pt-80 {
     padding-top: 80px !important;
   }
._pt-90 {
     padding-top: 90px !important;
   }
._pt-100 {
     padding-top: 100px !important;
   }
._pt-120 {
     padding-top: 120px !important;
   }
._pt-150 {
     padding-top: 150px !important;
   }
._pt-200 {
     padding-top: 200px !important;
   }
._pt-250 {
     padding-top: 250px !important;
   }
._pt-300 {
     padding-top: 300px !important;
   }
._pt-400 {
     padding-top: 400px !important;
   }
._pt-500 {
     padding-top: 500px !important;
   }
._pt-600 {
     padding-top: 600px !important;
   }
._pb-0 {
     padding-bottom: 0 !important;
   }
._pb-5 {
     padding-bottom: 5px !important;
   }
._pb-10 {
     padding-bottom: 10px !important;
   }
._pb-15 {
     padding-bottom: 15px !important;
   }
._pb-20 {
     padding-bottom: 20px !important;
   }
._pb-25 {
     padding-bottom: 25px !important;
   }
._pb-30 {
     padding-bottom: 30px !important;
   }
._pb-40 {
     padding-bottom: 40px !important;
   }
._pb-45 {
     padding-bottom: 45px !important;
   }
._pb-50 {
     padding-bottom: 50px !important;
   }
._pb-60 {
     padding-bottom: 60px !important;
   }
._pb-70 {
     padding-bottom: 70px !important;
   }
._pb-80 {
     padding-bottom: 80px !important;
   }
._pb-90 {
     padding-bottom: 90px !important;
   }
._pb-100 {
     padding-bottom: 100px !important;
   }
._pb-120 {
     padding-bottom: 120px !important;
   }
._pb-150 {
     padding-bottom: 150px !important;
   }
._pb-200 {
     padding-bottom: 200px !important;
   }
._pb-250 {
     padding-bottom: 250px !important;
   }
._pb-300 {
     padding-bottom: 300px !important;
   }
._pb-400 {
     padding-bottom: 400px !important;
   }
._pb-500 {
     padding-bottom: 500px !important;
   }
._pb-600 {
     padding-bottom: 600px !important;
   }
._pl-0 {
     padding-left: 0 !important;
   }
._pl-5 {
     padding-left: 5px !important;
   }
._pl-10 {
     padding-left: 10px !important;
   }
._pl-15 {
     padding-left: 15px !important;
   }
._pl-20 {
     padding-left: 20px !important;
   }
._pl-25 {
     padding-left: 25px !important;
   }
._pl-30 {
     padding-left: 30px !important;
   }
._pl-40 {
     padding-left: 40px !important;
   }
._pl-45 {
     padding-left: 45px !important;
   }
._pl-50 {
     padding-left: 50px !important;
   }
._pl-60 {
     padding-left: 60px !important;
   }
._pl-70 {
     padding-left: 70px !important;
   }
._pl-80 {
     padding-left: 80px !important;
   }
._pl-90 {
     padding-left: 90px !important;
   }
._pl-100 {
     padding-left: 100px !important;
   }
._pl-120 {
     padding-left: 120px !important;
   }
._pl-150 {
     padding-left: 150px !important;
   }
._pl-200 {
     padding-left: 200px !important;
   }
._pl-250 {
     padding-left: 250px !important;
   }
._pl-300 {
     padding-left: 300px !important;
   }
._pl-400 {
     padding-left: 400px !important;
   }
._pl-500 {
     padding-left: 500px !important;
   }
._pl-600 {
     padding-left: 600px !important;
   }
._pr-0 {
     padding-right: 0 !important;
   }
._pr-5 {
     padding-right: 5px !important;
   }
._pr-10 {
     padding-right: 10px !important;
   }
._pr-15 {
     padding-right: 15px !important;
   }
._pr-20 {
     padding-right: 20px !important;
   }
._pr-25 {
     padding-right: 25px !important;
   }
._pr-30 {
     padding-right: 30px !important;
   }
._pr-40 {
     padding-right: 40px !important;
   }
._pr-45 {
     padding-right: 45px !important;
   }
._pr-50 {
     padding-right: 50px !important;
   }
._pr-60 {
     padding-right: 60px !important;
   }
._pr-70 {
     padding-right: 70px !important;
   }
._pr-80 {
     padding-right: 80px !important;
   }
._pr-90 {
     padding-right: 90px !important;
   }
._pr-100 {
     padding-right: 100px !important;
   }
._pr-120 {
     padding-right: 120px !important;
   }
._pr-150 {
     padding-right: 150px !important;
   }
._pr-200 {
     padding-right: 200px !important;
   }
._pr-250 {
     padding-right: 250px !important;
   }
._pr-300 {
     padding-right: 300px !important;
   }
._pr-400 {
     padding-right: 400px !important;
   }
._pr-500 {
     padding-right: 500px !important;
   }
._pr-600 {
     padding-right: 600px !important;
   }
@media (max-width: 992px) {
     ._p-mob-0 {
       padding: 0 !important;
     }
     ._p-mob-5 {
       padding: 5px !important;
     }
     ._p-mob-10 {
       padding: 10px !important;
     }
     ._p-mob-15 {
       padding: 15px !important;
     }
     ._p-mob-20 {
       padding: 20px !important;
     }
     ._p-mob-25 {
       padding: 25px !important;
     }
     ._p-mob-30 {
       padding: 30px !important;
     }
     ._p-mob-40 {
       padding: 40px !important;
     }
     ._p-mob-45 {
       padding: 45px !important;
     }
     ._p-mob-50 {
       padding: 50px !important;
     }
     ._p-mob-60 {
       padding: 60px !important;
     }
     ._p-mob-70 {
       padding: 70px !important;
     }
     ._p-mob-80 {
       padding: 80px !important;
     }
     ._p-mob-90 {
       padding: 90px !important;
     }
     ._p-mob-100 {
       padding: 100px !important;
     }
     ._p-mob-120 {
       padding: 120px !important;
     }
     ._p-mob-150 {
       padding: 150px !important;
     }
     ._p-mob-200 {
       padding: 200px !important;
     }
     ._p-mob-250 {
       padding: 250px !important;
     }
     ._p-mob-300 {
       padding: 300px !important;
     }
     ._p-mob-400 {
       padding: 400px !important;
     }
     ._p-mob-500 {
       padding: 500px !important;
     }
     ._p-mob-600 {
       padding: 600px !important;
     }
     ._ph-mob-0 {
       padding-left: 0 !important;
       padding-right: 0 !important;
     }
     ._ph-mob-5 {
       padding-left: 5px !important;
       padding-right: 5px !important;
     }
     ._ph-mob-10 {
       padding-left: 10px !important;
       padding-right: 10px !important;
     }
     ._ph-mob-15 {
       padding-left: 15px !important;
       padding-right: 15px !important;
     }
     ._ph-mob-20 {
       padding-left: 20px !important;
       padding-right: 20px !important;
     }
     ._ph-mob-25 {
       padding-left: 25px !important;
       padding-right: 25px !important;
     }
     ._ph-mob-30 {
       padding-left: 30px !important;
       padding-right: 30px !important;
     }
     ._ph-mob-40 {
       padding-left: 40px !important;
       padding-right: 40px !important;
     }
     ._ph-mob-45 {
       padding-left: 45px !important;
       padding-right: 45px !important;
     }
     ._ph-mob-50 {
       padding-left: 50px !important;
       padding-right: 50px !important;
     }
     ._ph-mob-60 {
       padding-left: 60px !important;
       padding-right: 60px !important;
     }
     ._ph-mob-70 {
       padding-left: 70px !important;
       padding-right: 70px !important;
     }
     ._ph-mob-80 {
       padding-left: 80px !important;
       padding-right: 80px !important;
     }
     ._ph-mob-90 {
       padding-left: 90px !important;
       padding-right: 90px !important;
     }
     ._ph-mob-100 {
       padding-left: 100px !important;
       padding-right: 100px !important;
     }
     ._ph-mob-120 {
       padding-left: 120px !important;
       padding-right: 120px !important;
     }
     ._ph-mob-150 {
       padding-left: 150px !important;
       padding-right: 150px !important;
     }
     ._ph-mob-200 {
       padding-left: 200px !important;
       padding-right: 200px !important;
     }
     ._ph-mob-250 {
       padding-left: 250px !important;
       padding-right: 250px !important;
     }
     ._ph-mob-300 {
       padding-left: 300px !important;
       padding-right: 300px !important;
     }
     ._ph-mob-400 {
       padding-left: 400px !important;
       padding-right: 400px !important;
     }
     ._ph-mob-500 {
       padding-left: 500px !important;
       padding-right: 500px !important;
     }
     ._ph-mob-600 {
       padding-left: 600px !important;
       padding-right: 600px !important;
     }
     ._pv-mob-0 {
       padding-top: 0 !important;
       padding-bottom: 0 !important;
     }
     ._pv-mob-5 {
       padding-top: 5px !important;
       padding-bottom: 5px !important;
     }
     ._pv-mob-10 {
       padding-top: 10px !important;
       padding-bottom: 10px !important;
     }
     ._pv-mob-15 {
       padding-top: 15px !important;
       padding-bottom: 15px !important;
     }
     ._pv-mob-20 {
       padding-top: 20px !important;
       padding-bottom: 20px !important;
     }
     ._pv-mob-25 {
       padding-top: 25px !important;
       padding-bottom: 25px !important;
     }
     ._pv-mob-30 {
       padding-top: 30px !important;
       padding-bottom: 30px !important;
     }
     ._pv-mob-40 {
       padding-top: 40px !important;
       padding-bottom: 40px !important;
     }
     ._pv-mob-45 {
       padding-top: 45px !important;
       padding-bottom: 45px !important;
     }
     ._pv-mob-50 {
       padding-top: 50px !important;
       padding-bottom: 50px !important;
     }
     ._pv-mob-60 {
       padding-top: 60px !important;
       padding-bottom: 60px !important;
     }
     ._pv-mob-70 {
       padding-top: 70px !important;
       padding-bottom: 70px !important;
     }
     ._pv-mob-80 {
       padding-top: 80px !important;
       padding-bottom: 80px !important;
     }
     ._pv-mob-90 {
       padding-top: 90px !important;
       padding-bottom: 90px !important;
     }
     ._pv-mob-100 {
       padding-top: 100px !important;
       padding-bottom: 100px !important;
     }
     ._pv-mob-120 {
       padding-top: 120px !important;
       padding-bottom: 120px !important;
     }
     ._pv-mob-150 {
       padding-top: 150px !important;
       padding-bottom: 150px !important;
     }
     ._pv-mob-200 {
       padding-top: 200px !important;
       padding-bottom: 200px !important;
     }
     ._pv-mob-250 {
       padding-top: 250px !important;
       padding-bottom: 250px !important;
     }
     ._pv-mob-300 {
       padding-top: 300px !important;
       padding-bottom: 300px !important;
     }
     ._pv-mob-400 {
       padding-top: 400px !important;
       padding-bottom: 400px !important;
     }
     ._pv-mob-500 {
       padding-top: 500px !important;
       padding-bottom: 500px !important;
     }
     ._pv-mob-600 {
       padding-top: 600px !important;
       padding-bottom: 600px !important;
     }
     ._pt-mob-0 {
       padding-top: 0 !important;
     }
     ._pt-mob-5 {
       padding-top: 5px !important;
     }
     ._pt-mob-10 {
       padding-top: 10px !important;
     }
     ._pt-mob-15 {
       padding-top: 15px !important;
     }
     ._pt-mob-20 {
       padding-top: 20px !important;
     }
     ._pt-mob-25 {
       padding-top: 25px !important;
     }
     ._pt-mob-30 {
       padding-top: 30px !important;
     }
     ._pt-mob-40 {
       padding-top: 40px !important;
     }
     ._pt-mob-45 {
       padding-top: 45px !important;
     }
     ._pt-mob-50 {
       padding-top: 50px !important;
     }
     ._pt-mob-60 {
       padding-top: 60px !important;
     }
     ._pt-mob-70 {
       padding-top: 70px !important;
     }
     ._pt-mob-80 {
       padding-top: 80px !important;
     }
     ._pt-mob-90 {
       padding-top: 90px !important;
     }
     ._pt-mob-100 {
       padding-top: 100px !important;
     }
     ._pt-mob-120 {
       padding-top: 120px !important;
     }
     ._pt-mob-150 {
       padding-top: 150px !important;
     }
     ._pt-mob-200 {
       padding-top: 200px !important;
     }
     ._pt-mob-250 {
       padding-top: 250px !important;
     }
     ._pt-mob-300 {
       padding-top: 300px !important;
     }
     ._pt-mob-400 {
       padding-top: 400px !important;
     }
     ._pt-mob-500 {
       padding-top: 500px !important;
     }
     ._pt-mob-600 {
       padding-top: 600px !important;
     }
     ._pb-mob-0 {
       padding-bottom: 0 !important;
     }
     ._pb-mob-5 {
       padding-bottom: 5px !important;
     }
     ._pb-mob-10 {
       padding-bottom: 10px !important;
     }
     ._pb-mob-15 {
       padding-bottom: 15px !important;
     }
     ._pb-mob-20 {
       padding-bottom: 20px !important;
     }
     ._pb-mob-25 {
       padding-bottom: 25px !important;
     }
     ._pb-mob-30 {
       padding-bottom: 30px !important;
     }
     ._pb-mob-40 {
       padding-bottom: 40px !important;
     }
     ._pb-mob-45 {
       padding-bottom: 45px !important;
     }
     ._pb-mob-50 {
       padding-bottom: 50px !important;
     }
     ._pb-mob-60 {
       padding-bottom: 60px !important;
     }
     ._pb-mob-70 {
       padding-bottom: 70px !important;
     }
     ._pb-mob-80 {
       padding-bottom: 80px !important;
     }
     ._pb-mob-90 {
       padding-bottom: 90px !important;
     }
     ._pb-mob-100 {
       padding-bottom: 100px !important;
     }
     ._pb-mob-120 {
       padding-bottom: 120px !important;
     }
     ._pb-mob-150 {
       padding-bottom: 150px !important;
     }
     ._pb-mob-200 {
       padding-bottom: 200px !important;
     }
     ._pb-mob-250 {
       padding-bottom: 250px !important;
     }
     ._pb-mob-300 {
       padding-bottom: 300px !important;
     }
     ._pb-mob-400 {
       padding-bottom: 400px !important;
     }
     ._pb-mob-500 {
       padding-bottom: 500px !important;
     }
     ._pb-mob-600 {
       padding-bottom: 600px !important;
     }
     ._pl-mob-0 {
       padding-left: 0 !important;
     }
     ._pl-mob-5 {
       padding-left: 5px !important;
     }
     ._pl-mob-10 {
       padding-left: 10px !important;
     }
     ._pl-mob-15 {
       padding-left: 15px !important;
     }
     ._pl-mob-20 {
       padding-left: 20px !important;
     }
     ._pl-mob-25 {
       padding-left: 25px !important;
     }
     ._pl-mob-30 {
       padding-left: 30px !important;
     }
     ._pl-mob-40 {
       padding-left: 40px !important;
     }
     ._pl-mob-45 {
       padding-left: 45px !important;
     }
     ._pl-mob-50 {
       padding-left: 50px !important;
     }
     ._pl-mob-60 {
       padding-left: 60px !important;
     }
     ._pl-mob-70 {
       padding-left: 70px !important;
     }
     ._pl-mob-80 {
       padding-left: 80px !important;
     }
     ._pl-mob-90 {
       padding-left: 90px !important;
     }
     ._pl-mob-100 {
       padding-left: 100px !important;
     }
     ._pl-mob-120 {
       padding-left: 120px !important;
     }
     ._pl-mob-150 {
       padding-left: 150px !important;
     }
     ._pl-mob-200 {
       padding-left: 200px !important;
     }
     ._pl-mob-250 {
       padding-left: 250px !important;
     }
     ._pl-mob-300 {
       padding-left: 300px !important;
     }
     ._pl-mob-400 {
       padding-left: 400px !important;
     }
     ._pl-mob-500 {
       padding-left: 500px !important;
     }
     ._pl-mob-600 {
       padding-left: 600px !important;
     }
     ._pr-mob-0 {
       padding-right: 0 !important;
     }
     ._pr-mob-5 {
       padding-right: 5px !important;
     }
     ._pr-mob-10 {
       padding-right: 10px !important;
     }
     ._pr-mob-15 {
       padding-right: 15px !important;
     }
     ._pr-mob-20 {
       padding-right: 20px !important;
     }
     ._pr-mob-25 {
       padding-right: 25px !important;
     }
     ._pr-mob-30 {
       padding-right: 30px !important;
     }
     ._pr-mob-40 {
       padding-right: 40px !important;
     }
     ._pr-mob-45 {
       padding-right: 45px !important;
     }
     ._pr-mob-50 {
       padding-right: 50px !important;
     }
     ._pr-mob-60 {
       padding-right: 60px !important;
     }
     ._pr-mob-70 {
       padding-right: 70px !important;
     }
     ._pr-mob-80 {
       padding-right: 80px !important;
     }
     ._pr-mob-90 {
       padding-right: 90px !important;
     }
     ._pr-mob-100 {
       padding-right: 100px !important;
     }
     ._pr-mob-120 {
       padding-right: 120px !important;
     }
     ._pr-mob-150 {
       padding-right: 150px !important;
     }
     ._pr-mob-200 {
       padding-right: 200px !important;
     }
     ._pr-mob-250 {
       padding-right: 250px !important;
     }
     ._pr-mob-300 {
       padding-right: 300px !important;
     }
     ._pr-mob-400 {
       padding-right: 400px !important;
     }
     ._pr-mob-500 {
       padding-right: 500px !important;
     }
     ._pr-mob-600 {
       padding-right: 600px !important;
     }
   }
@media (min-width: 992px) {
     ._p-desk-0 {
       padding: 0 !important;
     }
     ._p-desk-5 {
       padding: 5px !important;
     }
     ._p-desk-10 {
       padding: 10px !important;
     }
     ._p-desk-15 {
       padding: 15px !important;
     }
     ._p-desk-20 {
       padding: 20px !important;
     }
     ._p-desk-25 {
       padding: 25px !important;
     }
     ._p-desk-30 {
       padding: 30px !important;
     }
     ._p-desk-40 {
       padding: 40px !important;
     }
     ._p-desk-45 {
       padding: 45px !important;
     }
     ._p-desk-50 {
       padding: 50px !important;
     }
     ._p-desk-60 {
       padding: 60px !important;
     }
     ._p-desk-70 {
       padding: 70px !important;
     }
     ._p-desk-80 {
       padding: 80px !important;
     }
     ._p-desk-90 {
       padding: 90px !important;
     }
     ._p-desk-100 {
       padding: 100px !important;
     }
     ._p-desk-120 {
       padding: 120px !important;
     }
     ._p-desk-150 {
       padding: 150px !important;
     }
     ._p-desk-200 {
       padding: 200px !important;
     }
     ._p-desk-250 {
       padding: 250px !important;
     }
     ._p-desk-300 {
       padding: 300px !important;
     }
     ._p-desk-400 {
       padding: 400px !important;
     }
     ._p-desk-500 {
       padding: 500px !important;
     }
     ._p-desk-600 {
       padding: 600px !important;
     }
     ._ph-desk-0 {
       padding-left: 0 !important;
       padding-right: 0 !important;
     }
     ._ph-desk-5 {
       padding-left: 5px !important;
       padding-right: 5px !important;
     }
     ._ph-desk-10 {
       padding-left: 10px !important;
       padding-right: 10px !important;
     }
     ._ph-desk-15 {
       padding-left: 15px !important;
       padding-right: 15px !important;
     }
     ._ph-desk-20 {
       padding-left: 20px !important;
       padding-right: 20px !important;
     }
     ._ph-desk-25 {
       padding-left: 25px !important;
       padding-right: 25px !important;
     }
     ._ph-desk-30 {
       padding-left: 30px !important;
       padding-right: 30px !important;
     }
     ._ph-desk-40 {
       padding-left: 40px !important;
       padding-right: 40px !important;
     }
     ._ph-desk-45 {
       padding-left: 45px !important;
       padding-right: 45px !important;
     }
     ._ph-desk-50 {
       padding-left: 50px !important;
       padding-right: 50px !important;
     }
     ._ph-desk-60 {
       padding-left: 60px !important;
       padding-right: 60px !important;
     }
     ._ph-desk-70 {
       padding-left: 70px !important;
       padding-right: 70px !important;
     }
     ._ph-desk-80 {
       padding-left: 80px !important;
       padding-right: 80px !important;
     }
     ._ph-desk-90 {
       padding-left: 90px !important;
       padding-right: 90px !important;
     }
     ._ph-desk-100 {
       padding-left: 100px !important;
       padding-right: 100px !important;
     }
     ._ph-desk-120 {
       padding-left: 120px !important;
       padding-right: 120px !important;
     }
     ._ph-desk-150 {
       padding-left: 150px !important;
       padding-right: 150px !important;
     }
     ._ph-desk-200 {
       padding-left: 200px !important;
       padding-right: 200px !important;
     }
     ._ph-desk-250 {
       padding-left: 250px !important;
       padding-right: 250px !important;
     }
     ._ph-desk-300 {
       padding-left: 300px !important;
       padding-right: 300px !important;
     }
     ._ph-desk-400 {
       padding-left: 400px !important;
       padding-right: 400px !important;
     }
     ._ph-desk-500 {
       padding-left: 500px !important;
       padding-right: 500px !important;
     }
     ._ph-desk-600 {
       padding-left: 600px !important;
       padding-right: 600px !important;
     }
     ._pv-desk-0 {
       padding-top: 0 !important;
       padding-bottom: 0 !important;
     }
     ._pv-desk-5 {
       padding-top: 5px !important;
       padding-bottom: 5px !important;
     }
     ._pv-desk-10 {
       padding-top: 10px !important;
       padding-bottom: 10px !important;
     }
     ._pv-desk-15 {
       padding-top: 15px !important;
       padding-bottom: 15px !important;
     }
     ._pv-desk-20 {
       padding-top: 20px !important;
       padding-bottom: 20px !important;
     }
     ._pv-desk-25 {
       padding-top: 25px !important;
       padding-bottom: 25px !important;
     }
     ._pv-desk-30 {
       padding-top: 30px !important;
       padding-bottom: 30px !important;
     }
     ._pv-desk-40 {
       padding-top: 40px !important;
       padding-bottom: 40px !important;
     }
     ._pv-desk-45 {
       padding-top: 45px !important;
       padding-bottom: 45px !important;
     }
     ._pv-desk-50 {
       padding-top: 50px !important;
       padding-bottom: 50px !important;
     }
     ._pv-desk-60 {
       padding-top: 60px !important;
       padding-bottom: 60px !important;
     }
     ._pv-desk-70 {
       padding-top: 70px !important;
       padding-bottom: 70px !important;
     }
     ._pv-desk-80 {
       padding-top: 80px !important;
       padding-bottom: 80px !important;
     }
     ._pv-desk-90 {
       padding-top: 90px !important;
       padding-bottom: 90px !important;
     }
     ._pv-desk-100 {
       padding-top: 100px !important;
       padding-bottom: 100px !important;
     }
     ._pv-desk-120 {
       padding-top: 120px !important;
       padding-bottom: 120px !important;
     }
     ._pv-desk-150 {
       padding-top: 150px !important;
       padding-bottom: 150px !important;
     }
     ._pv-desk-200 {
       padding-top: 200px !important;
       padding-bottom: 200px !important;
     }
     ._pv-desk-250 {
       padding-top: 250px !important;
       padding-bottom: 250px !important;
     }
     ._pv-desk-300 {
       padding-top: 300px !important;
       padding-bottom: 300px !important;
     }
     ._pv-desk-400 {
       padding-top: 400px !important;
       padding-bottom: 400px !important;
     }
     ._pv-desk-500 {
       padding-top: 500px !important;
       padding-bottom: 500px !important;
     }
     ._pv-desk-600 {
       padding-top: 600px !important;
       padding-bottom: 600px !important;
     }
     ._pt-desk-0 {
       padding-top: 0 !important;
     }
     ._pt-desk-5 {
       padding-top: 5px !important;
     }
     ._pt-desk-10 {
       padding-top: 10px !important;
     }
     ._pt-desk-15 {
       padding-top: 15px !important;
     }
     ._pt-desk-20 {
       padding-top: 20px !important;
     }
     ._pt-desk-25 {
       padding-top: 25px !important;
     }
     ._pt-desk-30 {
       padding-top: 30px !important;
     }
     ._pt-desk-40 {
       padding-top: 40px !important;
     }
     ._pt-desk-45 {
       padding-top: 45px !important;
     }
     ._pt-desk-50 {
       padding-top: 50px !important;
     }
     ._pt-desk-60 {
       padding-top: 60px !important;
     }
     ._pt-desk-70 {
       padding-top: 70px !important;
     }
     ._pt-desk-80 {
       padding-top: 80px !important;
     }
     ._pt-desk-90 {
       padding-top: 90px !important;
     }
     ._pt-desk-100 {
       padding-top: 100px !important;
     }
     ._pt-desk-120 {
       padding-top: 120px !important;
     }
     ._pt-desk-150 {
       padding-top: 150px !important;
     }
     ._pt-desk-200 {
       padding-top: 200px !important;
     }
     ._pt-desk-250 {
       padding-top: 250px !important;
     }
     ._pt-desk-300 {
       padding-top: 300px !important;
     }
     ._pt-desk-400 {
       padding-top: 400px !important;
     }
     ._pt-desk-500 {
       padding-top: 500px !important;
     }
     ._pt-desk-600 {
       padding-top: 600px !important;
     }
     ._pb-desk-0 {
       padding-bottom: 0 !important;
     }
     ._pb-desk-5 {
       padding-bottom: 5px !important;
     }
     ._pb-desk-10 {
       padding-bottom: 10px !important;
     }
     ._pb-desk-15 {
       padding-bottom: 15px !important;
     }
     ._pb-desk-20 {
       padding-bottom: 20px !important;
     }
     ._pb-desk-25 {
       padding-bottom: 25px !important;
     }
     ._pb-desk-30 {
       padding-bottom: 30px !important;
     }
     ._pb-desk-40 {
       padding-bottom: 40px !important;
     }
     ._pb-desk-45 {
       padding-bottom: 45px !important;
     }
     ._pb-desk-50 {
       padding-bottom: 50px !important;
     }
     ._pb-desk-60 {
       padding-bottom: 60px !important;
     }
     ._pb-desk-70 {
       padding-bottom: 70px !important;
     }
     ._pb-desk-80 {
       padding-bottom: 80px !important;
     }
     ._pb-desk-90 {
       padding-bottom: 90px !important;
     }
     ._pb-desk-100 {
       padding-bottom: 100px !important;
     }
     ._pb-desk-120 {
       padding-bottom: 120px !important;
     }
     ._pb-desk-150 {
       padding-bottom: 150px !important;
     }
     ._pb-desk-200 {
       padding-bottom: 200px !important;
     }
     ._pb-desk-250 {
       padding-bottom: 250px !important;
     }
     ._pb-desk-300 {
       padding-bottom: 300px !important;
     }
     ._pb-desk-400 {
       padding-bottom: 400px !important;
     }
     ._pb-desk-500 {
       padding-bottom: 500px !important;
     }
     ._pb-desk-600 {
       padding-bottom: 600px !important;
     }
     ._pl-desk-0 {
       padding-left: 0 !important;
     }
     ._pl-desk-5 {
       padding-left: 5px !important;
     }
     ._pl-desk-10 {
       padding-left: 10px !important;
     }
     ._pl-desk-15 {
       padding-left: 15px !important;
     }
     ._pl-desk-20 {
       padding-left: 20px !important;
     }
     ._pl-desk-25 {
       padding-left: 25px !important;
     }
     ._pl-desk-30 {
       padding-left: 30px !important;
     }
     ._pl-desk-40 {
       padding-left: 40px !important;
     }
     ._pl-desk-45 {
       padding-left: 45px !important;
     }
     ._pl-desk-50 {
       padding-left: 50px !important;
     }
     ._pl-desk-60 {
       padding-left: 60px !important;
     }
     ._pl-desk-70 {
       padding-left: 70px !important;
     }
     ._pl-desk-80 {
       padding-left: 80px !important;
     }
     ._pl-desk-90 {
       padding-left: 90px !important;
     }
     ._pl-desk-100 {
       padding-left: 100px !important;
     }
     ._pl-desk-120 {
       padding-left: 120px !important;
     }
     ._pl-desk-150 {
       padding-left: 150px !important;
     }
     ._pl-desk-200 {
       padding-left: 200px !important;
     }
     ._pl-desk-250 {
       padding-left: 250px !important;
     }
     ._pl-desk-300 {
       padding-left: 300px !important;
     }
     ._pl-desk-400 {
       padding-left: 400px !important;
     }
     ._pl-desk-500 {
       padding-left: 500px !important;
     }
     ._pl-desk-600 {
       padding-left: 600px !important;
     }
     ._pr-desk-0 {
       padding-right: 0 !important;
     }
     ._pr-desk-5 {
       padding-right: 5px !important;
     }
     ._pr-desk-10 {
       padding-right: 10px !important;
     }
     ._pr-desk-15 {
       padding-right: 15px !important;
     }
     ._pr-desk-20 {
       padding-right: 20px !important;
     }
     ._pr-desk-25 {
       padding-right: 25px !important;
     }
     ._pr-desk-30 {
       padding-right: 30px !important;
     }
     ._pr-desk-40 {
       padding-right: 40px !important;
     }
     ._pr-desk-45 {
       padding-right: 45px !important;
     }
     ._pr-desk-50 {
       padding-right: 50px !important;
     }
     ._pr-desk-60 {
       padding-right: 60px !important;
     }
     ._pr-desk-70 {
       padding-right: 70px !important;
     }
     ._pr-desk-80 {
       padding-right: 80px !important;
     }
     ._pr-desk-90 {
       padding-right: 90px !important;
     }
     ._pr-desk-100 {
       padding-right: 100px !important;
     }
     ._pr-desk-120 {
       padding-right: 120px !important;
     }
     ._pr-desk-150 {
       padding-right: 150px !important;
     }
     ._pr-desk-200 {
       padding-right: 200px !important;
     }
     ._pr-desk-250 {
       padding-right: 250px !important;
     }
     ._pr-desk-300 {
       padding-right: 300px !important;
     }
     ._pr-desk-400 {
       padding-right: 400px !important;
     }
     ._pr-desk-500 {
       padding-right: 500px !important;
     }
     ._pr-desk-600 {
       padding-right: 600px !important;
     }
   }
._h-10vh {
     height: 10vh !important;
   }
._h-15vh {
     height: 15vh !important;
   }
._h-20vh {
     height: 20vh !important;
   }
._h-25vh {
     height: 25vh !important;
   }
._h-30vh {
     height: 30vh !important;
   }
._h-33vh {
     height: 33vh !important;
   }
._h-40vh {
     height: 40vh !important;
   }
._h-45vh {
     height: 45vh !important;
   }
._h-50vh {
     height: 50vh !important;
   }
._h-55vh {
     height: 55vh !important;
   }
._h-60vh {
     height: 60vh !important;
   }
._h-66vh {
     height: 66vh !important;
   }
._h-75vh {
     height: 75vh !important;
   }
._h-80vh {
     height: 80vh !important;
   }
._h-81vh {
     height: 81vh !important;
   }
._h-90vh {
    height: 90vh !important;
  }
._h-100vh {
     height: 100vh !important;
   }
._h-120vh {
     height: 120vh !important;
   }
._h-10pct {
     height: 10% !important;
   }
._h-15pct {
     height: 15% !important;
   }
._h-20pct {
     height: 20% !important;
   }
._h-25pct {
     height: 25% !important;
   }
._h-30pct {
     height: 30% !important;
   }
._h-33pct {
     height: 33% !important;
   }
._h-40pct {
     height: 40% !important;
   }
._h-45pct {
     height: 45% !important;
   }
._h-50pct {
     height: 50% !important;
   }
._h-60pct {
     height: 60% !important;
   }
._h-66pct {
     height: 66% !important;
   }
._h-75pct {
     height: 75% !important;
   }
._h-80pct {
     height: 80% !important;
   }
._h-100pct {
     height: 100% !important;
   }
._h-120pct {
     height: 120% !important;
   }
@media (min-width: 992px) {
     ._h-desk-10vh {
       height: 10vh !important;
     }
     ._h-desk-15vh {
       height: 15vh !important;
     }
     ._h-desk-20vh {
       height: 20vh !important;
     }
     ._h-desk-25vh {
       height: 25vh !important;
     }
     ._h-desk-30vh {
       height: 30vh !important;
     }
     ._h-desk-33vh {
       height: 33vh !important;
     }
     ._h-desk-40vh {
       height: 40vh !important;
     }
     ._h-desk-45vh {
       height: 45vh !important;
     }
     ._h-desk-50vh {
       height: 50vh !important;
     }
     ._h-desk-60vh {
       height: 60vh !important;
     }
     ._h-desk-66vh {
       height: 66vh !important;
     }
     ._h-desk-75vh {
       height: 75vh !important;
     }
     ._h-desk-80vh {
       height: 80vh !important;
     }
     ._h-desk-100vh {
       height: 100vh !important;
     }
     ._h-desk-120vh {
       height: 120vh !important;
     }
     .banner-text {
        display: inline-block!important;
        font-size: 24px;
        font-weight: 600;
      }
      .banner-text-about {
         display: inline-block!important;
         font-size: 30px;
         font-weight: 600;
       }
       .banner-text-about-h2 {
          display: inline-block!important;
          font-size: 22px;
          font-weight: 600;
        }
   }
@media (max-width: 992px) {

    .banner-text {
      display: inline-block!important;
      font-size: 17px;
      margin-left: 0px;
      font-weight: 600;
      }
      .banner-text-about {
         display: inline-block!important;
         font-size: 17px;
         font-weight: 600;
       }

       .banner-text-about-h2 {
         display: inline-block!important;
         font-size: 17px;
         font-weight: 600;
       }
     ._h-mob-10vh {
       height: 10vh !important;
     }
     ._mt-370 {
        margin-top: 0px !important;
      }
     ._h-mob-15vh {
       height: 15vh !important;
     }
     ._h-mob-20vh {
       height: 20vh !important;
     }
     ._h-mob-25vh {
       height: 25vh !important;
     }
     ._h-mob-30vh {
       height: 30vh !important;
     }
     ._h-mob-33vh {
       height: 33vh !important;
     }
     ._h-mob-40vh {
       height: 40vh !important;
     }
     ._h-mob-45vh {
       height: 45vh !important;
     }
     ._h-mob-50vh {
       height: 50vh !important;
     }
     ._h-mob-60vh {
       height: 85vh !important;
     }
     ._h-mob-66vh {
       height: 66vh !important;
     }
     ._h-mob-75vh {
       height: 75vh !important;
     }
     ._h-mob-80vh {
       height: 80vh !important;
     }
     ._h-mob-100vh {
       height: 100vh !important;
     }
     ._h-mob-120vh {
       height: 120vh !important;
     }
   }
._h-a {
     height: auto !important;
   }
@media (max-width: 450px){
      ._h-mob-60vh {
          height: 75vh !important;
      }
   }
@media (max-width: 992px) {
     ._h-mob-a {
       height: auto !important;
     }
   }
._w-10pct {
     width: 10% !important;
   }
._w-15pct {
     width: 15% !important;
   }
._w-20pct {
     width: 20% !important;
   }
._w-25pct {
     width: 25% !important;
   }
._w-30pct {
     width: 30% !important;
   }
._w-33pct {
     width: 33% !important;
   }
._w-40pct {
     width: 40% !important;
   }
._w-45pct {
     width: 45% !important;
   }
._w-50pct {
     width: 50% !important;
   }
._w-60pct {
     width: 60% !important;
   }
._w-66pct {
     width: 66% !important;
   }
._w-75pct {
     width: 75% !important;
   }
._w-80pct {
     width: 80% !important;
   }
._w-100pct {
     width: 100% !important;
   }
._w-120pct {
     width: 120% !important;
   }
._w-a {
     width: auto !important;
   }
._w-f,
   ._w-full {
     width: 100% !important;
   }
._mw-10 {
     max-width: 10px !important;
   }
._mw-30 {
     max-width: 30px !important;
   }
._mw-50 {
     max-width: 50px !important;
   }
._mw-100 {
     max-width: 100px !important;
   }
._mw-200 {
     max-width: 200px !important;
   }
._mw-300 {
     max-width: 300px !important;
   }
._mw-400 {
     max-width: 400px !important;
   }
._mw-500 {
     max-width: 500px !important;
   }
._mw-600 {
     max-width: 600px !important;
   }
._bsh-xs {
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   }
._bsh-sm {
     box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
   }
._bsh {
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
   }
._bsh-lg {
     box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.23);
   }
._bsh-xl {
     box-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22);
   }
._bsh-xxl {
     box-shadow: 0 25px 50px rgba(0,0,0,0.4), 0 18px 16px rgba(0,0,0,0.21);
   }
._bsh-light._bsh-xs {
     box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
   }
._bsh-light._bsh-sm {
     box-shadow: 0 3px 6px rgba(0,0,0,0.08), 0 3px 6px rgba(0,0,0,0.16);
   }
._bsh-light._bsh {
     box-shadow: 0 8px 20px rgba(0,0,0,0.08), 0 4px 6px rgba(0,0,0,0.12);
   }
._bsh-light._bsh-lg {
     box-shadow: 0 14px 28px rgba(0,0,0,0.13), 0 10px 10px rgba(0,0,0,0.15);
   }
._bsh-light._bsh-xl {
     box-shadow: 0 15px 40px rgba(0,0,0,0.15), 0 7px 12px rgba(0,0,0,0.11);
   }
._bsh-light._bsh-xxl {
     box-shadow: 0 17px 50px rgba(0,0,0,0.17), 0 10px 10px rgba(0,0,0,0.11);
   }
._b {
     border: 1px solid #e6e6e6 !important;
   }
._b-n {
     border: none !important;
   }
._bc-dg {
     border-color: #d9d9d9 !important;
   }
._bc-w {
     border-color: #fff !important;
   }
._bc-g {
     border-color: #e6e6e6 !important;
   }
._bc-b {
     border-color: #000 !important;
   }
._bc-lb {
     border-color: #1a1a1a !important;
   }
._bc-p {
     border-color: #0093d2 !important;
   }
._bc-pi {
     border-color: #ff6c2d !important;
   }
.front {
     position: relative !important;
     z-index: 99 !important;
   }
._pos-r {
     position: relative !important;
   }
._pos-a-b {
     bottom: 0 !important;
     top: auto !important;
     position: absolute !important;
     left: 0 !important;
     z-index: 99 !important;
   }
._pos-a-br {
     position: absolute !important;
     bottom: 0 !important;
     top: auto !important;
     right: 0 !important;
     left: auto !important;
     height: auto !important;
   }
._pos-a-bl {
     position: absolute !important;
     bottom: 0 !important;
     top: auto !important;
     right: auto !important;
     left: 0 !important;
     width: 100% !important;
     height: auto !important;
   }
._pos-a-tr {
     position: absolute !important;
     top: 0 !important;
     bottom: auto !important;
     right: 0 !important;
     left: auto !important;
     height: auto !important;
   }
._pos-a-tl {
     position: absolute !important;
     top: 0 !important;
     bottom: auto !important;
     left: 0 !important;
     right: auto !important;
     height: auto !important;
   }
._pos-v-c {
     position: absolute !important;
     top: 50% !important;
     height: auto !important;
     transform: translateY(-50%) !important;
   }
._pos-h-c {
     position: absolute !important;
     left: 50% !important;
     height: auto !important;
     transform: translateX(-50%) !important;
   }
@media (min-width: 700px) {
     ._pos-desk-v-c {
       top: 3% !important;
       height: auto !important;

     }
     ._pos-desk-a-b {
       bottom: 0 !important;
       top: 105px !important;
       position: relative !important;
       left: 0 !important;
       z-index: 99 !important;
     }
   }
@media (min-width: 1400px) {
    ._pos-desk-a-b {
      bottom: 0 !important;
      top: 225px !important;
      position: relative !important;
      left: 0 !important;
      z-index: 99 !important;
    }
   }
@media (max-width: 450px) {
    ._pos-desk-v-c {
      position: absolute !important;
      top: 0 !important;
      height: auto !important;
    }
  }
@media (max-width: 700px) {
    ._pos-desk-v-c {
      top: -1.5% ;
      height: auto !important;
    }
    ._pos-desk-a-b {
      bottom: 0 !important;
      top: 167px !important;
      position: relative !important;
      left: 0 !important;
      z-index: 99 !important;
      display: none;
    }
      ._mb-50 {
        margin-bottom: 0px !important;
    }
      ._ml-101 {
        margin-left: 0% !important;
    }
      ._mt-120 {
        margin-top: 5px !important;
    }
    .theme-search-area-section-inner {
      position:inherit;
      border: 1px solid #d9d9d9;
  }
  }
._br-0 {
     border-radius: 0 !important;
   }
._br-1 {
     border-radius: 1px !important;
   }
._br-2 {
     border-radius: 2px !important;
   }
._br-3 {
     border-radius: 3px !important;
   }
._br-4 {
     border-radius: 4px !important;
   }
._br-5 {
     border-radius: 5px !important;
   }
._br-10 {
     border-radius: 10px !important;
   }
._br-r {
     border-radius: 50% !important;
   }
._bg-p,
   ._bg-primary {
     background-color: #0093d2 !important;
   }
._bg-p-grad {
     background: linear-gradient(to right, #00a8f0, #0084bd) !important;
   }
._bg-pi,
   ._bg-primary-inverse {
     background-color: #ff6c2d !important;
   }
._bg-w,
   ._bg-white {
     background-color: #fff !important;
   }
._bg-b,
   ._bg-black {
     background-color: #000 !important;
   }
._bg-d,
   ._bg-dark {
     background-color: #333 !important;
   }
._bg-g,
   ._bg-gray {
     background-color: #e6e6e6 !important;
   }
._bg-b-03 {
     background-color: rgba(0,0,0,0.7) !important;
   }
._bg-b-04 {
     background-color: rgba(0,0,0,0.6) !important;
   }
._bg-b-05 {
     background-color: rgba(0,0,0,0.5) !important;
   }
._bg-w-05 {
     background-color: rgba(255,255,255,0.5) !important;
   }
._c {
     color: #595959 !important;
   }
._c-p,
   ._c-primary {
     color: #0093d2 !important;
   }
._c-pi,
   ._c-primary-inverse {
     color: #ff6c2d !important;
   }
._c-w,
   ._c-white {
     color: #fff !important;
   }
._c-b,
   ._c-black {
     color: #000 !important;
   }
._c-d,
   ._c-dark {
     color: #404040 !important;
   }
._fw-b,
   ._fw-bold {
     font-weight: bold !important;
   }
._fw-n,
   ._fw-normal {
     font-weight: normal !important;
   }
._fw-200 {
     font-weight: 200 !important;
   }
._ff-d {
     font-family: helvetica, Arial, sans-serif !important;
   }
._ff-p {
     font-family: 'Roboto', helvetica, Arial, sans-serif !important;
   }
._fs {
     font-size: 15px !important;
   }
._fs-b {
     font-size: 16px !important;
   }
._fs-lg {
     font-size: 18px !important;
   }
._fs-xl {
     font-size: 21px !important;
   }
._fs-xxl {
     font-size: 31px !important;
   }
._fs-sm {
     font-size: 14px !important;
   }
._fs-xs {
     font-size: 12px !important;
   }
._ta-c,
   ._ta-center {
     text-align: center !important;
   }
@media (max-width: 992px) {
     ._ta-mob-c,
     ._ta-mob-center {
       text-align: center;
     }
   }
._ta-l,
   ._ta-lelft {
     text-align: left !important;
   }
._ta-r,
   ._ta-right {
     text-align: right !important;
   }
._tt-uc {
     text-transform: uppercase !important;
   }
._tt-lc {
     text-transform: lowercase !important;
   }
._tt-n {
     text-transform: none !important;
   }
._ls-0 {
     letter-spacing: 0 !important;
   }
._d-t {
     display: table !important;
   }
._d-b {
     display: block !important;
   }
._op-0 {
     opacity: 0 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
     filter: alpha(opacity=0) !important;
   }
._op-01 {
     opacity: 0.1 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
     filter: alpha(opacity=10) !important;
   }
._op-02 {
     opacity: 0.2 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
     filter: alpha(opacity=20) !important;
   }
._op-03 {
     opacity: 0.3 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
     filter: alpha(opacity=30) !important;
   }
._op-04 {
     opacity: 0.4 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
     filter: alpha(opacity=40) !important;
   }
._op-05 {
     opacity: 0.5 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
     filter: alpha(opacity=50) !important;
   }
._op-06 {
     opacity: 0.6 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
     filter: alpha(opacity=60) !important;
   }
._op-07 {
     opacity: 0.7 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
     filter: alpha(opacity=70) !important;
   }
._op-08 {
     opacity: 0.8 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
     filter: alpha(opacity=80) !important;
   }
._op-09 {
     opacity: 0.9 !important;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
     filter: alpha(opacity=90) !important;
   }
._op-1 {
     opacity: 1 !important;
     -ms-filter: none !important;
     filter: none !important;
   }
@media (max-width: 992px) {
     ._mob-h {
       display: none !important;
     }
   }
@media (max-width: 992px) {
     ._mob-s {
       display: block !important;
     }
   }
@media (min-width: 992px) {
     ._desk-h {
       display: none !important;
     }
   }
@media (min-width: 992px) {
     ._desk-s {
       display: block !important;
     }
   }
/*  --/UTILITIES--  */
/*  --OWL CAROUSEL--  */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  transform: translateY(0);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url("owl.video.play.png") no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: 0.3s;
  cursor: pointer;
  font-size: 20px;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.owl-prev {
  left: 30px;
}
.owl-next {
  right: 30px;
}
.owl-carousel-nav-white .owl-prev,
.owl-carousel-nav-white .owl-next {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff !important;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 15px;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel-no-nav .owl-dots {
  display: none;
}
.owl-carousel-no-nav .owl-nav {
  display: none;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
/*  --/OWL CAROUSEL--  */
/*YOUR CUSTOM STYLES*/
.img-home-responsive{
    width: 140px;
    height:66px
}
.text-light{
    color:#f4972c;
}
.buupass-container{
    max-width: 1319px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.destinationHeading{
        font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-size: 22px;
        font-weight: 500;
        color: rgb(37, 42, 49);
        line-height: 28px;
        margin: 0px 0px 8px;

}
.bookingHeading {
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(37, 42, 49);
    line-height: 28px;
    margin: 0px 0px 8px;
}
.bookingSubHeading{
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(37, 42, 49);
    line-height: 15px;
    text-align: left;
    margin: 0px 0px 24px;
}
.desSubHeading{
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgb(37, 42, 49);
    line-height: 20px;
    text-align: left;
    margin: 0px 0px 24px;
}
.countryName {
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: rgb(37, 42, 49);
    line-height: 28px;
    margin: 0px 0px 4px;
}
h1, h2, h3, h4, h5, h6
{

    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}
@media  (min-width: 992px)  {
    .col-md-6 {
        width: 50% !important;
    }
}
@media  (min-width: 1400px)  {
    .col-md-6 {
        width: 50% !important;
    }
}
@media  (min-width: 1500px)  {
    /* .col-md-6 {
        width: 42% !important;
    } */
}
@media (min-width: 768px)
{
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 32px !important;
    padding-left: 20px !important;
}
}
.headerAccount {
    align-items: center !important;
    color: rgb(37, 42, 49) !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    /* font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif; */
    white-space: nowrap;
    width: auto;
    font-size: 12px;
    margin: 0px;
    padding: 0px;

}
@media (max-width: 768px){
    .headerAccount {
        align-items: center !important;
        color: rgb(255, 255, 255) !important;

    }
}
@media (max-width: 768px){
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #f3f083 !important;
    }
}
[class^=flix-] {
    margin: 0;
    padding: 0;
}
.placeholder--list, .placeholder--list > .placeholder__layer {
    width: 100%;
    height: 145px;
}
.placeholder, .placeholder__layer {
    position: relative;
}
.placeholder {
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
}
.placeholder__gradient-slide {
    will-change: transform;
    background-color: #f1f2f5;
    background-image: linear-gradient(to right, #f1f2f5, #dce0e4, #f1f2f5);
    animation: placeholderSlide 2s linear infinite;
    z-index: 1;
}
@keyframes placeholderSlide {
    from { transform: translate3d(-866px, 0, 0); }
    100% { transform: translate3d(866px, 0, 0); }
}
svg:not(:root) {
    overflow: hidden;
}
.placeholder__neg-shape {
    position: relative;
    display: block;
    top: -100%;
    z-index: 2;
}
.placeholder__bg {
    top: -200%;
    background-color: #f1f2f5;
    z-index: 0;
}
@media (min-width: 768px){
#passengers-form, .checkout-page {
    padding-top: 0;
}
}
.content, .content-wide, .sidebar {
    padding: 0 10px;
}
.content, .content-wide, .sidebar {
    padding: 0 20px;
}
.h1 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: bold;
    color: #444;
    line-height: 1.75em;
}
.passenger-outer {
    position: relative;
}
.passenger {
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e1e1;
}
.passenger {
    padding-top: 10px;
    padding-bottom: 20px;
}
.passenger .passenger__trip-info {
    margin-bottom: 0;
    color: #444;
}
.passenger .passenger__trip-info {
    font-weight: bold;
    color: #646464;
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 450px;
}
.passenger .passenger__trip-info__direction {
    font-size: 16px;
    display: block;
    font-weight: 300;
    color: #2b2b2b;
}
.ride__station--departure {
    background: url(/assets/img/icons/icon-connection-top@2x.png) no-repeat 0 4px;
    background-size: 10px 20px;
}
.ride-station {
    color: #444;
}
.ride-station {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.25;
    color: #646464;
    text-overflow: ellipsis;
}
.ride__station--arrival {
    background: url(/assets/img/icons/icon-connection-bottom@2x.png) no-repeat 0 -5px;
    background-size: 10px 20px;
}
.passenger-item {
    padding-top: 0;
    border-bottom: none;
}
@media (min-width: 768px){
.passenger-item {
    border-bottom: none;
}
}
.passenger-item {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
}
.passenger-item-title {
    margin-top: 15px;
}
.passenger-form {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 570px){
.passenger-field {
    width: 33.33333333%;
}
}
.passenger-field {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.passenger-form-field {
    height: auto !important;
    margin-bottom: 15px;
    margin-top: 15px;
}
.passenger-form-field-element {
    position: relative;
    min-height: 1px;
}
.mfb-form .pass-data label {
    /* display: table-cell; */
    vertical-align: bottom;
}
.passenger-form-field div label {
    height: auto !important;
}
@media (min-width: 569px){
.pass-data label {
    height: auto;
}
}
.mfb-form label, .mfb-form__label {
    display: block;
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 16px;
    color: #757575;
}
@media (min-width: 569px){
.pass-data label {
    display: table-cell;
    color: #757575;
    padding-bottom: 6px;
    vertical-align: bottom;
}
}
.mfb-form input, .mfb-form .mfb-form__input {
    padding: 2px 5px;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    vertical-align: top;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
input[type=text], input[type=email], input[type=password], textarea {
    -webkit-appearance: none;
}
.pass-data input, .pass-data select, .user-form-login-inline .user-form-login-inline__text-input {
    width: 100%;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
@media (min-width: 570px){
.passenger-field {
    width: 33.33333333%;
}}
.passenger-field {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 570px){
.passenger-field {
    width: 33.33333333%;
}
}
.passenger-form-field {
    height: auto !important;
    margin-bottom: 15px;
    margin-top: 15px;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
}
.intl-tel-input {
    width: 100%;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.pass-data .intl-tel-input .flag-container, .rebooking-trip .intl-tel-input .flag-container {
    top: -2px;
    bottom: -2px;
    left: -1px;
    padding: 2px;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media only screen and (min-width: 569px)
{
.flex-row, .flex-row.row:after, .flex-row.row:before, .flex-row>[class*=col-] {
    display: flex;
}
}
@media only screen and (min-width: 569px)
{
.flex-row, .flex-row>[class*=col-] {
    flex-direction: column;
}
}
.product-list-item {
    margin: 0 1rem 24px;
}
.product-list-item-wrapper.clickable, .product-list-item-wrapper.clickable .product-list-item-box {
    cursor: pointer;
}
.product-list-item-wrapper {
    height: 100%;
    cursor: default;
}
.product-list-item-wrapper.clickable, .product-list-item-wrapper.clickable .product-list-item-box {
    cursor: pointer;
}
.product-list-item-wrapper .product-list-item-box {
    cursor: default;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;
}
.product-list-item-box {
    flex-direction: row;
    padding: 24px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.product-list-item-box>div:not(:last-child) {
    margin-right: 24px;
}
.product-list-item-box .item-box-icon {
    align-items: baseline;
    justify-content: center;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;

}
.icon.icon-large {
    height: 48px;
    width: 48px;
}
svg:not(:root) {
    overflow: hidden;
}
.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #8b8b8b;
}
svg.icon * {
    pointer-events: none;
}
.product-list-item-box>div:not(:last-child) {
    margin-right: 24px;
}
.product-list-item-box .item-box-content {
    flex-direction: column;
    text-align: left;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;
}
.product-list-item-box .item-box-content .item-box-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
}
.product-list-item-box .item-box-title {
    font-size: 16px;
}
.product-list-item-box .item-box-content .item-price-mobile {
    display: none;
}
.product-list-item-box .item-box-content .item-box-description {
    font-size: 16px;
    line-height: 22px;
}
.product-list-item-box .item-box-description {
    width: 100%;
}
.product-list-item-box .item-box-action {
    align-items: baseline;
    flex-direction: column;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;
}
.product-list-item-box .item-box-action .product-price-info {
    align-self: flex-end;
    white-space: nowrap;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
}
.product-list-item-box .item-box-action .item-box-selected {
    align-self: baseline;
    padding: 0;
}
.product-list-item-box .item-box-selected {
    height: 35px;
    min-width: 80px;
    background: #fff;
    color: #73d700;
    bottom: 20px;
    padding: 0 10px;
}
@media (min-width: 1200px){
.flix-btn--tertiary {
    padding-top: 5px;
    padding-bottom: 5px;
}
}
.flix-btn--tertiary {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #73d700;
    background: #fff;
    color: #73d700;
}
@media (min-width: 1200px){
.flix-btn {
    padding-top: 6px;
    padding-bottom: 6px;
}
}
@media (min-width: 600px){
.flix-btn {
    width: auto;
}
}
.flix-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 145px;
    min-height: 36px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: 0;
    border-radius: 5px;
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (min-width: 768px){
.submit-wrap {
    height: auto;
    position: static;
    background: none;
    box-shadow: none;
    text-align: right;
}
}
.submit-wrap {
    height: 40px;
    text-align: left;
}
@media (min-width: 768px){
.submit-wrap .back {
    margin: 20px 0 0 0;
}
}
.submit-wrap .back {
    margin: 0;
}
@media (min-width: 768px){
.submit-wrap .back {
    float: left;
    line-height: normal;
    font-size: 14px;
    margin: 20px 0 0 6px;
    text-decoration: none;
}
}
.submit-wrap .back {
    margin: 0 0 0 10px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}
.submit-wrap .back .glyphicon {
    font-size: 0.85em;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-form__btn-search, .btn-main {
    background-image: none;
}
.btn-main {
    background-color: #FFAD00;
    background-image: linear-gradient(to bottom, #FFC855, #FFAD00);
    color: #fff;
    border: none;
}
.btn-normal {
    min-height: 48px;
    line-height: 48px;
}
.btn {
    display: inline-block;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, input[type="submit"], .buy, .submit {
    white-space: nowrap;
    cursor: pointer;
}
.flix-search-widget .flix-search-widget__errors, .flashbag__wrapper {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
}
.flashbag__wrapper {
    min-width: 320px;
    max-width: 1170px;
}
.flashbag__wrapper {
    margin-top: 10px;
}
.flix-search-widget .flix-search-widget__errors .message, .flashbag__wrapper .message {
    margin-top: 15px;
    margin-bottom: 15px;
}
.message-warning {
    border-color: #ffad00;
}
.message {
    margin: 0 0 10px 0;
    color: #646464;
    position: relative;
    font-size: 1em;
    font-weight: 400;
    padding: 10px 42px 10px 15px;
    text-align: center;
    border: 2px solid #73d700;
    background-color: #fff;
}
.message-close {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url(/assets/img/icons/icon-close.svg) no-repeat 50% 50%;
    cursor: pointer;
}
@media (min-width: 768px){
.carti {
    bottom: auto;
    left: auto;
    max-height: none;
    background: #fff;
    z-index: 0;
}
}
.carti {
    width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 0 10px;
    background: #fff;
    z-index: 1001;
}
@media (min-width: 768px){
.carti.collapsed {
    height: auto;
    transition: none;
}
}
.carti.collapsed {
    height: 40px;
    transition: 400ms ease;
    transition-property: bottom;
}
.carti .row.cart-content-wrapper {
    border: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 5px;
}
.carti > .row {
    border-top: 1px solid #e1e1e1;
}
@media (min-width: 768px){
.carti.collapsed .header, .carti.collapsed .item-wrapper, .carti.collapsed .reservation, .carti.collapsed .promocode-wrapper, .carti.collapsed .donation, .carti.collapsed .discount, .carti.collapsed .empty-item {
    display: block;
}
}
.carti .header {
    border-bottom: 1px solid #e1e1e1;
}
.carti .first, .carti .last {
    border-top: none;
}
.vcenter, .row .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media (min-width: 768px){
.cart-collapse-btn {
    display: none;
}}
.cart-collapse-btn {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #5CAC00;
    font-size: 17px;
}
.carti h2 {
    padding: 5px 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}
.carti h2 {
    display: inline-block;
    vertical-align: middle;

}
@media (min-width: 768px){
.carti .item-wrapper {
    max-height: none;
    overflow: hidden;
}
}
.carti .item-wrapper {
    max-height: calc(100vh - 240px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.carti .last-item {
    border-bottom: none;
}
.carti .item {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.carti .item h3 {
    color: #444;
    font-size: 16px;
}
.carti .item h3 {
    font-size: 18px;
    color: #646464;
    font-weight: bold;
    margin-bottom: 3px;
}
.product-list-item-wrapper.clickable:hover .item-box-selected button.button {
    color: #fff;
    background: #73d700;
    border: 1px solid #73d700;
}
.flix-btn--tertiary:active, .flix-btn--tertiary:hover {
    background-color: #5cac00;
    color: #fff;
    text-decoration: none;
}
.button {
    box-sizing: border-box;
    min-height: 36px;
    min-width: 145px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
@media (min-width: 600px){
.flix-btn {
    width: auto;
}
}
.visible-cheapest-fastest-ride .cheapest-fastest-ride-title {
    font-size: 16px;
    color: rgb(92, 172, 0);
    margin-bottom: 12px;
    margin-top: 12px;
}
.visible-cheapest-fastest-ride .sr-row {
    border-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.ride-times {
    overflow: hidden;
}
div, input {
    box-sizing: border-box;
}
.sr-row {
    margin:5px 5px 16px 5px;
    border-radius: 5px;
}
.search-result .ride-flags.ride-flags-1 {
    top: -2px;
}
.search-result .ride-flags {
    position: absolute;
    left: 0;
    top: -1px;
}
.search-result .ride-flags .ride-flag {
    margin-left: 5px;
}
.ab-test-ride-flags-0 .ride-flag {
    display: none;
}
.search-result .ride-flag {
    color: #c68600 !important;
    background-color: #f7f7f7;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px !important;
    letter-spacing: normal !important;
    padding: 1px 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: none !important;
    white-space: nowrap;
}
.search-result-multiselect .search-result .dept-arr {
    font-size: 16px;
    line-height: 1.25;
}
.search-result .dept-arr {
    font-size: 20px;
    white-space: nowrap;
}
.ride-times {
    overflow: hidden;
}
.ride-times, .ride-station-names {
    display: inline-block;
}
.ride-times {
    min-width: 40px;
}
.search-result .dept-arr .departure {
    color: #444;
    font-weight: bold;
}
.ride-times .arrival, .ride-times .departure {
    display: block !important;
}
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    min-width: 38px;
}
@media (min-width: 1024px){
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: block;
}
}
@media (min-width: 768px){
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: inline;
}
}
@media (min-width: 569px){
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: block;
}
}
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: inline;
}
.ride-times .arrival, .ride-times .departure {
    display: block !important;
}
.ride-station-names {
    width: 88%;
}
.ride-times, .ride-station-names {
    display: inline-block;
}
.ride-station-name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.station-name.departure-station-name {
    padding-bottom: 1px;
}
.ride-station-names .departure-station-name, .ride-station-names .arrival-station-name {
    background-size: 10px 20px !important;
    padding-left: 30px;
    display: inline;
}
.ride-station-names .departure-station-name {
    background: url(/assets/img/icons/icon-connection-top@2x.png) no-repeat 10px 4px;
}
.ride-station-names .arrival-station-name {
    background: url(/assets/img/icons/icon-connection-bottom@2x.png) no-repeat 10px -6px;
}
.search-result-multiselect .search-result .duration, .search-result-multiselect .search-result .transf-num .transfer-text, .search-result-multiselect .search-result .transf-num .num {
    /* color: #757575 !important; */
    font-size: 16px;
}
.search-result-multiselect .search-result .ride__duration {
    line-height: 1.25;
    font-size: 16px;
}
.search-result .dept-arr .arrival, .search-result .duration, .search-result-multiselect .search-result .ride__duration-suffix, .search-result .transf-num .transfer-text {
    color: #444;
}
.search-result .duration {
    line-height: 1.3em;
    font-size: 9px;
    text-transform: uppercase;
    color: #757575;
}
.search-result .duration {
    position: relative;
}
.search-result-multiselect .search-result .transf-num {
    line-height: 20px;
    font-size: 16px;
}
.search-result .transf-num {
    font-size: 16px;
}
.search-result-multiselect .search-result .duration, .search-result-multiselect .search-result .transf-num .transfer-text, .search-result-multiselect .search-result .transf-num .num {
    /* color: #757575 !important; */
    font-size: 16px;
}
.search-result-multiselect .search-result .transf-num .transfer-text {
    line-height: 1.25;
}
.search-result .dept-arr .arrival, .search-result .duration, .search-result-multiselect .search-result .ride__duration-suffix, .search-result .transf-num .transfer-text {
    color: #444;
}
.search-result .transf-num .transfer-text {
    vertical-align: baseline;
    line-height: 1em;
    font-size: 14px;
    color: #757575;
}
.vcenter, .row .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.search-result .dept-arr .arrival, .search-result .duration, .search-result-multiselect .search-result .ride__duration-suffix, .search-result .transf-num .transfer-text {
    color: #444;
}
.search-result-multiselect .search-result .ride__duration-suffix {
    vertical-align: baseline;
    font-size: 10px;
    color: #7f7c77;
}
.search-result .duration span {
    font-size: 12px;
    color: #444;
}
@media (min-width: 1024px){
.search-result .sr-row .total {
    line-height: 40px;
}
}
@media (min-width: 768px){
.search-result .sr-row .total {
    font-size: 24px;
}
}
.search-result-multiselect .search-result .sr-row .total > span:only-child {
    line-height: 40px;
}
.search-result-multiselect .search-result .sr-row .total > span {
    line-height: 20px;
}
.search-result .sr-row .total .num {
    font-weight: bold;
}
.search-result .sr-row .total {
    line-height: normal;
    font-size: 24px;
    letter-spacing: -1px;
    color: #444;
}
.search-result .total {
    text-align: right;
    white-space: nowrap;
}
.search-result .total {
    position: relative;
}
.search-result .sr-row .total .currency-small-cents sup {
    top: 3px;
    line-height: 100%;
    vertical-align: text-top;
    font-size: 16px;
    padding-left: 1px;
}
.search-result .action {
    text-align: right;
}
@media (min-width: 768px){
.search-result-multiselect .search-result .reserve, .search-result .remove {
    font-size: 14px;
}
}
.search-result .reserve, .search-result .remove {
    padding: 0 8px;
    background: #73D700;
}
.search-result .reserve, .search-result .remove {
    height: 36px;
}
.search-result .reserve, .search-result .remove {
    height: 40px;
    line-height: 1.32;
    padding: 0 8px 1px 24px;
    font-size: 14px;
    white-space: normal;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.extra-info {
    display: flex;
    flex-wrap: nowrap;
}
.rides-list {
    margin-bottom: 0;
}
.b {
    background: #fff;
    margin-bottom: 17px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cheapest-fastest-container .visible-cheapest-fastest-ride {
    margin-bottom: 30px;
}
a.show-filters-link {
    margin-top: 0;
    text-align: center;
    width: 100%;
}
a.show-filters-link, #search-results-sort-items {
    height: 36px !important;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    color: #444;
}
a.show-filters-link {
    font-size: 1.2em;
    line-height: 20px;
    color: #959595;
    margin-top: 40px;
    display: inline-block;
}
a.show-filters-link img {
    width: 18px;
    margin-right: 10px;
    margin-top: -3px;
}
a.show-filters-link img {
    width: 18px;
    margin-right: 10px;
    margin-top: -3px;
}
.sidebar-layer, .sidebar-layer .sidebar {
    transition: .25s;
    transition-property: transform, background;
}
sidebar-layer, .sidebar-layer .sidebar {
    transition: .25s;
    transition-property: transform, background;
}
.content, .content-wide, .sidebar {
    padding: 0 10px;
}
.sidebar-filters a.reset-link {
    font-size: 15px;
    float: right;
    color: #676767;
    position: relative;
    z-index: 10;
    text-decoration: none;
    opacity: 0;
    transition: .2s opacity;
}
.reset-link {
    pointer-events: none;
}
a.close-sidebar-link {
    background: no-repeat right url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4N…4yLDM0Mi4zLDEzMi45eiIgZmlsbD0iIzk1OTU5NSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position-y: 1px;
    background-size: 18px;
    padding-right: 27px;
    font-size: 1.2em;
    line-height: 20px;
    color: #959595;
    float: right;
    margin-right: -20px;
}
.close-sidebar-link {
    display: none;
}
.filter-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.filter-section-title {
    margin-bottom: 0;
}
#filter-sort-container .checkbox-select__item {
    position: relative;
    line-height: 28px;
}
@media (min-width: 768px){
.checkbox-select__item {
    font-size: 16px;
}
}
.checkbox-select__item__control {
    display: table-cell;
    width: 24px;
}
.checkbox-select__item {
    display: table;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
@media (min-width: 1200px){
#filter-sort-container .checkbox-select__item__label {
    width: 160px;
}
}
ol, ul {
    list-style: none;
}
#filter-sort-container .checkbox-select__item__label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 1px;
    width: 130px;
}
.show-filters-button-container {
    text-align: right;
}
a.show-filters-link, #search-results-sort-items {
    height: 36px !important;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    color: #444;
}
.custom-select select {
    border: 1px solid #D0D0D0;
    background: no-repeat right url(data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9z…EuNiAxLjctNC4yIDAuMS01Ljh6IiBmaWxsPSIjOWQ5ZDlkIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-position-y: 11px;
    background-position-x: 95%;
    background-size: 14px;
}
.custom-select select {
    padding-right: 2em;
    background: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select select {
    width: 100%;
    margin: 0;
    outline: none;
    padding: .3em .8em .3em .8em;
    box-sizing: border-box;
    font-size: 16px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.custom-select {
    position: relative;
    display: block;
}
.filter-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
@media screen and (min-width: 1200px){
.SearchButton__searchButtonWrapper___tABPb.SearchButton__nonCompact___WSAYU {
    width: 100%;
    padding-left: 7.5px;
}
}
.col-no-gap, .row .col-no-gap {
    padding: 0;
}
.filter-section.close {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.slider-label {
    display: inline-block;
    margin-bottom: 5px;
}
.slider-end-label {
    float: right;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget {
    font-family: 'Roboto Condensed',sans-serif;
}
.ui-widget, .ui-widget {
    font-size: 16px;
}
.time-slider {
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
    height: 5px;
    border-radius: 3px;
}
.time-slider .ui-slider-range {
    background: #FFAD00;
    border: 1px solid #FFE9B9;
    height: 7px;
    margin-top: -1px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}
.time-slider .ui-slider-handle {
    top: -0.5em;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    border-color: #CCC;
    outline: none;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    font-weight: 300;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.filter-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.sidebar-filters .multiselect-wrapper {
    margin-bottom: 20px;
}
.multiselect-wrapper {
    overflow: hidden;
    margin: 0;
    display: table;
    width: 100%;
}
#filter-sort-container .checkbox-select:first-child {
    text-align: left;
}
#filter-sort-container .has-selection .checkbox-select {
    display: inline;
    width: auto;
}
#filter-sort-container .checkbox-select {
    padding: 0 !important;
}
.checkbox-select:first-child {
    padding: 0 29px 0 0;
    text-align: right;
}
.has-selection .checkbox-select {
    padding: 0 0 0 29px;
    margin: 0;
    display: table-cell;
    width: 50%;
    vertical-align: top;
    font-weight: 300;
    text-align: left;
    position: relative;
}
#filter-sort-container .multiselect-wrapper li.toggle-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 24px;
    align-content: space-between;
}
#filter-sort-container .multiselect-wrapper li.toggle-all .city-name {
    padding-right: 12px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
#filter-sort-container .multiselect-wrapper li.toggle-all .city-name * {
    line-height: 24px;
}
#filter-sort-container .multiselect-wrapper li.toggle-all .toggle-links {
    font-weight: 300;
    padding: 0 0 10px;
}
#filter-sort-container .checkbox-select__items li.shifts {
    left: 6px;
}
@media screen and (min-width: 1200px){
.SearchButton__searchButtonWrapper___tABPb {
    margin-bottom: 0;
}
}
@media screen and (min-width: 600px){
.SearchButton__searchButtonWrapper___tABPb {
    width: 25%;
    padding-left: 7.5px;
    margin-bottom: 15px;
    margin-top: 19px;

}
}
@media (min-width: 1024px){

.search-result h1.city-labels {
    margin-top: 4px;
}
}
.search-result h1.city-labels {
    margin-bottom: 17px;
    font-size: 28px;
}
.SearchButton__searchButtonWrapper___tABPb .SearchButton__searchButton___1sAQq {
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.flix-btn--primary {
    border: 0;
    background: #ffad00;
    color: #fff;
}
.flix-btn--block {
    display: block;
    width: 100%;
}
@media (min-width: 1200px){
.flix-btn {
    height: 36px;
    line-height: 36px;
}
}
@media (min-width: 600px){
.flix-btn {
    width: auto;
}
}
.flix-btn {
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 142px;
    max-width: 100%;
    height: 44px;
    padding: 0 12px;
    transition: background .25s linear;
    border: 0;
    border-radius: 5px;
    font-family: Roboto Condensed,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.navbar-flix{
    background: #73D700;
}
.col-no-gap, .row .col-no-gap {
    padding: 0;
}
.sidebar-filters {
    border-right: 1px solid #ECECEC;
}
@media (min-width: 1024px){
.sidebar-filters {
    padding-right: 20px;
}}
.flix-search-widget__wrapper + .page {
    margin-top: 0;
    padding-top: 15px;
}
.page {
    min-width: 320px;
    max-width: 1190px;
    margin: 30px auto 90px;
}
.SearchButton__searchButtonWrapper___tABPb {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
}
.company-input__field {
    font-family: Roboto Condensed,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    background-color: #fff;
    color: #444;
    line-height: 1.375em;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#search-mask-component {
    width: 100%;
}
#search-mask-component {
    margin-top: 15px;
}
@media (min-width: 1200px){
.SearchMask__searchMask___1MAEY:not(.SearchMask__compact___3HRIS) {
    width: 1170px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}
}
@media screen and (min-width: 600px){
.SearchMask__searchMask___1MAEY {
    padding-bottom: 30px;
    padding-top: 30px;
}
}
.SearchMask__searchMask___1MAEY {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.feature-list {
    display: flex;
}
#usp-boxes {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 15px;
}
#usp-boxes , #usp-boxes  {
    width: 100%;
    height: auto;
    padding: 30px 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.usp-box,  .usp-box {
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    height: 100%;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: unset;
    padding: 0;
}
.fade.lazyloaded {
    opacity: 1;
}
.usp-box ,  .usp-box {
    padding: 30px 15px;
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}
#usp-boxes  .usp-box h3, #usp-boxes  .usp-box h3 {
    margin: 0 0 5px 0;
}
h3 {
    font-size: 1.125em;
    line-height: 24px;
    margin-bottom: 15px;
}
#usp-boxes  .usp-box .usp-box-paragraph-wrapper p, #usp-boxes  .usp-box .usp-box-paragraph-wrapper p {
    margin: 0;
    color: #444;
}
#usp-boxes  .usp-box .usp-box-link, #usp-boxes  .usp-box .usp-box-link {
    margin-top: 10px;
    min-height: unset;
    color: #ffad00;
    text-align: left;
}
.button--arrow {
    background: none;
    padding: 0;
    min-width: 50px;
    color: #ffad00;
    font-size: 1em;
}
@font-face {
    font-family: ixigo-icon-font;
    src: url(/assets/fonts/ixigo-icon-font.35f2c4f96a5a518f4b16f07b67cbadae.eot);
    src: url(/assets/fonts/ixigo-icon-font.35f2c4f96a5a518f4b16f07b67cbadae.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/ixigo-icon-font.35f2c4f96a5a518f4b16f07b67cbadae.woff2) format("woff2"),url(/assets/fonts/ixigo-icon-font.35f2c4f96a5a518f4b16f07b67cbadae.woff) format("woff"),url(/assets/fonts/ixigo-icon-font.35f2c4f96a5a518f4b16f07b67cbadae.ttf) format("truetype"),url(/assets/fonts/ixigo-icon-font.35f2c4f96a5a518f4b16f07b67cbadae.svg#ixigo-icon-font) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.ixi-icon-a-time:before,.ixi-icon-ac:before,.ixi-icon-air-conditioner:before,.ixi-icon-airport-shuttle:before,.ixi-icon-arrow:before,.ixi-icon-atm-cash-machine:before,.ixi-icon-baby-sitting:before,.ixi-icon-baggage:before,.ixi-icon-banquet-facilities:before,.ixi-icon-bar-and-lounge:before,.ixi-icon-bath-tub:before,.ixi-icon-bell:before,.ixi-icon-best-prices:before,.ixi-icon-bus-filled:before,.ixi-icon-business-centre:before,.ixi-icon-cable-satellite-tv:before,.ixi-icon-cable-satellite:before,.ixi-icon-caret:before,.ixi-icon-carousel-arrow:before,.ixi-icon-cashback-old:before,.ixi-icon-cashback:before,.ixi-icon-catering:before,.ixi-icon-cd-player:before,.ixi-icon-chat:before,.ixi-icon-check-in:before,.ixi-icon-check-out:before,.ixi-icon-chevron:before,.ixi-icon-cleanliness:before,.ixi-icon-clock:before,.ixi-icon-cloth-towel:before,.ixi-icon-cocktail-with-lemon-slice:before,.ixi-icon-coffee-cup-of-hot-drink-black-silhouette:before,.ixi-icon-coffee-maker:before,.ixi-icon-complimentary-toiletries:before,.ixi-icon-concierge:before,.ixi-icon-conference-room:before,.ixi-icon-connecting-rooms:before,.ixi-icon-convention-center:before,.ixi-icon-correct:before,.ixi-icon-corridors:before,.ixi-icon-cross-circle-cut:before,.ixi-icon-cross-circle:before,.ixi-icon-cross:before,.ixi-icon-currency-exchange:before,.ixi-icon-detect-location:before,.ixi-icon-disabled:before,.ixi-icon-download:before,.ixi-icon-dry-cleaning:before,.ixi-icon-dvd-player:before,.ixi-icon-elevator-lift:before,.ixi-icon-error:before,.ixi-icon-eur:before,.ixi-icon-exclaim-circle:before,.ixi-icon-facebook:before,.ixi-icon-feedback:before,.ixi-icon-fitness-room:before,.ixi-icon-florist:before,.ixi-icon-food:before,.ixi-icon-foreign-exchange:before,.ixi-icon-free-breakfast:before,.ixi-icon-free-cancellation:before,.ixi-icon-gbp:before,.ixi-icon-golf-course:before,.ixi-icon-good-reviews:before,.ixi-icon-googleplus:before,.ixi-icon-gym:before,.ixi-icon-hair-dryer:before,.ixi-icon-halfMoon:before,.ixi-icon-handicapped-accessible:before,.ixi-icon-heart:before,.ixi-icon-help-desk:before,.ixi-icon-help:before,.ixi-icon-history:before,.ixi-icon-hot-tub:before,.ixi-icon-house-keeping:before,.ixi-icon-icon:before,.ixi-icon-in-room-movies:before,.ixi-icon-info:before,.ixi-icon-inr:before,.ixi-icon-interior-corridors:before,.ixi-icon-ixigo-money:before,.ixi-icon-jacuzzi:before,.ixi-icon-jpy:before,.ixi-icon-kitchenette:before,.ixi-icon-laundry:before,.ixi-icon-location:before,.ixi-icon-lock-padlock-symbol-for-protect:before,.ixi-icon-lock:before,.ixi-icon-locksvg:before,.ixi-icon-mail:before,.ixi-icon-massage-beauty-center:before,.ixi-icon-massage-beauty-centre:before,.ixi-icon-medical-assistance:before,.ixi-icon-meeting-room:before,.ixi-icon-microwave:before,.ixi-icon-mini-bar:before,.ixi-icon-modem-data-port:before,.ixi-icon-multi-lingual-staff:before,.ixi-icon-news-stand:before,.ixi-icon-newspaper:before,.ixi-icon-no-smoking-sign:before,.ixi-icon-no-smoking:before,.ixi-icon-not-allowed:before,.ixi-icon-pantry:before,.ixi-icon-parked-car:before,.ixi-icon-parking:before,.ixi-icon-pay-at-hotel:before,.ixi-icon-pets-allowed:before,.ixi-icon-phone:before,.ixi-icon-plane:before,.ixi-icon-plug:before,.ixi-icon-porters:before,.ixi-icon-private-beach:before,.ixi-icon-query:before,.ixi-icon-reception24hrs:before,.ixi-icon-refresh:before,.ixi-icon-refrigerator:before,.ixi-icon-restaurant:before,.ixi-icon-review:before,.ixi-icon-room-service:before,.ixi-icon-rupee-symbol:before,.ixi-icon-safe-deposit-box:before,.ixi-icon-satellite-connection:before,.ixi-icon-sauna-bath:before,.ixi-icon-school-call-phone-reception:before,.ixi-icon-scroll-vertical-arrows:before,.ixi-icon-search:before,.ixi-icon-secretarial-service:before,.ixi-icon-security-guard:before,.ixi-icon-share:before,.ixi-icon-sleepquality:before,.ixi-icon-spa:before,.ixi-icon-star:before,.ixi-icon-station-est-arrival:before,.ixi-icon-station-halt:before,.ixi-icon-station-name:before,.ixi-icon-superfast:before,.ixi-icon-swap:before,.ixi-icon-swimming-pool:before,.ixi-icon-tennis-court:before,.ixi-icon-thumbsUp:before,.ixi-icon-tick-circle-filled:before,.ixi-icon-tick-circle:before,.ixi-icon-tick-filled:before,.ixi-icon-tick:before,.ixi-icon-tour-desk:before,.ixi-icon-tp-0-5:before,.ixi-icon-tp-0:before,.ixi-icon-tp-1-5:before,.ixi-icon-tp-1:before,.ixi-icon-tp-2-5:before,.ixi-icon-tp-2:before,.ixi-icon-tp-3-5:before,.ixi-icon-tp-3:before,.ixi-icon-tp-4-5:before,.ixi-icon-tp-4:before,.ixi-icon-tp-5:before,.ixi-icon-train:before,.ixi-icon-trip-5-star:before,.ixi-icon-trip-advisor-rating:before,.ixi-icon-tv:before,.ixi-icon-twitter:before,.ixi-icon-usd:before,.ixi-icon-user:before,.ixi-icon-valet-parking:before,.ixi-icon-video:before,.ixi-icon-visa:before,.ixi-icon-wake-up-service:before,.ixi-icon-washing-machine:before,.ixi-icon-whatsapp:before,.ixi-icon-wifi:before,[data-icon]:before {
    display: inline-block;
    font-family: ixigo-icon-font;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    margin-bottom: -100px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}
.fltrs-cntnr {
    border-radius: 2px;
    width: 100%;
    background-color: #FFF;
    height: 112px;
    overflow-y: hidden;
}
.bus-listing-row-cntr, .fltrs-cntnr {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.fltrs-cntnr .fltrs-cntnt {
    position: inherit;
}
.max-container-width {
    width: 1280px;
    margin: 0 auto;
}
.fltrs-cntnr .fltr-col-1 {
    width: 230px;
}
.u-ib {
    display: inline-block!important;
}
.u-ib-sidebar {
  display: inline-block!important;
}
.fltrs-cntnr .fltr-hdr {
    font-size: 16px;
    color: rgba(0,0,0,.87);
    font-weight: 400;
    margin: 8px 0;
}
.fltrs-cntnr .fltr-cntnt {
    font-size: 12px;
    color: rgba(0,0,0,.64);
    font-weight: 600;
}
.fltrs-cntnr .fltr-cntnt .checkbox-list {
    font-size: 0;
    display: block;
}
.fltrs-cntnr .fltr-cntnt .checkbox-list-item {
    font-size: 12px;
    margin: 5px 0;
    padding: 0 8px 0 0;
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.checkbox-list-item {
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}
.checkbox-list-item, .radio-list-item {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 5px;
    -khtml-user-select: none;
}
.u-v-align-top {
    vertical-align: top;
}
.u-pos-rel {
    position: relative!important;
}
.checkbox-list-item .checkbox-button {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0,0,0,.32);
    border-radius: 3px;
    color: transparent;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
}
.checkbox-list-item .checkbox-button.selected {
    color: #FFF;
    border-color: #EC5B24;
    transition-duration: .35s;
    -webkit-transition-duration: .35s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    background: #EC5B24;
}
.checkbox-list-item .checkbox-button .check-icon {
    position: absolute!important;
    left: 1px;
}
.checkbox-list-item .checkbox-button {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0,0,0,.32);
    border-radius: 3px;
    color: transparent;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
}
.fltrs-cntnr .fltr-cntnt .checkbox-list-item .label-custom {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -o-calc(100% - 28px);
    width: calc(100% - 28px);
}
.checkbox-list-item .label-custom {
    line-height: 20px;
    margin-left: 10px;
    top: 1px;
}
.fltrs-cntnr .fltr-col-2 {
    width: 308px;
}
.fltrs-cntnr .fltr-col-3 {
    width: 475px;
    border-right: none;
}
.fltrs-cntnr .tmng-btn {
    width: -o-calc(21% - 10px);
    width: calc(21% - 10px);
    margin-right: 11px;
    text-align: center;
    display: inline-block;
}
.fltrs-cntnr .tmng-btn button.secondary {
    color: rgba(0,0,0,.64);
    border-color: rgba(0,0,0,.64);
}
.fltrs-cntnr .tmng-btn button {
    padding: 0;
    height: 30px;
    font-size: 12px;
}
.c-btn.secondary {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    box-shadow: none;

}
.c-btn, .c-btn:hover, .c-tooltip {
    color: #fff;
    border: 1px solid #EC5B24;
}
.c-btn {
      width: 100%;
      display: flex;
      text-align: center;
      line-height: 20px;
      cursor: pointer;
      font-weight: 500;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      box-shadow: none;
      position: relative;
      z-index: 2;
      align-items: center;
      justify-content: center;
      color: rgb(255, 255, 255);
      background-color: #cf2264;
      height: 35px;
      font-size: 18px;
      padding: 0px 16px;
      border-width: 0px;
      border-style: initial;
      border-color: initial;
      -o-border-image: initial;
         border-image: initial;
      border-radius: 4px;
      overflow: hidden;
      text-decoration: none;
      transition: background-color 0.2s linear 0s;
}
.vooma-btn{
    background-color: #891755 !important;
}
.vooma-btn.disabled {
    cursor: default;
    color: #C5C5C5;
}
.u-link {
    /* color: #EC5B24; */
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.c-btn .u-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: 0 0;
}
.c-btn .u-ripple-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
}
.fltrs-cntnr .tmng-btn .lbl {
    margin-top: 5px;
}
.c-btn.disabled {
    background-color: #E1E1E1;
    cursor: default;
    color: #C5C5C5;
}
.u-link.disabled {
    cursor: default;
    color: #C5C5C5;
}
.fltrs-cntnr .fltr-col-4 {
    width: 230px;
    padding-right: 25px;
}
.fltrs-cntnr .fltr-cntnt .slider-cntr, .fltrs-cntnr .fltr-cntnt .slider-cntr .val-cntr {
    margin-bottom: 0;
}
.slider-cntr {
    margin: 10px 0;
}
.fltrs-cntnr .fltr-col-4-4 {
    width: 701px;
    color: rgba(0,0,0,.64);
    font-weight: 600;
}
.fltrs-cntnr .fltr-col-5 {
    width: 985px;
    color: rgba(0,0,0,.64);
    font-weight: 600;
}
.fltrs-cntnr .fltr-col-5 .nav-list {
    margin-top: 8px;
}
.nav-list-item {
    font-weight: 600;
    color: rgba(0,0,0,.38);
    padding: 13px 24px;
    cursor: pointer;
    border-bottom: solid 3px transparent;
}
.dropdown-list, .nav-list-item {
    letter-spacing: .5px;
    font-size: 14px;
}
.u-uppercase {
    text-transform: uppercase;
}
.fltrs-cntnr .fltr-col-5 .nav-list .nav-list-item {
    text-transform: none;
    padding: 0 24px 5px;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
}
.nav-list .nav-list-item.selected {
    border-bottom: solid 3px #EC5B24;
    color: #EC5B24;
}
.fltrs-cntnr .fltr-col-5 .nav-list .nav-list-item.selected {
    color: rgba(0,0,0,.87);
}
.fltrs-cntnr .filter-search {
    width: 250px;
    border: 1px solid rgba(0,0,0,.12);
    margin: 10px 0;
    height: 40px;
}
.c-input-cntr {
    position: relative!important;
    border-bottom: 1px solid rgba(0,0,0,.12);
    height: 100%;
    line-height: 24px;
}
.fltrs-cntnr .filter-search .c-input {
    padding-left: 10px;
}
.c-input-cntr .c-input {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0,0,0,.87);
    outline: 0;
}
.fltrs-cntnr .filter-search .material-underline {
    display: none;
}
.c-input-cntr .material-underline {
    position: relative!important;
    top: 2px;
    display: block;
    width: 100%;
}
.fltrs-cntnr .fltr-col-5 .secondary-filters {
    height: 135px;
    overflow: auto;
}
.fltrs-cntnr .fltr-col-5 .checkbox-list {
    font-size: 0;
    display: block;
}
.fltrs-cntnr .fltr-col-5 .checkbox-list-item {
    font-size: 12px;
    margin: 5px 0;
    padding: 0 8px 0 0;
    width: 245px;
    display: inline-block!important;
}
.checkbox-list-item.u-ib:first-child {
    margin-left: 0;
}
.checkbox-list-item.u-ib {
    margin-left: 10px;
}
.u-cta, .u-link {
    letter-spacing: .3px;
}
.rst-fltrs {
    display: inline-block;
    margin: 10px 0 0 5px;
    top: 10px;
}
.less-fltrs, .more-fltrs, .rst-fltrs {
    position: absolute;
    left: 1065px;
}
.fltrs-cntnr.expanded .more-fltrs {
    display: none;
}
.less-fltrs, .more-fltrs, .rst-fltrs {
    position: absolute;
    left: 1065px;
}
.less-fltrs .dd-arrow, .more-fltrs .dd-arrow {
    border-color: #EC5B24 transparent;
    top: 10px;
    margin-left: 5px;
}
.dd-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(0,0,0,.38);
}
.fltrs-cntnr.expanded .less-fltrs {
    display: block;
}
.less-fltrs {
    display: none;
}
.less-fltrs, .more-fltrs, .rst-fltrs {
    position: absolute;
    left: 1065px;
    color:#EC5B24;
}
.u-layout-2-col {
    width: 1280px;
    margin: 0 auto;
}
.u-layout-2-col .u-layout-col-1 {
    width: 980px;
    padding-right: 30px;
    margin: 0 auto;
    vertical-align: top;
}
.u-layout-2-col .u-layout-col-2 {
    width: 300px;
    vertical-align: top;
}
.bus-listing-row-cntr {
    margin: 25px 0;
}
.bus-listing-row-cntr, .fltrs-cntnr {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.bus-listing-row {
    padding: 0 13px;
    background-color: #FFF;
}
.bus-listing-row .bus-info-cntr .bus-agent-row .bus-agent-name {
    font-weight: 600;
    font-size: 16px;
}
.u-v-align-middle {
    vertical-align: middle;
}
.bus-listing-row .bus-info-cntr .bus-agent-row .icon {
    font-size: 14px;
    color: #05afe0;
    margin-right: 8px;
    margin-left: 20px;
}
.bus-listing-row .bus-info-cntr .bus-agent-row .ac {
    font-weight: 400;
}
.bus-listing-row .bus-info-cntr .bus-info {
    padding: 6px 0;
}
@media (min-width: 992px) {
    .bus-listing-row .bus-info-cntr {
        padding: 20px 17px;

    }
    .bus-listing-row .fare-cntr .price-cntr {
        width: 130px;
        text-align: right;
    }
    .bus-booking-page .bus-booking-summ .bus-info-cntr .bus-info .timeline-widget {
        line-height: 1;
        width: 150px;
        padding: 0 10px;
        text-align: center;
        color: rgba(0,0,0,.38);
        font-weight: 600;
        vertical-align: bottom;
    }
    .bus-booking-page .bus-booking-summ .bus-info-cntr {
        padding-right: 20px;
        width: -o-calc(100% - 500px);
        width: calc(100% - 500px);
    }

    .bus-booking-page .page-content .trvlrs-dtl .trvlr-hdr>div {
        display: inline-block;
        vertical-align: middle;
        width: 48%;
        font-size: 14px;
    }
    .filter-hide{
        overflow:hidden;
        height: 108px;
    }
    .bus-booking-page .bus-booking-summ .pickup-info-cntr {
        width: 500px;
        border-left: 1px dashed rgba(0,0,0,.12);
        padding-left: 20px;
    }

    .bus-listing-row .fare-cntr {
        width: 600px;
        padding-left: 358px;
        border-left: 1px dashed rgba(0,0,0,.12);
    }
    .bus-listing-row .bus-info-cntr .bus-info .timeline-widget {
        line-height: 1;
        width: 330px;
        padding: 0 0px 0px 25px;
        text-align: center;
        color: rgba(0,0,0,.38);
        font-weight: 600;
        vertical-align: bottom;
    }
    ._mh-mobile-30 {
        margin-left: 117px !important;
        margin-right: 30px !important;
    }
    .fltrs-cntnr .fltr-col {
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px dashed rgba(0,0,0,.12);
        vertical-align: top;
    }
    .bus-booking-page .bus-booking-summ .pickup-info-cntr .info {
        width: 50%;
        display: inline-block!important;
        vertical-align: top;
    }
    .bus-booking-page .bus-booking-summ .pickup-info-cntr .info-heading {
          font-size: 20px;
          justify-content: space-between;
          align-items: center;
          font-weight: 600;
          color:rgb(247 149 55);
    }
}
@media (max-width: 992px) {
    .bus-listing-row .bus-info-cntr {
        padding: 20px 0;
    }
    .bus-listing-row .fare-cntr .price-cntr {
        width: 203px;
        text-align: right;
    }
    .bus-booking-page .bus-booking-summ .bus-info-cntr .bus-info .timeline-widget {
        line-height: 1;
        width: 109px;
        padding: 0 10px;
        text-align: center;
        color: rgba(0,0,0,.38);
        font-weight: 600;
        vertical-align: bottom;
    }
    .bus-booking-page .bus-booking-summ .bus-info-cntr {
        padding-right: 20px;
    }
    .bus-booking-page .page-content .trvlrs-dtl .trvlr-hdr>div {
        display: inline-block;
        vertical-align: middle;
        width: 47%;
        font-size: 14px;
    }
    .bus-booking-page .bus-booking-summ .pickup-info-cntr .info-heading {
        font-size: 14px;
        font-weight: 600;
    }
    .bus-booking-page .page-content .trvlrs-dtl .trvlr-forms-cntnr {
        width: 31%;
        vertical-align: top;
        padding-right: 57px !important;
    }
    .bus-booking-page .bus-booking-summ .pickup-info-cntr .info {
        width: 48%;
        display: inline-block!important;
        vertical-align: top;
    }
    .bus-booking-page .bus-booking-summ .pickup-info-cntr {
        border-left: 1px dashed rgba(0,0,0,.12);
        padding-left: 20px;
    }
    .filter-hide{
        overflow:hidden;
        height: 211px;
    }
    .fltrs-cntnr .fltr-col {
        padding-right: 15px;
        margin-right: 15px;
        border-bottom: 1px dashed rgba(0,0,0,.12);
        vertical-align: top;
    }
    .fltrs-cntnr .tmng-btn {
        width: -o-calc(43% - 10px);
        width: calc(43% - 10px);
        margin-right: 11px;
        text-align: center;
        display: inline-block;
    }
    .bus-listing-row .fare-cntr {
        width: 315px;
        padding-top: 18px;
        border-top: 1px dashed rgba(0,0,0,.12);
    }
    .bus-listing-row .bus-info-cntr .bus-info .timeline-widget {
        line-height: 1;
        width: 125px;
        padding: 0 0px 0px 25px;
        text-align: center;
        color: rgba(0,0,0,.38);
        font-weight: 600;
        vertical-align: bottom;
    }
    ._mh-mobile-30 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
.filter-show{
    overflow:hidden;
    height: 377px;
}
.filter-show-text-more{
    top: 100px;
    display: inherit !important;
}
.filter-hide-text-more{
    top: 100px;
    display: none;
}
.filter-hide-text-less{
    top: 347px;
}
.filter-show-text-less{
    top: 347px;
    display: inherit !important;
}
.c-timeline-wrapper.horizontal {
    text-align: center;
    font-size: 0;
    width: 100%;
}
.c-timeline-wrapper.horizontal .label.br.first, .c-timeline-wrapper.horizontal .label.tl.first {
    transform: translateX(-45%);
}
.c-timeline-wrapper.horizontal .label {
    position: relative;
    display: inline-block;
    min-width: 1px;
}
.c-timeline-wrapper.horizontal .label.br.last, .c-timeline-wrapper.horizontal .label.tl.last {
    transform: translateX(45%);
}
.c-timeline-wrapper.horizontal .c-timeline {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    width: 100%;
    margin: 10px 0;
}
.c-timeline-wrapper.horizontal .c-timeline-booking {
    display: flex;
    justify-content: space-between;
    font-size: 0;
    width: 100%;
    margin: -16px 0px;
}
.c-timeline-wrapper.horizontal .c-timeline .dot {
    display: inline-block;
}
.c-timeline-wrapper.horizontal .label.br.first, .c-timeline-wrapper.horizontal .label.tl.first {
    transform: translateX(-45%);
}
.c-timeline-wrapper.horizontal .label.br.last, .c-timeline-wrapper.horizontal .label.tl.last {
    transform: translateX(45%);
}
.bus-listing-row .bus-info-cntr .bus-info .right-wing {
    margin-left: 20px;
}
.bus-listing-row .fare-cntr .price-row {
    padding-bottom: 7px;
}
.bus-listing-row .fare-cntr .earn-amount {
    padding-left: 15px;
    width: 110px;
}
.bus-listing-row .fare-cntr .price-cntr .price-start-text {
    line-height: 1;
    font-size: 11px;
    color: rgba(0,0,0,.64);
}
.bus-listing-row .fare-cntr .price-cntr .before-discount-fare {
    margin-right: 6px;
    vertical-align: middle;
    height: 24px;
}
.bus-listing-row .fare-cntr .price-cntr .price {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.c-price-display {
    position: relative;
}
.u-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-price-display .icon {
    position: relative!important;
    font-size: .85em;
    margin-right: .05em;
}
.c-price-display span {
    vertical-align: middle;
}
.c-price-display span, .c-switch, .c-switch .switch-handle, .c-tag, .c-tag .dlt-btn, .c-tag .tag-text {
    display: inline-block;
}
.c-price-display .icon {
    position: relative!important;
    font-size: .85em;
    margin-right: .05em;
}
.bus-listing-row .fare-cntr .avail-seats {
    color: #EC5B24;
    padding-top: 7px;
}
.bus-listing-row-cntr.groupe-container-row-cntr {
    cursor: pointer;
}
.bus-listing-row-cntr:first-child {
    margin-top: 5px;
}
.u-pos-rel {
    position: relative!important;
}
.bus-booking-page .page-content {
    margin: 20px auto;
    min-height: 620px;

}
.bus-booking-page .bus-booking-summ {
    margin-bottom: 25px;
    padding: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    min-width: 0px;
    background-color: #fff;
    display: flex;

}
.bus-booking-page .bus-booking-summ-form {
    margin-bottom: 25px;
    padding: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    min-width: 0px;
    background-color: #fff;
    border-radius: 8px;
}
.info-value {
    color: rgb(66, 84, 134);
    font-size: 14px;
    line-height: 20px;
}
.bus-booking-page .bus-booking-summ .bus-info-cntr .bus-agent-name {
  font-size: 20px;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color:rgb(247 149 55);
}
.bus-booking-page .bus-booking-summ .bus-info-cntr .icon {
    font-size: 14px;
    color: #f39424;
    margin-right: 8px;
}
.bus-booking-page .bus-booking-summ .bus-info-cntr .ac {
    font-weight: 400;
}
.bus-booking-page .bus-booking-summ .bus-info-cntr .bus-info {
    padding: 6px 0;
}
.bus-booking-page .bus-booking-summ .bus-info-cntr .bus-info .left-wing, .bus-booking-page .bus-booking-summ .bus-info-cntr .bus-info .right-wing {
    width: 85px;
    color: rgba(0,0,0,.87);
    font-weight: 600;
    font-size: 22px;
}
.swap-icon {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    width: 25px;
}
.bus-booking-page .bus-booking-summ .pickup-info-cntr .info.pickup {
    padding-right: 10px;
}
.bus-booking-page .bus-booking-summ .pickup-info-cntr .info-value {
    color: rgb(37, 42, 49);
    font-size: 16px;
}
.bus-booking-page .bus-booking-summ .pickup-info-cntr .info-value .dot {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: rgba(0,0,0,.64);
    display: inline-block;
    vertical-align: middle;
    margin: 2px 5px;
}
.bus-booking-page .bus-booking-summ .pickup-info-cntr .info.dropoff {
    padding-left: 10px;
}
.bus-booking-page .bus-booking-summ .pickup-info-cntr .info.seats {
    margin-top: 10px;
}
.bus-booking-page .bus-booking-summ .pickup-info-cntr .info.modify-booking {
    vertical-align: bottom;
    text-align: right;
}
.bus-booking-page .bus-booking-summ .pickup-info-cntr .info.operator-booking {
    vertical-align: bottom;
    padding-top: 10px;
}
/* SuccessPayment */
.content, .content-wide, .sidebar {
    padding: 0 10px;
}
@media (min-width: 768px){
.cart-wrapper--wide {
    margin-bottom: 17px;
}
}
.cart-wrapper--wide {
    margin-bottom: 0;
}
@media (min-width: 768px){
.checkout-cart {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
}
@media (min-width: 768px){
.checkout-cart {
    border: 4px solid #8FDF33;
}
}
@media (min-width: 768px){
    .cart {
        position: static;
        bottom: auto;
        left: auto;
        max-height: none;
        background: #fff;
        z-index: 0;
    }
}
.cart {
    width: 100%;
    max-height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 0 10px;
    background: #fff;
    z-index: 1001;
}
.checkout-cart .row.cart-content-wrapper {
    max-width: none;
}
.cart .row.cart-content-wrapper {
    border: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 5px;
}
@media (min-width: 768px){
.checkout-cart .row.cart-content-wrapper {
    margin: 0 auto;
}
}
.checkout-cart .row.cart-content-wrapper {
    max-width: 890px;
}
.cart .row.cart-content-wrapper {
    border-top: none;
}
.cart > .row {
    border-top: 1px solid #e1e1e1;
}
.col-centered, .row .col-centered {
    float: none;
    margin: 0 auto;
}
@media (min-width: 768px){
.cart-content-inner {
    padding: 15px 0;
}
}
.cart .header {
    border-bottom: 1px solid #e1e1e1;
}
.cart .first, .cart .last {
    border-top: none;
}
.seat-book-cntr .center-wrapper {
            width: 80% !important;
            text-align: center !important;
        }
.seat-book-cntr{
            background-color:#FFF;
            border-top:1px solid rgba(0,0,0,.12);
        }
.seat-book-cntr .seat-book-error{
            color:#D50000;
            position:absolute;
            top:3px;
            font-size:12px
        }
.seat-book-cntr .close-button {
            /* position: absolute; */
            top: 2px;
            font-size: 16px;
            color: rgba(0,0,0,.64);
            cursor: pointer;
        }
.seat-book-cntr .seat-layout-cntr{
            display:inline-block!important
        }
.seat-book-cntr .seat-layout-cntr .seat-layout-heading{
            color:rgba(0,0,0,.64)
        }
.seat-book-cntr .seat-layout-cntr .seat-layout-heading.upper{
            padding-top:15px
        }
.seat-book-cntr .seat-layout{

            padding:8px 0 8px 5px;

        }
.seat-book-cntr .seat-layout .mt_5{
            margin-top: 7px !important;
        }
.seat-book-cntr .seat-layout .first-seats{
            border-top:1px solid rgba(0,0,0,.12);
            margin-top: 10px;

        }
.seat-book-cntr .seat-layout .bus-steering img{
            width:36px;
            height:36px
        }
.seat-book-cntr .seat-layout .seat-row{
            margin:2px 8px;
            vertical-align:top
        }
.seat-book-cntr .seat-rows {
            border: 2px solid rgb(0 0 0 / 46%);
            border-radius: 7px;
            padding:8px 0 3px 5px;
        }
.seat-book-cntr .seat-layout .single-seat .top{
            position:absolute;
            border-top-right-radius:2px;
            top:-2px
        }
.seat-book-cntr .seat-layout .single-seat .bottom{
            position:absolute;
            border-bottom-right-radius:2px;
            bottom:-2px
        }
.seat-book-cntr .center-wrapper{
                width:100%;
                overflow-x:auto;
                white-space:nowrap;
                text-align:center;
                display:inline-block!important
            }
.seat-book-cntr .seat-layout .single-seat{
            border:1px solid #ccc;
            width:34px;
            height:30px;
            border-radius:4px;
            position:relative;
            margin-right:7px
        }
.seat-book-cntr .seat-layout .single-seat .top {
            width:25px;
            border-bottom-left-radius:2px;
            left:4px;
            border-top-left-radius:2px;
            background-color:#b5b5b5
        }
.seat-book-cntr .seat-layout .single-seat .bottom{
            height:4px;
            width:32px;
            border-bottom-left-radius:2px;
            left:0px;
            border-top-left-radius:2px;
            background-color:#b5b5b5
        }
.seat-book-cntr .seat-layout .single-seat .right{
            position:absolute;
            width:4px;
            height:25px;
            border-bottom-right-radius:2px;
            border-top-right-radius:2px;
            background-color:#b5b5b5;
            bottom:-1px;
            right:-2px
        }
.seat-book-cntr .seat-layout .single-seat .left{
            position:absolute;
            width:4px;
            height:25px;
            border-bottom-right-radius:2px;
            border-top-right-radius:2px;
            background-color:#ccc;
            bottom:-1px;
            left:-2px
        }
.seat-book-cntr .seat-layout .single-seat .back{
            width: 23px;
            height: 8px;
            background-color: #ccc;
            position: absolute;
            border-radius: 2px;
            top: 22px;
            left: 5px;
        }
.seat-book-cntr .seat-layout .single-seat .seat-no{
            position:absolute;
            top:7px;
            width:30px;
            text-align:center;
            font-size:9px
        }
.seat-book-cntr .seat-layout .no-single-seat{
            width:34px;
            height:30px;
            margin-right:7px;
            display:inline-block!important
        }
.seat-book-cntr .center-wrapper {
                width: 100%;
                overflow-x: auto;
                white-space: nowrap;
                /* text-align: center; */
                display: inline-block!important;
            }
.seat-book-cntr .seat-layout .single-seat{
                border:1px solid #ccc;
                width:34px;
                height:30px;
                border-radius:4px;
                position:relative;
                margin-right:7px
            }
.seat-book-cntr .seat-layout .single-seat .top {
                width:25px;
                border-bottom-left-radius:2px;
                left:4px;
                border-top-left-radius:2px;
                background-color:#ccc
            }
.seat-book-cntr .seat-layout .single-seat .bottom{
                height:4px;
                width:32px;
                border-bottom-left-radius:2px;
                left:0px;
                border-top-left-radius:2px;
                background-color:#b5b5b5;
            }
.seat-book-cntr .seat-layout .single-seat .right{
                position:absolute;
                width:4px;
                height:25px;
                border-bottom-right-radius:2px;
                border-top-right-radius:2px;
                background-color:#b5b5b5;
                bottom:-1px;
                right:-2px
            }
.seat-book-cntr .seat-layout .single-seat .left{
                position:absolute;
                width:4px;
                height:25px;
                border-bottom-right-radius:2px;
                border-top-right-radius:2px;
                background-color:#b5b5b5;
                bottom:-1px;
                left:-2px
            }
.seat-book-cntr .seat-layout .single-seat .back{
                width: 23px;
                height: 8px;
                background-color: #b5b5b5;
                position: absolute;
                border-radius: 2px;
                top: 22px;
                left: 5px;
            }
.bg_white {
                  background-color:#fff;
                }
.seat-book-cntr .seat-layout .single-seat .seat-no{
                position:absolute;
                top:3px;
                width:30px;
                text-align:center;
                font-size: 12px;
                font-weight: 750;
            }
.seat-book-cntr .seat-layout .no-single-seat{
                width:34px;
                height:30px;
                margin-right:7px;
                display:inline-block!important
            }
.seat-book-cntr .seat-layout .single-seat.avail-ladies{
            background-color:#ffb6d7
        }
.seat-book-cntr .seat-layout .single-seat.avail-ladies .back,.seat-book-cntr .seat-layout .single-seat.avail-ladies .bottom,.seat-book-cntr .seat-layout .single-seat.avail-ladies .right,.seat-book-cntr .seat-layout .single-seat.avail-ladies .top{
            background-color:#afadad;
        }
.seat-book-cntr .seat-layout .single-seat.unavailable{
            background-color:#afadad;
        }
.seat-book-cntr .seat-layout .single-seat.selected{
            background-color:#ea536fe8;
            color: #fff;
        }
.seat-book-cntr .seat-layout .single-seat.selected .back,.seat-book-cntr .seat-layout .single-seat.selected .bottom,.seat-book-cntr .seat-layout .single-seat.selected .right,.seat-book-cntr .seat-layout .single-seat.selected .left,.seat-book-cntr .seat-layout .single-seat.selected .top{
            background-color:#999
        }
.seat-book-cntr .seat-layout .sleeper-seat{
            width:67px;
            height:30px;
            border:1px solid #ccc;
            border-radius:4px;
            position:relative;
            margin-right:7px
        }
.seat-book-cntr .seat-layout .sleeper-seat .head{
            width:8px;
            height:20px;
            position:absolute;
            bottom:0;
            border-top-left-radius:4px;
            border-bottom-left-radius:4px;
            background-color:#b5b5b5;
            top:4px;
            right:0
        }
.seat-book-cntr .seat-layout .sleeper-seat .seat-no{
            top:6px;
            position:absolute;
            width:43px;
            left:10px;
            text-align:center;
            font-size:10px
        }
.seat-book-cntr .seat-layout .sleeper-seat.avail-ladies{
            background-color:#ffb6d7
        }
.seat-book-cntr .seat-layout .sleeper-seat.avail-ladies .head{
            background-color:#ff99d6
        }
.seat-book-cntr .seat-layout .sleeper-seat.unavailable{
            background-color:#d8d8d8
        }
.seat-book-cntr .seat-layout .sleeper-seat.selected{
            background-color:#c3c02b;
        }
.seat-book-cntr .seat-layout .sleeper-seat.selected .head{
            background-color:#b5b5b5;
        }
.seat-book-cntr .seat-layout .seat{
            color:rgba(0,0,0,.64);
            font-size:12px;
            cursor:pointer
        }
.seat-book-cntr .seat-legends{
            padding:10px 0;
        }
.seat-book-cntr .seat-legends .seat-legend{
            margin:0 4px
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend{
            vertical-align:middle;
            border:1px solid #ccc;
            width:34px;
            height:30px;
            border-radius:2px;
            position:relative
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend .top{
            position:absolute;
            width:25px;
            border-bottom-left-radius:2px;
            left:4px;
            border-top-left-radius:2px;
            background-color:#b5b5b5
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend .bottom{
            position:absolute;
            height:4px;
            width:32px;
            border-bottom-left-radius:2px;
            left:0px;
            border-top-left-radius:2px;
            background-color:#b5b5b5;
            bottom: -2px;
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend .right{
            position:absolute;
            width:4px;
            height:25px;
            border-bottom-right-radius:2px;
            border-top-right-radius:2px;
            background-color:#b5b5b5;
            bottom:-1px;
            right:-2px
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend .left{
            position:absolute;
            width:4px;
            height:25px;
            border-bottom-right-radius:2px;
            border-top-right-radius:2px;
            background-color:#b5b5b5;
            bottom:-1px;
            left:-2px
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend .back{
            width: 23px;
            height: 8px;
            background-color: #ccc;
            position: absolute;
            border-radius: 2px;
            top: 22px;
            left: 5px;
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.avail-ladies{
            background-color:#ffb6d7
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.avail-ladies .back,.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.avail-ladies .bottom,.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.avail-ladies .right,.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.avail-ladies .top{
            background-color:#ff99d6
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.unavailable{
            background-color:#ea536fe8
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.selected{
            background-color:#afadad;
        }
.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.selected .back,.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.selected .bottom,.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.selected .right,.seat-book-cntr .seat-legends .seat-legend .single-seat-legend.selected .top{
            background-color:#b5b5b5;
        }
.seat-book-cntr .seat-legends .seat-legend .text{
            font-size:12px;
            color:rgba(0,0,0,.64);
            vertical-align:middle;
            margin-left:4px
        }
.seat-book-cntr .close-seat-button {
            position: absolute;
            top: 8px;
            right: 50px;
            font-size: 9px;
            color: rgb(243, 9, 99);
            cursor: pointer;
        }
@media screen and (max-width: 992px){
          .seat-book-cntr .close-seat-button {
              position: absolute;
              top: 62px;
              right: 36px;
              font-size: 11px;
              color: rgb(243, 9, 99);
              cursor: pointer;
          }
        }
.seat-book-cntr .bus-logo-seat {
            position: absolute;
            top: 2px;
            padding-left: 10px;
            font-size: 16px;
            color: rgb(243, 9, 99);
            cursor: pointer;
        }
.seat-book-cntr .seat-layout .bus-steering{
            padding-right: 20px;
        }
.u-ib {
    display: inline-block!important;
}
@media screen and (max-width: 992px){
  .u-ib {
      display:block!important;
  }
}
@media (min-width: 1199px) {

    .book-section {
        width: 45%;
        display: inline-block!important;
        border: 1px dashed rgba(0,0,0,.12);
        padding: 15px;
    }
    .bus-listing-row .bus-info-cntr .bus-info .left-wing, .bus-listing-row .bus-info-cntr .bus-info .right-wing {
        width: 105px;
        color: rgba(0,0,0,.87);
        font-weight: 600;
        font-size: 22px;
    }
}
@media (max-width: 1199px) {

    .book-section {
        width: 100%;
        display: inline-block!important;
        border: 1px dashed rgba(0,0,0,.12);
        padding: 15px;
    }
    .bus-listing-row .bus-info-cntr .bus-info .left-wing, .bus-listing-row .bus-info-cntr .bus-info .right-wing {
        width: 73px;
        color: rgba(0,0,0,.87);
        font-weight: 600;
        font-size: 22px;
    }
}
.bus-booking-summary .summ-heading{
    font-size:16px;
    font-weight:600
}
.bus-booking-summary .summ-heading .sub-text{
    margin-left:10px;
    font-size:12px;
    color:rgba(0,0,0,.64)
}
.bus-booking-summary .fare-dtl-row .right-wing{
    padding-left:8px
}
.bus-booking-summary .fare-dtl-row.total{
    border-top:1px solid rgba(0,0,0,.12);
    border-bottom:1px solid rgba(0,0,0,.12);
    font-size:18px;
    font-weight:600;
    margin:20px 0;
    padding:10px 0
}
.bus-booking-summary .point-list-item{
    width:300px
}
.bus-booking-summary .stop-name{
    vertical-align:top;
    width:180px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.bus-booking-summary .arr-time{
    vertical-align:top;
    width:70px;
    text-align:right
}
.bus-booking-summary .point-caret{
    font-size:8px;
    color:rgba(0,0,0,.38)
}
.bus-booking-summary .point-dd{
    margin:25px 0 30px
}
.bus-booking-summary .c-dropdown .dropdown-list{
    width:300px;
    max-height:200px;
    padding:12px 0;
    overflow-y:auto
}
.bus-booking-summary .c-dropdown .dropdown-list .dropdown-list-item{
    padding:5px 10px
}
.bus-booking-summary .c-dropdown .dropdown-list .stop-name{
    white-space:normal;
    overflow:initial;
    text-overflow:initial
}
.bus-booking-summary .c-dropdown .c-dropdown-text{
    margin-top:10px;
    border:1px solid rgba(0,0,0,.12);
    border-radius:2px;
    padding:5px
}
.bus-booking-summary .c-dropdown .c-dropdown-text-focus{
    border:1px solid #EC5B24
}
.u-v-align-middle {
    vertical-align: middle;
}
.c-price-display {
    position: relative;
}
.u-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-price-display .icon {
    position: relative!important;
    font-size: .85em;
    margin-right: .05em;
}
.c-price-display span {
    vertical-align: middle;
}
.c-price-display span, .c-switch, .c-switch .switch-handle, .c-tag, .c-tag .dlt-btn, .c-tag .tag-text {
    display: inline-block;
}
.c-dropdown .c-dropdown-caret {
    margin-left: 10px;
}
.dropdown-list {
    position: absolute;
    z-index: 10;
    background-color: #FAFAFA;
    padding: 0;
    transition: display .2s;
}
.dropdown-list, .nav-list-item {
    letter-spacing: .5px;
    font-size: 14px;
}
.dropdown-list .dropdown-list-item {
    display: inline-block!important;
    color: rgba(0,0,0,.87);
    padding: 5px 20px;
    width: 100%;
    cursor: pointer;
    border-left: solid 3px transparent;
}
.dropdown-list .dropdown-list-item, .u-nostyle-link, .u-nostyle-link:hover, .u-nostyle-link:visited {
    color: inherit;
    text-decoration: none;
}
/* Paymentd css  */
.bus-booking-page .page-content .trvlrs-dtl {
    margin-bottom: 0px;

}
.review-header {
    color: rgb(37, 42, 49);
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
}
.c-accordion-item {
    color: rgba(0,0,0,.87);
}
.busses-header{
    border-bottom: 0.5px dotted rgba(208, 205, 205, 0.87);
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.u-box {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background-color: #FFF;
    border-radius: 5px;
}
.c-accordion-item.diff-collapsed.expanded .accordion-hdr, .c-accordion-item.expanded .accordion-hdr {
    background-color: #ffffff;
    color: rgba(0,0,0,.64);
}
.c-accordion-item .accordion-hdr {
    background-color: #E1E1E1;
    color: rgba(0,0,0,.64);
    font-weight: 600;
}
.c-accordion-item .accordion-hdr .accordion-hdr-cntnt {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
}
.bus-booking-page .page-content .trvlrs-dtl .trvlr-hdr {
    font-size: 0;
}
.bus-booking-page .page-content .trvlrs-dtl .trvlr-hdr>div:last-child {
    text-align: left;
    font-weight: 400;
}
.bus-booking-page .page-content .trvlrs-dtl .accordion-body {
    position: relative;
    padding: 0px 4px 25px 6px;
}
.c-accordion-item .accordion-body {
    padding: 0px 15px;
}
.bus-booking-page .page-content .trvlrs-dtl .general-error {
    color: #D50000;
    font-size: 12px;
    position: absolute;
    top: 5px;
}
.bus-booking-page .page-content .trvlrs-dtl .trvlr-forms-cntnr {
    width: 100%;
    vertical-align: top;
}
.bus-booking-page .page-content .trvlrs-dtl .trvlr-forms-cntnr .trvlr-form-cntnr:last-child {
    margin-bottom: 0;
}
.bus-booking-page .page-content .trvlrs-dtl .trvlr-forms-cntnr .trvlr-form-cntnr {
    margin-bottom: 10px;
}
.bus-booking-page .page-content .trvlrs-dtl .trvlr-forms-cntnr .trvlr-form-cntnr .form-hdr {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
}
.trvlr-form>.u-ib.name-cntr {
    width: 165px;
}
.trvlr-form>.u-ib {
    margin: 10px 15px 20px 0;
    width: 183px;
}
.c-input-cntr {
    position: relative!important;
    border-bottom: 1px solid rgba(0,0,0,.12);
    height: 100%;
    line-height: 24px;
}
.c-input-cntr .input-label {
    font-size: 12px;
    color: rgba(0,0,0,.38);
    transform: translate(0,0);
    transition-duration: .2s;
    cursor: text;
    height: 23px;
    overflow: visible;
}
.c-input-cntr .c-input {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 25px;
    color: rgba(0,0,0,.87);
    outline: 0;
}
.c-input-cntr .material-underline {
    position: relative!important;
    top: 2px;
    display: block;
    width: 100%;
}
.c-input-cntr .error-message {
    position: absolute!important;
    display: none;
    line-height: 14px;
    width: 100%;
    color: #D50000;
    font-size: 12px;
    padding: 5px 5px 5px 22px;
    background-color: rgba(255,0,0,.1);
    border-radius: 3px;
}
.c-input-cntr .error-message .ixi-icon-error {
    position: absolute!important;
    left: 5px;
    top: 4px;
}
.bus-booking-page .page-content .contact-group {
    margin: 10px 0 30px;
}
.bus-booking-page .page-content .contact-group .form-field {
    width: 350px;
    display: inline-block!important;
}
.bus-booking-page .page-content .contact-group .form-field .icon {
    font-size: 14px;
    color: #EC5B24;
    margin-right: 10px;
}
.bus-booking-page .page-content .contact-group .form-field .prefix {
    width: 40px;
}
.bus-booking-page .page-content .contact-group .form-field .mobile-input {
    width: 260px;
    display: inline-block!important;
}
.bus-booking-page .page-content .contact-group .form-field {
    width: 350px;
    display: inline-block!important;
}
.bus-booking-page .page-content .contact-group .form-field .icon {
    font-size: 14px;
    color: #EC5B24;
    margin-right: 10px;
}
.bus-booking-page .page-content .contact-group .form-field .email-input {
    width: 300px;
}
.c-accordion-item.collapsible {
    position: relative;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row {
    padding: 7px 15px;
    font-size: 0;
}
.bus-booking-page .fare-dtl .fare-dtl-row {
    padding: 7px 15px;
    font-size: 0;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row .left-wing {
    color: rgba(0,0,0,.64);
    width: 55%;
    text-align: left;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row .left-wing, .bus-booking-page .page-content .fare-dtl .fare-dtl-row .right-wing {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.bus-booking-page .fare-dtl .fare-dtl-row .left-wing {
    color: rgba(0,0,0,.64);
    width: 55%;
    text-align: left;
}
.bus-booking-page .fare-dtl .fare-dtl-row .left-wing, .bus-booking-page .fare-dtl .fare-dtl-row .right-wing {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row .right-wing {
    font-weight: 600;
    width: 45%;
    text-align: right;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row .left-wing, .bus-booking-page .page-content .fare-dtl .fare-dtl-row .right-wing {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.bus-booking-page .fare-dtl .fare-dtl-row .right-wing {
    font-weight: 600;
    width: 45%;
    text-align: right;
}
.bus-booking-page .fare-dtl .fare-dtl-row .left-wing, .bus-booking-page .fare-dtl .fare-dtl-row .right-wing {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row .right-wing .c-price-display, .bus-booking-page .page-content .fare-dtl .fare-dtl-row .right-wing .ixi-icon-info, .bus-booking-page .page-content .fare-dtl .fare-dtl-row.green .c-price-display, .bus-booking-page .page-content .fare-dtl .fare-dtl-row.total .right-wing .conv-fee>div {
    display: inline-block;
    vertical-align: middle;
}
.bus-booking-page .fare-dtl .fare-dtl-row .right-wing .c-price-display, .bus-booking-page .fare-dtl .fare-dtl-row .right-wing .ixi-icon-info, .bus-booking-page .fare-dtl .fare-dtl-row.green .c-price-display, .bus-booking-page .fare-dtl .fare-dtl-row.total .right-wing .conv-fee>div {
    display: inline-block;
    vertical-align: middle;
}
.c-price-display {
    position: relative;
}
.u-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-price-display .icon {
    position: relative!important;
    font-size: .85em;
    margin-right: .05em;
}
.c-price-display span {
    vertical-align: middle;
}
.c-price-display span, .c-switch, .c-switch .switch-handle, .c-tag, .c-tag .dlt-btn, .c-tag .tag-text {
    display: inline-block;
}
.c-price-display .icon {
    position: relative!important;
    font-size: .85em;
    margin-right: .05em;
}
.c-price-display span {
    vertical-align: middle;
}
.c-price-display span, .c-switch, .c-switch .switch-handle, .c-tag, .c-tag .dlt-btn, .c-tag .tag-text {
    display: inline-block;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row .right-wing.taxes .ixi-icon-info {
    margin: 2px 6px 0 0;
}
.bus-booking-page .fare-dtl .fare-dtl-row .right-wing.taxes .ixi-icon-info {
    margin: 2px 6px 0 0;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row .right-wing .ixi-icon-info {
    margin-left: 8px;
}
.bus-booking-page .fare-dtl .fare-dtl-row .right-wing .ixi-icon-info {
    margin-left: 8px;
}
.bus-booking-page .page-content .fare-dtl .fare-dtl-row {
    padding: 5px 0px;
    font-size: 0;
}
.bus-booking-page .fare-dtl .fare-dtl-row {
    padding: 7px 15px;
    font-size: 0;
}
.bus-booking-page .page-content .fare-dtl-acc .disclaimer {
    font-size: 11px;
    padding: 8px 0 0 3px;
    color: rgba(0,0,0,.64);
}
.bus-booking-page .fare-dtl-acc .disclaimer {
    font-size: 11px;
    padding: 8px 0 0 3px;
    color: rgba(0,0,0,.64);
}
.bus-booking-page .page-content .cnfrm-cntnr {
    color: rgba(0,0,0,.87);
    margin: 15px 0;
    text-align: center;
}
.bus-booking-page .page-content .cnfrm-cntnr .btn-cntnr.right {
    width: 100%;
}
.bus-booking-page .page-content .cnfrm-cntnr .btn-cntnr {
    width: 230px;
    display: inline-block;
}
.bus-booking-page .page-content .cnfrm-cntnr .btn-cntnr button {
    height: 45px;
}
.progress-cntr-wrpr {
    background: #721053;
    background: linear-gradient(45deg,#721053,#AD2E41);
    height: 70px;
    margin-top: 65px;
}
@media (max-width: 768px) {
    .progress-cntr-wrpr {
        margin-top: 0px;
    }
}
.progress-cntr-wrpr .progress-cntr {
    width: 65%;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.progress-tracker-cntr.transparent {
    background: 0 0;
}
.progress-tracker-cntr.purple .progress-tracker, .progress-tracker-cntr.purple .progress-tracker-completed, .progress-tracker-cntr.transparent .progress-tracker, .progress-tracker-cntr.transparent .progress-tracker-completed {
    background: rgba(255,255,255,.7)!important;
}
.progress-tracker-cntr .progress-tracker {
    display: flex;
    justify-content: space-between;
    height: 2px;
    background: #bababa;
    position: relative;
    top: 15px;
    font-size: 0;
    width: 100%;
}
.progress-tracker-cntr.purple .progress-item, .progress-tracker-cntr.transparent .progress-item {
    top: 10px;
}
.progress-tracker-cntr .progress-tracker .progress-item {
    position: relative;
    display: inline-block;
    top: 5px;
}
.progress-tracker-cntr .passed  {
    background: #43B02A!important;
    border-color: #721053;


}
.progress-tracker-cntr.purple .progress-item.completed .item-wrapper, .progress-tracker-cntr.purple .progress-item.current .item-wrapper, .progress-tracker-cntr.transparent .progress-item.completed .item-wrapper, .progress-tracker-cntr.transparent .progress-item.current .item-wrapper {
    background: #fff!important;
    border-color: #fff!important;
}
.progress-tracker-cntr .progress-tracker .progress-item.current .item-wrapper {
    border-color: #EC5B24!important;
}
.progress-tracker-cntr.purple .progress-item .item-wrapper, .progress-tracker-cntr.transparent .progress-item .item-wrapper {
    background: #721053;
    background: linear-gradient(45deg,#721053,#AD2E41);
    border-color: #fff!important;
    width: 24px;
    height: 24px;
}
.progress-tracker-cntr .progress-tracker .progress-item .item-wrapper {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #bababa;
    margin-top: -2px;
    z-index: 1008;
    position: relative;
    background: #f2f2f2;
    top: -20px;
}
.progress-tracker-cntr .progress-tracker .progress-item .item-success {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #20a710;
    margin-top: -2px;
    z-index: 1008;
    position: relative;
    background: #20a710;
    top: -20px;
}
.progress-tracker-cntr.purple .progress-item .item-wrapper .progess-item-label, .progress-tracker-cntr.purple .progress-item.completed .item-wrapper .progess-item-label, .progress-tracker-cntr.purple .progress-item.current .item-wrapper .progess-item-label, .progress-tracker-cntr.transparent .progress-item .item-wrapper .progess-item-label, .progress-tracker-cntr.transparent .progress-item.completed .item-wrapper .progess-item-label, .progress-tracker-cntr.transparent .progress-item.current .item-wrapper .progess-item-label {
    color: #fff!important;
}
.progress-tracker-cntr .progress-tracker .progress-item.current .item-wrapper .progess-item-label {
    color: #FFEB3B!important;

}
.progress-tracker-cntr .progress-tracker .progress-item .item-wrapper .progess-item-label {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    white-space: nowrap;
    transform: translate3d(-50%,0,0);
    left: 50%;
    color: #bababa;
}
.progress-tracker-cntr .progress-tracker .progress-item .item-success .progess-item-label {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    white-space: nowrap;
    transform: translate3d(-50%,0,0);
    left: 50%;
    color: #bababa;
}
.progress-tracker-cntr.purple .progress-tracker, .progress-tracker-cntr.purple .progress-tracker-completed, .progress-tracker-cntr.transparent .progress-tracker, .progress-tracker-cntr.transparent .progress-tracker-completed {
    background: rgba(255,255,255,.7)!important;
}
.progress-tracker-cntr .progress-tracker .progress-tracker-completed {
    background: #EC5B24;
    height: 100%;
    position: absolute;
    top: 0;
    max-width: 100%;
}
.myPadding {
    padding-left: 40px;
    align:right;
}
#checkout-ebuupass.buupass-sandbox {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 2147483647;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
}
#checkout-ebuupass.buupass-sandbox .buupass-sandbox-iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes zoid-show-container {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes zoid-hide-container {
    from {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
#checkout-ebuupass {
        position: absolute;
        z-index: 2147483647;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate3d(0, 0, 0);
    }
#checkout-ebuupass.checkout-background-color-black {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.75);
        background: radial-gradient(50% 50% at 0 0, ellipse closest-corner, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.75) 100%);

        color: #fff;
    }
#checkout-ebuupass.checkout-background-color-white {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.4);
        background: radial-gradient(50% 50% at 0 0, ellipse closest-corner, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.4) 100%);

        color: #333;
    }
#checkout-ebuupass.checkout-background-color-black a {
        color: #fff;
    }
#checkout-ebuupass.checkout-background-color-white a {
        color: #333;
    }
#checkout-ebuupass.checkout-background-color-black .buupass-close:before,
    #checkout-ebuupass.checkout-background-color-black .buupass-close:after {
        background-color: #fff;
    }
#checkout-ebuupass.checkout-background-color-white .buupass-close:before,
    #checkout-ebuupass.checkout-background-color-white .buupass-close:after {
        background-color: #111;
    }
#checkout-ebuupass.buupass-context-popup {
        cursor: pointer;
    }
#checkout-ebuupass.buupass-context-popup {
        cursor: pointer;
    }
#checkout-ebuupass a {
        text-decoration: none;
    }
#checkout-ebuupass .buupass-modal {
        font-family: "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
        font-size: 14px;
        text-align: center;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 470px;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        cursor: pointer;
        text-align: center;
    }
#checkout-ebuupass.buupass-loading .buupass-message,
    #checkout-ebuupass.buupass-loading .buupass-continue {
        display: none;
    }
.buupass-loader {
        display: none;
    }
#checkout-ebuupass.buupass-loading .buupass-loader {
        display: block;
    }
#checkout-ebuupass .buupass-modal .buupass-logo {
        cursor: pointer;
        margin-bottom: 30px;
        display: inline-block;
    }
#checkout-ebuupass .buupass-modal .buupass-logo img {
        height: 36px;
    }
#checkout-ebuupass .buupass-modal .buupass-logo img.buupass-logo-pp {
        margin-right: 10px;
    }
#checkout-ebuupass .buupass-modal .buupass-message {
        font-size: 15px;
        line-height: 1.5;
        padding: 10px 0;
    }
#checkout-ebuupass.buupass-context-iframe .buupass-message,
    #checkout-ebuupass.buupass-context-iframe .buupass-continue {
        display: none;
    }
#checkout-ebuupass .buupass-modal .buupass-continue {
        font-size: 15px;
        line-height: 1.35;
        padding: 10px 0;
        font-weight: bold;
    }
#checkout-ebuupass .buupass-modal .buupass-continue a {
        border-bottom: 1px solid currentColor;
    }
#checkout-ebuupass .buupass-close {
        position: absolute;
        right: 16px;
        top: 16px;
        width: 16px;
        height: 16px;
        opacity: 0.6;
    }
#checkout-ebuupass.buupass-loading .buupass-close {
        display: none;
    }
#checkout-ebuupass .buupass-close:hover {
        opacity: 1;
    }
#checkout-ebuupass .buupass-close:before,
    .buupass-close:after {
        position: absolute;
        left: 8px;
        content: ' ';
        height: 16px;
        width: 2px;
    }
#checkout-ebuupass .buupass-close:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
#checkout-ebuupass .buupass-close:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
#checkout-ebuupass .buupass-iframe-container {
        display: none;
    }
#checkout-ebuupass.buupass-context-iframe .buupass-iframe-container,
    #checkout-ebuupass.buupass-context-iframe .buupass-iframe-container>.zoid-outlet,
    #checkout-ebuupass.buupass-context-iframe .buupass-iframe-container>.zoid-outlet>iframe {
        max-height: calc(95vh - 60px);
        max-width: 95vw;
    }
#checkout-ebuupass.buupass-context-iframe .buupass-iframe-container {

        display: block;

        position: absolute;

        top: 50%;
        left: 50%;

        min-width: 450px;

        transform: translate(-50%, -50%);

        transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);

        border-radius: 10px;
        overflow: hidden;
    }
#checkout-ebuupass.buupass-context-iframe .zoid-outlet {

        position: relative;
        transition: all 0.3s ease;
        animation-duration: 0.3s;
        animation-fill-mode: both;

        min-width: 450px;
        max-width: 450px;
        width: 450px;
        height: 535px;

        background-color: white;

        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
#checkout-ebuupass.buupass-context-iframe .zoid-outlet>iframe {
        position: absolute;
        top: 0;
        left: 0;
        transition: opacity .4s ease-in-out;
    }
#checkout-ebuupass.buupass-context-iframe .zoid-outlet>iframe.zoid-component-frame {
        z-index: 100;
    }
#checkout-ebuupass.buupass-context-iframe .zoid-outlet>iframe.zoid-prerender-frame {
        z-index: 200;
    }
#checkout-ebuupass.buupass-context-iframe .zoid-outlet>iframe.zoid-visible {
        opacity: 1;
        z-index: 200;
    }
#checkout-ebuupass.buupass-context-iframe .zoid-outlet>iframe.zoid-invisible {
        opacity: 0;
        z-index: 100;
    }
@media screen and (-ms-high-contrast: active) {
        #checkout-ebuupass .buupass-close {
            opacity: 1;
        }

        #checkout-ebuupass .buupass-close:before,
        .buupass-close:after {
            background-color: currentColor;
        }
    }
@media screen and (max-width: 470px) {

        .mobile-images{
            width: 100%;
            max-width: 400px;
            height: auto;
        }
        .search-result .sr-row .total {
            line-height: normal;
            color: #de4680;
            text-align: right;
            font-size: 16px;
            font-weight: bold;
        }

        #checkout-ebuupass.buupass-context-iframe .buupass-iframe-container,
        #checkout-ebuupass.buupass-context-iframe .zoid-outlet {
            min-width: 100%;
            min-width: calc(100% - 20px);
            min-width: -o-calc(100% - 20px);
            min-width: -ms-calc(100% - 20px);

            max-width: 100%;
            max-width: calc(100% - 20px);
            max-width: -o-calc(100% - 20px);
            max-width: -ms-calc(100% - 20px);
        }
    }
#checkout-ebuupass.buupass-context-iframe .zoid-outlet iframe {
        width: 1px;
        min-width: 100%;
        height: 100%;
    }
@keyframes zoid-show-component {
        from {
            opacity: 0;
            transform: scale3d(.3, .3, .3);
            -webkit-transform: scale3d(.3, .3, .3);
        }

        to {
            opacity: 1;
            transform: scale3d(1, 1, 1);
            -webkit-transform: scale3d(1, 1, 1);
        }
    }
@keyframes zoid-hide-component {
        from {
            transform: scale3d(1, 1, 1);
            -webkit-transform: scale3d(1, 1, 1);
        }

        to {
            opacity: 0;
            transform: scale3d(.3, .3, .3);
            -webkit-transform: scale3d(.3, .3, .3);
        }
    }
.buupass-spinner {
        height: 30px;
        width: 30px;
        display: inline-block;
        box-sizing: content-box;
        opacity: 1;
        filter: alpha(opacity=100);
        animation: rotation .7s infinite linear;
        border-left: 8px solid rgba(0, 0, 0, .2);
        border-right: 8px solid rgba(0, 0, 0, .2);
        border-bottom: 8px solid rgba(0, 0, 0, .2);
        border-top: 8px solid #fff;
        border-radius: 100%
    }
@keyframes rotation {
        from {
            transform: rotate(0deg)
        }

        to {
            transform: rotate(359deg)
        }
    }
.home-label {
        padding-bottom: 4px;
    }
/* #search-results-wrapper{
        margin-bottom: 25px;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
        padding: 10px;
        background-color: #FFF;
    } */
.ng-select.custom .ng-select-container  {
        border: 1px solid #ccc;
        background-color: #fff;

    }
.nav > li > a {
        position: relative;
        display: block;
        padding: 20px 6px !important;
    }
.ng-select.custom .ng-clear-wrapper {
        color: #fc581f;
    }
.ng-select.custom .ng-select-single .ng-select-container {
        height: 45px;
    }
.ng-select.custom.ng-select-single .ng-select-container {
        height: 45px;
    }
.ng-select.custom .ng-dropdown-panel{
        box-shadow: rgba(37, 42, 49, 0.16) 0px 4px 8px 0px, rgba(37, 42, 49, 0.24) 0px 8px 24px 0px;

    }
.ng-select.custom-booking-form .ng-clear-wrapper {
        color: #fff;
    }
.ng-select.custom-booking-form  .ng-select-container {
        color:#fff;
    }
.ng-select.custom-booking-form .ng-select-container  {
        border: none;
        background-color: transparent !important;

    }
.ng-select.custom-booking-form .ng-select-opened .ng-select-container {
        background: transparent;
    }
.ng-select.custom .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
        background-color: #e5eaef;
        color:rgb(37, 42, 49);
    }
.buupass-home-section .feature-list {
        position: relative!important;
        /* box-shadow: 0 0 10px rgba(0,0,0,.3); */
        background-color: #FFF;
        /* border-radius: 2px; */
        /* top: 0px; */
        /* width: 1280px; */
        margin: 0 auto;
    }
.buupass-home-section .feature-list .list-item {
        display: inline-block!important;
        text-align: center;
        vertical-align: top;
        width: 33.33%;
        padding: 20px 0px 21px;
    }
.buupass-home-section .provider-list .list-item {
        display: inline-block!important;
        width: 179px;
    }
.buupass-home-section .feature-list .list-item .heading {
        font-size: 20px;
        color: #EC5B24;
        margin-bottom: 0px;
    }
.buupass-home-section .feature-list .list-item .heading .home-sprite {
        vertical-align: middle;
        margin-right: 15px;
    }
.home-sprite.compare {
        background-position: -1476px -31px;
        width: 48px;
        height: 28px;
    }
.home-sprite {
        display: inline-block!important;
        /* width: 60px;
        height: 38px; */
    }
.buupass-home-section .feature-list .list-item .heading .text {
        display: inline-block!important;
        vertical-align: middle;
        font-weight: 600;
    }
.buupass-home-section .feature-list .list-item .content {
        color: rgba(0,0,0,.80);
        text-align: left;
    }
.buupass-home-section .provider-list {
        text-align: center;
        width: 1280px;
        margin: 0 auto;
    }
.buupass-home-section .provider-list .description, .buupass-home-section .provider-list .sub-desc {
        font-size: 15px;
        color: rgba(0,0,0,.64);
        margin-bottom: 20px;
    }
.buupass-home-section .provider-list .sub-desc {
        margin-left: 5px;
    }
.buupass-home-section .provider-list .description, .buupass-home-section .provider-list .sub-desc {
        font-size: 15px;
        color: rgba(0,0,0,.64);
        margin-bottom: 20px;
    }
.home-sprite.hotels-com {
        background-position: -1183px -43px;
        width: 110px;
        height: 18px;
    }
.home-sprite {
        display: inline-block!important;
        width: 60px;
        height: 38px;
    }
.home-sprite.greenline-safaris{
        margin-left: 101px;
    }
.home-sprite.crown-bus{
        margin-left: 101px;
        padding: 20px;
    }
.home-sprite.easy-coach{
        margin-right: 136px;
    }
.global-map-area {
        background: url(https://buupass.com/app/themes/bus/assets/images/global-map.png) no-repeat;
        background-size: cover !important;
        font-family:"Open Sans",Helvetica,Arial,sans-serif ;

    }
.global-map-area,.h2 {
        font-family:"Open Sans",Helvetica,Arial,sans-serif ;
        color:#fff;
    }
/* New Seat Design for bus */
.rides-list {
    margin-bottom: 0;
}
.b {
    background: #fff;
    margin-bottom: 17px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.search-result .seats-notice {
    font-size: 12px;
    font-weight: 400;
    color: #C64300;
}
.extra-info .seats-notice {
    text-align: right;
    flex: 1;
}
@media (min-width: 768px){
#passengers-form, .checkout-page {
    padding-top: 0;
}
}
.content, .content-wide, .sidebar {
    padding: 0 10px;
}
.content, .content-wide, .sidebar {
    padding: 0 20px;
}
.h1 {
    margin-bottom: 0;
    margin-top:0;
    font-size: 28px;
    font-weight: bold;
    color: #444;
    line-height: 1.75em;
}
.passenger-outer {
    position: relative;
}
.passenger {
    padding-bottom: 20px;
}
.passenger .passenger__trip-info {
    margin-bottom: 0;
    color: #444;
}
.passenger .passenger__trip-info {
    font-weight: bold;
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 450px;
}
.passenger .passenger__trip-info__direction {
    font-size: 16px;
    display: block;
    font-weight: 300;
    color: #2b2b2b;
}
.ride__station--departure {
    background: url(/assets/img/icons/icon-connection-top@2x.png) no-repeat 0 4px;
    background-size: 10px 20px;
}
.ride-station {
    color: #444;
}
.ride-station {
    position: relative;
    overflow: hidden;
    padding-left: 15px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.25;
    color: #646464;
    text-overflow: ellipsis;
}
.ride__station--arrival {
    background: url(/assets/img/icons/icon-connection-bottom@2x.png) no-repeat 0 -5px;
    background-size: 10px 20px;
}
.passenger-item {
    padding-top: 0;
    border-bottom: none;
}
@media (min-width: 768px){
.passenger-item {
    border-bottom: none;
}
}
.passenger-item {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
}
.passenger-item-title {
    margin-top: 15px;
}
.passenger-form {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 570px){
.passenger-field {
    width: 33.33333333%;
}
}
.passenger-field {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.passenger-form-field {
    height: auto !important;
    margin-bottom: 15px;
    margin-top: 15px;
}
.passenger-form-field-element {
    position: relative;
    min-height: 1px;
}
.mfb-form .pass-data label {
    /* display: table-cell; */
    vertical-align: bottom;
}
.passenger-form-field div label {
    height: auto !important;
}
@media (min-width: 569px){
.pass-data label {
    height: auto;
}
}
.mfb-form label, .mfb-form__label {
    display: block;
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 16px;
    color: #757575;
}
@media (min-width: 569px){
.pass-data label {
    display: table-cell;
    color: #757575;
    padding-bottom: 6px;
    vertical-align: bottom;
    font-weight:normal;
}
}
.mfb-form input, .mfb-form .mfb-form__input {
    padding: 2px 5px;
    border: 1px solid #c8c8c8;
    font-size: 16px;
    vertical-align: top;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
input[type=text], input[type=email], input[type=password], textarea {
    -webkit-appearance: none;
}
.pass-data input, .pass-data select, .user-form-login-inline .user-form-login-inline__text-input {
    width: 100%;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
@media (min-width: 570px){
.passenger-field {
    width: 33.33333333%;
}}
.passenger-field {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 570px){
.passenger-field {
    width: 33.33333333%;
}
}
.passenger-form-field {
    height: auto !important;
    margin-bottom: 15px;
    margin-top: 15px;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
}
.intl-tel-input {
    width: 100%;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}
.pass-data .intl-tel-input .flag-container, .rebooking-trip .intl-tel-input .flag-container {
    top: -2px;
    bottom: -2px;
    left: -1px;
    padding: 2px;
}
.intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
@media only screen and (min-width: 569px)
{
.flex-row, .flex-row.row:after, .flex-row.row:before, .flex-row>[class*=col-] {
    display: flex;
}
}
@media only screen and (min-width: 569px)
{
.flex-row, .flex-row>[class*=col-] {
    flex-direction: column;
}
}
.product-list-item {
    margin: 0 1rem 24px;
}
.product-list-item-wrapper.clickable, .product-list-item-wrapper.clickable .product-list-item-box {
    cursor: pointer;
}
.product-list-item-wrapper {
    height: 100%;
    cursor: default;
}
.product-list-item-wrapper.clickable, .product-list-item-wrapper.clickable .product-list-item-box {
    cursor: pointer;
}
.product-list-item-wrapper .product-list-item-box {
    cursor: default;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;
}
.product-list-item-box {
    flex-direction: row;
    padding: 24px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    height: 100%;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.product-list-item-box>div:not(:last-child) {
    margin-right: 24px;
}
.product-list-item-box .item-box-icon {
    align-items: baseline;
    justify-content: center;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;

}
.icon.icon-large {
    height: 48px;
    width: 48px;
}
svg:not(:root) {
    overflow: hidden;
}
.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #8b8b8b;
}
svg.icon * {
    pointer-events: none;
}
.product-list-item-box>div:not(:last-child) {
    margin-right: 24px;
}
.product-list-item-box .item-box-content {
    flex-direction: column;
    text-align: left;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;
}
.product-list-item-box .item-box-content .item-box-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
}
.product-list-item-box .item-box-title {
    font-size: 16px;
}
.product-list-item-box .item-box-content .item-price-mobile {
    display: none;
}
.product-list-item-box .item-box-content .item-box-description {
    font-size: 16px;
    line-height: 22px;
}
.product-list-item-box .item-box-description {
    width: 100%;
}
.product-list-item-box .item-box-action {
    align-items: baseline;
    flex-direction: column;
}
.product-list-item-box, .product-list-item-box>div {
    display: flex;
}
.product-list-item-box .item-box-action .product-price-info {
    align-self: flex-end;
    white-space: nowrap;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
}
.product-list-item-box .item-box-action .item-box-selected {
    align-self: baseline;
    padding: 0;
}
.product-list-item-box .item-box-selected {
    height: 35px;
    min-width: 80px;
    background: #fff;
    color: #73d700;
    bottom: 20px;
    padding: 0 10px;
}
@media (min-width: 1200px){
.flix-btn--tertiary {
    padding-top: 5px;
    padding-bottom: 5px;
}
}
.flix-btn--tertiary {
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid #73d700;
    background: #fff;
    color: #73d700;
}
@media (min-width: 1200px){
.flix-btn {
    padding-top: 6px;
    padding-bottom: 6px;
}
}
@media (min-width: 600px){
.flix-btn {
    width: auto;
}
}
.flix-btn {
    display: inline-block;
    /* position: relative; */
    width: 100%;
    min-width: 145px;
    min-height: 36px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: 0;
    border-radius: 5px;
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (min-width: 768px){
.submit-wrap {
    height: auto;
    position: static;
    background: none;
    box-shadow: none;
    text-align: right;
}
}
.submit-wrap {
    height: 40px;
    text-align: left;
}
@media (min-width: 768px){
.submit-wrap .back {
    margin: 20px 0 0 0;
}
}
.submit-wrap .back {
    margin: 0;
}
@media (min-width: 768px){
.submit-wrap .back {
    float: left;
    line-height: normal;
    font-size: 14px;
    margin: 20px 0 0 6px;
    text-decoration: none;
}
}
.submit-wrap .back {
    margin: 0 0 0 10px;
    line-height: 40px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}
.submit-wrap .back .glyphicon {
    font-size: 0.85em;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-form__btn-search, .btn-main {
    background-image: none;
}
.btn-main {
    background-color: #FFAD00;
    background-image: linear-gradient(to bottom, #FFC855, #FFAD00);
    color: #fff;
    border: none;
}
.btn-normal {
    min-height: 48px;
    line-height: 48px;
}
.btn {
    display: inline-block;
    /* padding: 0 16px; */
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, input[type="submit"], .buy, .submit {
    white-space: nowrap;
    cursor: pointer;
}
.flix-search-widget .flix-search-widget__errors, .flashbag__wrapper {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 10px;
}
.flashbag__wrapper {
    min-width: 320px;
    max-width: 1170px;
}
.flashbag__wrapper {
    margin-top: 10px;
}
.flix-search-widget .flix-search-widget__errors .message, .flashbag__wrapper .message {
    margin-top: 15px;
    margin-bottom: 15px;
}
.message-warning {
    border-color: #ffad00;
}
.message {
    margin: 0 0 10px 0;
    color: #646464;
    position: relative;
    font-size: 1em;
    font-weight: 400;
    padding: 10px 42px 10px 15px;
    text-align: center;
    border: 2px solid #73d700;
    background-color: #fff;
}
.message-close {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url(/assets/img/icons/icon-close.svg) no-repeat 50% 50%;
    cursor: pointer;
}
@media (min-width: 768px){
.carti {
    bottom: auto;
    left: auto;
    max-height: none;
    background: #fff;
    z-index: 0;
}
}
.carti {
    width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    padding: 0 10px;
    background: #fff;
    z-index: 1001;
}
@media (min-width: 768px){
.carti.collapsed {
    height: auto;
    transition: none;
}
}
.carti.collapsed {
    height: 40px;
    transition: 400ms ease;
    transition-property: bottom;
}
.carti .row.cart-content-wrapper {
    border: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-radius: 5px;
}
.carti > .row {
    border-top: 1px solid #e1e1e1;
}
@media (min-width: 768px){
.carti.collapsed .header, .carti.collapsed .item-wrapper, .carti.collapsed .reservation, .carti.collapsed .promocode-wrapper, .carti.collapsed .donation, .carti.collapsed .discount, .carti.collapsed .empty-item {
    display: block;
}
}
.carti .header {
    border-bottom: 1px solid #e1e1e1;
}
.carti .first, .carti .last {
    border-top: none;
}
.vcenter, .row .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media (min-width: 768px){
.cart-collapse-btn {
    display: none;
}}
.cart-collapse-btn {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: #5CAC00;
    font-size: 17px;
}
.carti h2 {
    padding: 5px 0;
    color: #444;
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}
.carti h2 {
    display: inline-block;
    vertical-align: middle;

}
@media (min-width: 768px){
.carti .item-wrapper {
    max-height: none;
    overflow: hidden;
}
}
.carti .item-wrapper {
    max-height: calc(100vh - 240px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.carti .last-item {
    border-bottom: none;
}
.carti .item {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.carti .item h3 {
    color: #444;
    font-size: 16px;
}
.carti .item h3 {
    font-size: 18px;
    color: #646464;
    font-weight: bold;
    margin-bottom: 3px;
}
.product-list-item-wrapper.clickable:hover .item-box-selected button.button {
    color: #fff;
    background: #73d700;
    border: 1px solid #73d700;
}
.flix-btn--tertiary:active, .flix-btn--tertiary:hover {
    background-color: #5cac00;
    color: #fff;
    text-decoration: none;
}
.button {
    box-sizing: border-box;
    min-height: 36px;
    min-width: 145px;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
@media (min-width: 600px){
.flix-btn {
    width: auto;
}
}
.visible-cheapest-fastest-ride .cheapest-fastest-ride-title {
    font-size: 16px;
    color: rgb(92, 172, 0);
    margin-bottom: 12px;
    margin-top: 12px;
}
.search-result-multiselect .sr-row {
    padding: 5px 4px 15px;
}
.visible-cheapest-fastest-ride .sr-row {
    border-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}
.ride-times {
    overflow: hidden;
}
.search-result .ride-flags.ride-flags-1 {
    top: -2px;
}
.search-result .ride-flags {
    position: absolute;
    left: 0;
    top: -1px;
}
.search-result .ride-flags .ride-flag {
    margin-left: 5px;
}
.ab-test-ride-flags-0 .ride-flag {
    display: none;
}
.search-result .ride-flag {
    color: #c68600 !important;
    background-color: #f7f7f7;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px !important;
    letter-spacing: normal !important;
    padding: 1px 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-transform: none !important;
    white-space: nowrap;
}
.search-result-multiselect .search-result .dept-arr {
    font-size: 16px;
    line-height: 1.25;
}
.search-result .dept-arr {
    font-size: 20px;
    white-space: nowrap;
}
.ride-times {
    overflow: hidden;
}
.ride-times, .ride-station-names {
    display: inline-block;
}
.ride-times {
    min-width: 40px;
}
.search-result .dept-arr .departure {
    color: #444;
    font-weight: bold;
}
.ride-times .arrival, .ride-times .departure {
    display: block !important;
}
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    min-width: 38px;
}
@media (min-width: 1024px){
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: block;
}
}
@media (min-width: 768px){
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: inline;
}
}
@media (min-width: 569px){
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: block;
}
}
.search-result-multiselect .search-result .dept-arr .arrival, .search-result-multiselect .search-result .dept-arr .departure {
    display: inline;
}
.ride-times .arrival, .ride-times .departure {
    display: block !important;
}
.ride-station-names {
    width: 88%;
}
.ride-times, .ride-station-names {
    display: inline-block;
}
.ride-station-name {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.station-name.departure-station-name {
    padding-bottom: 1px;
}
.ride-station-names .departure-station-name, .ride-station-names .arrival-station-name {
    background-size: 10px 20px !important;
    padding-left: 30px;
    display: inline;
}
.ride-station-names .departure-station-name {
    background: url(/assets/img/icons/icon-connection-top@2x.png) no-repeat 10px 4px;
}
.ride-station-names .arrival-station-name {
    background: url(/assets/img/icons/icon-connection-bottom@2x.png) no-repeat 10px 0px;
}
.search-result-multiselect .search-result .duration, .search-result-multiselect .search-result .transf-num .transfer-text, .search-result-multiselect .search-result .transf-num .num {
    /* color: #757575 !important; */
    font-size: 16px;
}
.search-result-multiselect .search-result .ride__duration {
    line-height: 1.25;
    font-size: 16px;
}
.search-result .dept-arr .arrival, .search-result .duration, .search-result-multiselect .search-result .ride__duration-suffix, .search-result .transf-num .transfer-text {
    color: #444;
}
.search-result .duration {
    line-height: 1.3em;
    font-size: 9px;
    text-transform: uppercase;
    color: #757575;
}
.search-result .duration {
    position: relative;
}
.search-result-multiselect .search-result .transf-num {
    line-height: 20px;
    font-size: 16px;
}
.search-result .transf-num {
    font-size: 16px;
}
.search-result-multiselect .search-result .duration, .search-result-multiselect .search-result .transf-num .transfer-text, .search-result-multiselect .search-result .transf-num .num {
    font-size: 14px;
}
.search-result-multiselect .search-result .transf-num .transfer-text {
    line-height: 1.25;
}
.search-result .dept-arr .arrival, .search-result .duration, .search-result-multiselect .search-result .ride__duration-suffix, .search-result .transf-num .transfer-text {
    color: #444;
}
.search-result .transf-num .transfer-text {
    vertical-align: baseline;
    line-height: 1em;
    font-size: 14px;
    color: #757575;
}
.vcenter, .row .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.search-result .dept-arr .arrival, .search-result .duration, .search-result-multiselect .search-result .ride__duration-suffix, .search-result .transf-num .transfer-text {
    color: #444;
}
.search-result-multiselect .search-result .ride__duration-suffix {
    vertical-align: baseline;
    font-size: 10px;
    color: #7f7c77;
}
.search-result-multiselect .search-result .ride__boarding-traveldate {
    vertical-align: baseline;
    font-size: 10px;
    color: #4e0303;
}
.search-result-multiselect .search-result .ride__boarding-point {
    vertical-align: baseline;
    font-size: 10px;
    color: #fa0d0d;
}
.search-result-multiselect .search-result .ride__seat_type {
    vertical-align: baseline;
    font-size: 12px;
    color: #504747;
}
.search-result .duration span {
    font-size: 12px;
    color: #444;
}
@media (min-width: 1024px){
.search-result .sr-row .total {
    line-height: 40px;
}
}
@media (min-width: 768px){
.search-result .sr-row .total {
    font-size: 24px;
}
.search-result .sr-row .total {
    line-height: normal;
    letter-spacing: 0.2px;
    color: #de4680;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
}
.search-result-multiselect .search-result .sr-row .total > span:only-child {
    line-height: 40px;
}
.search-result-multiselect .search-result .sr-row .total > span {
    line-height: 20px;
}
.search-result .sr-row .total .num {
    font-weight: bold;
}
.search-result .total {
    text-align: right;
    white-space: nowrap;
}
.search-result .total {
    position: relative;
}
.search-result .sr-row .total .currency-small-cents sup {
    top: 3px;
    line-height: 100%;
    vertical-align: text-top;
    font-size: 16px;
    padding-left: 1px;
}
.search-result .action {
    text-align: right;
}
@media (min-width: 768px){
.search-result-multiselect .search-result .reserve, .search-result .remove {
    font-size: 14px;
}
}
.search-result .reserve, .search-result .remove {
    padding: 0 8px;
    background: #73D700;
}
.search-result .reserve, .search-result .remove {
    height: 36px;
}
.search-result .reserve, .search-result .remove {
    height: 34px;
    line-height: 1.32;
    padding: 0 12px 1px 12px;
    font-size: 14px;
    white-space: normal;
    color: #fff;
    background: #cf2264;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.extra-info {
    display: flex;
    flex-wrap: nowrap;
}
.rides-list {
    margin-bottom: 0;
}
.b {
    background: #fff;
    margin-bottom: 17px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.rides-list .sr-head {
    padding: 7px 0;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    white-space: nowrap;
    color: #828282;
}
.cheapest-fastest-container .visible-cheapest-fastest-ride {
    margin-bottom: 30px;
}
.sr-head {
    color: #444;
    border-bottom: 1px solid #e1e1e1;
}
.sr-head {
    padding: 14px 0 4px;
    overflow: hidden;
    font-size: 0.7em;
    line-height: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #646464;
}
a.show-filters-link {
    margin-top: 0;
    text-align: center;
    width: 100%;
}
a.show-filters-link, #search-results-sort-items {
    height: 36px !important;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    color: #444;
}
a.show-filters-link {
    font-size: 1.2em;
    line-height: 20px;
    color: #959595;
    margin-top: 40px;
    display: inline-block;
}
a.show-filters-link img {
    width: 18px;
    margin-right: 10px;
    margin-top: -3px;
}
a.show-filters-link img {
    width: 18px;
    margin-right: 10px;
    margin-top: -3px;
}
.sidebar-layer, .sidebar-layer .sidebar {
    transition: .25s;
    transition-property: transform, background;
}
sidebar-layer, .sidebar-layer .sidebar {
    transition: .25s;
    transition-property: transform, background;
}
.content, .content-wide, .sidebar {
    padding: 0 0px;
}
.sidebar-filters a.reset-link {
    font-size: 15px;
    float: right;
    color: #676767;
    position: relative;
    z-index: 10;
    text-decoration: none;
    opacity: 0;
    transition: .2s opacity;
}
.reset-link {
    pointer-events: none;
}
a.close-sidebar-link {
    background: no-repeat right url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4N…4yLDM0Mi4zLDEzMi45eiIgZmlsbD0iIzk1OTU5NSIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position-y: 1px;
    background-size: 18px;
    padding-right: 27px;
    font-size: 1.2em;
    line-height: 20px;
    color: #959595;
    float: right;
    margin-right: -20px;
}
.close-sidebar-link {
    display: none;
}
.filter-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.filter-section-title {
    margin-bottom: 0;
}
#filter-sort-container .checkbox-select__item {
    position: relative;
    line-height: 28px;
}
@media (min-width: 768px){
.checkbox-select__item {
    font-size: 16px;
}
}
.checkbox-select__item__control {
    display: table-cell;
    width: 24px;
}
.checkbox-select__item {
    display: table;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
@media (min-width: 1200px){
#filter-sort-container .checkbox-select__item__label {
    width: 160px;
}
}
ol, ul {
    list-style: none;
}
#filter-sort-container .checkbox-select__item__label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 1px;
    width: 130px;
}
.show-filters-button-container {
    text-align: right;
}
a.show-filters-link, #search-results-sort-items {
    height: 36px !important;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
    color: #444;
}
.custom-select select {
    border: 1px solid #D0D0D0;
    background: no-repeat right url(data: image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9z…EuNiAxLjctNC4yIDAuMS01Ljh6IiBmaWxsPSIjOWQ5ZDlkIi8+DQogIDwvZz4NCjwvc3ZnPg0K);
    background-position-y: 11px;
    background-position-x: 95%;
    background-size: 14px;
}
.custom-select select {
    padding-right: 2em;
    background: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select select {
    width: 100%;
    margin: 0;
    outline: none;
    padding: .3em .8em .3em .8em;
    box-sizing: border-box;
    font-size: 16px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.custom-select {
    position: relative;
    display: block;
}
.filter-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
@media screen and (min-width: 1200px){
.SearchButton__searchButtonWrapper___tABPb.SearchButton__nonCompact___WSAYU {
    width: 100%;
    padding-left: 7.5px;
}
}
.col-no-gap, .row .col-no-gap {
    padding: 0;
}
.filter-section.close {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.slider-label {
    display: inline-block;
    margin-bottom: 5px;
}
.slider-end-label {
    float: right;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget {
    font-family: 'Roboto Condensed',sans-serif;
}
.ui-widget, .ui-widget {
    font-size: 16px;
}
.time-slider {
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
    height: 5px;
    border-radius: 3px;
}
.time-slider .ui-slider-range {
    background: #FFAD00;
    border: 1px solid #FFE9B9;
    height: 7px;
    margin-top: -1px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}
.time-slider .ui-slider-handle {
    top: -0.5em;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    border-color: #CCC;
    outline: none;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    font-weight: 300;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.filter-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
.sidebar-filters .multiselect-wrapper {
    margin-bottom: 20px;
}
.multiselect-wrapper {
    overflow: hidden;
    margin: 0;
    display: table;
    width: 100%;
}
#filter-sort-container .checkbox-select:first-child {
    text-align: left;
}
#filter-sort-container .has-selection .checkbox-select {
    display: inline;
    width: auto;
}
#filter-sort-container .checkbox-select {
    padding: 0 !important;
}
.checkbox-select:first-child {
    padding: 0 29px 0 0;
    text-align: right;
}
.has-selection .checkbox-select {
    padding: 0 0 0 29px;
    margin: 0;
    display: table-cell;
    width: 50%;
    vertical-align: top;
    font-weight: 300;
    text-align: left;
    position: relative;
}
#filter-sort-container .multiselect-wrapper li.toggle-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 24px;
    align-content: space-between;
}
#filter-sort-container .multiselect-wrapper li.toggle-all .city-name {
    padding-right: 12px;
}
#filter-sort-container #sidebar-container h3, #filter-sort-container .sorting h3 {
    font-size: 16px;
}
#filter-sort-container .multiselect-wrapper li.toggle-all .city-name * {
    line-height: 24px;
}
#filter-sort-container .multiselect-wrapper li.toggle-all .toggle-links {
    font-weight: 300;
    padding: 0 0 10px;
}
#filter-sort-container .checkbox-select__items li.shifts {
    left: 6px;
}
@media screen and (min-width: 1200px){
.SearchButton__searchButtonWrapper___tABPb {
    margin-bottom: 0;
}
}
@media screen and (min-width: 600px){
.SearchButton__searchButtonWrapper___tABPb {
    width: 25%;
    padding-left: 7.5px;
    margin-bottom: 15px;
    margin-top: 19px;

}
}
@media (min-width: 1024px){

.search-result h1.city-labels {
    margin-top: 4px;
}
}
.search-result h1.city-labels {
    margin-bottom: 17px;
    font-size: 28px;
}
.city-labels {
    text-align: center;
    color:#000;
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
}
.city-labels-lg{
    text-align: center;
    font-size: 27px;
    margin-right: 107px;
    font-weight: 700;
    color: rgb(37, 42, 49);
    line-height: 44px;
}
@media screen and (max-width: 728px){

  .city-labels-lg {
      text-align: center;
      font-size: 27px;
      margin-right: 0px;
      margin-left: 0px;
      font-weight: 700;
      color: rgb(37, 42, 49);
      line-height: 44px;
  }

}
@media (max-width: 728px){
  .city-labels-payments {
    font-size: 20px !important;
    margin-left: 10px !important;
    font-weight: 700;
    color: rgb(37, 42, 49);
    line-height: 44px;
}
   }
.city-labels-payments {
  font-size: 30px;
  font-weight: 600;
  color: rgb(37, 42, 49);
  line-height: 44px;
}
.city-labels-return {
    text-align: left;
    color: #000;
    font-size: 24px;
    font-weight: 450;
}
.labels-popup {
    color:#000;
    font-size: 22px;
    margin-left: 28px;
    font-weight: 500;
}
.city-labels-sm{
    text-align: center;
    color:#000;
    margin-left: 15px;
    font-weight: 600;
}
.SearchButton__searchButtonWrapper___tABPb .SearchButton__searchButton___1sAQq {
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.flix-btn--primary {
    border: 0;
    background: #ffad00;
    color: #fff;
}
.flix-btn--block {
    display: block;
    width: 100%;
}
@media (min-width: 1200px){
.flix-btn {
    height: 36px;
    line-height: 36px;
}
}
@media (min-width: 600px){
.flix-btn {
    width: auto;
}
}
.flix-btn {
    display: inline-block;
    /* position: relative; */
    width: 100%;
    min-width: 142px;
    max-width: 100%;
    height: 44px;
    padding: 0 12px;
    transition: background .25s linear;
    border: 0;
    border-radius: 5px;
    font-family: Roboto Condensed,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.navbar-flix{
    background: #73D700;
}
.col-no-gap, .row .col-no-gap {
    padding: 0;
}
.sidebar-filters {
    border-right: 1px solid #ECECEC;
}
@media (min-width: 1024px){
.sidebar-filters {
    padding-right: 20px;
}}
.flix-search-widget__wrapper + .page {
    margin-top: 0;
    padding-top: 15px;
}
.page {
    min-width: 320px;
    max-width: 1190px;
    margin: 30px auto 90px;
}
.SearchButton__searchButtonWrapper___tABPb {
    box-sizing: border-box;
    width: 100%;
    padding-left: 0;
}
.company-input__field {
    font-family: Roboto Condensed,Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    background-color: #fff;
    color: #444;
    line-height: 1.375em;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#search-mask-component {
    width: 100%;
}
#search-mask-component {
    margin-top: 15px;
}
@media (min-width: 1200px){
.SearchMask__searchMask___1MAEY:not(.SearchMask__compact___3HRIS) {
    width: 1170px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}
}
@media screen and (min-width: 600px){
.SearchMask__searchMask___1MAEY {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (max-width: 1199px){
.SearchMask__searchMask___1MAEY {
    width: auto;
    margin: 0 15px;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1!important;
}
}
}
.SearchMask__searchMask___1MAEY {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#usp-boxes {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 15px;
}
#usp-boxes , #usp-boxes  {
    width: 100%;
    height: auto;
    padding: 30px 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.usp-box,  .usp-box {
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    height: 100%;
    text-align: center;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: unset;
    padding: 0;
}
.fade.lazyloaded {
    opacity: 1;
}
.usp-box ,  .usp-box {
    padding: 30px 15px;
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}
#usp-boxes  .usp-box h3, #usp-boxes  .usp-box h3 {
    margin: 0 0 5px 0;
}
#usp-boxes  .usp-box .usp-box-paragraph-wrapper p, #usp-boxes  .usp-box .usp-box-paragraph-wrapper p {
    margin: 0;
    color: #444;
}
#usp-boxes  .usp-box .usp-box-link, #usp-boxes  .usp-box .usp-box-link {
    margin-top: 10px;
    min-height: unset;
    color: #ffad00;
    text-align: left;
}
.button--arrow {
    background: none;
    padding: 0;
    min-width: 50px;
    color: #ffad00;
    font-size: 1em;
}
.col-no-gap, .row .col-no-gap {
    padding: 0;
}
.dates {
    text-align: center;
    list-style: none;
    height: 31px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    margin-left: -35px;
    margin-right: 5px;
}
.dates {
    display: flex;
    justify-content: center;
    /* border-bottom: 1px solid #e1e1e1;
    padding-bottom: 41px;
    margin-bottom: 18px; */
    overflow: visible;
    position: relative;
}
ol, ul {
    list-style: none;
}
.dates li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
}
.prev-container {
    margin-right: 5px !important;
}
.prev-container {
    left: 0;
}
.prev-container, .next-container {
    margin: 0 !important;
    display: block;
    text-align: center;
    width: 36px !important;
}
.yesterday-container, .tomorrow-container, .prev-container, .next-container {
    box-sizing: border-box;
    height: 36px;
}
.dates li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
}
.tomorrow-container, .yesterday-container {
    width: 15%;
}
.active-container, .yesterday-container, .tomorrow-container {
    flex-grow: 1;
}
.yesterday-container {
    left: 41px;
}
.yesterday-container, .tomorrow-container, .prev-container, .next-container {
    box-sizing: border-box;
    height: 36px;
}
.yesterday-container {
    float: left;
}
@media (min-width: 1024px){
.dates li a {
    height: 26px;
    line-height: 26px;
}
}
@media (min-width: 768px){
.dates li a {
    height: 31px;
    line-height: 31px;
}
}
@media (min-width: 569px){
.dates li a {
    height: 28px;
    line-height: 28px;
}
}
.dates li a {
    display: block;
    float: left;
    margin: 0 2px 0;
    padding: 0;
    width: 134px;
    height: 31px;
    line-height: 31px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    background-color: #73D700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}
.yesterday-container a, .active-container a, .tomorrow-container a {
    font-weight: bold !important;
    background: transparent !important;
    color: #444444 !important;
    text-transform: capitalize !important;
}
.prev-container a, .next-container a, .yesterday-container a, .active-container a, .tomorrow-container a {
    width: 100% !important;
}
.yesterday-container a, .tomorrow-container a, .prev-container a, .next-container a {
    height: 36px !important;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 5px !important;
}
.active-container, .yesterday-container, .tomorrow-container {
    flex-grow: 1;
}
.active-container {
    display: block;
    box-sizing: border-box;
    height: 36px !important;
    line-height: 36px !important;
    border-bottom: 0;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin: 0 5px;
    background: white;
}
.fare-section {
    border-left: 1px dashed rgba(0,0,0,.12);
}
.arrow-icon {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url(/assets/img/icons/ic-tick.png);
    background-size: 24px 24px;
}
.active-container a {
    font-size: 20px !important;
}
.yesterday-container a, .active-container a, .tomorrow-container a {
    font-weight: bold !important;
    background: #fff !important;
    color: #444444 !important;
    text-transform: capitalize !important;
}
.prev-container a, .next-container a, .yesterday-container a, .active-container a, .tomorrow-container a {
    width: 100% !important;
}
.active-container a {
    display: block !important;
    text-align: center;
    max-width: none !important;
    min-width: unset !important;
    height: 36px !important;
    line-height: 36px !important;
    border: 0 !important;
}
.dates li a.active {
    max-width: 240px;
    min-width: 200px;
    height: 31px;
    line-height: 31px;
    margin: 0 3px;
    font-size: 16px;
    background: white;
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1), 1px 0 0 rgba(0, 0, 0, 0.1);
    text-shadow: none;
    color: #2b2b2b;
}
.tomorrow-container {
    right: 41px;
}
.next-container {
    margin-left: 5px !important;
}
.dates li a.prev, .dates li a.next {
    font-weight: normal;
    font-size: 21px;
    width: 31px;
    background: #fff;
    color: #A0A0A0;
}
.dates li a.active {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    box-shadow: none;
}
@media (min-width: 768px){
.dates li a.active {
    max-width: 240px;
    min-width: 200px;
}
.interpunct {
    display: inline-block!important;
    vertical-align: middle;
    background-color: #b9b7b7;
    border-radius: 10px;
    width: 5px;
    height: 5px;
    margin: 0 10px;
}

}
@media (min-width: 569px){
.dates li a.active {
    max-width: 180px;
    min-width: 175px;
}
}
/* End New seat design */
/* Start Booking css  */
.disabled {
    cursor: not-allowed;
  }
.theme-page-section-dark {
     background: linear-gradient(45deg,#c90751,#e76395);

}
img.ng-lazyloaded {
    animation: fadein .5s;
  }
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
.theme-page-section-buupass {
    background-color: #fff;
}
.theme-page-section-operators {
    background-color: rgb(235, 243, 251);
}
.theme-page-section-offers {
    background-color:rgb(207, 34, 100);
}
.theme-page-section-download {
    background-color: rgb(207, 34, 100);
}
.theme-page-section-buupass-pd{
    padding-top: 95px !important;
}
@media (max-width: 768px){
    .theme-page-section-buupass-pd {
     padding-top: 10px !important;
    }
}
.BusViewContainer{
    padding: 10px;
}
.row.row-col-gap > [class^="col-"] {
    padding-bottom: 15px !important;
}
.margin-grey {
    padding: 20px 0 80px !important;
}
@media (max-width: 992px){
  .margin-grey {
      padding: 5px 0 10px !important;
  }
}
.DatePlaceholder__plusIcon___URwNj {
    font-size: 14px;
}
.flix-icon {
    display: inline-block;
    font-size: 1.2em;
    padding-top: 5px
}
.DatePlaceholder__button___3XZ5p {
    height: 100%;
    font-size: 16px;
    font-weight: 100;
    outline: none;
}
.theme-search-area-submit-sm.theme-search-area-submit-no-border {
    height: 40px !important;
    line-height: 25px !important;
}
.theme-search-area-section-sm .theme-search-area-section-input {
    height: 40px !important;
}
.flix-btn-arrow, .flix-btn-arrow:active, .flix-btn-arrow:focus, .flix-btn-arrow:hover {
    text-decoration: none;
}
.flix-btn-arrow {
    display: inline-block;
    min-height: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 19px;
    padding: 5px 15px 5px 15px !important;
    cursor: pointer;
}
.circle {
    border:1px solid #fff;
    height:36px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:36px;
}
.pickup a:hover, a:focus {
    color: #000 !important;
    text-decoration:none !important;
}
.dropoff a:hover, a:focus {
    color: #000 !important;
    text-decoration:none !important;
}
.headerpickup a:hover, a:focus {
    color: #000 !important;
    text-decoration:none !important;
}
.headerdropoff a:hover, a:focus {
    color: #000 !important;
    text-decoration:none !important;
}
.reserve.disabled {
    background-color: #E1E1E1;
    cursor: default;
    color: #C5C5C5;
}
.reserve.disabled:focus {
    border: 1px solid #E1E1E1 !important;

}
.theme-search-results-mobile-filters-btn {
    background: #98a429 !important;
}
@media (min-width: 1199px) {

    .times-icon{
        position: absolute;
        left: 112px;
        top: -7px;
        width: 42.30769230769231px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        display: block;
        font-size: 20px;
        color:#fc581f;
        /* opacity: 0.86; */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
        filter: alpha(opacity=86);
    }





}
@media (max-width: 1199px) {


    .times-icon{
        top: 275px;
        left: 80px;
        width: 42.30769230769231px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        display: block;
        font-size: 20px;
        color:#fc581f;
        /* opacity: 0.86; */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
        filter: alpha(opacity=86);
    }


}
.booking-btn{
        background-color: #f39324;
        padding: 10px 14px;
        height: 40px;
        color: #fff;
        border-radius: 2px;
        border: none;
        box-shadow: 1px 1px 3px rgba(68, 48, 48, 0.3);
}
.u-link.disabled {
    cursor: default;
    color: #C5C5C5;
}
.booking-btn.disabled {
    background-color: #E1E1E1;
    cursor: default;
    color: #C5C5C5;
}
/* END BOOKING CSS */
/* Start home css */
.ng-autocomplete {
    width: 100%;

}
.container-inner {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.DatePlaceholder__plusIcon___URwNj {
    font-size: 14px;
}
.flix-icon {
    display: inline-block;
    font-size: 1.2em;
    padding-top: 5px
}
.DatePlaceholder__button___3XZ5p {
    height: 100%;
    font-size: 16px;
    font-weight: 100;
    outline: none;
}
.flix-btn-arrow, .flix-btn-arrow:active, .flix-btn-arrow:focus, .flix-btn-arrow:hover {
    text-decoration: none;
}
.flix-btn-arrow {
    display: inline-block;
    min-height: 0;
    border: 0;
    background: transparent;
    color: rgb(37 42 49 / 62%);
    font-size: 17px;
    cursor: pointer;
    font-weight: 367;
}
.icon-flix {
    font-size: 16px;
    opacity: 0.6;
}
.flix-btn-arrow-home {
    display: inline-block;
    min-height: 0;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 18px;
    padding: 7px 15px 2px 15px !important;
    cursor: pointer;
}
.pickuphome a:hover, a:focus {
    color: #000 !important;
    text-decoration:none !important;
}
.dropoffhome a:hover, a:focus {
    color: #000 !important;
    text-decoration:none !important;
}
.hide-returnicon{
    display: none !important;
}
.hide-travelicon{
    display: none !important;

}
.font-desc {
  font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(37, 42, 49);
    line-height: 24px;
    margin: 0px 0px 4px;
    text-align: left;
}
.font-access{
    font-size: 27px;
    color: rgb(37, 42, 49);
}
.font-access-subtitle{
    font-size: 16px;
    font-weight: 400;
    color: rgb(37, 42, 49);
    line-height: 22px;
    text-align: center;
}
@media (max-width: 991px) {


    .interpunct {
        display: inline-block!important;
        vertical-align: middle;
        background-color: #b9b7b7;
        border-radius: 10px;
        width: 7px;
        height: 5px;
        margin: 0 2px;
    }


    .times-icon{

        top: 275px;
        left: 470px;
        width: 42.30769230769231px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        display: block;
        color:#fc581f;
        font-size: 20px;
        /* opacity: 0.86; */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
        filter: alpha(opacity=86);
    }



}
@media (max-width: 990px) {



    .pickuphome .theme-search-area-section-icon {
        top: 117px;
        left: auto;
    }

    .dropoffhome .theme-search-area-section-icon {
        top: 179px;
        left: auto;
    }

    .traveldate .theme-search-area-section-icon {
        top: 399px;
        left: auto;
    }

    .returndate .theme-search-area-section-icon {
        top: 382px;
        left: auto;
    }

    .times-icon{
        top: 275px;
        left: 80px;
        width: 42.30769230769231px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        display: block;
        font-size: 20px;
        color:#fc581f;
        /* opacity: 0.86; */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
        filter: alpha(opacity=86);
    }




}
.MainView {
    position: absolute;
    width: 100%;
    bottom: 0;
    overflow: visible;
}
.on-from-selected{
    z-index: 92;
}
@media (max-width: 950px){
    .sticky {
        position:relative;
        top:7%;
        margin: 0 auto;
        z-index:10;
        left:0;
        right:0;
      }
 }
@media (min-width: 950px){
    .sticky {
        position:fixed;
        top:7%;
        z-index:10;
        left:0;
        right:0;
      }
 }
@media (min-width: 991px) {



    .times-icon{
        position: absolute;
        top: 10px;
        right: 0px;
        margin-left: 29px;
        width: 42.30769230769231px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        display: block;
        font-size: 20px;
        color:#fc581f;
        /* opacity: 0.86; */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
        filter: alpha(opacity=86);
    }

}
/* End home css */
.invalid-select {
    color: #dc3545;
}
.success-select {
    color: green;
}
.media {
    display: flex;
    align-items: center;
  }
.media .media-figure {
    width: 25%;
    margin-right: 2%;
    max-width: 200px;
    min-width: 100px;
  }
.intrinsic {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
    background: #f0f0f0;
  }
.intrinsic.intrinsic--square {
    padding-top: 100%;
  }
.intrinsic.intrinsic--4x3 {
    padding-top: 75%;
  }
.intrinsic.intrinsic--16x9 {
    padding-top: 56.25%;
  }
.intrinsic .intrinsic-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
/* Switch Route icon styles */
@media (min-width: 576px)
{
.lcGjiX {
    position: relative;
    width: inherit;
}
}
@media (min-width: 576px)
{
.lcGjiX .SwitchDirectionsStyles__SwitchDirectionsInner-sc-14fk104-0, .lcGjiX .SwitchDirectionsStyles__SwitchDirectionsLink-sc-14fk104-1 {
    top: 22px;
    left: calc(50% - 12px);
    transform: none;
    margin: 0px;
}
}
@media (min-width: 576px)
{
.lcGjiX .SwitchDirectionsStyles__SwitchDirectionsInner-sc-14fk104-0:hover, .lcGjiX .SwitchDirectionsStyles__SwitchDirectionsLink-sc-14fk104-1:hover {
    /* transform: scale(1.3, 1.3); */
    background-color: #f39324;
    color: rgb(255, 255, 255);
    /* top:50%; */
    /* left: 259px; */
}
}
.lcGjiX .SwitchDirectionsStyles__SwitchDirectionsInner-sc-14fk104-0, .lcGjiX .SwitchDirectionsStyles__SwitchDirectionsLink-sc-14fk104-1 {
    /* top: 50%; */

    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    background-color: rgb(239, 242, 245);
    color: rgb(37, 42, 49);
    z-index: 1;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px 0px, rgba(0, 0, 0, 0.05) 0px 1px 5px 0px;
    transform: translateY(calc(-50% - 4px));
    border-radius: 50%;
    transition: transform 0.1s ease-out 0s;
    margin: 0px 8px;
}
.bRGQbR {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    vertical-align: middle;
    fill: currentcolor;
}
.searchFont {
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(37, 42, 49);
    line-height: 20px;
    margin: 0px;
    background:rgb(245, 247, 249);
}
.bRGQbR-detail{
    margin-left:7px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    vertical-align: middle;
    fill: currentcolor;
}
.Badge-Bus {
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    display: inline-flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    line-height: 14px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(35 34 34);
    flex: 0 0 auto;
    border-radius: 4px;
    padding: 0px 8px;
}
@media (max-width: 992px){
  .Badge-Bus {
      font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
      display: inline-flex;
      box-sizing: border-box;
      justify-content: center;
      align-items: center;
      min-height: 24px;
      line-height: 14px;
      font-size: 11px;
      font-weight: 500;
      color: rgb(35 34 34);

  }
}
.Route_Button.Route_Button_padd {
    padding: 0;
}
@media (max-width: 599px){
.RouteSwitcher {
    bottom: -26px;
    right: 12px;
}
}
.RouteSwitcher {
    position: absolute;
    right: 20px;
    bottom: -9px;
    width: 39px !important;
    height: 41px !important;
    padding: 0;
    z-index: 1;
    background-color: #cf2264 !important;
}
@media (max-width: 1199px){
    .Route_Button {
        height: 44px;
  }
}
.Route_Button {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: 0;
    font-size: 18px!important;
    font-weight: 400!important;
    border-radius: 8px!important;
    outline: none!important;
    padding: 0 15px;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.RouteSwitcher .RouteSwitcher_icon {
    transform: rotate(90deg);

}
/* .RouteSwitcher:before {
    border: 1px solid #c8c8c8;
    border-radius: 21px!important;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 0;
} */
.RouteSwitcher .RouteSwitcher_icon {
    vertical-align: initial;
    padding: 6px;
}
.trip-font{
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
div.fadeMe {
    display: none;
    opacity:    0.5;
    background: #000;
    width:      100%;
    height:     100%;
    z-index:    1000;
    top:        0;
    left:       0;
    position:   fixed;
  }
.sidenav-booking-n {
  height: 100%;
}
.sidenav-booking {
    width: 0;
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 27px;

  }
@media (max-width: 992px){
    .sidenav-booking {
        width: 0;
        position: fixed;
        z-index: 1100;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 27px;

      }
  }
.sidenav-booking-h {
    height: 95%;
  }
@media (min-width: 1800px){
    .sidenav-booking-h {
      height: 95%;
    }
  }
@media (max-width: 992px){
    .sidenav-booking-h {
      height: 100%;
    }
  }
.sidenav-booking a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
.sidenav-booking a:hover {
    color: #f1f1f1;
  }
.sidenav-booking .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
@media screen and (max-height: 450px) {
    .sidenav-booking {padding-top: 1px;}
    .sidenav-booking a {font-size: 18px;}
  }
.user-login-header {
    display: inline-block!important;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    font-size: 28px;

}
.facebook-login__button {
    width: 190px;
    max-width: 68%;
    margin-left: 16%;
    padding: 5px 25px;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #4267B2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 14px 25px;
    width: 100%;
}
.facebook-login__disclaimer {
    margin: 20px 0;
}
.or__splitter {
    position: relative;
    line-height: 22px;
    text-align: center;
}
.or__splitter:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 89px;
    right: 91px;
    border-top: 1px solid #c8c8c8;
}
.or__splitter span {
    position: relative;
    display: inline-block;
    padding: 10px;
    background-color: #ffffff;
}
.mfb-form__label {
    display: block;
    margin-bottom: 0;
    padding-bottom: 3px;
    font-size: 16px;
    color: #757575;
}
.mfb-form__row {
    margin-bottom: 20px;
}
.user-page-block {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 768px){
.user-page-block {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
.user-page-block {
    margin-bottom: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}
.account-benefits {
    font-size: 14px;
    text-align: center;
}
.account_benefit {
    display: inline-block;
    min-height: 30px;
}
.account-benefit__icon {
    padding-right: 20px;
}
.text-green{
    color: forestgreen;
}
.text-pink{
    color: #cf2264;
}
.text-stats{
    font-size: 45px;
}
.price-labels-lg{
    text-align: center;
    color:rgb(231, 144, 13);
    font-size: 22px;
    font-weight: 600;
}
@media (max-width: 992px){
  .price-labels-lg {
      text-align: center;
      color: rgb(231, 144, 13);
      font-size: 16px;
      font-weight: 500;
  }
}
._mb-auto {
  margin: auto;
}
.navbar-brand-logo {
    float: left;
    height: 50px;
    margin-left:20px;
    font-size: 18px;
    line-height: 20px;
}
.border-image{
    border: 1px solid;
    border-radius: 9px;
    border-color: #cf2264;
}
/deep/ .bs-datepicker-body table td span:after{
    background: #cf2264 !important;
}
/deep/ .bs-datepicker-body table td{
    font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;

}
.wa_0_1pykh:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
@media (min-width: 1024px){
    .wa_0_1pykh {
        padding: 0 0px;
        max-width: 1255px;
    }
}
.wa_0_1pykh {
    position: relative;
    width: 100%;

}
@media (min-width: 1024px){
  .v6_v8_13djN {
      margin: 0 -20px;
      overflow: auto;
  }
}
.v6_v8_13djN:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.l6_l8_2S0Di * {
    box-sizing: border-box;
}
@media (min-width: 1024px){
    .wf_bn_1op5D.wf_x4_TJbnM {
        width: 33.33333%;
    }
}
@media (max-width: 992px){
  .wf_bn_1op5D {
    text-align:center;
  }
}
.wf_bn_1op5D {
    width: 100%;
    float: left;

}
@media (min-width: 1024px){
    .q5_bc_2ozg0, .q5_q9_28ZkV {
        margin: 10px 0;
    }
}
.q5_bc_2ozg0 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0 0;
}
.q5_bc_2ozg0 span {
    display: block;
}
@media (min-width: 1024px){
    .wf_bn_1op5D.wf_yc_2N4u5 {
        width: 66.66667%;
    }
}
@media (min-width: 1024px){
    .q5_bc_2ozg0, .q5_q9_28ZkV {
        margin: 10px 0;
    }
}
.q5_q9_28ZkV {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
@media (min-width: 1024px){
    .q5_rb_VniSv {
        padding: 8px;
    }
}
.q5_rb_VniSv {
    padding: 40px 8px 8px;
    min-height: 24px;
}
@media (min-width: 992px){
    .sidebar-footer  {
       width: 380px !important;
    }
}
.sidebar-footer {
    position: fixed;
   display: flex;
   padding: 10px 20px;
   overflow: inherit;
   transition: flex 0.3s ease-out;
   height: auto;
   border-top: 1px solid #e1e1e1;
   box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
   z-index: 1;
   width: 450px;
   bottom: 0;
   background: #fff;
}
@media (max-width: 992px){
  .sidebar-footer {
      width: 380px;
  }
  .sidebar-footer .footer-content {
       font-size: 13px !important;
  }
}
.sidebar-footer .footer-content {
   display: flex;
   flex: 1;
   line-height: 1;
   font-size: 16px;
   font-weight: bold;
   justify-content: center;
   flex-direction: column;
}
.sidebar-button{
    margin: 0;
    margin-left: 15px;
}
@media (max-width: 992px){
  .sidebar-button{
      margin: 0;
      margin-left:2px;
  }
}
.button--orange{
  background: #f39324;
  color: #fff;
  border: none;
}
.breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  margin: 40px;
  padding: 0;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 55px;
  background: brown; /* fallback color */
  background: hsla(34,85%,35%,1);
  position: relative;
  display: block;
  float: left;
}
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid hsla(34,85%,35%,1);
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.breadcrumb li:first-child a {
  padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: hsla(34,85%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
.steps {
  margin: 40px;
  padding: 0;
  overflow: hidden;
}
.steps a {
  color: white;
  text-decoration: none;
}
.steps em {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
.steps li {
  float: left;
  margin-left: 0;
  width: 150px; /* 100 / number of steps */
  height: 70px; /* total height */
  list-style-type: none;
  padding: 5px 5px 5px 30px; /* padding around text, last should include arrow width */
  border-right: 3px solid white; /* width: gap between arrows, color: background of document */
  position: relative;
}
/* remove extra padding on the first object since it doesn't have an arrow to the left */
.steps li:first-child {
  padding-left: 5px;
}
/* white arrow to the left to "erase" background (starting from the 2nd object) */
.steps li:nth-child(n+2)::before {
  position: absolute;
  top:0;
  left:0;
  display: block;
  border-left: 25px solid white; /* width: arrow width, color: background of document */
  border-top: 40px solid transparent; /* width: half height */
  border-bottom: 40px solid transparent; /* width: half height */
  width: 0;
  height: 0;
  content: " ";
}
/* colored arrow to the right */
.steps li::after {
  z-index: 1; /* need to bring this above the next item */
  position: absolute;
  top: 0;
  right: -25px; /* arrow width (negated) */
  display: block;
  border-left: 25px solid #7c8437; /* width: arrow width */
  border-top: 40px solid transparent; /* width: half height */
  border-bottom: 40px solid transparent; /* width: half height */
  width:0;
  height:0;
  content: " ";
}
/* Setup colors (both the background and the arrow) */
/* Completed */
.steps li { background-color: #7C8437; }
.steps li::after { border-left-color: #7c8437; }
/* Current */
.steps li.current { background-color: #C36615; }
.steps li.current::after { border-left-color: #C36615; }
/* Following */
.steps li.current ~ li { background-color: #EBEBEB; }
.steps li.current ~ li::after { border-left-color: #EBEBEB; }
/* Hover for completed and current */
.steps li:hover {background-color: #696}
.steps li:hover::after {border-left-color: #696}
.arrows { white-space: nowrap; }
.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
@media (max-width: 992px){
  .arrows li {
      margin: 0 80px 0 -93px !important;
  }
  .arrows li a {
     font-size: 10px !important;
  }

}
.arrows li::before,
.arrows li::after {
  border-right: 1px solid #666666;
  content: '';
  display: block;
  height: 20%;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  z-index: -1;
  transform: skewX(45deg);
}
.arrows li::after {
    bottom: 8px;
    top: auto;
    transform: skewX(-45deg);
}
.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
    display: none;
}
.arrows li a {
   font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
   font-size: 14px;
    margin-right: 8px;
    line-height: 1.43;
    font-weight: 700;
    color: initial;
    background: transparent;
}
.arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); }
.arrows li:nth-of-type(2) a { color: hsl(0, 0%, 65%); }
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); }
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 65%); }
.arrows-pay { white-space: nowrap; }
.arrows-pay li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}
.arrows-pay li::before,
.arrows-pay li::after {
  border-right: 1px solid #666666;
  content: '';
  display: block;
  height: 20%;
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  z-index: -1;
  transform: skewX(45deg);
}
.arrows-pay li::after {
    bottom: 8px;
    top: auto;
    transform: skewX(-45deg);
}
.arrows-pay li:last-of-type::before,
.arrows-pay li:last-of-type::after {
    display: none;
}
.arrows-pay li a {
   font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
   font-size: 14px;
    margin-right: 8px;
    line-height: 1.43;
    font-weight: 700;
    color: initial;
    background: transparent;
}
.arrows-pay li:nth-of-type(1) a { color: hsl(0, 0%, 85%); }
.arrows-pay li:nth-of-type(2) a { color: hsl(0, 0%, 75%); }
.arrows-pay li:nth-of-type(3) a { color: hsl(0, 0%, 65%); }
.arrows-pay li:nth-of-type(4) a { color: hsl(0, 0%, 50%); }
.bg-buupass {
  background-color: rgb(245, 247, 249);
}
.fare-dtl-acc{
  margin-bottom: 25px;
  padding: 10px;
  background-color: #FFF;
  box-sizing: border-box;
  min-width: 0px;
  background-color: #fff;
  display: flex;
}
.fare-total {
    color: rgb(37, 42, 49) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.kzfiFm > * {
    margin-right: 10px;
}
.kzfiFm {
    display: flex;
    align-items: center;
    height: 35px;
    opacity: 1;
}
.paragraphRegular {
    font-size: 16px;
    line-height: 20px;
    color: #425486;
    letter-spacing: 0;
    margin: 0;
}
.icon-cl {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    vertical-align: middle;
    fill: #cf2264;
}
.bus-booking-page .bus-booking-summ-home{
    background-color: #FFF;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 25px;
    padding: 10px;
    min-width: 0px;
    background-color: #fff;

}
.arrow_home {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    vertical-align: middle;
    fill: #fff;
}
.ePbYQC {
    display: none;
}
.banner-animate-mask-in:hover .ePbYQC  {
    display:block;
}
.city-labels-list {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: rgb(37, 42, 49);
    line-height: 30px;
}
@media (max-width: 992px){
  .c-timeline-wrapper.horizontal {
      text-align: center;
      font-size: 0;
      width: 50%;
  }
}
@media (min-width: 992px){
  .city-labels-list {
      text-align: center;
      font-size: 10px;
      font-weight: 600;
      color: rgb(37, 42, 49);
  }
}
.change-city { cursor: pointer; }
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 22px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}
.slider:before {
  position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
}
input:checked + .slider {
  background-color: #cf2264;
}
input:focus + .slider {
  box-shadow: 0 0 1px #cf2264;
}
input:checked + .slider:before {
  transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.form-control:focus {
    border-color: #f4972c !important;
  }
.checkbox input[type="checkbox"] {
    position: relative !important;
  }
.image-app {
    height: 300px;
    background-position: center;
    background-size: cover;
}
.list-item-about{
  margin: 0px;
  font-size: 16px;
}
.bg-grey-app{
  background: #eaeaea;
}
.theme-section-download {
    margin-bottom: 15px;
    margin-top: 0;
    color: whitesmoke;
    font-size: 17px;
    font-weight: 700;
    color: rgb(37, 42, 49);
    line-height: 20px;
    text-transform: uppercase;
}
.back-btn {
    float: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  margin-right: 10px;
  z-index: 2;
}
.mobile-list .mobile-list-item:selected {
    background-color: #CFD8DC;
    color: white;
}
.switch-item {
    margin-right: 20px;
    font-size: 15px;
}
.mobile-list .mobile-list-item {
    cursor: pointer;
    position: relative;
}
.buupass-orange-bg{
  background: #f79333 !important;
}
.buupass-pink-bg{
    background: #cf2264 !important;
}
.buupass-pink-light-bg{
    background: #e43276 !important;
}
.stuck {
    position: fixed;
    overflow-y: scroll;
    display: block;
    z-index: 999999999999;
}
/* individual elements: webkit */
#white-placeholder::-webkit-input-placeholder { color:#fff; }
/* individual elements: mozilla */
#white-placeholder::-moz-placeholder { color:#fff; }
#white-placeholder:-ms-input-placeholder { color:#fff; }
.city-labels-mobile {
  font-size: 19px;
  font-weight: 500;
  color: rgb(96 98 101);
}
.mobile-summary {
    width: 155px;
    padding-top: 30px;
    font-size: 0;
}
.mobile-summary .left-wing, .mobile-summary .right-wing {
    float: left;
    width: calc(50% - 24px);
    line-height: 1;
}
.mobile-summary .duration, .mobile-summary .stops {
    font-size: 11px;
    color: rgba(0,0,0,.54);
    padding-top: 8px;
    padding-bottom: 10px;
}
.mobile-summary .separator {
    width: 48px;
    text-align: center;
    font-size: 11px;
}
.c-flight-listing-row .mobile-summary .right-wing {
    float: right;
}
.mobile-summary .time {
    font-size: 16px;
}
.u-lfloat {
    float: left;
}
.is-hidden {
      display: none;
 }
:root {
                --white:#fff;--black:#000;--ctaClr:#ec5b24;--ctaHoverClr:#fd775d;--ctaDisabledClr:#757575;--ctaLetterSpacing:0.3px;--textLetterSpacing:0.5px;--shadowClr:rgba(0,0,0,.3);--errorClr:#dd3734;--successClr:#559b09;--warningClr:#dca81d;--neutralColor:#e08e07;--brandClr:#ec5b24;--secondaryBrandClr:rgba(236,91,36,.5);--tertiaryBrandClr:rgba(236,91,36,.3);--quarternaryBrandClr:rgba(236,91,36,.12);--quinaryBrandClr:rgba(236,91,36,.08);--brandClrPurple:#550f5d;--lightBrandClrPurple:rgba(85,15,93,.05);--buupassGrad:linear-gradient(273deg,#ad2e41,#721053);--primaryBlack:rgba(0,0,0,.87);--secondaryBlack:rgba(0,0,0,.54);--tertiaryBlack:rgba(0,0,0,.38);--quarternaryBlack:rgba(0,0,0,.12);--quinaryBlack:rgba(0,0,0,.08);--disabledTextClr:#c5c5c5;--brdrClr:rgba(0,0,0,.08);--tagBgClr:#f6f6f6;--tagBrdrClr:#f0eeee;--whyThisHotelClr1:#3b8e1b;--whyThisHotelClr2:#d75a4a;--whyThisHotelClr3:#1eb0de;--whyThisHotelIcBgClr:#ededed;--primaryWhite:#fff;--secondaryWhite:hsla(0,0%,100%,.54);--tertiaryWhite:hsla(0,0%,100%,.38);--quarternaryWhite:hsla(0,0%,100%,.12);--quinaryWhite:hsla(0,0%,100%,.08);--fbBgClr:#3a5e95;--gpBgClr:#eb4225;--twtrBgClr:#55acee;--whtsappBgClr:#28a619;--disabledRatingBar:#d8d8d8;--crslBgClr:#292929;--locBgClr:#f7f7f7;--filterBg:#efeff4;--notificationClr:#df352d;--xSmallFontSize:9px;--smallFontSize:11px;--midSmallFontSize:12px;--defaultFontSize:13px;--largeFontSize:15px;--midLargeFontSize:17px;--xLargeFontSize:19px;--xxLargeFontSize:22px;--xxxLargeFontSize:24px;--light:300;--normal:400;--medBold:500;--semiBold:600;--bold:800;--starClr:#efad00;--starSlctd:#eb4e2f;--extRatingClr:#00a680;--shadowBrdr:rgba(235,78,47,.26);--darkBGClr:#2d001e;--flightStatusGrn:#559b09;--flightStatusRed:#d0021b;--mnyCrdt:#328700;--mnyDbt:#d0021b;--headerHeight:52px;--homeHeaderBottomShadow:none;--swapBgColor:#ec5b24;--swapIconColor:#fff;--seachBtnBgColor:#ec5b24;--seachBtnTextColor:#fff;--radioBtnClr:#ec5b24;--iconOuterClr:#f8a98f;--progressBarClr:#ec5b24;--recommendedBarGrdnt:linear-gradient(270deg,rgba(236,91,36,0),#ec5b24);--recommendedBgClr:#fef6f5;--stickyFooterBg:#1e1e1e;--filterShortcutClr:#f7b500}
html {
                font-family: "Circular Pro", -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
            }
body {
                font: 13px/1.7 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue;
                font: var(--defaultFontSize)/1.7 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue;
                align-items: center !important;
                font-weight: 500 !important;
            }
* {
                box-sizing: border-box
            }
html {
                height: 100%
            }
body {
                margin: 0
            }
#content,body {
                height: inherit
            }
.header-mobile {
    background-image: linear-gradient(273deg,#ad2e41,#721053);
    background-image: var(--buupassGrad);
    padding-top: 5px
}
.header-mobile .mobile-nav {
    position: relative;
    color: #fff;
    padding-top: 5px
}
.header-mobile .mobile-nav .nav-border {
    position: absolute;
    bottom: 0;
    background: hsla(0,0%,100%,.12);
    height: 1px;
    width: 100%
}
.header-mobile .mobile-nav .mobile-item-cntnr {
    width: 30%;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer
}
.header-mobile .mobile-nav .mobile-item-cntnr.wd-33 {
    width: 33%
}
.header-mobile .mobile-nav .mobile-item {
    font-size: 0;
    color: #f6cfc5
}
.header-mobile .mobile-nav .mobile-item .mobile-icon {
    font-size: 20px;
    line-height: 20px;
    transform: translateY(2px)
}
.header-mobile .mobile-nav .mobile-item .mobile-icon.train-icon {
    font-size: 23px;
    transform: translateY(3px)
}
.header-mobile .mobile-nav .mobile-item .mobile-text {
    font-size: 11px;
    padding: 6px 0 4px
}
.header-mobile .mobile-nav .mobile-item.selected {
    color: #fff;
    border-bottom: 4px solid #f79333;
}
.header-mobile .mobile-nav .mobile-item.selected .mobile-text {
    font-weight: 600
}
.header-mobile.display-logo .ixigo-logo {
    height: 40px
}
.header-mobile.display-logo .ixigo-logo img {
    opacity: 1
}
.bg-grey{
    background-color: #cf2264;
}
.form-control-search {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -3px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
          right: 3px;
          left: 0; }
.bs-datepicker-body table.days span.in-range.select-end:before {
          right: 4px;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
.bs-datepicker-buttons .btn-today-wrapper {
      display: flex;
      flex-flow: row wrap; }
.bs-datepicker-buttons .clear-right,
    .bs-datepicker-buttons .today-right {
      flex-grow: 0; }
.bs-datepicker-buttons .clear-left,
    .bs-datepicker-buttons .today-left {
      flex-grow: 1; }
.bs-datepicker-buttons .clear-center,
    .bs-datepicker-buttons .today-center {
      flex-grow: 0.5; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161; }
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E; }
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34; }
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838; }
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD; }
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7; }
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498; }
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9; }
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531; }
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732; }
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29; }
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35; }
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-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:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}
.fa-spin{animation:fa-spin 2s linear infinite}
.fa-pulse{animation:fa-spin 1s steps(8) infinite}
@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.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:scaleX(-1)}
.fa-flip-vertical{transform:scaleY(-1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}
.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}
.fa-500px:before{content:"\f26e"}
.fa-accessible-icon:before{content:"\f368"}
.fa-accusoft:before{content:"\f369"}
.fa-acquisitions-incorporated:before{content:"\f6af"}
.fa-ad:before{content:"\f641"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-card:before{content:"\f2bb"}
.fa-adjust:before{content:"\f042"}
.fa-adn:before{content:"\f170"}
.fa-adobe:before{content:"\f778"}
.fa-adversal:before{content:"\f36a"}
.fa-affiliatetheme:before{content:"\f36b"}
.fa-air-freshener:before{content:"\f5d0"}
.fa-airbnb:before{content:"\f834"}
.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-alipay:before{content:"\f642"}
.fa-allergies:before{content:"\f461"}
.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-angry:before{content:"\f556"}
.fa-angrycreative:before{content:"\f36e"}
.fa-angular:before{content:"\f420"}
.fa-ankh:before{content:"\f644"}
.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-alt:before{content:"\f5d1"}
.fa-apple-pay:before{content:"\f415"}
.fa-archive:before{content:"\f187"}
.fa-archway:before{content:"\f557"}
.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-artstation:before{content:"\f77a"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-asterisk:before{content:"\f069"}
.fa-asymmetrik:before{content:"\f372"}
.fa-at:before{content:"\f1fa"}
.fa-atlas:before{content:"\f558"}
.fa-atlassian:before{content:"\f77b"}
.fa-atom:before{content:"\f5d2"}
.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-award:before{content:"\f559"}
.fa-aws:before{content:"\f375"}
.fa-baby:before{content:"\f77c"}
.fa-baby-carriage:before{content:"\f77d"}
.fa-backspace:before{content:"\f55a"}
.fa-backward:before{content:"\f04a"}
.fa-bacon:before{content:"\f7e5"}
.fa-bahai:before{content:"\f666"}
.fa-balance-scale:before{content:"\f24e"}
.fa-balance-scale-left:before{content:"\f515"}
.fa-balance-scale-right:before{content:"\f516"}
.fa-ban:before{content:"\f05e"}
.fa-band-aid:before{content:"\f462"}
.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-battle-net:before{content:"\f835"}
.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-bezier-curve:before{content:"\f55b"}
.fa-bible:before{content:"\f647"}
.fa-bicycle:before{content:"\f206"}
.fa-biking:before{content:"\f84a"}
.fa-bimobject:before{content:"\f378"}
.fa-binoculars:before{content:"\f1e5"}
.fa-biohazard:before{content:"\f780"}
.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-blender:before{content:"\f517"}
.fa-blender-phone:before{content:"\f6b6"}
.fa-blind:before{content:"\f29d"}
.fa-blog:before{content:"\f781"}
.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-bone:before{content:"\f5d7"}
.fa-bong:before{content:"\f55c"}
.fa-book:before{content:"\f02d"}
.fa-book-dead:before{content:"\f6b7"}
.fa-book-medical:before{content:"\f7e6"}
.fa-book-open:before{content:"\f518"}
.fa-book-reader:before{content:"\f5da"}
.fa-bookmark:before{content:"\f02e"}
.fa-bootstrap:before{content:"\f836"}
.fa-border-all:before{content:"\f84c"}
.fa-border-none:before{content:"\f850"}
.fa-border-style:before{content:"\f853"}
.fa-bowling-ball:before{content:"\f436"}
.fa-box:before{content:"\f466"}
.fa-box-open:before{content:"\f49e"}
.fa-boxes:before{content:"\f468"}
.fa-braille:before{content:"\f2a1"}
.fa-brain:before{content:"\f5dc"}
.fa-bread-slice:before{content:"\f7ec"}
.fa-briefcase:before{content:"\f0b1"}
.fa-briefcase-medical:before{content:"\f469"}
.fa-broadcast-tower:before{content:"\f519"}
.fa-broom:before{content:"\f51a"}
.fa-brush:before{content:"\f55d"}
.fa-btc:before{content:"\f15a"}
.fa-buffer:before{content:"\f837"}
.fa-bug:before{content:"\f188"}
.fa-building:before{content:"\f1ad"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bullseye:before{content:"\f140"}
.fa-burn:before{content:"\f46a"}
.fa-buromobelexperte:before{content:"\f37f"}
.fa-bus:before{content:"\f207"}
.fa-bus-alt:before{content:"\f55e"}
.fa-business-time:before{content:"\f64a"}
.fa-buy-n-large:before{content:"\f8a6"}
.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-day:before{content:"\f783"}
.fa-calendar-minus:before{content:"\f272"}
.fa-calendar-plus:before{content:"\f271"}
.fa-calendar-times:before{content:"\f273"}
.fa-calendar-week:before{content:"\f784"}
.fa-camera:before{content:"\f030"}
.fa-camera-retro:before{content:"\f083"}
.fa-campground:before{content:"\f6bb"}
.fa-canadian-maple-leaf:before{content:"\f785"}
.fa-candy-cane:before{content:"\f786"}
.fa-cannabis:before{content:"\f55f"}
.fa-capsules:before{content:"\f46b"}
.fa-car:before{content:"\f1b9"}
.fa-car-alt:before{content:"\f5de"}
.fa-car-battery:before{content:"\f5df"}
.fa-car-crash:before{content:"\f5e1"}
.fa-car-side:before{content:"\f5e4"}
.fa-caravan:before{content:"\f8ff"}
.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-carrot:before{content:"\f787"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-cart-plus:before{content:"\f217"}
.fa-cash-register:before{content:"\f788"}
.fa-cat:before{content:"\f6be"}
.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-centos:before{content:"\f789"}
.fa-certificate:before{content:"\f0a3"}
.fa-chair:before{content:"\f6c0"}
.fa-chalkboard:before{content:"\f51b"}
.fa-chalkboard-teacher:before{content:"\f51c"}
.fa-charging-station:before{content:"\f5e7"}
.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-double:before{content:"\f560"}
.fa-check-square:before{content:"\f14a"}
.fa-cheese:before{content:"\f7ef"}
.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-chromecast:before{content:"\f838"}
.fa-church:before{content:"\f51d"}
.fa-circle:before{content:"\f111"}
.fa-circle-notch:before{content:"\f1ce"}
.fa-city:before{content:"\f64f"}
.fa-clinic-medical:before{content:"\f7f2"}
.fa-clipboard:before{content:"\f328"}
.fa-clipboard-check:before{content:"\f46c"}
.fa-clipboard-list:before{content:"\f46d"}
.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-meatball:before{content:"\f73b"}
.fa-cloud-moon:before{content:"\f6c3"}
.fa-cloud-moon-rain:before{content:"\f73c"}
.fa-cloud-rain:before{content:"\f73d"}
.fa-cloud-showers-heavy:before{content:"\f740"}
.fa-cloud-sun:before{content:"\f6c4"}
.fa-cloud-sun-rain:before{content:"\f743"}
.fa-cloud-upload-alt:before{content:"\f382"}
.fa-cloudscale:before{content:"\f383"}
.fa-cloudsmith:before{content:"\f384"}
.fa-cloudversify:before{content:"\f385"}
.fa-cocktail:before{content:"\f561"}
.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-coins:before{content:"\f51e"}
.fa-columns:before{content:"\f0db"}
.fa-comment:before{content:"\f075"}
.fa-comment-alt:before{content:"\f27a"}
.fa-comment-dollar:before{content:"\f651"}
.fa-comment-dots:before{content:"\f4ad"}
.fa-comment-medical:before{content:"\f7f5"}
.fa-comment-slash:before{content:"\f4b3"}
.fa-comments:before{content:"\f086"}
.fa-comments-dollar:before{content:"\f653"}
.fa-compact-disc:before{content:"\f51f"}
.fa-compass:before{content:"\f14e"}
.fa-compress:before{content:"\f066"}
.fa-compress-alt:before{content:"\f422"}
.fa-compress-arrows-alt:before{content:"\f78c"}
.fa-concierge-bell:before{content:"\f562"}
.fa-confluence:before{content:"\f78d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-contao:before{content:"\f26d"}
.fa-cookie:before{content:"\f563"}
.fa-cookie-bite:before{content:"\f564"}
.fa-copy:before{content:"\f0c5"}
.fa-copyright:before{content:"\f1f9"}
.fa-cotton-bureau:before{content:"\f89e"}
.fa-couch:before{content:"\f4b8"}
.fa-cpanel:before{content:"\f388"}
.fa-creative-commons:before{content:"\f25e"}
.fa-creative-commons-by:before{content:"\f4e7"}
.fa-creative-commons-nc:before{content:"\f4e8"}
.fa-creative-commons-nc-eu:before{content:"\f4e9"}
.fa-creative-commons-nc-jp:before{content:"\f4ea"}
.fa-creative-commons-nd:before{content:"\f4eb"}
.fa-creative-commons-pd:before{content:"\f4ec"}
.fa-creative-commons-pd-alt:before{content:"\f4ed"}
.fa-creative-commons-remix:before{content:"\f4ee"}
.fa-creative-commons-sa:before{content:"\f4ef"}
.fa-creative-commons-sampling:before{content:"\f4f0"}
.fa-creative-commons-sampling-plus:before{content:"\f4f1"}
.fa-creative-commons-share:before{content:"\f4f2"}
.fa-creative-commons-zero:before{content:"\f4f3"}
.fa-credit-card:before{content:"\f09d"}
.fa-critical-role:before{content:"\f6c9"}
.fa-crop:before{content:"\f125"}
.fa-crop-alt:before{content:"\f565"}
.fa-cross:before{content:"\f654"}
.fa-crosshairs:before{content:"\f05b"}
.fa-crow:before{content:"\f520"}
.fa-crown:before{content:"\f521"}
.fa-crutch:before{content:"\f7f7"}
.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-d-and-d-beyond:before{content:"\f6ca"}
.fa-dashcube:before{content:"\f210"}
.fa-database:before{content:"\f1c0"}
.fa-deaf:before{content:"\f2a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-democrat:before{content:"\f747"}
.fa-deploydog:before{content:"\f38e"}
.fa-deskpro:before{content:"\f38f"}
.fa-desktop:before{content:"\f108"}
.fa-dev:before{content:"\f6cc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-dharmachakra:before{content:"\f655"}
.fa-dhl:before{content:"\f790"}
.fa-diagnoses:before{content:"\f470"}
.fa-diaspora:before{content:"\f791"}
.fa-dice:before{content:"\f522"}
.fa-dice-d20:before{content:"\f6cf"}
.fa-dice-d6:before{content:"\f6d1"}
.fa-dice-five:before{content:"\f523"}
.fa-dice-four:before{content:"\f524"}
.fa-dice-one:before{content:"\f525"}
.fa-dice-six:before{content:"\f526"}
.fa-dice-three:before{content:"\f527"}
.fa-dice-two:before{content:"\f528"}
.fa-digg:before{content:"\f1a6"}
.fa-digital-ocean:before{content:"\f391"}
.fa-digital-tachograph:before{content:"\f566"}
.fa-directions:before{content:"\f5eb"}
.fa-discord:before{content:"\f392"}
.fa-discourse:before{content:"\f393"}
.fa-divide:before{content:"\f529"}
.fa-dizzy:before{content:"\f567"}
.fa-dna:before{content:"\f471"}
.fa-dochub:before{content:"\f394"}
.fa-docker:before{content:"\f395"}
.fa-dog:before{content:"\f6d3"}
.fa-dollar-sign:before{content:"\f155"}
.fa-dolly:before{content:"\f472"}
.fa-dolly-flatbed:before{content:"\f474"}
.fa-donate:before{content:"\f4b9"}
.fa-door-closed:before{content:"\f52a"}
.fa-door-open:before{content:"\f52b"}
.fa-dot-circle:before{content:"\f192"}
.fa-dove:before{content:"\f4ba"}
.fa-download:before{content:"\f019"}
.fa-draft2digital:before{content:"\f396"}
.fa-drafting-compass:before{content:"\f568"}
.fa-dragon:before{content:"\f6d5"}
.fa-draw-polygon:before{content:"\f5ee"}
.fa-dribbble:before{content:"\f17d"}
.fa-dribbble-square:before{content:"\f397"}
.fa-dropbox:before{content:"\f16b"}
.fa-drum:before{content:"\f569"}
.fa-drum-steelpan:before{content:"\f56a"}
.fa-drumstick-bite:before{content:"\f6d7"}
.fa-drupal:before{content:"\f1a9"}
.fa-dumbbell:before{content:"\f44b"}
.fa-dumpster:before{content:"\f793"}
.fa-dumpster-fire:before{content:"\f794"}
.fa-dungeon:before{content:"\f6d9"}
.fa-dyalog:before{content:"\f399"}
.fa-earlybirds:before{content:"\f39a"}
.fa-ebay:before{content:"\f4f4"}
.fa-edge:before{content:"\f282"}
.fa-edit:before{content:"\f044"}
.fa-egg:before{content:"\f7fb"}
.fa-eject:before{content:"\f052"}
.fa-elementor:before{content:"\f430"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-ello:before{content:"\f5f1"}
.fa-ember:before{content:"\f423"}
.fa-empire:before{content:"\f1d1"}
.fa-envelope:before{content:"\f0e0"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-text:before{content:"\f658"}
.fa-envelope-square:before{content:"\f199"}
.fa-envira:before{content:"\f299"}
.fa-equals:before{content:"\f52c"}
.fa-eraser:before{content:"\f12d"}
.fa-erlang:before{content:"\f39d"}
.fa-ethereum:before{content:"\f42e"}
.fa-ethernet:before{content:"\f796"}
.fa-etsy:before{content:"\f2d7"}
.fa-euro-sign:before{content:"\f153"}
.fa-evernote:before{content:"\f839"}
.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-alt:before{content:"\f424"}
.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-fan:before{content:"\f863"}
.fa-fantasy-flight-games:before{content:"\f6dc"}
.fa-fast-backward:before{content:"\f049"}
.fa-fast-forward:before{content:"\f050"}
.fa-fax:before{content:"\f1ac"}
.fa-feather:before{content:"\f52d"}
.fa-feather-alt:before{content:"\f56b"}
.fa-fedex:before{content:"\f797"}
.fa-fedora:before{content:"\f798"}
.fa-female:before{content:"\f182"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-figma:before{content:"\f799"}
.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-contract:before{content:"\f56c"}
.fa-file-csv:before{content:"\f6dd"}
.fa-file-download:before{content:"\f56d"}
.fa-file-excel:before{content:"\f1c3"}
.fa-file-export:before{content:"\f56e"}
.fa-file-image:before{content:"\f1c5"}
.fa-file-import:before{content:"\f56f"}
.fa-file-invoice:before{content:"\f570"}
.fa-file-invoice-dollar:before{content:"\f571"}
.fa-file-medical:before{content:"\f477"}
.fa-file-medical-alt:before{content:"\f478"}
.fa-file-pdf:before{content:"\f1c1"}
.fa-file-powerpoint:before{content:"\f1c4"}
.fa-file-prescription:before{content:"\f572"}
.fa-file-signature:before{content:"\f573"}
.fa-file-upload:before{content:"\f574"}
.fa-file-video:before{content:"\f1c8"}
.fa-file-word:before{content:"\f1c2"}
.fa-fill:before{content:"\f575"}
.fa-fill-drip:before{content:"\f576"}
.fa-film:before{content:"\f008"}
.fa-filter:before{content:"\f0b0"}
.fa-fingerprint:before{content:"\f577"}
.fa-fire:before{content:"\f06d"}
.fa-fire-alt:before{content:"\f7e4"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-firefox:before{content:"\f269"}
.fa-firefox-browser:before{content:"\f907"}
.fa-first-aid:before{content:"\f479"}
.fa-first-order:before{content:"\f2b0"}
.fa-first-order-alt:before{content:"\f50a"}
.fa-firstdraft:before{content:"\f3a1"}
.fa-fish:before{content:"\f578"}
.fa-fist-raised:before{content:"\f6de"}
.fa-flag:before{content:"\f024"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-flag-usa:before{content:"\f74d"}
.fa-flask:before{content:"\f0c3"}
.fa-flickr:before{content:"\f16e"}
.fa-flipboard:before{content:"\f44d"}
.fa-flushed:before{content:"\f579"}
.fa-fly:before{content:"\f417"}
.fa-folder:before{content:"\f07b"}
.fa-folder-minus:before{content:"\f65d"}
.fa-folder-open:before{content:"\f07c"}
.fa-folder-plus:before{content:"\f65e"}
.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-font-awesome-logo-full:before{content:"\f4e6"}
.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-frog:before{content:"\f52e"}
.fa-frown:before{content:"\f119"}
.fa-frown-open:before{content:"\f57a"}
.fa-fulcrum:before{content:"\f50b"}
.fa-funnel-dollar:before{content:"\f662"}
.fa-futbol:before{content:"\f1e3"}
.fa-galactic-republic:before{content:"\f50c"}
.fa-galactic-senate:before{content:"\f50d"}
.fa-gamepad:before{content:"\f11b"}
.fa-gas-pump:before{content:"\f52f"}
.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-ghost:before{content:"\f6e2"}
.fa-gift:before{content:"\f06b"}
.fa-gifts:before{content:"\f79c"}
.fa-git:before{content:"\f1d3"}
.fa-git-alt:before{content:"\f841"}
.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-cheers:before{content:"\f79f"}
.fa-glass-martini:before{content:"\f000"}
.fa-glass-martini-alt:before{content:"\f57b"}
.fa-glass-whiskey:before{content:"\f7a0"}
.fa-glasses:before{content:"\f530"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-globe:before{content:"\f0ac"}
.fa-globe-africa:before{content:"\f57c"}
.fa-globe-americas:before{content:"\f57d"}
.fa-globe-asia:before{content:"\f57e"}
.fa-globe-europe:before{content:"\f7a2"}
.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-gopuram:before{content:"\f664"}
.fa-graduation-cap:before{content:"\f19d"}
.fa-gratipay:before{content:"\f184"}
.fa-grav:before{content:"\f2d6"}
.fa-greater-than:before{content:"\f531"}
.fa-greater-than-equal:before{content:"\f532"}
.fa-grimace:before{content:"\f57f"}
.fa-grin:before{content:"\f580"}
.fa-grin-alt:before{content:"\f581"}
.fa-grin-beam:before{content:"\f582"}
.fa-grin-beam-sweat:before{content:"\f583"}
.fa-grin-hearts:before{content:"\f584"}
.fa-grin-squint:before{content:"\f585"}
.fa-grin-squint-tears:before{content:"\f586"}
.fa-grin-stars:before{content:"\f587"}
.fa-grin-tears:before{content:"\f588"}
.fa-grin-tongue:before{content:"\f589"}
.fa-grin-tongue-squint:before{content:"\f58a"}
.fa-grin-tongue-wink:before{content:"\f58b"}
.fa-grin-wink:before{content:"\f58c"}
.fa-grip-horizontal:before{content:"\f58d"}
.fa-grip-lines:before{content:"\f7a4"}
.fa-grip-lines-vertical:before{content:"\f7a5"}
.fa-grip-vertical:before{content:"\f58e"}
.fa-gripfire:before{content:"\f3ac"}
.fa-grunt:before{content:"\f3ad"}
.fa-guitar:before{content:"\f7a6"}
.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-hackerrank:before{content:"\f5f7"}
.fa-hamburger:before{content:"\f805"}
.fa-hammer:before{content:"\f6e3"}
.fa-hamsa:before{content:"\f665"}
.fa-hand-holding:before{content:"\f4bd"}
.fa-hand-holding-heart:before{content:"\f4be"}
.fa-hand-holding-usd:before{content:"\f4c0"}
.fa-hand-lizard:before{content:"\f258"}
.fa-hand-middle-finger:before{content:"\f806"}
.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-hands:before{content:"\f4c2"}
.fa-hands-helping:before{content:"\f4c4"}
.fa-handshake:before{content:"\f2b5"}
.fa-hanukiah:before{content:"\f6e6"}
.fa-hard-hat:before{content:"\f807"}
.fa-hashtag:before{content:"\f292"}
.fa-hat-cowboy:before{content:"\f8c0"}
.fa-hat-cowboy-side:before{content:"\f8c1"}
.fa-hat-wizard:before{content:"\f6e8"}
.fa-hdd:before{content:"\f0a0"}
.fa-heading:before{content:"\f1dc"}
.fa-headphones:before{content:"\f025"}
.fa-headphones-alt:before{content:"\f58f"}
.fa-headset:before{content:"\f590"}
.fa-heart:before{content:"\f004"}
.fa-heart-broken:before{content:"\f7a9"}
.fa-heartbeat:before{content:"\f21e"}
.fa-helicopter:before{content:"\f533"}
.fa-highlighter:before{content:"\f591"}
.fa-hiking:before{content:"\f6ec"}
.fa-hippo:before{content:"\f6ed"}
.fa-hips:before{content:"\f452"}
.fa-hire-a-helper:before{content:"\f3b0"}
.fa-history:before{content:"\f1da"}
.fa-hockey-puck:before{content:"\f453"}
.fa-holly-berry:before{content:"\f7aa"}
.fa-home:before{content:"\f015"}
.fa-hooli:before{content:"\f427"}
.fa-hornbill:before{content:"\f592"}
.fa-horse:before{content:"\f6f0"}
.fa-horse-head:before{content:"\f7ab"}
.fa-hospital:before{content:"\f0f8"}
.fa-hospital-alt:before{content:"\f47d"}
.fa-hospital-symbol:before{content:"\f47e"}
.fa-hot-tub:before{content:"\f593"}
.fa-hotdog:before{content:"\f80f"}
.fa-hotel:before{content:"\f594"}
.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-house-damage:before{content:"\f6f1"}
.fa-houzz:before{content:"\f27c"}
.fa-hryvnia:before{content:"\f6f2"}
.fa-html5:before{content:"\f13b"}
.fa-hubspot:before{content:"\f3b2"}
.fa-i-cursor:before{content:"\f246"}
.fa-ice-cream:before{content:"\f810"}
.fa-icicles:before{content:"\f7ad"}
.fa-icons:before{content:"\f86d"}
.fa-id-badge:before{content:"\f2c1"}
.fa-id-card:before{content:"\f2c2"}
.fa-id-card-alt:before{content:"\f47f"}
.fa-ideal:before{content:"\f913"}
.fa-igloo:before{content:"\f7ae"}
.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-infinity:before{content:"\f534"}
.fa-info:before{content:"\f129"}
.fa-info-circle:before{content:"\f05a"}
.fa-instagram:before{content:"\f16d"}
.fa-intercom:before{content:"\f7af"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-invision:before{content:"\f7b0"}
.fa-ioxhost:before{content:"\f208"}
.fa-italic:before{content:"\f033"}
.fa-itch-io:before{content:"\f83a"}
.fa-itunes:before{content:"\f3b4"}
.fa-itunes-note:before{content:"\f3b5"}
.fa-java:before{content:"\f4e4"}
.fa-jedi:before{content:"\f669"}
.fa-jedi-order:before{content:"\f50e"}
.fa-jenkins:before{content:"\f3b6"}
.fa-jira:before{content:"\f7b1"}
.fa-joget:before{content:"\f3b7"}
.fa-joint:before{content:"\f595"}
.fa-joomla:before{content:"\f1aa"}
.fa-journal-whills:before{content:"\f66a"}
.fa-js:before{content:"\f3b8"}
.fa-js-square:before{content:"\f3b9"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-kaaba:before{content:"\f66b"}
.fa-kaggle:before{content:"\f5fa"}
.fa-key:before{content:"\f084"}
.fa-keybase:before{content:"\f4f5"}
.fa-keyboard:before{content:"\f11c"}
.fa-keycdn:before{content:"\f3ba"}
.fa-khanda:before{content:"\f66d"}
.fa-kickstarter:before{content:"\f3bb"}
.fa-kickstarter-k:before{content:"\f3bc"}
.fa-kiss:before{content:"\f596"}
.fa-kiss-beam:before{content:"\f597"}
.fa-kiss-wink-heart:before{content:"\f598"}
.fa-kiwi-bird:before{content:"\f535"}
.fa-korvue:before{content:"\f42f"}
.fa-landmark:before{content:"\f66f"}
.fa-language:before{content:"\f1ab"}
.fa-laptop:before{content:"\f109"}
.fa-laptop-code:before{content:"\f5fc"}
.fa-laptop-medical:before{content:"\f812"}
.fa-laravel:before{content:"\f3bd"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-laugh:before{content:"\f599"}
.fa-laugh-beam:before{content:"\f59a"}
.fa-laugh-squint:before{content:"\f59b"}
.fa-laugh-wink:before{content:"\f59c"}
.fa-layer-group:before{content:"\f5fd"}
.fa-leaf:before{content:"\f06c"}
.fa-leanpub:before{content:"\f212"}
.fa-lemon:before{content:"\f094"}
.fa-less:before{content:"\f41d"}
.fa-less-than:before{content:"\f536"}
.fa-less-than-equal:before{content:"\f537"}
.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-luggage-cart:before{content:"\f59d"}
.fa-lyft:before{content:"\f3c3"}
.fa-magento:before{content:"\f3c4"}
.fa-magic:before{content:"\f0d0"}
.fa-magnet:before{content:"\f076"}
.fa-mail-bulk:before{content:"\f674"}
.fa-mailchimp:before{content:"\f59e"}
.fa-male:before{content:"\f183"}
.fa-mandalorian:before{content:"\f50f"}
.fa-map:before{content:"\f279"}
.fa-map-marked:before{content:"\f59f"}
.fa-map-marked-alt:before{content:"\f5a0"}
.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-markdown:before{content:"\f60f"}
.fa-marker:before{content:"\f5a1"}
.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-mask:before{content:"\f6fa"}
.fa-mastodon:before{content:"\f4f6"}
.fa-maxcdn:before{content:"\f136"}
.fa-mdb:before{content:"\f8ca"}
.fa-medal:before{content:"\f5a2"}
.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-megaport:before{content:"\f5a3"}
.fa-meh:before{content:"\f11a"}
.fa-meh-blank:before{content:"\f5a4"}
.fa-meh-rolling-eyes:before{content:"\f5a5"}
.fa-memory:before{content:"\f538"}
.fa-mendeley:before{content:"\f7b3"}
.fa-menorah:before{content:"\f676"}
.fa-mercury:before{content:"\f223"}
.fa-meteor:before{content:"\f753"}
.fa-microblog:before{content:"\f91a"}
.fa-microchip:before{content:"\f2db"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-alt:before{content:"\f3c9"}
.fa-microphone-alt-slash:before{content:"\f539"}
.fa-microphone-slash:before{content:"\f131"}
.fa-microscope:before{content:"\f610"}
.fa-microsoft:before{content:"\f3ca"}
.fa-minus:before{content:"\f068"}
.fa-minus-circle:before{content:"\f056"}
.fa-minus-square:before{content:"\f146"}
.fa-mitten:before{content:"\f7b5"}
.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:before{content:"\f0d6"}
.fa-money-bill-alt:before{content:"\f3d1"}
.fa-money-bill-wave:before{content:"\f53a"}
.fa-money-bill-wave-alt:before{content:"\f53b"}
.fa-money-check:before{content:"\f53c"}
.fa-money-check-alt:before{content:"\f53d"}
.fa-monument:before{content:"\f5a6"}
.fa-moon:before{content:"\f186"}
.fa-mortar-pestle:before{content:"\f5a7"}
.fa-mosque:before{content:"\f678"}
.fa-motorcycle:before{content:"\f21c"}
.fa-mountain:before{content:"\f6fc"}
.fa-mouse:before{content:"\f8cc"}
.fa-mouse-pointer:before{content:"\f245"}
.fa-mug-hot:before{content:"\f7b6"}
.fa-music:before{content:"\f001"}
.fa-napster:before{content:"\f3d2"}
.fa-neos:before{content:"\f612"}
.fa-network-wired:before{content:"\f6ff"}
.fa-neuter:before{content:"\f22c"}
.fa-newspaper:before{content:"\f1ea"}
.fa-nimblr:before{content:"\f5a8"}
.fa-node:before{content:"\f419"}
.fa-node-js:before{content:"\f3d3"}
.fa-not-equal:before{content:"\f53e"}
.fa-notes-medical:before{content:"\f481"}
.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-oil-can:before{content:"\f613"}
.fa-old-republic:before{content:"\f510"}
.fa-om:before{content:"\f679"}
.fa-opencart:before{content:"\f23d"}
.fa-openid:before{content:"\f19b"}
.fa-opera:before{content:"\f26a"}
.fa-optin-monster:before{content:"\f23c"}
.fa-orcid:before{content:"\f8d2"}
.fa-osi:before{content:"\f41a"}
.fa-otter:before{content:"\f700"}
.fa-outdent:before{content:"\f03b"}
.fa-page4:before{content:"\f3d7"}
.fa-pagelines:before{content:"\f18c"}
.fa-pager:before{content:"\f815"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-paint-roller:before{content:"\f5aa"}
.fa-palette:before{content:"\f53f"}
.fa-palfed:before{content:"\f3d8"}
.fa-pallet:before{content:"\f482"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-paperclip:before{content:"\f0c6"}
.fa-parachute-box:before{content:"\f4cd"}
.fa-paragraph:before{content:"\f1dd"}
.fa-parking:before{content:"\f540"}
.fa-passport:before{content:"\f5ab"}
.fa-pastafarianism:before{content:"\f67b"}
.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-peace:before{content:"\f67c"}
.fa-pen:before{content:"\f304"}
.fa-pen-alt:before{content:"\f305"}
.fa-pen-fancy:before{content:"\f5ac"}
.fa-pen-nib:before{content:"\f5ad"}
.fa-pen-square:before{content:"\f14b"}
.fa-pencil-alt:before{content:"\f303"}
.fa-pencil-ruler:before{content:"\f5ae"}
.fa-penny-arcade:before{content:"\f704"}
.fa-people-carry:before{content:"\f4ce"}
.fa-pepper-hot:before{content:"\f816"}
.fa-percent:before{content:"\f295"}
.fa-percentage:before{content:"\f541"}
.fa-periscope:before{content:"\f3da"}
.fa-person-booth:before{content:"\f756"}
.fa-phabricator:before{content:"\f3db"}
.fa-phoenix-framework:before{content:"\f3dc"}
.fa-phoenix-squadron:before{content:"\f511"}
.fa-phone:before{content:"\f095"}
.fa-phone-alt:before{content:"\f879"}
.fa-phone-slash:before{content:"\f3dd"}
.fa-phone-square:before{content:"\f098"}
.fa-phone-square-alt:before{content:"\f87b"}
.fa-phone-volume:before{content:"\f2a0"}
.fa-photo-video:before{content:"\f87c"}
.fa-php:before{content:"\f457"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-pied-piper-hat:before{content:"\f4e5"}
.fa-pied-piper-pp:before{content:"\f1a7"}
.fa-pied-piper-square:before{content:"\f91e"}
.fa-piggy-bank:before{content:"\f4d3"}
.fa-pills:before{content:"\f484"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-p:before{content:"\f231"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-pizza-slice:before{content:"\f818"}
.fa-place-of-worship:before{content:"\f67f"}
.fa-plane:before{content:"\f072"}
.fa-plane-arrival:before{content:"\f5af"}
.fa-plane-departure:before{content:"\f5b0"}
.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-poll:before{content:"\f681"}
.fa-poll-h:before{content:"\f682"}
.fa-poo:before{content:"\f2fe"}
.fa-poo-storm:before{content:"\f75a"}
.fa-poop:before{content:"\f619"}
.fa-portrait:before{content:"\f3e0"}
.fa-pound-sign:before{content:"\f154"}
.fa-power-off:before{content:"\f011"}
.fa-pray:before{content:"\f683"}
.fa-praying-hands:before{content:"\f684"}
.fa-prescription:before{content:"\f5b1"}
.fa-prescription-bottle:before{content:"\f485"}
.fa-prescription-bottle-alt:before{content:"\f486"}
.fa-print:before{content:"\f02f"}
.fa-procedures:before{content:"\f487"}
.fa-product-hunt:before{content:"\f288"}
.fa-project-diagram:before{content:"\f542"}
.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-quran:before{content:"\f687"}
.fa-r-project:before{content:"\f4f7"}
.fa-radiation:before{content:"\f7b9"}
.fa-radiation-alt:before{content:"\f7ba"}
.fa-rainbow:before{content:"\f75b"}
.fa-random:before{content:"\f074"}
.fa-raspberry-pi:before{content:"\f7bb"}
.fa-ravelry:before{content:"\f2d9"}
.fa-react:before{content:"\f41b"}
.fa-reacteurope:before{content:"\f75d"}
.fa-readme:before{content:"\f4d5"}
.fa-rebel:before{content:"\f1d0"}
.fa-receipt:before{content:"\f543"}
.fa-record-vinyl:before{content:"\f8d9"}
.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-redhat:before{content:"\f7bc"}
.fa-redo:before{content:"\f01e"}
.fa-redo-alt:before{content:"\f2f9"}
.fa-registered:before{content:"\f25d"}
.fa-remove-format:before{content:"\f87d"}
.fa-renren:before{content:"\f18b"}
.fa-reply:before{content:"\f3e5"}
.fa-reply-all:before{content:"\f122"}
.fa-replyd:before{content:"\f3e6"}
.fa-republican:before{content:"\f75e"}
.fa-researchgate:before{content:"\f4f8"}
.fa-resolving:before{content:"\f3e7"}
.fa-restroom:before{content:"\f7bd"}
.fa-retweet:before{content:"\f079"}
.fa-rev:before{content:"\f5b2"}
.fa-ribbon:before{content:"\f4d6"}
.fa-ring:before{content:"\f70b"}
.fa-road:before{content:"\f018"}
.fa-robot:before{content:"\f544"}
.fa-rocket:before{content:"\f135"}
.fa-rocketchat:before{content:"\f3e8"}
.fa-rockrms:before{content:"\f3e9"}
.fa-route:before{content:"\f4d7"}
.fa-rss:before{content:"\f09e"}
.fa-rss-square:before{content:"\f143"}
.fa-ruble-sign:before{content:"\f158"}
.fa-ruler:before{content:"\f545"}
.fa-ruler-combined:before{content:"\f546"}
.fa-ruler-horizontal:before{content:"\f547"}
.fa-ruler-vertical:before{content:"\f548"}
.fa-running:before{content:"\f70c"}
.fa-rupee-sign:before{content:"\f156"}
.fa-sad-cry:before{content:"\f5b3"}
.fa-sad-tear:before{content:"\f5b4"}
.fa-safari:before{content:"\f267"}
.fa-salesforce:before{content:"\f83b"}
.fa-sass:before{content:"\f41e"}
.fa-satellite:before{content:"\f7bf"}
.fa-satellite-dish:before{content:"\f7c0"}
.fa-save:before{content:"\f0c7"}
.fa-schlix:before{content:"\f3ea"}
.fa-school:before{content:"\f549"}
.fa-screwdriver:before{content:"\f54a"}
.fa-scribd:before{content:"\f28a"}
.fa-scroll:before{content:"\f70e"}
.fa-sd-card:before{content:"\f7c2"}
.fa-search:before{content:"\f002"}
.fa-search-dollar:before{content:"\f688"}
.fa-search-location:before{content:"\f689"}
.fa-search-minus:before{content:"\f010"}
.fa-search-plus:before{content:"\f00e"}
.fa-searchengin:before{content:"\f3eb"}
.fa-seedling:before{content:"\f4d8"}
.fa-sellcast:before{content:"\f2da"}
.fa-sellsy:before{content:"\f213"}
.fa-server:before{content:"\f233"}
.fa-servicestack:before{content:"\f3ec"}
.fa-shapes:before{content:"\f61f"}
.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-shipping-fast:before{content:"\f48b"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-shoe-prints:before{content:"\f54b"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-basket:before{content:"\f291"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-shopware:before{content:"\f5b5"}
.fa-shower:before{content:"\f2cc"}
.fa-shuttle-van:before{content:"\f5b6"}
.fa-sign:before{content:"\f4d9"}
.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-signature:before{content:"\f5b7"}
.fa-sim-card:before{content:"\f7c4"}
.fa-simplybuilt:before{content:"\f215"}
.fa-sistrix:before{content:"\f3ee"}
.fa-sitemap:before{content:"\f0e8"}
.fa-sith:before{content:"\f512"}
.fa-skating:before{content:"\f7c5"}
.fa-sketch:before{content:"\f7c6"}
.fa-skiing:before{content:"\f7c9"}
.fa-skiing-nordic:before{content:"\f7ca"}
.fa-skull:before{content:"\f54c"}
.fa-skull-crossbones:before{content:"\f714"}
.fa-skyatlas:before{content:"\f216"}
.fa-skype:before{content:"\f17e"}
.fa-slack:before{content:"\f198"}
.fa-slack-hash:before{content:"\f3ef"}
.fa-slash:before{content:"\f715"}
.fa-sleigh:before{content:"\f7cc"}
.fa-sliders-h:before{content:"\f1de"}
.fa-slideshare:before{content:"\f1e7"}
.fa-smile:before{content:"\f118"}
.fa-smile-beam:before{content:"\f5b8"}
.fa-smile-wink:before{content:"\f4da"}
.fa-smog:before{content:"\f75f"}
.fa-smoking:before{content:"\f48d"}
.fa-smoking-ban:before{content:"\f54d"}
.fa-sms:before{content:"\f7cd"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-snowboarding:before{content:"\f7ce"}
.fa-snowflake:before{content:"\f2dc"}
.fa-snowman:before{content:"\f7d0"}
.fa-snowplow:before{content:"\f7d2"}
.fa-socks:before{content:"\f696"}
.fa-solar-panel:before{content:"\f5ba"}
.fa-sort:before{content:"\f0dc"}
.fa-sort-alpha-down:before{content:"\f15d"}
.fa-sort-alpha-down-alt:before{content:"\f881"}
.fa-sort-alpha-up:before{content:"\f15e"}
.fa-sort-alpha-up-alt:before{content:"\f882"}
.fa-sort-amount-down:before{content:"\f160"}
.fa-sort-amount-down-alt:before{content:"\f884"}
.fa-sort-amount-up:before{content:"\f161"}
.fa-sort-amount-up-alt:before{content:"\f885"}
.fa-sort-down:before{content:"\f0dd"}
.fa-sort-numeric-down:before{content:"\f162"}
.fa-sort-numeric-down-alt:before{content:"\f886"}
.fa-sort-numeric-up:before{content:"\f163"}
.fa-sort-numeric-up-alt:before{content:"\f887"}
.fa-sort-up:before{content:"\f0de"}
.fa-soundcloud:before{content:"\f1be"}
.fa-sourcetree:before{content:"\f7d3"}
.fa-spa:before{content:"\f5bb"}
.fa-space-shuttle:before{content:"\f197"}
.fa-speakap:before{content:"\f3f3"}
.fa-speaker-deck:before{content:"\f83c"}
.fa-spell-check:before{content:"\f891"}
.fa-spider:before{content:"\f717"}
.fa-spinner:before{content:"\f110"}
.fa-splotch:before{content:"\f5bc"}
.fa-spotify:before{content:"\f1bc"}
.fa-spray-can:before{content:"\f5bd"}
.fa-square:before{content:"\f0c8"}
.fa-square-full:before{content:"\f45c"}
.fa-square-root-alt:before{content:"\f698"}
.fa-squarespace:before{content:"\f5be"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-stackpath:before{content:"\f842"}
.fa-stamp:before{content:"\f5bf"}
.fa-star:before{content:"\f005"}
.fa-star-and-crescent:before{content:"\f699"}
.fa-star-half:before{content:"\f089"}
.fa-star-half-alt:before{content:"\f5c0"}
.fa-star-of-david:before{content:"\f69a"}
.fa-star-of-life:before{content:"\f621"}
.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-store:before{content:"\f54e"}
.fa-store-alt:before{content:"\f54f"}
.fa-strava:before{content:"\f428"}
.fa-stream:before{content:"\f550"}
.fa-street-view:before{content:"\f21d"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-stripe:before{content:"\f429"}
.fa-stripe-s:before{content:"\f42a"}
.fa-stroopwafel:before{content:"\f551"}
.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-suitcase-rolling:before{content:"\f5c1"}
.fa-sun:before{content:"\f185"}
.fa-superpowers:before{content:"\f2dd"}
.fa-superscript:before{content:"\f12b"}
.fa-supple:before{content:"\f3f9"}
.fa-surprise:before{content:"\f5c2"}
.fa-suse:before{content:"\f7d6"}
.fa-swatchbook:before{content:"\f5c3"}
.fa-swift:before{content:"\f8e1"}
.fa-swimmer:before{content:"\f5c4"}
.fa-swimming-pool:before{content:"\f5c5"}
.fa-symfony:before{content:"\f83d"}
.fa-synagogue:before{content:"\f69b"}
.fa-sync:before{content:"\f021"}
.fa-sync-alt:before{content:"\f2f1"}
.fa-syringe:before{content:"\f48e"}
.fa-table:before{content:"\f0ce"}
.fa-table-tennis:before{content:"\f45d"}
.fa-tablet:before{content:"\f10a"}
.fa-tablet-alt:before{content:"\f3fa"}
.fa-tablets:before{content:"\f490"}
.fa-tachometer-alt:before{content:"\f3fd"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-tape:before{content:"\f4db"}
.fa-tasks:before{content:"\f0ae"}
.fa-taxi:before{content:"\f1ba"}
.fa-teamspeak:before{content:"\f4f9"}
.fa-teeth:before{content:"\f62e"}
.fa-teeth-open:before{content:"\f62f"}
.fa-telegram:before{content:"\f2c6"}
.fa-telegram-plane:before{content:"\f3fe"}
.fa-temperature-high:before{content:"\f769"}
.fa-temperature-low:before{content:"\f76b"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-tenge:before{content:"\f7d7"}
.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-the-red-yeti:before{content:"\f69d"}
.fa-theater-masks:before{content:"\f630"}
.fa-themeco:before{content:"\f5c6"}
.fa-themeisle:before{content:"\f2b2"}
.fa-thermometer:before{content:"\f491"}
.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-think-peaks:before{content:"\f731"}
.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-tint-slash:before{content:"\f5c7"}
.fa-tired:before{content:"\f5c8"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-toilet:before{content:"\f7d8"}
.fa-toilet-paper:before{content:"\f71e"}
.fa-toolbox:before{content:"\f552"}
.fa-tools:before{content:"\f7d9"}
.fa-tooth:before{content:"\f5c9"}
.fa-torah:before{content:"\f6a0"}
.fa-torii-gate:before{content:"\f6a1"}
.fa-tractor:before{content:"\f722"}
.fa-trade-federation:before{content:"\f513"}
.fa-trademark:before{content:"\f25c"}
.fa-traffic-light:before{content:"\f637"}
.fa-trailer:before{content:"\f941"}
.fa-train:before{content:"\f238"}
.fa-tram:before{content:"\f7da"}
.fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-trash:before{content:"\f1f8"}
.fa-trash-alt:before{content:"\f2ed"}
.fa-trash-restore:before{content:"\f829"}
.fa-trash-restore-alt:before{content:"\f82a"}
.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-truck-loading:before{content:"\f4de"}
.fa-truck-monster:before{content:"\f63b"}
.fa-truck-moving:before{content:"\f4df"}
.fa-truck-pickup:before{content:"\f63c"}
.fa-tshirt:before{content:"\f553"}
.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-ubuntu:before{content:"\f7df"}
.fa-uikit:before{content:"\f403"}
.fa-umbraco:before{content:"\f8e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-umbrella-beach:before{content:"\f5ca"}
.fa-underline:before{content:"\f0cd"}
.fa-undo:before{content:"\f0e2"}
.fa-undo-alt:before{content:"\f2ea"}
.fa-uniregistry:before{content:"\f404"}
.fa-unity:before{content:"\f949"}
.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-ups:before{content:"\f7e0"}
.fa-usb:before{content:"\f287"}
.fa-user:before{content:"\f007"}
.fa-user-alt:before{content:"\f406"}
.fa-user-alt-slash:before{content:"\f4fa"}
.fa-user-astronaut:before{content:"\f4fb"}
.fa-user-check:before{content:"\f4fc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-clock:before{content:"\f4fd"}
.fa-user-cog:before{content:"\f4fe"}
.fa-user-edit:before{content:"\f4ff"}
.fa-user-friends:before{content:"\f500"}
.fa-user-graduate:before{content:"\f501"}
.fa-user-injured:before{content:"\f728"}
.fa-user-lock:before{content:"\f502"}
.fa-user-md:before{content:"\f0f0"}
.fa-user-minus:before{content:"\f503"}
.fa-user-ninja:before{content:"\f504"}
.fa-user-nurse:before{content:"\f82f"}
.fa-user-plus:before{content:"\f234"}
.fa-user-secret:before{content:"\f21b"}
.fa-user-shield:before{content:"\f505"}
.fa-user-slash:before{content:"\f506"}
.fa-user-tag:before{content:"\f507"}
.fa-user-tie:before{content:"\f508"}
.fa-user-times:before{content:"\f235"}
.fa-users:before{content:"\f0c0"}
.fa-users-cog:before{content:"\f509"}
.fa-usps:before{content:"\f7e1"}
.fa-ussunnah:before{content:"\f407"}
.fa-utensil-spoon:before{content:"\f2e5"}
.fa-utensils:before{content:"\f2e7"}
.fa-vaadin:before{content:"\f408"}
.fa-vector-square:before{content:"\f5cb"}
.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-vial:before{content:"\f492"}
.fa-vials:before{content:"\f493"}
.fa-viber:before{content:"\f409"}
.fa-video:before{content:"\f03d"}
.fa-video-slash:before{content:"\f4e2"}
.fa-vihara:before{content:"\f6a7"}
.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-voicemail:before{content:"\f897"}
.fa-volleyball-ball:before{content:"\f45f"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-mute:before{content:"\f6a9"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-up:before{content:"\f028"}
.fa-vote-yea:before{content:"\f772"}
.fa-vr-cardboard:before{content:"\f729"}
.fa-vuejs:before{content:"\f41f"}
.fa-walking:before{content:"\f554"}
.fa-wallet:before{content:"\f555"}
.fa-warehouse:before{content:"\f494"}
.fa-water:before{content:"\f773"}
.fa-wave-square:before{content:"\f83e"}
.fa-waze:before{content:"\f83f"}
.fa-weebly:before{content:"\f5cc"}
.fa-weibo:before{content:"\f18a"}
.fa-weight:before{content:"\f496"}
.fa-weight-hanging:before{content:"\f5cd"}
.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-wind:before{content:"\f72e"}
.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-wine-bottle:before{content:"\f72f"}
.fa-wine-glass:before{content:"\f4e3"}
.fa-wine-glass-alt:before{content:"\f5ce"}
.fa-wix:before{content:"\f5cf"}
.fa-wizards-of-the-coast:before{content:"\f730"}
.fa-wolf-pack-battalion:before{content:"\f514"}
.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-wpressr:before{content:"\f3e4"}
.fa-wrench:before{content:"\f0ad"}
.fa-x-ray:before{content:"\f497"}
.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-yammer:before{content:"\f840"}
.fa-yandex:before{content:"\f413"}
.fa-yandex-international:before{content:"\f414"}
.fa-yarn:before{content:"\f7e3"}
.fa-yelp:before{content:"\f1e9"}
.fa-yen-sign:before{content:"\f157"}
.fa-yin-yang:before{content:"\f6ad"}
.fa-yoast:before{content:"\f2b1"}
.fa-youtube:before{content:"\f167"}
.fa-youtube-square:before{content:"\f431"}
.fa-zhihu:before{content:"\f63f"}
.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:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url('fa-brands-400.eot');src:url('fa-brands-400.eot?#iefix') format("embedded-opentype"),url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.woff') format("woff"),url('fa-brands-400.ttf') format("truetype"),url('fa-brands-400.svg#fontawesome') format("svg")}
.fab{font-family:"Font Awesome 5 Brands"}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url('fa-regular-400.eot');src:url('fa-regular-400.eot?#iefix') format("embedded-opentype"),url('fa-regular-400.woff2') format("woff2"),url('fa-regular-400.woff') format("woff"),url('fa-regular-400.ttf') format("truetype"),url('fa-regular-400.svg#fontawesome') format("svg")}
.far{font-weight:400}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url('fa-solid-900.eot');src:url('fa-solid-900.eot?#iefix') format("embedded-opentype"),url('fa-solid-900.woff2') format("woff2"),url('fa-solid-900.woff') format("woff"),url('fa-solid-900.ttf') format("truetype"),url('fa-solid-900.svg#fontawesome') format("svg")}
.fa,.far,.fas{font-family:"Font Awesome 5 Free"}
.fa,.fas{font-weight:900}
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
