
/* FILE: assets/bower_components/bootstrap/dist/css/bootstrap.css */
/*!
 * 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;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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;
    -webkit-box-shadow: none !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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #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;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          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);
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #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;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          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;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          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 {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          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;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-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: 15px 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;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          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;
    -webkit-box-shadow: none;
            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;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image:      -o-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-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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-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-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: -webkit-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-image:      -o-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-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: -webkit-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-image:      -o-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-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: -webkit-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-image:      -o-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-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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          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 {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          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;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          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 {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 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: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */



/* FILE: assets/css/front/style.css */
body, h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased
}

a, a.bt_facebook, a.bt_paypal, a:focus, a:hover {
    text-decoration: none
}

a {
    cursor: pointer;
}

.no-padder {
    padding: 0px !important;
}

.p-t {
    padding-top: 15px;
}

.p-t-none {
    padding-top: 0 !important;
}

.errorClr {
    color: #A94442
}

.validClr {
    color: #31B404
}

.chromeframe, header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0
}

#map_filter ul, #rating_summary ul, .filter_type ul, .general_icons ul, .other_tours ul, .plan-features li, footer ul, ul#cart_items, ul#cat_nav, ul#contact-info, ul#top_links, ul#top_tools, ul.add_info, ul.list_icons, ul.list_ok, ul.list_order {
    list-style: none
}

i.color_1 {
    color: #034351
}

i.color_2 {
    color: #1CBBB4
}

i.color_3 {
    color: #82CA9C
}

i.color_4 {
    color: #F7941D
}

.chromeframe {
    background: #DDDDDD;
    color: #000000;
    padding: .2em;
    text-align: center;
    z-index: 9999
}

#top_line, nav, ul#top_links li {
    position: relative
}

.chromeframe a {
    color: #ED1C24
}

body {
    background: #F9F9F9;
    font-size: 12px;
    line-height: 20px;
    font-family: Montserrat, Arial, sans-serif;
    color: #565A5C
}

h1, h2, h3, h4, h5, h6 {
    color: #333333
}

h3 {
    font-size: 22px
}

.main_title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px
}

.main_title h2 {
    /* text-transform: uppercase; */
    font-weight: 400;
    /* letter-spacing: -1px; */
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: Lato, Arial, sans-serif;
}

.main_title p {
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.feature_home p {
    margin-bottom: 0;
}

h2 span:not(.fr-view span), h3 span:not(.fr-view span), h4 span:not(.fr-view span), h5 span:not(.fr-view span), h6 span:not(.fr-view span){
    color: #034351
}

.box_style_1 h3.inner {
    margin: -30px -30px 20px;
    background-color: #565A5C;
    padding: 10px 20px 10px 18px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

a {
    color: #F26122;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: 0
}

.button_drop, .button_intro, a.button_drop, a.button_intro {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-family: inherit;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    text-transform: uppercase;
    text-align: center
}

a:focus, a:hover {
    color: #111111;
    outline: 0
}

p {
    margin: 0 0 20px
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DDDDDD
}

.button_intro, a.button_intro {
    border: none;
    color: #FFFFFF !important;
    background: #034351;
    padding: 8px 25px;
    font-size: 12px;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    min-width: 150px
}

.button_intro:hover, a.button_intro:hover {
    color: #034351 !important
}

.button_intro.outline, a.button_intro.outilne {
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    background: 0 0;
    padding: 6px 23px
}

.button_intro:hover, a.button_intro:hover {
    background: #FFFFFF
}

.button_drop, a.button_drop {
    border: none;
    color: #034351 !important;
    background: #EDEDED;
    padding: 5px 15px !important;
    font-size: 11px;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700 !important;
    width: 49%
}

.button_drop.outline, a.button_drop.outilne {
    border: 2px solid #EDEDED;
    color: #034351;
    background: 0 0;
    padding: 3px 23px !important
}

.button_drop:hover, a.button_drop:hover {
    background: #EDEDED;
    color: #333333
}

.button_drop.outline:hover, a.button_drop.outline:hover {
    background: #EDEDED;
    color: #333333;
    border: 2px solid #EDEDED
}

.btn_1, a.btn_1 {
    border: none;
    font-family: inherit;
    color: #FFFFFF;
    background: #F68D25;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: 0;
    font-size: 15px;
    border-radius: 3px;
    /* text-transform: uppercase; */
    font-weight: 400;
}

.btn_1.green, a.btn_1.green {
    background: #F68923;
    border: 1px solid #F68923;
}

.btn_1.white, a.btn_1.white {
    background: #FFFFFF;
    color: #034351
}

.btn_1.white a:hover, a.btn_1.white:hover {
    background: #333333;
    color: #FFFFFF
}

.btn_1.outiline, a.btn_1.outline, input .btn_1.outiline {
    color: #555555;
    background: 0 0;
    border: 2px solid #555555;
    padding: 5px 18px
}

.btn_1.outiline:hover, a.btn_1.outline:hover, input .btn_1.outiline:hover {
    color: #FFFFFF;
    background: #034351;
    border: 2px solid #034351
}

.btn_1.medium, a.btn_1.medium {
    padding: 10px 25px;
    font-size: 14px
}

.btn_1.small, a.btn_1.small {
    padding: 5px 8px;
    font-size: 10px;
    line-height: 9px;
    text-transform: none;
    color: #FFFFFF !important
}

.btn_1:hover, a.btn_1:hover {
    background: linear-gradient(to bottom, #FFA655 0%, #F68923 100%);
}

a.bt_facebook {
    color: #FFFFFF !important;
    background: #337AB7;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding: 10px 5px;
    border: none;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

a.bt_paypal {
    color: #FFFFFF !important;
    padding: 10px 8px;
    background: #5BC0DE;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    border: none;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.btn_full, a.btn_full, a.btn_map {
    color: #FFFFFF;
    padding: 12px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-family: inherit;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    text-align: center;
    outline: 0
}

a.btn_map {
    border: none;
    background: #034351;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

a.btn_map:hover {
    background: #333333
}

.btn_full, a.btn_full {
    border: none;
    width: 100%;
    background: #034351;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px
}

.btn_full:hover, a.btn_full:hover {
    background: linear-gradient(to bottom, #538792 0%, #034351 100%);
    background: -webkit-linear-gradient(to bottom, #538792 0%, #034351 100%);
    background: -o-linear-gradient(to bottom, #538792 0%, #034351 100%);
    background: -moz-linear-gradient(to bottom, #538792 0%, #034351 100%);
}

a.btn_full_outline {
    font-family: inherit;
    color: #F26122;
    background: 0 0;
    border: 2px solid #F26122;
    cursor: pointer;
    padding: 10px 20px;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    text-align: center;
}

.sticky ul#top_tools a, header#plain ul#top_links :hover a, header#plain ul#top_tools a {
    color: #FFFFFF
}

a.btn_full_outline:hover {
    border: 2px solid #333333;
    color: #333333
}

#logo {
    margin-top: 10px
}

header {
    z-index: 99999;
    padding: 10px 0
}

header#plain, header.sticky {
    padding-bottom: 0;
    background-color: #034351;
    /* border-color: #1a8a97; */
    border-bottom: 1px solid rgb(9, 83, 99);
    /*padding-top: 0;*/
    /*height: 60px;*/
}

header #logo .logo_sticky, header.sticky #logo .logo_normal {
    display: none
}

header.sticky #logo .logo_sticky {
    display: block
}

#logo_home h1 {
    margin: 0;
    padding: 0
}

#logo_home h1 a, header#colored #logo_home h1 a, header#plain #logo_home h1 a, header.sticky #logo_home h1 a {
    /*width: 160px;*/
    height: 50px;
    display: block;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    /* background-size: 160px 34px; */
    text-indent: -9999px;
}

header.sticky #logo_home h1 {
    /*   margin: 0 0 10px;*/
    /*margin: 10px 0 0;*/
    padding: 0;
}

header#plain #logo_home h1 a, header.sticky #logo_home h1 a {
    background-image: url(../img/logo_sticky.png)
}

header.sticky#colored #logo_home h1 a {
    background-image: url(../img/logo_sticky_colored.png)
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #logo_home h1 a, header#colored #logo_home h1 a {
        background-image: url(../img/logo_2x.png);
        background-size: 160px 34px
    }

    header#plain #logo_home h1 a, header.sticky #logo_home h1 a {
        background-image: url(../img/logo_sticky_2x.png);
        background-size: 160px 34px
    }

    header.sticky#colored #logo_home h1 a {
        background-image: url(../img/logo_sticky_colored_2x.png);
        background-size: 160px 34px
    }
}

header.sticky #top_line {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out
}

header.sticky {
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41)
}

/*.sticky nav {
    margin-top: 10px
}*/

.sticky #logo {
    margin-top: 0;
    margin-bottom: 10px
}

ul#top_tools {
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999
}

ul#top_tools a {
    color: #FFFFFF
}

#top_line, ul#top_links a {
    color: #FFFFFF
}

ul#top_tools li {
    display: inline-block;
    padding: 0 10px
}

#top_line {
    height: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    font-size: 12px;
    visibility: visible;
    opacity: 1;
    margin-bottom: 0px;
    z-index: 999999;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.6px;
}

ul#top_links {
    margin: 0;
    padding: 0;
    float: right
}

a#access_link, a#wishlist_link {
    position: relative;
    display: inline-block;
    padding-left: 22px;
}

#access_link:before, #wishlist_link:before {
    font-style: normal;
    font-weight: 400;
    font-family: fontello;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0
}

#wishlist_link:before {
    content: "\ec5e"
}

#access_link:before {
    content: "\e97f"
}

ul#top_links li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, .3);
    margin-right: 11px;
    padding-left: 14px;
}

ul#top_links li:first-child {
    border-left: none;
    padding-left: 0
}

ul#top_links a:hover {
    color: #034351
}

header#plain.sticky {
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .41);
    /*background-color: #fff;*/
    position: fixed;
    left: 0;
    padding-top: 0;
    top: 0;
    z-index: 99999
}

header#plain.sticky #logo .logo_normal {
    display: none
}

header#plain.sticky #logo .logo_sticky {
    display: block
}

header#plain #top_line {
    color: #FFFFFF;
    border-bottom: 1px solid rgb(0, 76, 93);
}

header#plain ul#top_links li {
    border-left: 1px solid rgb(12, 100, 111);
}

header#plain ul#top_links li:first-child {
    border-left: none
}

header#plain ul#top_links a {
    color: #FFFFFF
}

.subheader_plain {
    margin-top: 60px
}

header#colored.sticky {
    background-color: #034351;
    padding-bottom: 0;
    border-bottom: 2px solid #034351
}

header#colored.sticky ul#top_tools a {
    color: #FFFFFF
}

.dropdown.dropdown-cart, .dropdown.dropdown-search {
    float: right;
    font-size: 13px !important
}

.dropdown-mini .dropdown-menu ul#lang_menu li {
    border-left: none !important;
}

.dropdown-access .dropdown-menu, .dropdown-cart .dropdown-menu, .dropdown-search .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 15px;
    right: 0;
    width: 250px;
    top: 100%;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #034351
}

#pass-info.goodpass, #pass-info.stillweakpass, #pass-info.strongpass, #pass-info.weakpass {
    text-shadow: 1px 1px 1px #FFFFFF
}

#hero, #hero_2 .intro_title h1, #hero_video, #nav-search-in #nav-search-in-content, .features-content h3, .intro_title h3, .marker_info h3, .parallax-content-2 div h1, .table.cart-list th, .table.confirm th, .table.options_cart th, .table.table_summary tr.total {
    text-transform: uppercase
}

.dropdown-access .dropdown-menu:before, .dropdown-cart .dropdown-menu:before, .dropdown-search .dropdown-menu:before {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #034351;
    border-width: 7px;
    margin-left: -7px
}

.dropdown-menu {
    margin-top: 14px
}

ul#cart_items {
    padding: 5px 0 0
}

ul#cart_items li {
    border-bottom: 1px solid #EDEDED;
    position: relative;
    margin: 0;
    padding: 5px 10px 10px;
    width: 100%;
    clear: both
}

ul#cart_items li .image {
    border: 1px solid #DDDDDD;
    overflow: hidden;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px
}

ul#cart_items li .image img {
    padding: 1px;
    width: 48px;
    height: auto
}

ul#cart_items li strong {
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
    float: left;
    width: 150px;
    line-height: 14px
}

ul#cart_items li strong > a {
    color: #333333;
    display: block
}

ul#cart_items li strong > a:hover {
    color: #034351
}

ul#cart_items li a.action {
    color: #999999;
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 0;
    width: 15px;
    height: 15px
}

ul#cart_items li a.action:hover {
    color: #333333;
    background: 0 0
}

ul#cart_items li:last-child div {
    color: #999999;
    text-align: right;
    font-size: 14px;
    padding: 10px 0 15px;
    display: block
}

#hero, #hero_video, #search_bar_container, #social_footer, #social_footer ul, #social_footer ul li a, .feature_home, .img_list, .marker_info, .span-or {
    text-align: center
}

ul#cart_items li:last-child span {
    color: #333333;
    font-weight: 700;
    font-size: 16px
}

.dropdown-cart .dropdown-menu a.button_drop {
    display: inline-block
}

.dropdown- .dropdown-menu {
    margin-top: 7px
}

.login-or {
    position: relative;
    font-size: 16px;
    color: #AAAAAA;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 2px;
    margin-left: -30px;
    background-color: #FFFFFF;
    width: 60px
}

#hero, #hero_video, .feature_home, .header-video, .other_tours ul li a i {
    position: relative
}

.hr-or {
    background-color: #CDCDCD;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

a#forgot_pw {
    color: #999999 !important;
    font-size: 11px;
    padding: 0;
    margin: -5px 0 10px;
    display: block
}

a#forgot_pw:hover {
    color: #333333 !important
}

.dropdown-search .dropdown-menu {
    margin-top: 15px;
    right: -25px
}

.input-group button {
    background-color: #333333;
    color: #FFFFFF;
    border-color: #333333
}

.input-group button:focus, .input-group button:hover {
    background-color: #034351;
    color: #FFFFFF;
    border-color: #034351
}

footer {

}

footer h3 {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF
}

a#email_footer:hover, a#phone:hover, footer a {
    color: #FFFFFF
}

footer a:hover {
    color: #999999
}

footer ul {
    margin: 0;
    padding: 0 0 10px
}

#social_footer {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 30px;
    margin-top: 30px
}

#social_footer p {
    font-size: 12px;
    color: #8C8C8C
}

#social_footer ul {
    margin: 0;
    padding: 0 0 10px
}

#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px
}

#social_footer ul li a {
    color: #FFFFFF;
    line-height: 34px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

#social_footer ul li a:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #111111
}

a#email_footer, a#phone {
    display: block;
    position: relative;
    color: #F26122;
    font-size: 16px;
    padding-left: 40px;
    margin: 20px 0
}

a#email_footer:before, a#phone:before {
    font-style: normal;
    font-weight: 400;
    font-family: icon_set_1;
    position: absolute
}

a#phone:before {
    font-size: 30px;
    content: "\79";
    left: 0;
    top: 0
}

a#email_footer:before {
    font-size: 28px;
    content: "\74";
    left: 0;
    top: 5px
}

.feature_home {
    padding: 30px;
    background: #FFFFFF;
    margin-bottom: 30px;
    color: #888888;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.feature_home h3 {
    font-size: 18px;
    line-height: 1.3;
}

.feature_home i {
    margin: auto auto 20px;
    display: block;
    width: 120px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #F68923;
    font-size: 62px;
    color: #F68923;
}

#hero_video, iframe {
    height: 100%;
    width: 100%
}

.other_tours ul {
    padding: 0;
    margin: 0
}

.other_tours ul li a {
    border-bottom: 1px solid #EDEDED;
    padding: 5px 0 10px;
    display: block;
    color: #333333
}

.other_tours ul li a:hover {
    background-color: #F9F9F9;
    color: #034351
}

.other_tours ul li:last-child a {
    border-bottom: none
}

.other_tours ul li a i {
    font-size: 22px;
    margin-right: 5px;
    margin-left: 2px;
    top: 5px;
    color: #F68D25;
}

.other_tours_price {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    color: #888888
}

#hero {
    height: 600px;
    background: url(../img/slide_hero.jpg) center center no-repeat #4D536D;
    background-size: cover !important;
    color: #FFFFFF;
    width: 100%;
    font-size: 16px;
    display: table;
    z-index: 99;

}

/*.intro_title {
    display: table-cell;
    vertical-align: middle
}*/
.intro_title {
    /* display: table-cell; */
    /* vertical-align: middle; */
    margin: auto;
    max-width: 810px;
    padding: 30px;
    background: #FFFFFF;
}

.intro_title h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-weight: 400;
    /* font-family: Montserrat,Arial,sans-serif; */
    text-transform: none;
    font-family: Lato, Arial, sans-serif;
}

.book_flight {
    max-width: 700px;
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
    z-index: 2;
    position: relative;
    padding: 130px 0px 40px;
}

.intro_title h3 strong span {
    color: #FFFFFF
}

.intro_title.error h1 {
    font-size: 130px;
    color: #FFFFFF;
    font-weight: 700
}

.header-video {
    overflow: hidden;
    background: url(../img/slide_hero.jpg) center center no-repeat #4D536D;
    background-size: cover
}

#hero_video {
    background-size: cover;
    color: #FFFFFF;
    font-size: 16px;
    display: table;
    z-index: 99
}

#hero_video a.video {
    display: none
}

iframe, video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

video {
    width: 100%
}

.header-video--media, .teaser-video {
    width: 100%;
    height: auto
}

#search_bar_container {
    background: #333333;
    background-color: rgba(0, 0, 0, .4);
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.search_bar {
    position: relative;
    width: 80%;
    margin: auto
}

#nav-search-in {
    display: inline-block;
    height: 45px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #6CCEF5
}

#nav-search-in #nav-search-in-content {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    height: 45px;
    line-height: 35px;
    margin: 5px 65px 0 15px;
    text-indent: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
    overflow: visible
}

.button_inc, .nav-submit-button {
    text-indent: -9999px;
    cursor: pointer
}

#nav-search-in.nav-facade-active .nav-down-arrow {
    display: inline-block;
    right: 15px;
    top: 20px;
    background: url(../img/arrow_down_2.png);
    height: 6px;
    width: 10px;
    position: absolute
}

.nav-facade-active #searchDropdownBox {
    cursor: pointer;
    height: 45px;
    left: 15px;
    opacity: 0;
    top: 0;
    visibility: visible;
    width: auto
}

#searchDropdownBox {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #000000;
    font-family: arial, sans-serif;
    left: 5px;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100px
}

.nav-searchfield-outer {
    background: #FFFFFF;
    color: #CCCCCC;
    display: block;
    font-size: 15px;
    left: 0;
    padding: 5px;
    position: realtive;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    height: 45px;
    font-weight: 600;
    margin-top: 1px
}

#toTop:before, .view_on_map:before, ul#cat_nav li a:after {
    font-family: fontello
}

#twotabsearchtextbox {
    background: #FFFFFF;
    width: 100%;
    border: none;
    box-shadow: none;
    color: #333333;
    font-size: 14px;
    height: 30px;
    padding: 3px 0 0 150px;
    outline: 0;
    font-weight: 700
}

.feature, .strip_all_tour_list {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.nav-submit-button {
    background: url(../img/search-bt.png) center center no-repeat #FFFFFF;
    border: none;
    display: block;
    height: 45px;
    right: 5px;
    position: absolute;
    top: 0;
    width: 40px
}

.nav-submit-button .nav-submit-input {
    background: #FFFFFF;
    border: none;
    color: #FFFFFF;
    cursor: pointer
}

.box_style_cat {
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-bottom: 25px
}

ul#cat_nav {
    margin: 0;
    padding: 0
}

ul#cat_nav li {
    border-bottom: 1px solid #DDDDDD
}

ul#cat_nav li a {
    position: relative;
    color: #777777;
    display: block;
    padding: 15px 10px
}

ul#cat_nav li a span {
    font-size: 11px;
    color: #999999
}

ul#cat_nav li a:after {
    content: "\e89b";
    position: absolute;
    right: 15px;
    top: 15px
}

ul#cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

ul#cat_nav li:first-child a#active, ul#cat_nav li:first-child a.active, ul#cat_nav li:first-child a:hover {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

ul#cat_nav li:last-child a#active, ul#cat_nav li:last-child a.active, ul#cat_nav li:last-child a:hover {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

ul#cat_nav li a#active, ul#cat_nav li a.active, ul#cat_nav li a:hover {
    background: #F9F9F9;
    color: #111111
}

ul#cat_nav i {
    font-size: 22px;
    margin-right: 5px;
    float: left
}

#tools {
    background: #FFFFFF;
    padding: 5px;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.marker_info {
    width: 280px;
    height: 320px;
    border-radius: 3px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, .9);
    position: relative;
    z-index: 9999999;
    font-family: Montserrat, Arial, sans-serif
}

.marker_info img {
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.marker_info h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px
}

.marker_info span {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px;
    color: #7A7F82;
    margin-bottom: 0
}

.marker_info:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(255, 255, 255, .9);
    border-width: 10px;
    margin-top: -10px
}

.strip_all_tour_list {
    margin-bottom: 15px;
    background-color: #FFFFFF;
    display: block;
    color: #777777;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0px 3px 7px 0 rgba(3, 67, 81, 0.34);
    position: relative;
}

.flight-list-in.strip_all_tour_list:after {
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 50%;
    background: #F9F9F9;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    box-shadow: inset 2px 0px 3px rgba(0, 0, 0, 0.07);
}

.flight-list-in.strip_all_tour_list:before {
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 50%;
    background: #F9F9F9;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    box-shadow: inset -2px 0px 3px rgba(0, 0, 0, 0.07);
}

.strip_all_tour_list h3 {
    text-transform: uppercase
}

.tour_list_desc .rating {
    margin: 3px 0 8px -3px;
    font-size: 15px
}

.img_list {
    overflow: hidden;
    min-height: 180px;
    position: relative
}

.img_list img {
    width: auto;
    height: 180px;
    position: absolute;
    left: 0
}

.img_list a img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden
}

.img_list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.img_list .short_info {
    padding: 5px;
    text-align: left;
    min-height: 38px
}

.price_list .button {
    display: block
}

.tour_list_desc {
    padding: 10px 0px 0 0px;
    border-right: 1px solid #EDEDED;
    height: 180px;
    line-height: 17px;
}

.tour_list_desc h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Lato, Arial, sans-serif;
    text-transform: none;
    color: #034351;
    letter-spacing: 0.03em;
}

.tour_list_desc p {
    margin-bottom: 10px;
    font-family: Lato, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.tour_list_desc h3 a, .tour_list_desc h3 a:hover, .tour_list_desc h3 a:focus {
    color: #034351;
}

.price_list {
    display: table;
    height: 180px;
    font-size: 20px;
    color: #034351;
    font-family: Lato, Arial, sans-serif;
    width: 100%;
    margin-left: -21px;
}

.price_list small {
    font-size: 11px;
    color: #999999;
    display: block;
    margin-bottom: 10px;
    line-height: 12px;
    margin-top: 5px;
}

.price_list div {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.price_list p {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.price_list .normal_price_list {
    display: block;
    text-decoration: line-through;
    color: #999999;
    font-size: 20px;
    margin-top: 10px
}

.price_list sup, ul.add_info li i {
    font-size: 14px;
    position: relative
}

.price_list sup {
    top: 0px;
}

ul.add_info {
    padding: 0;
    margin: 0
}

ul.add_info li i {
    font-size: 18px;
    line-height: 24px;
}

ul.add_info li {
    display: inline-block;
    margin-right: 5px;
    /*  border: 1px solid #ededed;*/
    text-align: center;
    /*width: 35px;*/
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#map, .filter_type h6 {
    border-top: 1px solid #DDDDDD
}

ul.add_info li a {
    color: #555555;
    width: 35px;
    /*height: 35px;*/
    height: 5px;
    display: block
}

ul.add_info li i {
    display: inline-block;
    top: 6px
}

#filters_col {
    background-color: #FFFFFF;
    padding: 15px 10px 15px 15px;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px
}

#filters_col label {
    color: #999999;
    font-weight: 400
}

a#filters_col_bt {
    display: block;
    color: #888888
}

a#filters_col_bt .icon_set_1_icon-65 {
    font-size: 20px;
    position: relative;
    top: 0;
    margin-right: 5px
}

.filter_type h6 {
    margin: 15px 0;
    padding: 15px 0 0
}

.filter_type ul {
    padding: 0;
    margin: 0 0 15px
}

.filter_type ul li .rating {
    font-size: 16px;
    left: -7px;
    position: relative;
    top: 3px
}

#Img_carousel .sp-selected-thumbnail {
    border-bottom: 6px solid #009BAD;
}

.parallax-content-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 18px 0 20px;
    color: #FFFFFF;
    font-size: 13px;
    background: url(../img/shadow_single.png) bottom left repeat-x;
    width: 100%
}

.parallax-content-2 div h1 {
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    font-family: Lato, Arial, sans-serif;
    text-transform: inherit;
    margin-bottom: 10px;
}

.parallax-content-2 .rating {
    font-size: 14px
}

#price_single_main {
    text-align: right;
    padding-top: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

#price_single_main1 {
    text-align: right;
    padding-top: 0px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

#price_single_main1 a {
    background: #F68D25;
}

.parallax-content-2 p {
    font-family: Lato, Arial, sans-serif;
}

#price_single_main:last-child {
    margin-left: 15px;
}

#price_single_main:first-child {
    margin-left: 0;
}

#hero_2, .form_title h3 strong, .price_in, input.qty2 {
    text-align: center
}

#price_single_main span {
    font-size: 60px;
    color: #FFFFFF;
    font-family: Lato, Arial, sans-serif;
}

#price_single_main sup {
    font-size: 22px;
    position: relative;
    top: -25px
}

#price_single {
    background-color: #E74C3C;
    color: #FFFFFF;
    font-size: 36px;
    margin: -15px -15px 15px;
    padding: 20px 15px 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#price_single small {
    font-size: 12px
}

#single_tour_feat ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: table;
    border-bottom: 2px solid #555555
}

#map, .review_strip_single {
    border-bottom: 1px solid #DDDDDD
}

#single_tour_feat ul li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px 20px;
    white-space: nowrap
}

#single_tour_feat ul li:last-child {
    margin-right: 0
}

#single_tour_feat ul li i {
    font-size: 36px;
    display: block;
    margin-bottom: 10px
}

#single_tour_desc h3 {
    font-size: 22px;
    margin-top: 5px
}

#single_tour_desc h4 {
    line-height: 20px;
    font-size: 18px
}

#map {
    width: 100%;
    height: 450px
}

.table.table_summary td {
    border-top: 1px solid #EDEDED;
    width: 50%
}

.table.table_summary tr.total {
    color: #034351;
    font-size: 20px;
    font-weight: 700
}

.review_strip_single {
    position: relative;
    padding: 30px 0 20px;
    margin: 30px 0 25px
}

.review_strip_single.last {
    margin-bottom: 0;
    border-bottom: 0
}

.review_strip_single img {
    top: -15px;
    position: absolute;
    left: 0;
    border: 4px solid #FFFFFF
}

.review_strip_single h4 {
    font-size: 18px;
    margin: -12px 0 35px 90px;
    padding: 0
}

.review_strip_single small {
    float: right;
    font-size: 12px;
    margin-top: -10px;
    font-style: italic
}

.review_strip_single .rating {
    font-size: 16px
}

.normal_price_single {
    font-size: 18px;
    text-decoration: line-through
}

.price_in {
    font-size: 42px;
    color: #E74C3C;
    border-bottom: 1px solid #EDEDED;
    padding-top: 30px;
    background-color: #FFF8E5;
    margin: -20px -20px 20px
}

.price_in small {
    font-size: 11px;
    color: #999999;
    display: block;
    margin-bottom: 20px;
    margin-top: 4px
}

.price_in p {
    padding: 0;
    margin: 0
}

.normal_price_in {
    display: block;
    text-decoration: line-through;
    color: #999999;
    font-size: 20px;
    margin-top: 10px
}

.price_in sup {
    font-size: 22px;
    position: relative;
    top: -10px
}

.table.options_booking td i {
    font-size: 26px
}

.table.options_booking td {
    vertical-align: middle
}

#general_rating {
    font-size: 18px;
    margin: 10px 0 20px
}

#general_rating .rating {
    display: inline
}

#rating_summary ul {
    margin: 0 0 -5px;
    padding: 0
}

#rating_summary ul li {
    margin-bottom: 5px
}

#rating_summary ul li .rating {
    display: inline-block;
    font-size: 14px;
    float: right
}

#hero_2 {
    position: relative;
    height: 470px;
    background: url(../img/slide_hero_2.jpg) center center no-repeat #4D536D;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    font-size: 16px;
    display: table
}

#hero_2.restaurant_bg {
    background: url(../img/restaurant_top_in.jpg) center center no-repeat #4D536D;
    background-size: cover
}

#hero_2 .intro_title h1 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-weight: 700
}

#hero_2 .intro_title h1:after, #hero_2 .intro_title h1:before {
    display: inline-block;
    width: 60px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, .5)
}

#hero_2 .intro_title h1:before {
    margin-right: 10px
}

#hero_2 .intro_title h1:after {
    margin-left: 10px
}

.bs-wizard {
    width: 90%;
    margin: auto
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 16px;
    margin-bottom: 5px
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999999;
    font-size: 14px
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #FBE8AA;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #034351;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 23px 0
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0;
    box-shadow: none;
    background: #FBE8AA
}

.feature, .review_strip, .transfer_container {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #F5F5F5
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px
}

.form_title h3, .form_title p {
    margin: 0;
    padding: 0
}

.form_title h3 strong {
    background-color: #034351;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: -7px;
}

#hero.login, #total h3, .tape {
    display: block
}

.numbers-row, input.qty2 {
    position: relative;
    height: 40px
}

.form_title p {
    color: #999999;
    font-size: 12px;
    line-height: 14px
}

.step {
    border-left: 1px solid #DDDDDD;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px
}

.cards {
    margin-top: 18px
}

.table {
    border-bottom: 1px solid #DDDDDD
}

.table.options_cart td i {
    font-size: 38px
}

.table.cart-list th, .table.options_cart th {
    background-color: #FFFFFF
}

.table.cart-list td, .table.options_cart td {
    vertical-align: middle
}

.numbers-row {
    width: 97px;
    overflow: visible
}

.numbers-row.list {
    margin: 15px auto 5px
}

input.qty2 {
    width: 35px;
    border-radius: none;
    left: 31px;
    font-size: 12px;
    padding: 5px
}

.button_inc {
    position: absolute;
    width: 33px;
    height: 40px;
    z-index: 9
}

.dec {
    background: url(../img/minus.png) center center no-repeat #FFFFFF;
    border: 1px solid #CCCCCC;
    left: 0;
    top: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.inc {
    background: url(../img/plus.png) center center no-repeat #FFFFFF;
    right: 0;
    top: 0;
    border: 1px solid #CCCCCC;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

#total {
    text-align: right;
    margin-top: 20px
}

#total h3 {
    font-size: 26px;
    line-height: 26px;
    padding: 0;
    font-weight: 700;
    margin: 0 0 10px
}

.options i {
    font-size: 22px
}

.thumb_cart {
    border: 1px solid #DDDDDD;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left
}

.feature i, .score span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.thumb_cart img {
    padding: 1px;
    width: 58px;
    height: auto
}

.item_cart {
    display: inline-block;
    margin-top: 20px
}

.table.confirm td {
    width: 50%
}

#policy {
    padding: 10px 0 0 50px
}

.feature {
    padding: 30px 30px 20px 120px;
    position: relative;
    background: #FFFFFF;
    margin-bottom: 30px;
    color: #888888;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.review_strip, .transfer_container {
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.feature i {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0;
    margin: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px dashed #CCCCCC;
    font-size: 34px;
    color: #034351
}

.features-bg {
    position: relative;
    min-height: 400px;
    background: url(../img/features-intro-01.jpg) center center no-repeat;
    background-size: cover
}

.content-left, .map-right, .row-height {
    min-height: 100%
}

.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px
}

.features-content {
    position: relative;
    padding: 11% 100px 10%;
    height: 400px;
    background-color: #034351;
    color: #FFFFFF;
    font-size: 14px
}

.features-content h3 {
    font-family: "Gochi Hand", cursive;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 34px
}

.review_strip {
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    padding: 30px 20px 20px 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.loader, .review_strip img, .tape {
    position: absolute
}

.review_strip img {
    top: -15px;
    left: 25px;
    border: 4px solid #FFFFFF
}

.review_strip h4 {
    font-size: 18px;
    margin: -10px 0 35px 80px;
    padding: 0
}

.review_strip p {
    margin-bottom: 10px
}

.review_strip .rating {
    font-size: 16px
}

.rating {
    font-size: 18px
}

.rating small {
    font-size: 12px;
    color: #CCCCCC
}

.rating .voted {
    color: #FF9900
}

#map_contact {
    width: 100%;
    height: 450px
}

#directions {
    background-color: #034351;
    padding: 22px 0
}

ul#contact-info {
    margin: 0;
    padding: 0
}

.tape {
    left: 0;
    top: -20px;
    height: 45px;
    width: 100%;
    background: url(../img/tape.png) center top no-repeat
}

.loader {
    margin-left: 5px
}

.error_message {
    color: #FF3333;
    font-weight: 600;
    margin-bottom: 4px
}

#hero.login {
    height: auto;
    text-transform: none;
    font-size: 12px;
    background: url(../img/bg_login.jpg) center center no-repeat;
    background-size: cover
}

#login {
    margin: 20px 0 40px;
    color: #333333;
    text-align: left;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    padding: 30px;
}

#pass-info, #score_detail span, #tour_guide, .marker_info_2, .score span, .wishlist_close {
    text-align: center
}

#pass-info {
    width: 98.5%;
    margin-bottom: 15px;
    color: #829CBD;
    font: 12px/25px Arial, Helvetica, sans-serif
}

#score_detail span, .score span, a.btn_collapse {
    display: inline-block;
    font-weight: 700
}

#toTop:before, .view_on_map:before, .wishlist_close:before {
    font-style: normal;
    font-weight: 400
}

#pass-info.weakpass {
    border: 1px solid #FF9191;
    background: #FFC7C7;
    color: #94546E
}

#pass-info.stillweakpass {
    border: 1px solid #FFBBBB;
    background: #FFDDDD;
    color: #945870
}

#pass-info.goodpass {
    border: 1px solid #C4EEC8;
    background: #E4FFE4;
    color: #51926E
}

#pass-info.strongpass {
    border: 1px solid #6ED66E;
    background: #79F079;
    color: #348F34
}

#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48B448;
    color: #CDFFCD;
    text-shadow: 1px 1px 1px #296429
}

.img-circle.styled {
    border: 5px solid #FFFFFF
}

#filters {
    padding: 20px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #EDEDED;
    margin: 0 -15px 30px
}

a.bt_filters {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 6px 8px;
    color: #888888;
    display: inline-block
}

.hotel_container .hotel_title, .transfer_container .transfer_title {
    padding: 15px;
    position: relative
}

.transfer_container {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.box_style_3, .hotel_container {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.transfer_container .transfer_title .rating {
    font-size: 14px;
    margin-left: -3px
}

.transfer_container .transfer_title h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase
}

a.btn_collapse {
    margin-bottom: 10px
}

.score span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid #999999;
    line-height: 32px;
    font-size: 13px;
    color: #999999;
    margin-left: 5px
}

.score {
    float: right;
    font-size: 11px;
    margin-top: 5px
}

#score_detail span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 2px solid #555555;
    line-height: 42px;
    font-size: 14px;
    color: #555555;
    margin-right: 5px
}

#score_detail {
    font-size: 14px;
    margin-bottom: 15px
}

#score_detail small {
    color: #999999
}

.hotel_container {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.hotel_container .hotel_title .rating {
    font-size: 14px;
    margin-left: -3px
}

.hotel_container .hotel_title h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase
}

.hotel_container .score span {
    color: #FFFFFF;
    margin-right: 5px;
    text-align: center;
    border: 2px solid #FFFFFF
}

.hotel_container .score {
    font-size: 11px;
    margin-top: 5px;
    position: absolute;
    bottom: 30px;
    left: 5px
}

.hotel_container a .score {
    color: #FFFFFF
}

.carousel .item {
    margin: 3px
}

.carousel .item img {
    display: block;
    width: 100%;
    /*height: auto*/
    height: 160px;
}

ul.list_icons {
    margin: 0 0 20px;
    padding: 0
}

ul.list_icons li i {
    font-size: 16px
}

.modal-dialog {
    margin-top: 15px auto;
}

#price_single_main.hotel {
    padding-top: 40px
}

.hotel_container .short_info.hotel {
    padding-left: 10px
}

.wishlist_close {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 2;
    line-height: 25px;
    font-size: 18px;
    cursor: pointer;
    color: #FF6666 !important
}

.wishlist_close:before {
    font-family: icon_set_1;
    font-size: 30px;
    content: "\72";
    color: #FF6666;
    position: absolute;
    left: 0;
    top: 3px
}

.marker_info_2 {
    width: 240px;
    height: 340px;
    border-radius: 3px;
    background: #FFFFFF;
    background: rgba(255, 255, 255, .9);
    position: relative;
    z-index: 9999999;
    font-family: Montserrat, Arial, sans-serif
}

.marker_info_2 img {
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.marker_info_2 h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.marker_info_2 span {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px;
    color: #7A7F82;
    margin-bottom: 15px
}

.marker_info_2:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(255, 255, 255, .9);
    border-width: 10px;
    margin-top: -10px
}

.full-height, .map-right, .row-height {
    height: 100%
}

.map-right {
    padding: 0
}

.content-left {
    height: 100%;
    overflow-y: scroll;
    padding-top: 115px
}

.view_on_map {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 0 30px;
    display: block;
    border-top: 1px solid #EDEDED;
    margin: 10px -15px -8px
}

.view_on_map:before {
    font-size: 14px;
    content: "\ecea";
    color: #034351;
    position: absolute;
    left: 15px;
    top: 7px
}

.box_style_1 {
    background: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666666
}

.box_style_2, .box_style_3, .box_style_4 {
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    text-align: center
}

.box_style_3 {
    margin-bottom: 30px;
    color: #888888;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.box_style_3 h3 {
    font-size: 20px
}

.box_style_3 i {
    margin: auto auto 20px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed #CCCCCC;
    font-size: 42px;
    color: #034351
}

.box_style_2, .box_style_4 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    border: 1px solid #DDDDDD
}

.box_style_4:after, .box_style_4:before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px
}

.box_style_4:before {
    border-bottom: 10px solid #CCCCCC;
    margin-bottom: 0
}

.box_style_4:after {
    border-bottom: 10px solid #FFFFFF;
    margin-bottom: -1px;
    z-index: 1
}

.box_style_2 i, .box_style_4 i {
    font-size: 52px;
    margin-top: 10px;
    display: inline-block
}

.box_style_2 a.phone, .box_style_4 a.phone {
    font-size: 26px;
    display: block;
    margin-bottom: 20px
}

.form-control {
    font-size: 12px;
    color: #333333;
    height: 40px;
    border-radius: 1px
}

#booking .form-group, .expose {
    position: relative
}

#overlay {
    background: rgba(0, 0, 0, .4);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0
}

label.error {
    font-size: 11px;
    position: absolute;
    top: -15px;
    right: -30px;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #E34F4F;
    color: #FFFFFF;
    font-weight: 400;
    padding: 0 6px
}

#toTop, .wishlist {
    right: 10px;
    text-align: center
}

label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #E34F4F;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%
}

#toTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .6);
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    display: none;
    color: #FFFFFF;
    font-size: 20px
}

#toTop:before {
    content: "\e899"
}

.white_bg {
    background-color: #FFFFFF
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.nomargin_top {
    margin-top: 0
}

ul.list_ok {
    margin: 0 0 20px;
    padding: 0;
    line-height: 22px
}

ul.list_ok li {
    position: relative;
    padding-left: 25px;
    font-family: Lato, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 6px;
    font-size: 13px;
}

ul.list_ok li:before {
    font-style: normal;
    font-weight: 700;
    font-family: icon_set_1;
    font-size: 14px;
    content: "\6c";
    color: #034351;
    position: absolute;
    left: 0;
    top: 0
}

.styled-select select, .styled-select-filters select {
    font-weight: 400;
    -moz-appearance: window;
    -webkit-appearance: none;
    cursor: pointer
}

ul.list_order {
    margin: 0 0 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px
}

ul.list_order li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px
}

ul.list_order li span {
    background-color: #034351;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.pagination > li > a, .pagination > li > span {
    color: #888888
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #333333 !important;
    background-color: #F9F9F9
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #555555;
    border-color: #555555
}

.styled-select select {
    background: 0 0;
    width: 115%;
    padding: 7px 5px 5px 15px;
    border: 0;
    border-radius: 0;
    height: 37px;
    margin: 0;
    color: #999999
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 40px;
    background: url(../img/down_arrow_select.png) right center no-repeat #434343;
    border: none;
    margin-bottom: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.styled-select select::-ms-expand {
    display: none
}

.styled-select select:focus {
    outline: 0
}

.styled-select-filters select {
    background: 0 0;
    width: 115%;
    padding: 7px 5px 5px 10px;
    border: 0;
    border-radius: 0;
    height: 31px;
    margin: 0;
    font-size: 12px;
    color: #888888
}

.styled-select-filters {
    width: 100%;
    overflow: hidden;
    height: 34px;
    background: url(../img/down_arrow_select_filters.png) right center no-repeat #FFFFFF;
    margin: 0;
    padding: 0;
    border: 1px solid #DDDDDD;
    display: block
}

.styled-select-filters select::-ms-expand {
    display: none
}

.styled-select-filters select:focus {
    outline: 0
}

.margin_60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.parallax-window {
    min-height: 470px;
    background: 0 0;
    position: relative
}

.parallax-content-1 {
    display: table;
    width: 100%;
    height: 470px
}

.parallax-content-1 > div {
    display: table-cell;
    padding: 0 15%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px
}

.parallax-content-1 div h1, .parallax-content-1 div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF
}

.parallax-content-1 div h1 {
    margin-bottom: 0;
    padding-top: 40px
}

.parallax-content-1 div h1:after, .parallax-content-1 div h1:before {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, .5)
}

.strip_all_tour_list .wishlist:before, .wishlist:before {
    font-family: icon_set_1;
    content: "\72";
    left: 0;
    font-weight: 400;
    font-style: normal
}

.parallax-content-1 div h1:before {
    margin-right: 10px
}

.parallax-content-1 div h1:after {
    margin-left: 10px
}

.parallax-content-1 div a i {
    color: #FFFFFF;
    opacity: .5;
    font-size: 72px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.parallax-content-1 div a:hover i {
    opacity: 1
}

.tour_container {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .2s ease;
    cursor: pointer;
}

.tour_container:hover {
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.21);
}

.img_container {
    position: relative;
    overflow: hidden;
    border: 1px solid #FFFFFF
}

.tour_container .tour_title {
    padding: 15px;
    position: relative
}

.tour_container .tour_title .rating {
    font-size: 14px;
    margin-left: -3px
}

.tour_container .tour_title h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase
}

.wishlist {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer
}

.wishlist a {
    color: #888888;
    cursor: pointer;
    display: block
}

.strip_all_tour_list .wishlist a {
    color: #FFFFFF
}

.wishlist:before {
    font-size: 40px;
    color: #888888;
    position: absolute;
    top: 4px
}

.strip_all_tour_list .wishlist {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 2;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF !important
}

.strip_all_tour_list .wishlist:before {
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    top: 3px
}

.img_container a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.img_container img {
    /*    -webkit-transform: scale(1.2);
        transform: scale(1.2);*/
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 300px;
}

.short_info {
    position: absolute;
    left: 0;
    bottom: -1px;
    /*background: url(../img/shadow_tour.png) left bottom repeat-x;*/
    width: 100%;
    padding: 10px 10px 8px 5px;
    color: #FFFFFF;
    z-index: 9;
    background: rgba(0, 0, 0, 0.43);
}

.short_info i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0
}

.short_info .price {
    font-size: 28px;
    font-weight: 400;
    display: block;
    margin-top: 7px;
    font-family: Lato, Arial, sans-serif;
}

.short_info .price sup {
    font-size: 18px;
    position: relative;
    top: -5px
}

.ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    width: 78px;
    height: 78px;
    z-index: 1
}

.tooltip-content, .tooltip-item::after {
    left: 50%;
    width: 300px;
    position: absolute
}

.ribbon.popular {
    background: url(../img/ribbon_popular.png) no-repeat
}

.ribbon.top_rated {
    background: url(../img/ribbon_top_rated.png) no-repeat
}

.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 999
}

.tooltip-item {
    cursor: pointer;
    display: inline-block
}

.tooltip-content, .tooltip-content-flip {
    z-index: 9999;
    cursor: default;
    color: #FFFFFF;
    bottom: 100%
}

.tooltip-item::after {
    content: '';
    height: 20px;
    bottom: 100%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip_styled:hover .tooltip-item::after {
    pointer-events: auto
}

.tooltip-content {
    margin: 0 0 20px -150px;
    text-align: left;
    line-height: 20px;
    display: block;
    padding: 15px;
    font-size: 12px;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, .2);
    background: #333333;
    opacity: 0;
    pointer-events: none
}

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(.7, .3, 1);
    transform: scale3d(.7, .3, 1);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s
}

.tooltip_styled:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)
}

.tooltip-content::after, .tooltip_flip::after {
    pointer-events: none;
    content: ''
}

.tooltip_styled.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg)
}

.tooltip-content::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-color: #333333 transparent transparent;
    border-width: 10px;
    margin-left: -10px
}

.tooltip-content .label {
    margin-left: 10px
}

.tooltip-content i {
    font-size: 20px !important;
    top: 3px !important;
    left: -3px !important;
    position: relative
}

.tooltip-content h4 {
    display: block;
    margin: 0 0 10px;
    line-height: 14px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase
}

.tooltip-content a {
    font-weight: 700
}

#position ul li:after, #position ul li:first-child:before {
    font-weight: 400;
    font-family: fontello;
    font-style: normal
}

.tooltip_flip {
    position: relative
}

.tooltip_flip::after {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip_flip:hover::after {
    pointer-events: auto
}

.tooltip-content-flip {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -40%;
    text-align: center;
    opacity: 0;
    margin-bottom: 7px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s
}

.strip_all_tour_list .tooltip-content-flip {
    left: -65%
}

.tooltip-effect-1 .tooltip-content-flip {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.tooltip_flip:hover .tooltip-content-flip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.tooltip-content-flip > span {
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.tooltip-back {
    background: #034351;
    font-size: 12px;
    line-height: 14px;
    padding-top: 25px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 90deg)
}

.tooltip_flip:hover .tooltip-content-flip > span {
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 0deg)
}

.tooltip-content-flip .tooltip-back::after, .tooltip-content-flip .tooltip-front::after {
    content: '';
    position: absolute;
    top: 100%;
    width: 0;
    height: 0
}

.tooltip-content-flip .tooltip-front::after {
    right: 0;
    border-top: 10px solid #034351;
    border-left: 10px solid transparent
}

.tooltip-content-flip .tooltip-back::after {
    left: 45%;
    border-top: 10px solid #034351;
    border-right: 10px solid transparent
}

#position {
    background-color: #333333;
    padding: 10px 0;
    font-size: 11px
}

#position ul li:first-child {
    padding-left: 20px
}

#position ul li:first-child:before {
    content: "\eaf4";
    position: absolute;
    left: 0;
    top: 1px;
    color: #FFFFFF
}

#position ul {
    margin: 0;
    padding: 0;
    color: #888888
}

#position ul li a {
    color: #FFFFFF;
    opacity: .7
}

#position ul li a:hover {
    color: #FFFFFF;
    opacity: 1
}

#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative
}

#position ul li:after {
    content: "\e9ee";
    position: absolute;
    right: 0;
    top: 2px
}

.banner h4, blockquote.styled {
    font-family: "Gochi Hand", cursive
}

#position ul li:last-child:after {
    content: ''
}

.banner {
    position: relative;
    background: url(../img/banner_bg.png) center bottom no-repeat #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    padding: 30px;
    margin-bottom: 60px;
    z-index: 99;
}

.panel, .panel-group .panel {
    border-radius: 3px
}

.banner h4, .banner p {
    margin: 0;
    padding: 0
}

.banner:after, .banner:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 18px;
    width: 50%;
    top: 100%
}

.banner:after {
    left: 0;
    background: url(../img/shadow-bg.png) top left no-repeat
}

.banner:before {
    right: 0;
    background: url(../img/shadow-bg.png) top right no-repeat
}

.banner a {
    position: absolute;
    top: 35%;
    right: 30px
}

.banner h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    color: #034351
}

.banner h4 span {
    text-transform: none;
    color: #555555
}

#search .nav-tabs, .badge_save, .plan-title, .promo_full_wp div h3, .ribbon_3 span {
    text-transform: uppercase
}

.banner.colored {
    background: url(../img/banner_bg_colored.png) center bottom no-repeat #034351;
    color: #FFFFFF
}

.banner.colored h4 {
    color: #FFFFFF
}

.banner.colored h4 span {
    color: #FFFFCC
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 999999
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px
}

.ie8 .sk-spinner-wave.sk-spinner {
    display: none
}

.sk-spinner-wave div {
    background-color: #CCCCCC;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.laptop {
    margin: 20px auto auto
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #DDDDDD
}

.panel-title a {
    display: block;
    color: #777777
}

.panel-default > .panel-heading {
    background-color: #FFFFFF;
    padding: 20px
}

.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-body {
    padding: 30px;
    line-height: 1.6 !important
}

.panel-title a .indicator {
    color: #034351
}

.panel-title a:hover .indicator {
    color: #333333
}

blockquote.styled {
    line-height: 1.42857143
}

.plan-price, .pricing-table-header .price-value {
    font-family: "Helvetica Neue", Arial
}

.tab-content {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-top: none;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.img-responsive.styled {
    margin-top: 20px;
    border: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.general_icons ul {
    padding: 0;
    margin: 30px 0 0
}

.general_icons ul li {
    display: inline-block;
    text-align: center;
    padding: 0 20px 20px 0;
    white-space: nowrap
}

.general_icons ul li:last-child {
    padding-right: 0
}

.general_icons ul li i {
    font-size: 36px;
    display: block;
    margin-bottom: 10px
}

#search_container {
    position: relative;
    height: 700px;
    background: url(../img/slide_hero.jpg) center top no-repeat #4D536D;
    background-size: cover;
    color: #FFFFFF;
    width: 100%;
    display: table;
    z-index: 99
}

#search {
    display: table-cell;
    vertical-align: middle;
    padding: 100px 20% 0
}

.dd-desc, .dd-option, .dd-selected {
    display: block;
    overflow: hidden
}

#search .nav-tabs {
    border-radius: 0;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid transparent;
    margin-left: 10px
}

#search .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #FFFFFF !important;
    background: rgba(0, 0, 0, .4)
}

#search .tab-content {
    border-radius: 0;
    border: 0;
    color: #333333
}

#search .nav-tabs > li.active > a, #search .nav-tabs > li.active > a:focus, #search .nav-tabs > li.active > a:hover {
    color: #FFFFFF;
    background-color: #E14D67
}

.tab-pane h3 {
    color: #999999;
    margin: 0 0 20px;
    text-align: left;
}

select.form-control {
    cursor: pointer;
}

.dd-select {
    border-radius: 3px !important;
    border: 1px solid #CCCCCC;
    position: relative;
    cursor: pointer;
    height: 40px;
    font-weight: 400 !important
}

.dd-desc {
    color: #AAAAAA;
    font-weight: 400
}

.dd-selected, â€‹ label.dd-selected-text {
    font-weight: 400 !important
}

.dd-selected {
    padding: 0 0 0 10px !important;
    color: #444444 !important
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px
}

.dd-container, .plan-title {
    position: relative
}

.dd-pointer-down {
    border: 5px solid transparent;
    border-top: solid 5px #999999 !important
}

.dd-pointer-up {
    border: 5px solid transparent !important;
    border-bottom: solid 5px #000000 !important;
    margin-top: -8px
}

.dd-option {
    padding: 10px;
    border-bottom: solid 1px #DDDDDD;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none
}

.dd-options li .dd-option {
    height: 45px;
    line-height: 25px !important
}

.dd-option:hover {
    background: #F9F9F9 !important;
    color: #000000
}

.dd-option-selected {
    background: #F9F9F9 !important;
    color: #444444 !important
}

.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 10px !important;
    max-width: 64px
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px
}

.radio_fix, .tweet_avatar {
    float: left
}

.dd-option-text {
    line-height: 14px !important
}

.dd-selected-image {
    margin-top: 7px
}

.dd-options label, .dd-select label {
    font-weight: 400 !important;
    cursor: pointer !important
}

.radio_fix {
    margin-top: 35px
}

#faq h2 {
    margin: 0 0 12px;
    font-size: 24px;
    position: relative;
}

.plans {
    margin: 0 auto 50px;
    zoom: 1
}

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

.plans:after {
    clear: both
}

.plan {
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    background: #FFFFFF;
    background-clip: padding-box;
    border: solid #DDDDDD;
    min-height: 435px;
    border-width: 1px 0 1px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.col-md-4.plan:first-child {
    margin-right: -30px;
    margin-left: 30px
}

.plan:last-child {
    border-width: 1px
}

.plan-title {
    margin: -20px -10px 20px;
    padding: 20px;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dotted #CCCCCC
}

.plan-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px
}

.plan-price {
    margin: 0 auto 20px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    background: #4B4B4B;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    text-align: center
}

.plan-price > span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, .9)
}

.plan-features {
    margin-bottom: 20px;
    line-height: 2;
    font-size: 12px;
    text-align: center
}

ul.plan-features {
    padding: 0;
    margin: 0 0 30px
}

.plan-tall {
    margin: 0 -30px 0 0;
    background: #FFFFFF;
    border-radius: 4px;
    z-index: 100;
    border: solid #83C99F;
    position: relative
}

.ribbon_2, .ribbon_table {
    position: absolute;
    z-index: 101
}

.ribbon_table {
    width: 99px;
    height: 97px;
    left: -7px;
    top: -7px;
    display: block;
    background: url(../img/ribbon.png) no-repeat
}

.plan-tall > .plan-title {
    font-size: 18px
}

.plan-tall > .plan-price {
    margin: 0 auto 20px;
    height: 130px;
    width: 130px;
    line-height: 130px;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    background: #F26D7D;
    border-radius: 130px;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    display: inline-block;
    text-align: center
}

#pricing_2, footer #logo {
    margin-top: 20px
}

.plan-tall > .plan-features {
    font-size: 14px
}

.plan-tall > .plan-button {
    padding: 0 16px;
    line-height: 32px
}

.plan-tall + .plan {
    border-left: 0
}

.ribbon_2 {
    width: 99px;
    height: 97px;
    left: -5px;
    top: -5px;
    display: block;
    background: url(../img/ribbon.png) no-repeat
}

.pricing-table {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    background: #FFFFFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.pricing-table:hover {
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5)
}

.pricing-table.black, .pricing-table.green {
    text-align: center;
    font-weight: 400
}

.pricing-table-sign-up {
    border-top: 1px solid #EDEDED;
    padding: 10px 10px 5px;
    text-align: center;
    margin-top: 30px
}

.pricing-table-features p {
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0
}

#opening, .tweet-control {
    margin-left: 15px
}

.pricing-table-features p:nth-child(2n) {
    background: #F8F8F8;
    padding: 10px 0
}

.pricing-table-features, .pricing-table-space {
    background: #FFFFFF
}

.pricing-table p {
    padding: 5px;
    margin-top: 5px;
    font-size: 110%;
    font-weight: 400;
    background: #FFFFFF
}

.pricing-table p strong {
    font-weight: 600
}

.pricing-table .pricing-table-header {
    color: #FFFFFF;
    padding: 0
}

.pricing-table-header .heading {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px
}

.pricing-table.green .heading {
    background: #83C99F
}

.pricing-table.black .heading {
    background: #333333
}

.pricing-table .pricing-table-header .price-value, .pricing-table.black .pricing-table-header .price-value, .pricing-table.green .pricing-table-header .price-value {
    background: #FFFFFF
}

.pricing-table-header .price-value {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    background: #1ABC9C;
    font-weight: 700;
    color: #555555;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 15px
}

.pricing-table-header .price-value span {
    font-weight: 800;
    font-size: 36px;
    line-height: 36px
}

.pricing-table-header .price-value span.mo {
    font-size: 22px;
    font-weight: 400
}

.question_box h3 {
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 10px
}

.question_box {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px
}

.question_box:before {
    content: "\ec7e";
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 30px;
    position: absolute;
    color: #999999;
    top: 5px;
    left: 0
}

.badge_save {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 77px;
    color: #FFFFFF;
    text-align: center;
    background: url(../img/badge_save.png);
    font-size: 11px;
    line-height: 12px;
    padding-top: 32px
}

.badge_save strong {
    display: block;
    font-size: 14px;
    font-weight: 700
}

.input-group input {
    height: 34px
}

.promo_full {
    height: auto;
    background: url(../img/home_bg_2.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative
}

.promo_full_wp {
    display: table;
    width: 100%;
    height: auto
}

.promo_full_wp > div {
    display: table-cell;
    padding: 10% 15%;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px
}

.promo_full_wp div h3 {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF
}

.promo_full_wp div a i {
    color: #FFFFFF;
    opacity: .5;
    font-size: 72px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.promo_full_wp div a:hover i {
    opacity: 1
}

#map_filter {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 2;
    width: 100%
}

#map_filter ul {
    margin: 0;
    padding: 0;
    text-align: center
}

#map_filter ul li {
    display: inline-block;
    text-align: center
}

#map_filter ul li a {
    display: inline-block;
    padding: 15px;
    color: #444444;
    min-width: 120px;
    margin: 0 -3px
}

#map_filter ul li a.active, #map_filter ul li a:hover {
    background-color: #FFFFFF;
    color: #034351
}

#map_filter ul li a i {
    display: block;
    font-size: 36px;
    margin: 5px 0
}

#map_contact.contact_2 {
    margin-top: 98px
}

.ribbon_3 {
    position: absolute;
    left: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon_3 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: absolute;
    top: 19px;
    left: -21px
}

.ribbon_3 span::after, .ribbon_3 span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908
}

.ribbon_3 span::before {
    left: 0;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent
}

.ribbon_3 span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #638908
}

.ribbon_3.popular span::after, .ribbon_3.popular span::before {
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A3362A
}

.ribbon_3.popular span {
    background: linear-gradient(#F14F3F 0, #CB4335 100%)
}

.ribbon_3.popular span::before {
    border-left: 3px solid #A3362A;
    border-right: 3px solid transparent
}

.ribbon_3.popular span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #A3362A
}

footer#pattern_2 {
    background: url(../img/pattern_3.png) #333333
}

#newsletter_container {
    background-color: #F8F8F8;
    border-top: 1px solid #EDEDED
}

#newsletter_container h3 {
    font-size: 32px;
    font-family: Lato, Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 20px
}

#newsletter_container input.form-control#email_newsletter_2 {
    margin-bottom: 0;
    background-color: #FFFFFF;
    border: none;
    border: 2px solid #EDEDED;
    height: 49px;
    font-size: 15px;
    padding-left: 20px;
    width: 380px;
    margin-top: -2px;
    margin-right: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#newsletter_container input.form-control#email_newsletter_2:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444444
}

#newsletter_container #submit-newsletter_2.btn_1 {
    padding: 14px 35px
}

ul.tweet_list li {
    padding-left: 30px;
    background: url(../img/twitter_icon.svg) 0 5px no-repeat
}

.tweets-next, .tweets-prev {
    display: inline-block;
    font-size: 28px;
    color: #FFFFFF;
    margin-top: 5px;
    width: 28px;
    padding: 0;
    text-align: left
}

.tweets-prev {
    margin-right: 5px
}

.tweet_time a {
    display: block;
    margin-bottom: 5px;
    color: #F26122
}

a.bx-next, a.bx-prev {
    color: #FFFFFF
}

a.bx-next:hover, a.bx-prev:hover {
    color: #F26122
}

.tweet_text a {
    text-decoration: underline
}

footer#pattern_3 {
    background: url(../img/pattern_4.png) #333333
}

footer .post {
    position: relative;
    min-height: 62px;
    padding-left: 80px;
    padding-top: 5px;
    margin-bottom: 10px
}

footer .post:last-child {
    margin-bottom: 5px
}

footer .post figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 62px
}

footer .post h4 {
    font-size: 13px;
    color: #FFFFFF;
    margin-bottom: 6px
}

footer.post i {
    font-size: 14px;
    padding-right: 10px
}

footer#pattern_4 {
    background: url(../img/pattern_5.png) #333333
}

footer .gallery-image {
    overflow: hidden
}

footer .gallery-image a {
    max-width: 33.33%;
    padding-right: 10px;
    padding-bottom: 10px;
    float: left
}

footer .gallery-image img {
    width: 100%;
    transition: .3s ease-in-out
}

#opening {
    display: inline-block
}

#social_top a i {
    font-size: 13px
}

#lang_top i {
    font-size: 14px
}

.dropdown-menu#log_out {
    text-align: center;
    font-family: Lato, Arial, sans-serif;
}

.dropdown-menu#log_out p {
    color: #999999
}

.dropdown-mini .dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    text-align: left;
    padding: 0;
    right: 0;
    min-width: 100px;
    width: auto;
    top: 100%;
    font-size: 12px;
    font-weight: 400;
    text-shadow: none;
    text-transform: none !important;
    border-top: 2px solid #034351
}

.dropdown-mini .dropdown-menu:before {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #034351;
    border-width: 7px;
    margin-left: -7px
}

.dropdown-mini .dropdown-menu ul#lang_menu {
    padding: 0;
    margin: 0;
    text-align: left
}

.dropdown-mini .dropdown-menu ul#lang_menu li {
    padding: 0;
    margin: 0;
    width: 100%
}

.dropdown-mini .dropdown-menu ul#lang_menu li a {
    color: #555555 !important;
    text-align: left;
    border-bottom: 1px solid #EDEDED;
    padding: 8px;
    display: block
}

.dropdown-mini .dropdown-menu ul#lang_menu li a:hover {
    background-color: #F9F9F9;
    color: #034351 !important;
    padding-left: 15px
}

a#currency_link, a#lang_link {
    position: relative;
    display: inline-block;
    padding-left: 0px
}

#currency_link:before, #lang_link:before {
    font-style: normal;
    font-weight: 400;
    font-family: fontello;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0
}

#lang_link:before {
    content: "\ea26"
}

/*
#currency_link:before {
    content: "\e8b8"
}
*/

.img_wrapper_gallery {
    margin: 20px 0 0;
    padding: 0;
    border: 4px solid #FFFFFF;
    background-color: #000000;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1)
}

.img_container_gallery a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .6
}

.img_container_gallery img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all .4s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    -webkit-backface-visibility: hidden
}

.img_container_gallery {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.img_container_gallery i {
    position: absolute;
    top: 50%;
    z-index: 10;
    color: #FFFFFF;
    font-size: 30px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    display: none
}

.img_container_gallery a:hover i {
    display: block
}

.infoBox {
    padding-right: 25px !important
}

.map-right #map {
    height: 100%;
    width: 100%
}

.btn_infobox_get_directions:before, a.btn_infobox_detail:before, a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: 400;
    font-family: Fontello;
    font-size: 20px;
    cursor: pointer
}

.btn_infobox_get_directions, a.btn_infobox_phone {
    border: none;
    display: inline-block;
    color: #034351;
    background: 0 0;
    cursor: pointer;
    margin: 0 5px;
    font-size: 13px;
    position: relative;
    padding-left: 18px;
    outline: 0
}

.btn_infobox_get_directions:hover, a.btn_infobox_phone:hover {
    color: #333333
}

.btn_infobox_get_directions:before {
    font-size: 14px;
    content: "\ecea";
    position: absolute;
    left: 0;
    top: 2px
}

a.btn_infobox_phone:before {
    font-size: 13px;
    content: "\eed5";
    position: absolute;
    left: 0;
    top: 0
}

.btn_infobox, a.btn_infobox {
    border: none;
    font-family: inherit;
    color: #FFFFFF;
    background: #F26122;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    outline: 0;
    font-size: 11px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700
}

.btn_infobox:hover, a.btn_infobox:hover {
    background: #333333
}

.marker_tools {
    margin: 10px 0 15px
}

.form-group .btn-toggle .btn {
    font-size: 12px;
}

.bt-trip label {
    display: block;
}

.discover {
    display: table;
    width: 100%;
}

.discover .tour_name, .discover .tour_name a {
    display: table-cell;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    color: #FFFFFF;
    font-size: 23px;
    z-index: 9;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
}

.discover a {
    position: relative;
    width: 100%;
    display: block;
}

.discover a:before {
    position: absolute;
    /*content: "";*/
    z-index: 8;
    width: 100%;
    height: 100%;
}

.discover a.orange:before {
    background: rgba(113, 34, 0, 0.68);
}

.discover a.teal:before {
    background: rgba(0, 83, 93, 0.68);
}

.discover a.pink:before {
    background: rgba(157, 45, 136, 0.6);
}

.strat_price {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 5px;
    margin-bottom: 5px;
}

.book_btn {
    display: inline-block;
    text-align: right;
    width: 49%;
    vertical-align: middle;
}

.deal_route .route_box.left {
    padding-left: 5px;
}

.deal_route .route_box {
    width: 38%;
    float: left;
}

.city-name {
    color: #034351;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: Lato, Arial, sans-serif;
    margin-top: 4px;
}

.country-name {
    color: #777777;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}

.deal_route .plane {
    width: 23%;
    float: left;
    padding: 0 10px;
}

.plane-ico {
    display: block;
    margin: 0 auto;
}

.route__box.right {
    padding-right: 5px;
}

.flight_list {
    width: 100%;
}

.flight_list .intro_title {
    max-width: 100%;
    padding: 0;
}

.flight_list_height {
    height: auto !important;
    padding: 50px 0px;
}

.www-search-summ_ttl {
    border-right: solid 1px #F4F4F4;
    color: #034351;
    background: #FAFAFA;
    padding: 17px;
    display: inline-block;
    width: 110px;
    font-weight: 400;
    float: left;
    font-size: 15px;
    text-transform: none;
    text-align: left;
    font-family: Lato, Arial, sans-serif;
}

.www-search-summ_innr {
    width: calc(100% - 240px);
    padding: 15px;
    float: left;
    display: table;
}

.www-search-summ_btn {
    float: right;
    display: inline-block;
    width: 75px;
    background: #034351;
    border: 1px solid #034351;
    margin: 15px;
    /* padding-top: 14px; */
    /* padding-bottom: 10px; */
    border-radius: 4px !important;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-size: 13px;
    text-transform: none;
    font-family: Lato, Arial, sans-serif;
    color: #FFFFFF;
}

.www-search-summ_btn:hover {
    background: linear-gradient(to bottom, #538792 0%, #034351 100%);
    color: #FFFFFF;
}

.www-search-summ_itm {
    vertical-align: top;
}

.www-search-summ_itm {
    padding: 0 15px;
    border: none;
    display: table-cell;
    border-left: solid 1px #E7E7E7;
    text-align: left;
}

.www-search-summ_itm:first-child {
    border: 0;
    padding-left: 0;
}

.www-search-summ_itm p {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    font-family: Lato, Arial, sans-serif;
    text-transform: none;
    font-weight: 400;
}

.www-search-summ_itm p > small {
    display: block;
    font-size: 12px;
    color: #777777;
}

.www-search-summ_itm p > span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #034351;
}

.www-search-summ_itm p i {
    font-size: 35px;
    padding: 0 5px;
    color: #034351 !important;
    position: relative;
    top: -2px;
    height: 0;
    line-height: 0;
}

.airline_logo {
    display: block;
    margin: 0 15px;
    border-bottom: solid 1px #F4F4F4;
    padding-bottom: 10px;
}

.airline_logo .airline_img {
    padding: 2px;
    border: solid 1px #E7E7E7;
    display: inline-block;
    width: 42px;
    margin-right: 10px;
    vertical-align: middle;
}

.airline_logo .airline_img img {
    width: 100%;
}

.airline_logo .airline_name {
    display: inline-block;
    vertical-align: middle;
    color: #034351;
    font-family: Lato, Arial, sans-serif;
    font-size: 17px;
}

.www-srch-rslt_legs {
    width: 100%;
    border: 0;
    margin-left: 0;
    padding-top: 15px;
}

.www-srch-rslt_segment {
    margin: 0;
    width: 100%;
    padding: 10px 15px;
    list-style: none;
    position: relative;
}

.www-srch-rslt_segment:before {
    content: '';
    display: block;
    border-bottom: solid 1px #CCCCCC;
    position: absolute;
    top: 26px;
    right: 15px;
    left: 15px;
    top: 23px;
    z-index: 0;
}

.www-srch-rslt_segment_stop {
    display: inline-block;
    list-style: none;
    float: left;
    text-align: center;
    opacity: 0;
    width: 50%;
}

.www-srch-rslt_segment .www-srch-rslt_segment_stop:first-child {
    text-align: left;
    opacity: 1;
}

.www-srch-rslt_segment_point {
    display: inline-block;
    position: relative;
    font-family: Lato, Arial, sans-serif;
}

.www-srch-rslt_segment_point.first:before, .www-srch-rslt_segment_point.last:before {
    content: '';
    width: 16px;
    display: block;
    height: 16px;
    border-radius: 16px;
    background: #FFFFFF;
    border: solid 1px #034351;
    float: none;
    position: absolute;
    z-index: 3;
    top: 6px;
}

.www-srch-rslt_segment_point.first:before {
    right: 5px;
}

.www-srch-rslt_segment_point.first:after, .www-srch-rslt_segment_point.last:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #034351;
    border-radius: 6px;
    top: 11px;
    z-index: 3;
}

.www-srch-rslt_segment_point.first:after {
    right: 10px;
}

.www-srch-rslt_segment_iata {
    color: #034351;
    font-size: 18px;
    line-height: 1.6em;
    display: block;
    background-color: #FFFFFF;
    z-index: 1;
    position: relative;
    padding-left: 0;
    font-weight: 400;
    min-width: 75px;
}

.www-srch-rslt_segment_time {
    display: block;
    padding-left: 0;
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.www-srch-rslt_segment .www-srch-rslt_segment_stop:nth-last-child(2) {
    text-align: right;
    opacity: 1;
}

.www-srch-rslt_segment_point.last:before {
    left: 5px;
}

.www-srch-rslt_segment_point.last:after {
    left: 10px;
}

.www-srch-rslt_segment_iata:before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: solid 1px #CCCCCC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-top: solid 1px #CCCCCC;
    top: 9px;
    left: -9px;
}

.www-srch-rslt_segment_point.first .www-srch-rslt_segment_iata:before {
    display: none;
}

.www-srch-rslt_segment_info {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    color: #777777;
    float: left;
    width: 100%;
    margin-top: 0px;
}

.www-srch-rslt_segment_info_itm {
    padding: 5px 10px;
    background: #F7F7F7;
    border-radius: 3px;
    margin: 0px 1px 5px 1px;
    display: inline-block;
}

.www-srch-rslt_segment_stop.two_stops_layout {
    opacity: 1;
    width: 33.33%;
}

.room_block_padd {
    padding: 15px 0px;
    border-right: 1px solid #EDEDED;
}

.room-type-block {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.room-type-block:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.room-type-name {
    display: block;
}

.room-type-name h3 {
    font-family: Lato, Arial, sans-serif;
    font-size: 16px !important;
    margin-top: 0 !important;
    color: #034351;
    display: block;
    margin-bottom: 6px;
}

.adult-count {
    font-size: 14px;
    font-family: Lato, Arial, sans-serif;
}

.adult-count span {
    margin: 0px 5px;
}

.room_cancel_policy {
    margin-top: 10px;
}

.room_cancel_policy h4 {
    font-family: Lato, Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.021em;
    margin-bottom: 5px;
}

.room_cancel_policy ul {
    -webkit-padding-start: 20px;
    margin-bottom: 0;
}

.price_list.room_type_in {
    display: table;
    height: 128px;
    font-size: 20px;
    color: #034351;
    font-family: Lato, Arial, sans-serif;
    width: 100%;
    margin-left: 0px;
}

#hero.flight_search_bg {
    background: url("../img/bg/flight.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero.flight_search_bg.hotel_search_bg {
    background: url("../img/bg/hotel.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero.flight_search_bg.holiday_search_bg {
    background: url("../img/bg/holiday.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
}

#hero.flight_search_bg.taxi_search_bg {
    background: url("../img/bg/taxi.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}

#hero.flight_search_bg:before {
    position: absolute;
    background-color: transparent;
    background: -webkit-linear-gradient(rgba(25, 64, 111, 0), rgba(25, 64, 111, 0));
    background: linear-gradient(#034351, rgba(3, 67, 81, 0.8) 50%, rgba(25, 64, 111, 0));
    content: "";
    width: 100%;
    height: 220px;
    z-index: 1;
}

#hero.flight_search_bg:after {
    position: absolute;
    background: -webkit-linear-gradient(rgba(25, 64, 111, 0), rgb(3, 67, 81));
    background: linear-gradient(rgba(25, 64, 111, 0), rgb(3, 67, 81));
    content: "";
    width: 100%;
    height: 420px;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.book_flight .intro_title.booking_panel {
    margin: auto;
    max-width: 810px;
    padding: 30px;
    background-color: rgba(2, 56, 62, 0.8);
}

.book_flight .tab-pane h3 {
    color: #FFFFFF;
}

.book_flight .btn-primary.active,
.book_flight .btn-primary:active,
.book_flight .open > .dropdown-toggle.btn-primary {
    color: #FFFFFF;
    background-color: rgba(19, 134, 147, 0.55);
    border-color: #034351;
    box-shadow: none;
}

.book_flight .btn-default {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    border-color: #034351;
    padding: 9px 20px;
}

.book_flight .btn {
    font-size: 13px !important;
    padding: 9px 20px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.055em;
}

.book_flight label {
    font-size: 13px !important;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    font-weight: 400;
}

.book_flight .date-pick.form-control, .book_flight .form-control.hotel-search {
    font-size: 12px;
    color: #333333;
    height: 45px;
    border-radius: 3px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.025em;
    font-size: 15px;
    color: #148793;
    /* padding-left: 35px; */
    position: relative;
}

.book_flight input.qty2 {
    width: 35px;
    border-radius: none;
    left: 31px;
    font-size: 12px;
    padding: 5px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.025em;
    font-size: 15px;
    color: #148793;
}

.book_flight input.qty2:focus {
    box-shadow: none;
    border: none;
}

.book_flight a.btn_1.green {
    -webkit-appearance: none;
    background: #034351;
    background: -webkit-linear-gradient(top, #3095A4 0%, #1A8A97 100%);
    background: linear-gradient(top, #3095A4 0%, #1A8A97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd663', endColorstr='#fac761');
    border: none;
    color: #B6F5FF;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 120px;
    padding-top: 15px;
    text-decoration: none !important;
    border-radius: 4px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.055em;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: none;
}

.book_flight a.btn_1.green i {
    display: block;
    margin-bottom: 7px;
}

input.flying_from {
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 1px;
    box-shadow: none;
    border: 0;
    height: 45px;
}

input.flying_to {
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
    height: 45px;
}

input.flying_from:focus, input.flying_to:focus {
    box-shadow: none;
}

input.flying_from, input.flying_to {
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.025em;
    font-size: 15px;
    color: #148793;
    padding-left: 35px;
    position: relative;
}

input.flying_from {
    background: #FFFFFF url(../img/from.png) no-repeat;
    background-position: 7px center;
    background-size: 18px;
}

input.flying_from:focus {
    background: #FFFFFF url(../img/from_focus.png) no-repeat;
    background-position: 7px center;
    background-size: 18px;
}

input.flying_to {
    background: #FFFFFF url(../img/to.png) no-repeat;
    background-position: 6px center;
    background-size: 20px;
}

input.flying_to:focus {
    background: #FFFFFF url(../img/to_focus.png) no-repeat;
    background-position: 6px center;
    background-size: 20px;
}

.flight_booking_panel_title {
    max-width: 800px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    font-family: Gochi Hand;
    font-size: 30px;
    font-family: Lato, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0.023em;
}

#hero.flight_listing {
    background: url(../img/bg/flight.jpg) center center no-repeat #4D536D;
}

#hero.flight_listing.hotel_listing {
    background: url(../img/bg/hotel.jpg) center center no-repeat #4D536D;
}

#hero.flight_listing.taxi_listing {
    background: url(../img/bg/taxi.jpg) center center no-repeat #4D536D;
}

#hero.flight_listing.holiday_listing {
    background: url(../img/bg/holiday.jpg) center center no-repeat #4D536D;
}

#hero.flight_listing:after {
    position: absolute;
    background: -webkit-linear-gradient(rgba(25, 64, 111, 0), rgba(3, 67, 81, 0.86));
    background: linear-gradient(rgba(25, 64, 111, 0), rgba(3, 67, 81, 0.86));
    content: "";
    width: 100%;
    height: 420px;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.box_style_1.expose table {
    border: 0;
    margin-bottom: 0;
}

tr.total td {
    font-family: Lato, Arial, sans-serif;
    text-transform: none;
    font-weight: 400;
}

.www-panel {
    position: relative;
    border: 1px solid #E7E7E7 !important;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.www-panel .panel-heading {
    padding: 15px 18px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #E7E7E7;
}

.www-panel .panel-title {
    font-size: 18px !important;
    /* color: #425c81; */
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.04em;
    margin: 0 !important;
}

.www-panel .panel-body {
    padding: 15px;
}

.www-panel .panel-body .flight_timing {
    margin-bottom: 15px;
}

.www-panel .panel-body .flight_timing {
    margin-bottom: 15px;
    font-size: 18px;
    color: #055F69;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.03em;
}

.www-panel .airline_logo {
    margin-left: 0;
    margin-right: 0;
    border: 0;
    padding-bottom: 15px;
}

.www-panel .airline_logo .airline_img {
    width: 60px;
}

.www-panel .www-srch-rslt_segment:before {
    top: 13px;
}

.www-panel .airline_logo .airline_name {
    color: #666666;
    line-height: 1.2;
}

.www-panel .airline_logo .airline_name small {
    color: #A5A5A5;
}

.www-panel .www-srch-rslt_legs, .www-panel .www-srch-rslt_legs .www-srch-rslt_segment {
    padding-top: 0px;
    padding-bottom: 0;
}

.span-time-baggage {
    display: block;
    margin-bottom: 15px;
}

.span-time {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    border-right: solid 1px #E7E7E7;
}

.span-baggage {
    display: inline-block;
    width: 29%;
    vertical-align: middle;
    padding-left: 10px;
}

.span-time p {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.04em;
}

.span-time p b {
    font-weight: 600;
    width: 80px;
    display: inline-block;
}

.span-baggage p {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.04em;
}

.span-baggage p b {
    font-weight: 600;
}

.lable-left {
    padding: 14px 0px;
    line-height: 1;
}

.padd-b-0 {
    padding-bottom: 0 !important;
}

.payment_btn i {
    margin-left: 4px;
}

.btn_1.green.payment_btn {
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.03em;
    font-size: 16px;
    padding: 13px 28px;
    border-radius: 0;
    border: 0;
}

.book_flight a.btn_1.green.payment_btn {
    max-width: 158px;
    margin: auto;
    margin-top: 20px;
}

.holiday_tabs .btn-default.active {
    color: #FFFFFF;
    background-color: rgba(19, 134, 147, 0.55);
    border-color: #034351;
    box-shadow: none;
}

.holiday_tabs .btn-default {
    font-size: 13px !important;
    padding: 9px 20px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.055em;
    text-transform: none;
}

ul.nav.nav-tabs.theme-holiday {
    text-align: center;
    border: 0;
}

ul.nav.nav-tabs.theme-holiday li {
    float: none;
    display: inline-block;
    border: 0;
}

ul.nav.nav-tabs.theme-holiday li a {
    border: 0;
    font-family: Lato, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.64);
    padding: 10px 22px;
}

ul.nav.nav-tabs.theme-holiday li.active > a,
ul.nav.nav-tabs.theme-holiday li.active > a:focus,
ul.nav.nav-tabs.theme-holiday li.active > a:hover {
    color: #00E2FF;
    cursor: default;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-bottom-color: transparent;
}

ul.nav.nav-tabs.theme-holiday li a:hover {
    border: 0;
    color: #FFFFFF;
    background: transparent;
}

ul.nav.nav-tabs.theme-holiday li a:focus {
    color: rgba(255, 255, 255, 0.64);
    background: transparent;
}

.holidayTheme ul {
    margin: 0 auto !important;
    max-width: 630px;
    -webkit-padding-start: 0;
}

.holidayTheme li {
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0;
    opacity: .6;
}

.holidayTheme li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    padding: 0 8px 10px;
    text-align: center;
    vertical-align: top;
    min-width: 60px;
    font-family: Lato, Arial, sans-serif;
    text-transform: none;
}

.holidayTheme li a em {
    border: 2px solid #FFFFFF;
    border-radius: 35px;
    display: block;
    height: 62px;
    width: 62px;
    margin: auto;
    margin-bottom: 10px;
}

.holidayTheme li.adventure a em, .holidayTheme li.autumn a em, .holidayTheme li.beach a em, .holidayTheme li.city a em, .holidayTheme li.couple a em, .holidayTheme li.family a em, .holidayTheme li.friends a em, .holidayTheme li.high a em, .holidayTheme li.low a em, .holidayTheme li.mid a em, .holidayTheme li.romantic a em, .holidayTheme li.solo a em, .holidayTheme li.spring a em, .holidayTheme li.summer a em, .holidayTheme li.weekend a em, .holidayTheme li.winter a em {
    background-image: url(../img/spritedefault.png)
}

.holidayTheme li.allHolidays em {
    background-position: 9px -747px
}

.holidayTheme li.romantic em {
    background-position: -78px -747px
}

.holidayTheme li.beach em {
    background-position: -158px -751px
}

.holidayTheme li.adventure em {
    background-position: -234px -750px
}

.holidayTheme li.weekend em {
    background-position: -721px -749px
}

.holidayTheme li.city em {
    background-position: -455px -872px
}

.holidayTheme li.autumn em {
    background-position: -386px -809px
}

.holidayTheme li.couple em {
    background-position: -452px -811px
}

.holidayTheme li.family em {
    background-position: -530px -812px
}

.holidayTheme li.friends em {
    background-position: -596px -815px
}

.holidayTheme li.solo em {
    background-position: -659px -815px
}

.holidayTheme li.spring em {
    background-position: -719px -815px
}

.holidayTheme li.summer em {
    background-position: -527px -870px
}

.holidayTheme li.winter em {
    background-position: -386px -870px
}

.holidayTheme li.low em {
    background-position: -201px -873px
}

.holidayTheme li.mid em {
    background-position: -265px -872px
}

.holidayTheme li.high em {
    background-position: -328px -870px
}

.holidayTheme li.selected, .holidayTheme li:hover {
    opacity: 1;
}

.holidayTheme li.selected a {
    color: #00E2FF;
    font-weight: 700;
}

.holidayTheme li.selected em {
    border: 2px solid #00E2FF;
}

.holidayTheme li.romantic.selected a em {
    background-position: 17px -1619px
}

.holidayTheme li.beach.selected a em {
    background-position: -101px -1675px
}

.holidayTheme li.adventure.selected a em {
    background-position: 18px -1673px
}

.holidayTheme li.weekend.selected a em {
    background-position: 161px -1676px
}

.holidayTheme li.city.selected a em {
    background-position: -40px -1675px
}

.holidayTheme li.autumn.selected a em {
    background-position: -170px -1674px
}

.holidayTheme li.couple.selected a em {
    background-position: -312px -1623px
}

.holidayTheme li.family.selected a em {
    background-position: -238px -1623px
}

.holidayTheme li.friends.selected a em {
    background-position: -310px -1678px
}

.holidayTheme li.solo.selected a em {
    background-position: 359px -1619px
}

.holidayTheme li.spring.selected a em {
    background-position: -166px -1623px
}

.holidayTheme li.summer.selected a em {
    background-position: -100px -1620px
}

.holidayTheme li.winter.selected a em {
    background-position: 14px -1730px;
    background-repeat: no-repeat
}

.holidayTheme li.low.selected em {
    background-position: -130px -1730px
}

.holidayTheme li.mid.selected em {
    background-position: -194px -1729px
}

.holidayTheme li.high.selected em {
    background-position: -257px -1727px
}

.holidayTheme li.noHolidays em {
    background-position: center center;
    background-size: cover;
    background-image: url(/img/holiday/20160229050155880.jpg);
}

.tab-content.theme-holiday-content {
    background: transparent;
    border: 0;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.holidayTheme li a em i {
    color: #FFFFFF;
    float: left;
    font-size: 30px;
    padding-top: 13px
}

.holidayTheme li.allHolidays a em i {
    padding-left: 8px
}

.holidayTheme li.dubai a em i {
    padding-left: 9px
}

.holidayTheme li.singapore a em i {
    padding-left: 5px
}

.holidayTheme li.malaysia a em i {
    padding-left: 8px
}

.holidayTheme li.mauritius a em i {
    padding-left: 7px;
    padding-top: 14px;
}

.holidayTheme li.europe a em i, .holidayTheme li.kerala a em i {
    padding-left: 8px
}

.holidayTheme li.andamans a em i {
    padding-left: 7px
}

.holidayTheme li.himachal a em i {
    padding-left: 6px
}

.holidayTheme li.kashmir a em i {
    padding-left: 8px
}

.holidayTheme li.ladakh a em i {
    padding-left: 7px
}

.holidayTheme li.justRight a em i, .holidayTheme li.long a em i, .holidayTheme li.short a em i {
    font-size: 36px;
    padding-left: 13px;
    padding-top: 11px
}

.holidayTheme li.selected a em i {
    color: #FFC61E;
    font-weight: 700
}

input.flying_to_holiday {
    background: #FFFFFF url(../img/to.png) no-repeat;
    background-position: 6px center;
    background-size: 20px;
    padding-left: 35px;
}

input.flying_to_holiday:focus {
    background: #FFFFFF url(../img/to_focus.png) no-repeat;
    background-position: 6px center;
    background-size: 20px;
}

.dl .con {
    text-decoration: none;
    width: 16.66%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.dl .c {
    background: white;
}

.dl .con:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    opacity: .7;
    z-index: 0
}

.dl .con:hover:after {
    opacity: .3;
}

.dl .con:first-child, .dl .con:last-child {
    width: 15.68%
}

.dl .con img {
    height: 100px;
    /* width: 100%; */
    display: block;
    margin: auto;
}

.dl .con .text {
    color: #999999;
    margin: 30px auto 0;
    display: inline-block;
    padding: 8px 25px;
    position: relative;
    z-index: 1
}

.dl .but {
    margin-top: 60px
}

.dl .pc {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 190px 190px 0;
    border-color: transparent #E74C3C transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.dl .pc .p {
    text-align: center;
    top: 19px;
    left: 30px;
    position: relative;
    width: 190px;
    color: #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dl .pc .p > span {
    margin-top: 10px
}

.dl .pc .p span {
    display: block;
    font-size: 32px;
    line-height: 50px;
    font-weight: 700
}

.dl .pc .p span span, .lin .bl {
    display: inline-block
}

main .dl .con:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #F5F5F5;
    opacity: .7;
    z-index: 0;
}

main .dl .con .text {
    color: #999999;
    margin: 30px auto 0;
    display: inline-block;
    padding: 8px 25px;
    position: relative;
    z-index: 1;
}

.dl .con:hover .text {
    color: #FFFFFF;
    background: #158795;
}

.dl {
    margin-top: 20px;
}

.dl .con:hover img {
    position: relative;
    z-index: 1;
}

.days {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.day_count {
    display: inline-block;
    border: 1px solid #555555;
    background-color: #6F6F6F;
    padding: 6px 9px 6px 5px;
    height: 30px;
    line-height: 15px;
    color: #FFFFFF;
    position: relative;
}

.day_count .caret.caret-right, .caret.caret-left {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.day_count .caret.caret-right {
    border-left: 4px solid;
}

.day_count .caret {
    position: absolute;
    right: -9px;
    top: 37%;
    border-left-color: #555555 !important;
}

.day_via {
    padding-left: 10px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.04em;
    color: #000000;
}

.tour_list_desc h4 {
    margin-top: 0;
    font-weight: 400;
    font-size: 13px;
}

a.btn_1.green.search_taxi {
    max-width: 150px;
    height: 45px;
    padding: 13px 3px;
}

a.btn_1.green.search_taxi i {
    display: inline-block;
    display: none;
}

.padd-5-col {
    padding: 0 5px;
}

.mb-0-input {
    margin-bottom: 0;
}

input.flying_from_taxi {
    background: #FFFFFF url(../img/from.png) no-repeat;
    background-position: 7px center;
    background-size: 18px;
    padding-left: 40px;
    height: 45px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.025em;
    font-size: 15px;
    color: #148793;
}

input.flying_from_taxi:focus {
    background: #FFFFFF url(../img/from_focus.png) no-repeat;
    background-position: 7px center;
    background-size: 18px;
}

input.flying_to_taxi {
    background: #FFFFFF url(../img/to.png) no-repeat;
    background-position: 6px center;
    background-size: 20px;
    padding-left: 40px;
    height: 45px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.025em;
    font-size: 15px;
    color: #148793;
}

input.flying_to_taxi:focus {
    background: #FFFFFF url(../img/to_focus.png) no-repeat;
    background-position: 6px center;
    background-size: 20px;
}

.pass_count {
    display: block;
}

.img-sec {
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
}

.pass_count span {
    display: inline-block;
    vertical-align: middle;
}

.fare_count {
    display: inline-block;
    margin-top: 13px;
    font-size: 14px;
    font-family: Lato, Arial, sans-serif;
    margin-right: 10px;
}

.fare_count .per_km {
    display: inline-block;
    color: #000000;
}

.fare_count .rate_per_km {
    display: inline-block;
}

.place_short_detail {
    display: block;
    margin-bottom: 15px;
}

.place_short_detail h1 {
    color: #034351;
    font-family: Lato, Arial, sans-serif;
    font-size: 24px;
    margin-top: 7px;
}

.place-right-col {
    float: right;
}

.place_short_detail {
    display: block;
    margin-bottom: 15px;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}

.panel-body ul {
    -webkit-padding-start: 15px;
    font-size: 12px;
}

.panel-body ul li {
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
}

.panel-body ul li:last-child {
    margin-bottom: 0;
}

.panel-heading .nav-tabs {
    margin: auto;
    text-align: center;
    border: 0;
}

.panel-heading .nav-tabs > li {
    float: none;
    display: inline-block;
    cursor: pointer;
}

.panel-heading .nav-tabs > li > a, .panel-heading .nav-tabs > li > a:focus, .panel-heading .nav-tabs > li.active > a:hover {
    border: 0;
    background: transparent;
    padding: 0px 15px;
    font-size: 13px;
    color: #000000;
    margin: 0px 7px;
    cursor: pointer;
}

.panel-heading .nav-tabs > li > a {
    color: #333333;
    position: relative;
    cursor: pointer;
}

.panel-heading .nav-tabs > li.active > a {
    color: #034351;
}

.panel-heading .nav-tabs > li.active > a:hover {
    color: #034351;
}

.panel-heading .nav-tabs > li > a:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    width: 0;
    height: 4px;
    background: #034351;
    z-index: 1;
}

.panel-heading .nav-tabs > li:hover a:after {
    width: 100%;
}

.panel-heading .nav-tabs > li.active a:after {
    width: 100%;
}

.www-panel .tab-content {
    padding: 0;
    border: 0;
    margin-bottom: 0px;
}

.ic_tm:before {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    vertical-align: middle;
    top: 50%;
    margin-top: -12px;
}

.ic_tm.ic_arrivel:before {
    content: "";
    background: url(../img/tm/arrival.png) no-repeat;
    background-size: 24px;
}

.ic_tm.ic_departures:before {
    content: "";
    background: url(../img/tm/departures.png) no-repeat;
    background-size: 24px;
}

.ic_tm.ic_dinner:before {
    content: "";
    background: url(../img/tm/dinner.png) no-repeat;
    background-size: 24px;
}

.ic_tm.ic_hotel:before {
    content: "";
    background: url(../img/tm/hotel.png) no-repeat;
    background-size: 24px;
}

.ic_tm.ic_location:before {
    content: "";
    background: url(../img/tm/location.png) no-repeat;
    background-size: 24px;
}

.ic_tm.ic_pickup:before {
    content: "";
    background: url(../img/tm/pickup.png) no-repeat;
    background-size: 24px;
}

.ic_tm.ic_sightseeing:before {
    content: "";
    background: url(../img/tm/sightseeing.png) no-repeat;
    background-size: 24px;
}

.holi-listing-list-hoteltype {
    border: 1px solid #C8C8C8;
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

.holi-listing-list-type {
    background-color: #D7FBFF;
    padding: 9px 0 9px 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;

}

.holi-listing_radio_btn_main {
    font-size: 13px;
    color: #595D5F;
    width: 120px;
    display: inline-block;
    vertical-align: top;
}

.holiday_single .tour_list_desc, .holiday_single .img_list, .holiday_single .price_list, .holiday_single .img_list img {
    height: 350px;
}

.holiday_single .img_list img {
    transform: translate(-90px, 0);
}

.holi-listing-list-hoteltype li a, .holi-listing-list-hoteltype li a:hover,
.holi-listing-list-hoteltype li.active a, .holi-listing-list-hoteltype li.active a:hover,
.holi-listing-list-hoteltype li.active a:focus, .holi-listing-list-hoteltype li a:focus {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0 !important;
    color: rgba(0, 0, 0, 0.66);
}

.holi-listing-list-hoteltype li.active a, .holi-listing-list-hoteltype li.active a:hover,
.holi-listing-list-hoteltype li.active a:focus {
    color: #000000;
}

.holi-listing_radio_icon {
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    background: url("../img/holiday_list.png") no-repeat;
}

.holi-listing-list-hoteltype li.active .holi-listing_radio_icon {
    background-position: -23px 0;
}

.holi-listing_radio_icon, .holi-listing-list-hoteltype li a {
    display: inline-block;
    vertical-align: middle;
}

.holi-listing-list-hoteltype .tab-content {
    margin: 0;
    padding: 0 10px;
    border: 0;
    font-family: Lato, Arial, sans-serif;
}

.holi-listing-list-placename {
    width: 100px;
    margin-right: 15px;
    display: inline-block;
    font-weight: 600;
    font-family: Lato, Arial, sans-serif;
    font-size: 12px;
    color: #595D5F;
    letter-spacing: 0.5px;
}

.holi-listing-list-hotelname {
    width: 255px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
    color: #034351;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.holi-listing-list-hotelname:hover {
    color: #034351;
}

.holi-listing-list-hotelname i {
    color: #FF9900;
}

.width150 {
    width: 180px;
    display: inline-block;
}

.append-left10 {
    margin-left: 10px;
    display: inline-block;
}

.holi-listing .star {
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.holi-listing-list-hoteltype p {
    padding-left: 0px;
    margin-bottom: 13px;
    margin-top: 0px;
    color: #595D5F;
    font-size: 13px;
}

.cbp_tmlabel h2 .modify {
    background-color: #F6F6F6;
    /*color: #464849 !important;*/
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(76, 76, 77, 0.28);
    top: -8px;
    right: 0;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    letter-spacing: 0.4px;
}

.cbp_tmlabel h2 .modify:hover {
    background: #CCCCCC;
}

.cbp_tmlabel .tooltip.top {
    width: 155px;
    font-family: Lato, Arial, sans-serif;
}

.cbp_tmlabel .tooltip-inner {
    letter-spacing: 0.6px;
    font-size: 13px;
}

.modal-dialog.pop-vid {
    width: 100%;
    height: 100%;
    margin: 0;
}

.modal-dialog.pop-vid .modal-content {
    height: auto;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 17px 30px 32px;
    min-height: 100%;
}

.modal.pop-vid-padding {
    padding-right: 0 !important;
}

.headerBar, .modalHeaderMain:before {
    display: inline-block;
    vertical-align: middle;
    height: 60px
}

.headerBar, .headerNav, .headerNav > a {
    position: relative
}

.breadcrumbs span, .headerNav > a {
    font-family: Montserrat, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-left: 60px;
}

/*
.modalHeaderMain:before {
    content: '';
    width: 5%
}
*/

.headerBar {
    text-align: center;
    width: 89%;
    line-height: 60px;
}

.breadcrumbs, .breadcrumbs span {
    display: inline-block;
}

.breadcrumbs span + span:before {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}

.headerBack, .headerMenu {
    width: 10%;
}

.headerMenu {
    text-align: right;
    display: inline-block;
}

.menuBtn {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    transition: opacity .35s;
}

.menuText:after {
    transform: translateX(-20px);
    opacity: 0;
}

.menuText:before {
    content: 'Close';
    position: absolute;
}

.menuText:after {
    transform: translateX(0);
    opacity: 1;
    transition: .35s ease-in-out;
}

.menuText:after {
    content: 'close';
    opacity: 0;
}

.menuBtn.is-active .hamburger {
    transform: rotateY(180deg);
}

.hamburger {
    width: 30px;
    height: 21px;
    top: 0;
    right: 0;
}

.backText:before, .hamburger, .hamburger > span {
    display: block;
    position: absolute;
}

.hamburger, .hamburger > span, .menuText:before {
    transition: .35s ease-in-out;
}

.hamburger > span {
    display: block;
    position: absolute;
}

.hamburger > span.burgerTopBun {
    transform: rotate(45deg);
    top: 9px;
}

.hamburger > span {
    width: 100%;
    height: 3px;
    background-color: #231F20;
    border-radius: 2px;
    left: 0;
}

.hamburger > span.burgerMeat {
    width: 0;
    opacity: 0;
}

.hamburger > span.burgerMeat {
    top: 9px;
}

.hamburger > span.burgerBottomBun {
    transform: rotate(-45deg);
    top: 9px;
}

.backText, .menuText {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    line-height: 21px;
    vertical-align: middle;
    position: relative;
}

.menuBtn:hover {
    opacity: .5;
}

.modal-header.modalHeaderMain {
    padding: 0;
    border: 0;
    height: 60px;
    position: relative;
}

.modal .body {
    display: table;
    width: 100%;
    height: 95%;
}

.modal .pop-content {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.modal .pop-content .center-content {
    text-align: center;
    position: relative;
    z-index: 99;
    color: #FFFFFF;
}

.modal-header.modalHeaderMain .headerMain {
    top: 0;
    position: absolute;
    width: 100%;
}

.segment {
    display: block;
    padding: 0;
    margin: 0;
    height: 30px;
}

.segment li {
    display: inline-block;
    text-align: center;
    width: 20%;
    position: relative;
    height: 30px;
    line-height: 30px;
    vertical-align: text-bottom;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.segment li.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #034351;
    left: 0;
    bottom: -5px;
}

.segment li a {
    margin-right: 7px;
    position: relative;
    text-transform: uppercase;
    color: #4A99A2;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    height: 100%;
    display: inline-block;
}

.segment li.active a:after {
    position: absolute;
    font-family: "fontello";
    content: '\e8a6';
    right: -10px;
}

.modal.sightDetail-pop {
    z-index: 999999;
}

.modal-backdrop.fade.in {
    z-index: 1;
}

.modal-header .close:focus {
    outline: none;
}

.modal-footer .btn {
    padding: 10px 20px;
    vertical-align: top;
    margin-right: 10px;
}

.sightDetail-pop .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
    margin-top: 80px;
}

.sightDetail-pop .modal-content {
    border: 0;
    border-radius: 0px;
    outline: 0;
}

.sightDetail-pop h4.modal-title span {
    margin-left: 20px;
}

.img-in-pop-block {
    position: relative;
    width: 100%;
    /*height: 210px;*/
    overflow: hidden;
}

.img-in-pop-block-caption {
    background: rgba(0, 0, 0, 0.74);
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
    bottom: 0;
    z-index: 9;
    color: #FFFFFF;
    font-family: Lato, Arial, sans-serif;
    font-size: 15px;
}

.date_price {
    width: 90% !important;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    border-left: none;
    border-right: none;
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

.date_price .owl-wrapper-outer .item a {
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    padding: 4px 0;
    text-align: center;
    height: 43px;
    display: block;
}

.date_price .owl-wrapper-outer .item a span {
    display: block;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    color: #034351;
    font-weight: 600;
}

.date_price .owl-wrapper-outer .item a:hover span {
    color: #034351;
}

.date_info_txt {
    font-size: 11px !important;
    color: #2F2F2F !important;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.date_price .owl-controls.clickable {
    position: absolute;
    width: 100%;
}

.date_price .owl-controls.clickable .owl-prev {
    position: absolute;
    left: -47px;
    top: -54px;
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    background: #034351 url("../img/prev.png") no-repeat;
    background-position: center center;
    background-size: 20px;
    text-indent: -99999999px;
}

.date_price .owl-controls.clickable .owl-next {
    position: absolute;
    right: -45px;
    top: -54px;
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    text-indent: -99999999px;
    background: #034351 url(../img/next.png) no-repeat;
    background-position: center center;
    background-size: 20px;
}

.date_price .owl-wrapper-outer .item a span sup {
    bottom: 0;
    top: auto;
}

.step .form-control {
    font-size: 12px;
    color: #333333;
    height: 35px;
    border-radius: 2px;
}

.step .form-control:focus {
    border-color: #A7A7A7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(195, 195, 195, 0.43);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 193, 193, 0.53);
}

.step label {
    font-weight: 400;
    margin-bottom: 2px;
}

.step .form-group {
    margin-bottom: 8px;
    text-align: left;
}

.h-title-sec {
    padding-bottom: 16px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Lato, Arial, sans-serif;
    color: #034351;
}

table.table.table-striped.table-on-booking thead tr th {
    background: #FFFFFF;
}

ul.in-hotel-list {
    padding-left: 15px;
    margin: 0;
}

table.table.table-striped.table-on-booking tr td, table.table.table-striped.table-on-booking tr th {
    border-right: 1px solid #DDDDDD;
}

table.table.table-striped.table-on-booking tr td:last-child,
table.table.table-striped.table-on-booking tr th:last-child {
    border-right: none;
}

table.table.table-striped.table-on-booking tr th {
    border-top: 1px solid #DDDDDD;
}

.box_style_1.in-detail-book {
    padding: 30px 10px 10px;
}

.box_style_1.in-detail-book h3.inner {
    margin: -30px -10px 15px;
}

.box_style_1.in-detail-book .day-block {
    padding-bottom: 13px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

.box_style_1.in-detail-book .day-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.box_style_1.in-detail-book .day-block h4 {
    font-size: 18px;
    font-family: Lato, Arial, sans-serif;
    color: #034351;
    margin-top: 0;
}

.box_style_1.in-detail-book .day-block .hotel-name {
    display: block;
    margin-bottom: 10px;
}

.box_style_1.in-detail-book .day-block .hotel-name span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
}

.box_style_1.in-detail-book .day-block .hotel-name span:first-child {
    font-size: 14px;
}

.day-inner-scroll {
    max-height: 400px;
    overflow-y: auto;
}

#style-3::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;*/
}

#style-3::-webkit-scrollbar {
    width: 4px;
    /*background-color: #F5F5F5;*/
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #034351;
    border-radius: 63px;
}

.subheader_plain.with-top-bar {
    margin-top: 90px;
}

ul#top_tools li a span {
    color: #034351;
}

#login .form-control:focus {
    border-color: #A7A7A7;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(195, 195, 195, 0.43);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 193, 193, 0.53);
}

#login .small {
    font-size: 90%;
}

#login label {
    font-weight: 400;
    margin-bottom: 2px;
}

.register-page#login {
    margin: 0;
    padding: 20px;
}

.register-page#login hr {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    border: 0;
    border-top: 5px solid #F9F9F9;
}

.register-page#login .form-control {
    font-size: 12px;
    color: #333333;
    height: 34px;
    border-radius: 1px;
}

.register-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 17px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(19, 134, 147, 0.16);
    color: #034351;
    font-family: Lato, Arial, sans-serif;
}

.register-page#login h3 {
    font-size: 16px;
    margin-top: 0;
    font-family: Lato, Arial, sans-serif;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
}

.register-page#login h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: rgb(217, 217, 217);
    bottom: -1px;
    left: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.rightSidebar .theiaStickySidebar {
    z-index: 999;
}

.scroll-to-fixed-fixed .fix-d-shadow {
    background: #FFFFFF !important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.17);
}

.timeline {
    max-width: 750px;
    margin: auto;
    padding: 10px;
    margin-top: 20px;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 8px;
    background: #C2A7A7;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 0em;
        margin-bottom: 0em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -4px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 3em 0;
        min-height: 200px;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 40px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px white;
}

.cd-timeline-img img {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
}

.cd-timeline-img.cd-picture {
    background: #BB936F;
}

.cd-timeline-img.cd-movie {
    background: #C36F89;
}

span.apr2016 {
    border-color: #C36F89 !important;
}

span.usa {
    border-color: #6D6D6D !important;
}

.cd-timeline-img.cd-usa {
    background: #6D6D6D;
}

.cd-date span.usa:after {
    background: #6D6D6D;
    left: -16px;
}

.cd-date span.canada:after {
    background: #034351;
}

span.canada {
    border-color: #034351 !important;
}

.cd-timeline-img.cd-location {
    background: #034351;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 96px;
        height: 96px;
        left: 50%;
        margin-left: -48px;
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303E49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #ACB7C0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #BAC4CB;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 14px;
        color: #555555;
        font-family: Lato, Arial, sans-serif;
    }

    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 0;
        width: 43%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 310px;
        left: 138%;
        top: 22px;
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-date h4 {
        margin-top: 0;
        font-weight: 400;
        color: #555555;
        display: block;
        line-height: 1;
        margin-bottom: 5px;
        font-family: Lato, Arial, sans-serif;
        font-size: 14px;
    }

    span.year2014 {
        border-color: #F37C2B;
    }

    span.day-one-date {
        border-color: #F37C2B;
    }

    .day-one-date:after {
        background: #F37C2B;
    }

    span.day-one-date.left-bor:after {
        left: -16px;
    }

    .cd-timeline-img.day-one-bg {
        background: #F37C2B;
    }

    #day2 span.day-one-date {
        border-color: #689F38;
    }

    #day2 .day-one-date:after {
        background: #689F38;
    }

    #day2 span.day-one-date.left-bor:after {
        left: -16px;
    }

    #day2 .cd-timeline-img.day-one-bg {
        background: #689F38;
    }

    #day2 .day-one-border#cd-timeline::before {
        background: #689F38;
    }

    #day3 span.day-one-date {
        border-color: #034351;
    }

    #day3 .day-one-date:after {
        background: #034351;
    }

    #day3 span.day-one-date.left-bor:after {
        left: -16px;
    }

    #day3 .cd-timeline-img.day-one-bg {
        background: #034351;
    }

    #day3 .day-one-border#cd-timeline::before {
        background: #034351;
    }

    .cd-date span {
        margin-top: 0;
        color: #009BAD;
        display: block;
        border-bottom: 8px solid #F37C2B;
        font-size: 15px;
        /* text-transform: uppercase; */
        letter-spacing: 0;
        font-weight: 400;
        position: relative;
        font-family: Lato, Arial, sans-serif;
    }

    .cd-date span:after {
        content: "";
        width: 19px;
        height: 19px;
        border-radius: 50%;
        position: absolute;
        top: 18px;
        right: -16px;
    }

    .cd-date span.year2014:after {
        background: #F37C2B;
    }

    .cd-date span.apr2016:after {
        background: #689F38;
        left: -16px;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 138%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
    }
}

.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date span {
    padding-right: 0;
}

.cd-timeline-img.cd-mumbai, .cd-date span.mumbai:after {
    background: #716F84;
}

span.mumbai {
    border-color: #716F84 !important;
}

span.app {
    border-color: #5F8DAF;
}

.cd-timeline-img.cd-app, .cd-date span.app:after {
    background: #5F8DAF;
}

.cd-date span.app:after {
    left: -16px;
}

span.love {
    border-color: #594949;
}

.cd-timeline-img.cd-love, .cd-date span.love:after {
    background: #594949;
}

.day-title {
    line-height: 96px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Lato, Arial, sans-serif;
}

.day-one-border#cd-timeline::before {
    background: #F37C2B;
}

.cd-timeline-content h2 {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.cd-timeline-img:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.24) url("../img/view.png") no-repeat scroll 95% center;
    display: block;
    position: absolute;
    z-index: 9;
    color: #FFFFFF;
    border-radius: 50%;
    background-position: center center;
    background-size: 50px;
    cursor: pointer;
}

.day-title:hover:before {
    display: none;
}

.modify-pkg:hover {
    background: #CCCCCC;
}

.modify-pkg {
    background-color: #F6F6F6;
    /* color: #464849 !important; */
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(76, 76, 77, 0.28);
    top: 0px;
    right: 0;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 10px;
    letter-spacing: 0.4px;
}

a.modify-pkg.left-side {
    left: 0;
    right: auto;
    top: 0;
}

/*Start Custom Classes*/
.iradio_square-grey {
    display: none !important;
}

/* For Google Place Dropdown css */
.pac-container {
    width: 360px;
    position: absolute;
    left: 300px;
    /*top: 252px !important;*/
}

.pac-container {
    background-color: #FFFFFF;
    position: absolute !important;
    z-index: 9999999 !important;
    border-radius: 2px;
    border-top: 1px solid #D9D9D9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.icheckbox_square-grey, .iradio_square-grey {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/grey.png) no-repeat;
    border: none;
    cursor: pointer;
}

.segment li.active a:after {
    position: absolute;
    font-family: "fontello";
    /* content: '\e8a6';*/
    right: -10px;
}

.segment li.active-asc a:after {
    position: absolute;
    font-family: "fontello";
    content: '\e8a6';
    right: -10px;
}

.segment li.active-desc a:after {
    position: absolute;
    font-family: "fontello";
    content: '\e8a9';
    right: -10px;
}

.datetimepicker {
    color: #636668 !important;
    padding: 2%;
    padding-top: 0;
}

.datetimepicker .table {
    border-bottom: 0px !important;
}

#dropdown1, #dropdown2, #dropdown3 .dropdown-menu {
    margin-top: 0% !important;
}

.date-picker-label {
    color: black !important;
    height: 34px !important;
}

.sp-image-container img {
    width: 100%;
}

.cd-timeline-content img {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    border: 4px solid rgba(2, 144, 202, 0.76);
}

a.modify-pkg.right-side {
    left: initial;
    right: 0 !important;
    top: 0;
}

.panel-gray-heading {
    background-color: #F6F8F8;
    border-color: #EDF1F2;
}

.m-r {
    margin-right: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l {
    margin-left: 20px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-none {
    margin-bottom: 0px !important;
}

.m-b {
    margin-bottom: 20px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.pre {
    border: none !important;
    background: none !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 1px !important;
    margin-bottom: 5px;
    white-space: normal !important;
    overflow-x: hidden;
    display: inline;
}

.label-title {
    font-weight: bold;
    font-size: 13px;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999 !important;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.text-uline {
    text-decoration: underline;
}

.b-b-orange {
    border-bottom: 1px solid #F26122;
}

.sightDetail-pop1 .modal-dialog {
    max-width: 900px;
    margin: 30px auto;
    margin-top: 26px !important;
}

.sightDetail-pop1 .modal-body {
    position: relative;
    padding: 15px;
    max-height: 450px;
    overflow: auto;
}

.font-88 {
    font-size: 96% !important;
}

.font-14 {
    font-size: 13px;
    font-weight: bold;
}

.width-2 {
    width: 2%;
}

.m-l-3 {
    margin-left: 3%;
}

.m-t-10 {
    margin-top: 10px;
}

.fixed-package-sidebar {
    position: fixed;
    right: 72%;
    width: 22% !important;
    z-index: 9999;
}

.btn-selected {
    border: none;
    font-family: inherit;
    color: #FFFFFF;
    background-color: #F26122 !important;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: 0;
    font-size: 15px;
    border-radius: 3px;
    /* text-transform: uppercase; */
    font-weight: 400;
}

.btn-selected {
    background-color: #F26122 !important;
    cursor: text;
}

.btn-selected:hover, a.btn-selected:hover {
    background-color: #F26122 !important;
}

/** TO Remove Google Translate Banner */
/*.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.skiptranslate {
    display: none !important;
}*/

/*End Custom Classes*/

span.fileUpload.btn.btn-default {
    display: block;
    height: 45px;
    width: 100%;
    text-align: left;
    padding-top: 12px;
    position: relative;
    text-transform: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    letter-spacing: 0.025em;
    font-size: 15px !important;
    color: #034351;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    height: 42px;
    width: 100%;
    filter: alpha(opacity=0);
}

form .form-row input:not([type="submit"]):not([type="checkbox"]) {
    width: 100%;
}

.btn_1.in-theme-btn {
    background: #034351;
    border: 1px solid #034351;
}

.btn_1.in-theme-btn:hover, a.btn_1.in-theme-btn:hover {
    background: linear-gradient(to bottom, #1E5B69 0%, #034351 100%);
}

.h-s-list .img_list, .h-s-list .tour_list_desc {
    height: 230px;
}

.h-s-price {
    font-family: Lato, Arial, sans-serif;
    text-transform: none;
    color: #034351;
    font-size: 19px;
    margin-top: 16px;
    display: block;
}

.h-s-price sup {
    top: 0px;
}

.h-s-price small {
    font-size: 12px;
    color: #808080;
}

.view_price_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    background: #138693;
    border-bottom-left-radius: 4px;
}

.view_price_btn .view-btn {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    border-right: 1px solid rgba(255, 255, 255, 0.41);
    padding: 5px 0px;
}

.view_price_btn .view-btn:last-child {
    border-right: 0;
}

.view_price_btn .view-btn a {
    display: block;
    color: #FFFFFF;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
}

.view_price_btn .view-btn a:hover {
    color: #FFB99B;
}

.strip_all_tour_list.h-s-list {
    border-radius: 4px;
    overflow: hidden;
}

.h-s-list .img_list img {
    width: auto;
    height: 230px;
    position: inherit;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.viewmore {
    margin-top: 8px;
    display: block;
    text-align: right;
}

.navbar-inverse {
    background-color: #E9EAEB;
    border-color: #DDDEDF;
    min-height: 58px;
    border-width: 1px;
    border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #1F2021;
    background-color: rgba(0, 0, 0, 0.05);
}

#SubMenu.navbar .navbar-left:first-child {
    margin-left: 0px;
}

#SubMenu.navbar .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: Lato, Arial, sans-serif;
    font-size: 15px;
    color: #1F2021;
}

#SubMenu.navbar-inverse .navbar-nav > .open > a {
    background-color: rgba(0, 0, 0, 0.05);
    color: #1F2021;
}

.navbar-inverse .dropdown-menu {
    background-color: #DCDDDE
}

.navbar-inverse .dropdown-menu > li > a, .navbar-inverse .dropdown-menu > li > a:focus {
    color: #444649;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    padding: 7px 10px;
}

.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > .active > a, .navbar-inverse .dropdown-menu > .active > a:hover {
    color: #1F2021;
    background-color: rgba(0, 0, 0, 0.05)
}

.navbar-inverse .dropdown-header {
    color: #FFFFFF
}

.navbar-inverse .navbar-form .form-control {
    border-color: #DDDEDF
}

.navbar.navbar-inverse.affix {
    top: 60px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
}

.info-detail {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-detail h3 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: Lato, Arial, sans-serif;
}

.my-amenities {
    clear: both;
    padding-left: 0;
    margin-bottom: 0;
}

.my-amenities:before, .my-amenities:after {
    clear: both;
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.my-amenities > li {
    color: #666666;
    display: inline-block;
    float: left;
    margin-left: 15px;
    text-align: center
}

.my-amenities > li span {
    font-family: Lato, Arial, sans-serif;
    font-size: 13px;
}

.my-amenities > li:before {
    display: block;
    margin: 0 auto
}

.my-amenities > li:first-child {
    margin-left: 0
}

.ico-am:before {
    background: transparent url(../img/sprite-amenities.png) 0 0 no-repeat;
    content: " ";
    display: inline-block;
    height: 40px;
    width: 37px;
    position: relative;
    vertical-align: middle;
    background-position: -215px -135px
}

.am-affordable:before {
    background-position: -5px 0
}

.am-beach:before {
    background-position: -47px 0;
    margin-right: 5px
}

.am-bestseller:before {
    background-position: -89px 0
}

.am-bus-tours:before {
    background-position: -131px 0
}

.am-christmas-and-new-year:before {
    background-position: -173px 0
}

.am-dubai-super-savers:before {
    background-position: -215px 0
}

.am-durga-puja:before {
    background-position: -5px -45px
}

.am-exotic:before {
    background-position: -47px -45px
}

ul.my-stay-plan {
    padding-left: 0;
    list-style: none;
    font-family: Lato, Arial, sans-serif;
    font-size: 13px;
}

.info-detail:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

ul.my-stay-plan li {
    margin-bottom: 5px;
}

.am-family:before {
    background-position: -89px -45px;
    margin-right: 5px
}

.am-festive:before {
    background-position: -131px -45px
}

.am-fly-and-stay:before {
    background-position: -173px -45px
}

.am-food-wine:before {
    background-position: -215px -45px
}

.am-group-tours:before {
    background-position: -5px -90px
}

.am-hill-stations:before {
    background-position: -47px -90px
}

.am-honeymoon:before {
    background-position: -89px -90px
}

.am-independence-daypng:before {
    background-position: -131px -90px
}

.am-independence-day:before {
    background-position: -173px -90px
}

.am-kids-special:before {
    background-position: -215px -90px
}

.am-luxury:before {
    background-position: -5px -135px;
    margin-right: 5px
}

.am-religious-tours:before {
    background-position: -47px -135px
}

.am-romantic:before {
    background-position: -89px -135px;
    margin-right: 5px
}

.am-self-drive:before {
    background-position: -131px -135px
}

.am-shopping:before {
    background-position: -173px -135px
}

.am-sightseeing:before {
    background-position: -215px -135px
}

.am-summer-special:before {
    background-position: -5px -180px
}

.am-van-tours:before {
    background-position: -47px -180px
}

.am-visa-on-arrival:before {
    background-position: -89px -180px
}

.am-weekend-trips:before {
    background-position: -131px -180px
}

.am-wildlife:before {
    background-position: -173px -180px
}

.am-winter-special:before {
    background-position: -215px -180px
}

.am-students-group:before {
    background-position: -162px -307px
}

.am-second-innings:before {
    background-position: -201px -311px
}

.am-ladies-special:before {
    background-position: -231px -311px
}

.am-adventure:before {
    background-position: -5px -225px;
    margin-right: 5px
}

.am-fine-dining:before {
    background-position: 0 -348px
}

.am-health-healing:before {
    background-position: -36px -348px
}

.am-learning-teachings:before {
    background-position: -75px -348px
}

.am-special-interest-tours:before {
    background-position: -110px -348px
}

.am-spritual-retreat:before {
    background-position: -148px -348px
}

.am-volunteering:before {
    background-position: -185px -348px
}

.am-yoga-meditation:before {
    background-position: -223px -348px
}

.am-food:before {
    background-position: -47px -225px
}

.am-hotel:before {
    background-position: -89px -225px
}

.am-plane:before {
    background-position: -131px -225px
}

.am-repeat-visitors:before {
    background-position: -173px -225px
}

.am-sight:before {
    background-position: -215px -225px
}

.am-transport:before {
    background-position: -5px -270px
}

.am-bus:before {
    background-position: -125px -304px
}

.am-holi:before {
    background-position: -87px -304px
}

.am-cycle:before {
    background-position: 0 -385px
}

.am-bike:before {
    background-position: -40px -385px
}

.day_bg {
    background: #FFFFFF;
    color: #191919;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.no-days {
    display: block;
    margin-bottom: 15px;
}

.no-days h2 {
    padding: 8px 20px;
    display: inline-block;
    margin: 0;
    font-family: Lato, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
}

.oldDay {
    background: #258A95;
}

.newDay {
    background: #F58617;
}

.oldDayColor {
    color: #258A95;
}

.newDayColor {
    color: #F58617;
}

.day-act-detail {
    display: block;
    font-family: Lato, Arial, sans-serif;
}

.day-act-detail .item-cont-hotel {
    display: block;
    margin-bottom: 10px;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
}

.day-act-detail .item-cont-hotel .name-hotel {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Lato, Arial, sans-serif;
    vertical-align: middle;
    font-size: 21px;
}

.day-act-detail .item-cont-hotel .check-in-days {
    display: block;
    vertical-align: middle;
}

.modify-pkg-new {
    background-color: #F6F6F6;
    /* color: #464849 !important; */
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(76, 76, 77, 0.28);
    top: 0px;
    right: 0;
    /* position: absolute; */
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
    padding: 6px 10px;
    letter-spacing: 0.4px;
}

.directory .place-box {
    max-height: 150px;
}

.place-box {
    position: relative;
    margin-bottom: 3rem;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.place-box a.place-link:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 60%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 60%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 60%, rgba(0, 0, 0, 0.7) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity 0.2s ease 0.1s;
    -o-transition: opacity 0.2s ease 0.1s;
    transition: opacity 0.2s ease 0.1s;
}

.place-box a.place-link .entry-title {
    background: rgba(0, 0, 0, 0.54);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    z-index: 1;
}

.place-box a.place-link .entry-thumbnail {
    background-position: 50%;
    background-size: cover;
    position: relative;
}

img.attachment-place.wp-post-image {
    max-width: 100%;
}

.detail-text-act-day {
    font-size: 14px;
    line-height: 2;
}

.affix-top#SubMenu.navbar .navbar-header .navbar-brand {
    margin-left: -300px;
    opacity: 0;
    -webkit-transition: top .35s ease .15s, opacity .35s ease 0s, margin .25s ease-in .35s;
    -o-transition: top .35s ease .15s, opacity .35s ease 0s, margin .25s ease-in .35s;
    transition: top .35s ease .15s, opacity .35s ease 0s, margin .25s ease-in .35s
}

#SubMenu.affix .navbar-header .navbar-brand {
    opacity: 1;
    -webkit-transition: margin .3s ease-out .1s, opacity .45s ease .45s, top .3s ease .4s;
    -o-transition: margin .3s ease-out .1s, opacity .45s ease .45s, top .3s ease .4s;
    transition: margin .3s ease-out .1s, opacity .45s ease .45s, top .3s ease .4s
}

.affix-top#SubMenu.navbar .nav-bar-price-btn {
    margin-right: -550px;
    opacity: 0;
    -webkit-transition: top .35s ease .15s, opacity .35s ease 0s, margin .25s ease-in .35s;
    -o-transition: top .35s ease .15s, opacity .35s ease 0s, margin .25s ease-in .35s;
    transition: top .35s ease .15s, opacity .35s ease 0s, margin .25s ease-in .35s;
    display: none;
}

.affix#SubMenu.navbar .nav-bar-price-btn {
    display: inline-block;
}

#SubMenu.affix .nav-bar-price-btn {
    opacity: 1;
    -webkit-transition: margin .3s ease-out .1s, opacity .45s ease .45s, top .3s ease .4s;
    -o-transition: margin .3s ease-out .1s, opacity .45s ease .45s, top .3s ease .4s;
    transition: margin .3s ease-out .1s, opacity .45s ease .45s, top .3s ease .4s
}

#SubMenu.navbar-inverse .navbar-brand {
    color: #034351;
    /* float: left; */
    height: 56px;
    padding: 19px 15px;
    font-size: 18px;
    line-height: 20px;
    font-family: Lato, Arial, sans-serif;
}

span.nav-bar-price-btn {
    float: right;
    display: inline-block;
    height: 56px;
}

.price_block-nav {
    font-size: 25px;
    color: #034351;
    font-family: Lato, Arial, sans-serif;
    display: inline-block;
    padding: 17px 0px;
    vertical-align: middle;
}

.price_block-nav sup {
    font-size: 12px;
    position: relative;
    top: 0;
}

.price_block-nav small {
    font-size: 11px;
    color: #999999;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 12px;
    margin-top: 5px;
}

.book-sub-btn {
    display: inline-block;
    margin-left: 10px;
}

.book-sub-btn .book-btn {
    padding: 10px 12px;
    display: inline-block;
    vertical-align: middle;
    background: #034351;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: Lato, Arial, sans-serif;
}

.book-sub-btn .book-btn.submit-query {
    background: #CC6805;
}

.tour_container .img_container a img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.active-package-menu:before {
    background: #034351;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
}

.active-li {
    background-color: #F6F6F6;
}

.text-cut {
    text-overflow: ellipsis;
    height: 164px;
    white-space: nowrap;
}

.btn_1.blue, a.btn_1.blue {
    background: #034351;
    border: 1px solid #034351;
}

.parallax-window {
    background-attachment: fixed;
    background-image: url(/img/single_tour_bg_1.jpg);
    background-size: contain;
}

.m-t-none, .input-group .dropdown-menu {
    margin-top: 0% !important;
}

/*Changes For Date Picker */
.uib-datepicker .uib-title {
    background: white !important;
    color: black !important;
    border: 0;
}

.dropdown-menu button, button.uib-left {
    background: none !important;
    border: 0 !important;
    /* color: black !important; */
}

.date-btn-default1 {
    background: white !important;
    color: #373737 !important;
    border: 1px solid #CCCCCC;
    border-color: #CCCCCC !important;
}

/*

.sp-thumbnails img {
    width: 100% !important;
}*/

a.group-rqst-btn {
    font-size: 13px !important;
    padding: 8px 20px;
    font-family: Lato, Arial, sans-serif;
    letter-spacing: 0.055em;
    text-transform: none;
    color: #FFFFFF;
    background: rgba(246, 141, 37, 0.36);
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #F68D25;
    position: relative;
    padding-left: 48px;
}

a.group-rqst-btn i {
    position: absolute;
    left: 11px;
    font-size: 21px;
    top: 7px;
}

a.group-rqst-btn:hover {
    color: #FFFFFF;
    background: #F68D25;
    border: 1px solid #F68D25;
    border-color: #CCCCCC !important;
}

.btn-departure {
    height: 34px !important;
    padding: 8px 11px !important;
}

.hotel_change_view .short_info .hotel-name {
    display: inline-block;
    /* height: 100%; */
    width: 70%;
    margin-right: 10px;
    padding-left: 5px;
}

.hotel_change_view .short_info .hotel-name .hotel-name-blk {
    display: block;
    margin-bottom: 5px;
    font-family: Lato, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.048em;
}

.hotel_change_view .short_info .hotel-name .rating {
    display: block;
}

.hotel_change_view .short_info {
    min-height: 50px;
    background: rgba(0, 0, 0, 0.72);
}

.hotel_change_view .short_info .strat_price {
    position: absolute;
    width: 38%;
    right: 0;
    text-align: right;
    padding-right: 10px;
    /* height: 50px; */
}

.hotel_change_view .short_info i {
    font-size: 11px;
}

.hotel_change_view .short_info i:before {
    width: 1em;
    margin-right: 0;
    line-height: 9px;
    margin-left: 0;
}

.hotel_change_view .short_info .price sup {
    font-size: 14px;
    position: relative;
    top: 0px;
}

.img_container.hotel_change_view.discover img {
    border-radius: 0;
}

.hotel_change_view_container {
    border-radius: 0;
}

.tour_container.hotel_change_view_container .hotel_change_view {
    border-radius: 0;
}

.tour_container.hotel_change_view_container.selected .hotel_change_view {
    border-color: #F26122;
}

.tour_container.hotel_change_view_container.selected {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.77);
}

.img_container.hotel_change_view.discover > a {
    background: #000000;
}

.img_container.hotel_change_view.discover > a:hover img {
    opacity: .6;
}

.img_container.hotel_change_view.discover > a .quk_select_btn .btn-for-qk {
    display: inline-block;
    background: #136071;
    outline: none;
    border: none;
    padding: 11px 16px;
    font-family: Lato, Arial, sans-serif;
    font-size: 14px;
    border-radius: 3px;
    margin: 0px 10px;
    color: #FFFFFF;
}

.img_container.hotel_change_view.discover > a .quk_select_btn .btn-for-qk.sl_btn {
    background: #F26122;
}

.img_container.hotel_change_view.discover > a .quk_select_btn .btn-for-qk {
    display: inline-block;
}

.img_container.hotel_change_view.discover > a .quk_select_btn {
    display: none;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -21px;
}

.img_container.hotel_change_view.discover > a:hover .quk_select_btn {
    display: block;
}

ul#cat_nav li a.add-more-days:after {
    content: "\e821";
}

div#submit_query {
    font-family: Lato, Arial, sans-serif;
}

.submit_query_pop p {
    font-size: 14px;
}

.submit_query_pop label {
    font-family: Lato, Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 7px;
}

.m-t-25 {
    margin-top: 25px;
}

#login {
    color: #333333;
    text-align: left;
    background-color: #FFFFFF;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
    padding: 30px;
    max-width: 1100px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}

.my-signin .col-bdr-right {
    position: relative;
}

.my-signin .panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0;
    text-align: center;
}

.my-signin .panel .panel-heading, .my-signin .panel .panel-body {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #333333;
}

.my-signin h3 {
    font-family: Lato, Arial, sans-serif;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.login-button-container {
    margin-top: 10px;
    margin-bottom: 40px;
}

.login-button-container {
    margin-top: 10px;
    margin-bottom: 30px;
}

.login-facebook, .login-google {
    text-transform: uppercase;
}

.login-button {
    width: 47%;
    display: inline-block;
    margin: 0 auto;
    max-width: 162px;
    position: relative;
    font-size: 14px;
    padding-left: 18%;
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    color: #696B79;
    height: 50px;
    border: 1px solid #BFC0C6;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: left;
}

.login-info-text {
    color: #94969F;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1;
    font-family: Lato, Arial, sans-serif;
}

.header-sprite {
    background: url(../img/login_icon.png) no-repeat 0 0;
}

.login-fb-logo {
    background-position: 0px 0px !important;
    width: 29px;
    top: 10px;
}

.login-button:focus {
    outline: 0
}

.login-button:hover {
    box-shadow: 0 2px 5px #EAEAEC
}

.login-facebook {
    margin-right: 15px;
    margin-bottom: 0;
}

.login-gplus-logo {
    background-position: -37px 0 !important;
    width: 21px;
    top: 13px
}

.login-fb-logo, .login-gplus-logo {
    height: 29px;
    position: absolute;
    left: 15px
}

.login-login-form {
    margin: 0
}

.login-input-container {
    margin: 25px 0px 20px;
    border: 1px solid #BFC0C6;
    border-radius: 5px;
    padding: 0;
}

.login-input-container:hover {
    box-shadow: 0 2px 5px #EAEAEC
}

.login-input-container-pink {
    border: 1px solid #F2672A;
    box-shadow: 0 2px 5px rgba(255, 104, 41, 0.16)
}

.login-input-item {
    position: relative
}

.login-user-input {
    display: block;
    color: #282C3F !important;
    font-size: 14px;
    width: 100%;
    border: 0;
    padding: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: Lato, Arial, sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ebeff8 inset !important;
    background-color: #ebeff8 !important;
    border: 1px solid #ccc !important;
}

.login-user-input-email {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.login-user-input-password {
    border-top: 1px solid #D5D6D9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.login-error-icon {
    border: 2px solid #EE5F73;
    padding: 0 7px;
    color: #EE5F73;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    font-weight: 500;
    border-radius: 21px
}

.login-error-message {
    font-size: 11px;
    margin-left: 15px;
    color: #EE5F73;
    text-align: left;
    margin-top: -9px;
    max-height: 500px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.login-captcha {
    width: 200px;
    padding: 5px;
    border: 1px solid #D5D6D9;
    border-radius: 5px
}

.login-user-input-captcha {
    border-radius: 5px
}

.login-user-input:focus {
    outline: 0
}

.login-login-button-container {
    padding: 0px 0px 10px 0px;
    margin: 0;
    border: 0;
}

.login-login-button {
    background-color: #F2672A;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 15px;
    display: block;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: Lato, Arial, sans-serif;
}

.login-login-button:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#B85927), to(#F2672A));
    background: -webkit-linear-gradient(top left, #B85927, #F2672A);
    background: linear-gradient(to bottom right, #B85927, #F2672A)
}

.login-login-button:focus {
    outline: 0;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, .2);
    background-color: #F2672A
}

.login-link-container {
    text-align: center;
    padding: 10px 0px;
    font-family: Lato, Arial, sans-serif;
}

.login-right-links {
    float: none;
    display: block;
}

.login-link {
    cursor: pointer;
    text-decoration: none;
    color: #00809C;
    font-size: 14px;
    padding: 1px 0;
    display: inline-block;
}

.login-create-account-link {
    margin-left: 5px
}

@media all and (min-width: 360px) {
    .login-button {
        width: 47%;
        display: inline-block
    }

    .login-facebook {
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media all and (min-width: 400px) {
    .login-box {
        display: inline-block;
        width: 400px
    }
}

.my-signin .col-bdr-right:after {
    background-color: #E2E2E2;
    bottom: 0;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -40px;
    top: 0;
    width: 1px;
}

.yt-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.my-signin .yt-list li:first-child {
    border-top: none;
}

.my-signin .yt-list li {
    border-top: 1px solid #E2E2E2;
    padding: 15px 0 5px 0;
    font-family: Lato, Arial, sans-serif;
    color: #94969F;
    font-size: 15px;
    letter-spacing: 0.055em;
}

.yt-list > li {
    margin: 6px 0;
}

.ico {
    display: inline-block;
    height: 30px;
    width: 30px;
}

.my-signin .yt-list li i {
    width: 40px;
}

.ico:after {
    background: transparent url(../img/ico-login.png) 0 0 no-repeat;
    content: " ";
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}

.ico-book-large:after {
    background-position: 0px -180px;
}

.ico-clock-large:after {
    background-position: 0px -120px;
}

/* line 1034, ../sass/bootstrap/_yt-common.scss */
.ico-manage-large:after {
    background-position: 0px -150px;
}

.ico-print-large:after {
    background-position: 0px -90px;
}

.ico-checkout-large:after {
    background-position: 0px -60px;
}

.ico-email-large:after {
    background-position: 0px -30px;
}

.ico-alert-large:after {
    background-position: 0px 0px;
}

#register_div {
    display: none;
}

.register-container {
    box-sizing: border-box;
    background: #FEEDF6;
    background: -webkit-gradient(linear, left top, right bottom, from(#FEEDF6), to(#FCF0E2));
    background: -webkit-linear-gradient(top left, #FEEDF6, #FCF0E2);
    background: linear-gradient(to bottom right, #FEEDF6, #FCF0E2);
    text-align: center;
    padding-top: 30px;
    position: relative;
    padding-bottom: 40px
}

.register-box {
    background-color: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 20px 10px;
    max-width: 430px
}

.register-sprite {
    background: url(https://cdn.myntassets.com/myx/images/header@2x-new16.a409d46af2e211afcaa82c1359787a90408024be.png) no-repeat 0 0;
    background-size: 327px 48px;
    display: inline-block
}

.register-logo {
    background-position: 0 0;
    margin-top: 30px;
    width: 50px;
    height: 38px
}

.register-title {
    font-size: 32px;
    margin-top: 15px;
    color: #535766
}

.register-third-party-register {
    margin-top: 30px
}

.register-info-text {
    color: #94969F;
    font-size: 14px;
    font-family: Lato, Arial, sans-serif;
}

.register-button-info-text {
    margin-top: 0;
    margin-bottom: 20px
}

.register-button-container {
    margin-top: 10px;
    margin-bottom: 40px
}

.register-button {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 162px;
    padding-left: 18%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #696B79;
    height: 50px;
    border: 1px solid #BFC0C6;
    background-color: #FFFFFF;
    border-radius: 5px;
    text-align: left
}

.register-button:focus {
    outline: 0
}

.register-button:hover {
    box-shadow: 0 2px 5px #EAEAEC
}

.register-facebook {
    margin-bottom: 20px
}

.register-gplus-logo {
    background-position: -290px 0;
    width: 23px;
    top: 13px
}

.register-fb-logo, .register-gplus-logo {
    height: 29px;
    position: absolute;
    left: 15px
}

.register-fb-logo {
    background-position: -262px 0;
    width: 28px;
    top: 10px
}

.register-input-item {
    position: relative
}

.register-input-container {
    margin: 10px 0px;
    border: 1px solid #BFC0C6;
    border-radius: 5px;
    padding: 0
}

.register-input-container:hover {
    box-shadow: 0 2px 5px #EAEAEC
}

.register-input-container-pink {
    border: 1px solid #F2672A;
    box-shadow: 0 2px 5px rgba(255, 104, 41, 0.16)
}

.register-user-input {
    display: block;
    color: #282C3F !important;
    font-size: 14px;
    width: 100%;
    border: 0;
    padding: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    font-family: Lato, Arial, sans-serif;
}

.register-user-input-email {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.register-user-input-password {
    border-top: 1px solid #D5D6D9
}

.register-captcha {
    width: 200px;
    padding: 5px;
    border: 1px solid #D5D6D9;
    border-radius: 5px
}

.register-user-input-captcha {
    border-radius: 5px
}

.register-user-input-mobile {
    border-top: 1px solid #D5D6D9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.register-user-input-mobile::-webkit-inner-spin-button, .register-user-input-mobile::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.register-user-input:focus {
    outline: 0
}

.register-error-icon {
    border: 2px solid #EE5F73;
    padding: 0 7px;
    color: #EE5F73;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    font-weight: 500;
    border-radius: 21px
}

.register-error-message {
    font-size: 11px;
    margin-left: 15px;
    color: #EE5F73;
    text-align: left;
    margin-top: -9px;
    max-height: 500px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.register-gender-error-icon {
    font-size: 16px
}

.register-gender-error-message {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0
}

.register-gender {
    position: relative;
    /* border: 0; */
    /* font-size: 14px; */
    /* color: #696e79; */
    text-align: left;
    /* padding: 15px; */
    margin: 0;
    border-top: 1px solid #D5D6D9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register-gender-title {
    display: inline;
    font-weight: 500
}

.register-gender-radio {
    margin-left: 15px;
    margin-right: 5px
}

.register-gender-label {
    cursor: pointer;
    font-weight: 500
}

.register-register-button-container {
    padding: 10px 0px;
    margin: 0;
    border: 0
}

.register-register-button {
    background-color: #F2672A;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 15px;
    display: block;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: Lato, Arial, sans-serif;
}

.register-register-button:hover {
    background: -webkit-gradient(linear, left top, right bottom, from(#B85927), to(#F2672A));
    background: -webkit-linear-gradient(top left, #B85927, #F2672A);
    background: linear-gradient(to bottom right, #B85927, #F2672A);
}

.register-register-button:focus {
    outline: 0;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, .2);
    background-color: #F2672A;
}

.register-link-container {
    text-align: left;
    padding: 20px
}

.register-login-link {
    text-align: center
}

.register-register-form {
    margin: 0
}

.register-link {
    cursor: pointer;
    text-decoration: none;
    color: #00809C;
    padding: 10px 0;
    font-size: 15px;
    font-family: Lato, Arial, sans-serif;
}

.register-create-account-link {
    margin-left: 5px
}

@media all and (min-width: 360px) {
    .register-button {
        width: 49%;
        display: inline-block
    }

    .register-facebook {
        margin-right: 15px;
        margin-bottom: 0
    }
}

@media all and (min-width: 400px) {
    .register-box {
        display: inline-block;
        width: 400px
    }
}

.panel.panel-default.in-popup-login {
    max-width: 341px;
    margin: auto;
}

.in-pop-up-media-dialouge.modal-dialog {
    max-width: 420px;
}

.modal-dialog.in-pop-up-media-dialouge .modal-header {
    font-family: Lato, Arial, sans-serif;
}

div#login_otp_div_popup {
    display: none;
}

div#register_div_popup {
    display: none;
}

.rating.vehicle-count {
    font-size: 14px;
    font-family: Lato, Arial, sans-serif;
    /* line-height: 1; */
}

.location-name-on-days {
    font-family: Lato, Arial, sans-serif;
    font-size: 18px;
    padding: 10px 0px;
    margin-top: 20px;
}

div#add_days .modal-dialog {
    max-width: 700px;
}

.padder {
    padding: 0px 15px;
}

.text-md {
    font-size: 18px;
}

.img-in-pop-block img {
    width: 100%;
}

.day-activity {
    font-size: 18px;
    padding: 7px;
    background-color: #DDDDDD;
}

.form-control.error {
    border: 1px solid #FF0000 !important;
    background-color: #FBE2E2 !important;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t-lg {
    padding-top: 20px;
}

.p-b-lg {
    padding-bottom: 20px;
}

.form-items ul.warn-msg {
    font-size: 12px;
    font-style: italic;
    color: #666666;
    margin: 10px;
}

#register-form label.error {
    top: -78px;
    right: 0;
    margin: 0;
    float: right;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    color: white;
}

ul.metaAttrCorus p {
    line-height: 1.3;
    font-family: "Euclid Square Regular", Arial !important;
}

ul.metaAttrCorus p span {
    font-family: "Euclid Square Regular", Arial !important;
}

div#accordionExample .card:last-child {
    border-bottom: none !important;
}

a.btn.t14.smotthIterScroll {
    padding: 8px 22px;
    margin: 0;
    color: #fff;
    line-height: inherit;
    vertical-align: sub;
}

.loaderHeight {
    height: 150px;
}

.s-height {
    height: 2.8em;
}

.l-height {
    height: 5.6em;
}

.shortDesc {

    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    color: #343a40;
    clear: both;
    font-family: "Euclid Square Regular", Arial;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.rel-shortDesc {
    position: absolute;
    top: 20px;
    right: 0px;
    padding-left: 3px;
}

.rel-shortLongDesc {
    position: absolute;
    top: 60px;
    left: 0px;
    padding-left: 0px;
}

.expShortDesc {
    /*height: 8em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
}

.tags-attractions.tags-destinations > p {
    white-space: pre-wrap;
    height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    margin: 0px !important;
}

.itinerary-card__details {
    position: relative;
}

/*
p.shortDesc + p + p.read-more {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    background-image: linear-gradient(to bottom, transparent, white);
}*/

.noData {
    color: #888888;
    /* text-transform: capitalize; */
    padding: 0px 20px;
}

.noPriceDays {
    height: 29px;
}

.search-bar-sub-item {
    padding: 5px !important;
    border-bottom: 1px solid #ddd;
}

.search-bar-active {
    background-color: #00ABDC;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.destinations-list .exprtDesc p, .destinations-list .exprtDesc div {
    white-space: pre-wrap;
    height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
}

/*parth*/
.header-menu-border {
    border-left: 1px solid #ececec;
}

.expert-multi-location {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    margin-bottom: 5px !important;
    color: #8a8a8a;
}

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}

.loginBtn:focus {
    outline: none;
}

.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('../../img/icon_facebook.png') 6px 6px no-repeat;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}

.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('../../img/icon_google.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

ul#itineraryInner.owl-carousel .owl-wrapper-outer {
    overflow: inherit;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
    word-break: break-word;
    padding: 1px 0px !important;
    background-color: white;
    border: none !important;
    margin: 0px;
}

.h3-imp {
    font-size: 24px !important;
}

.ui-select-container .ui-select-refreshing.fa-refresh {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ui-select-container.ui-select-multiple.spinner > div:after {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    /*width: auto !important;*/
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
}

.ui-select-container.direction-up[theme="bootstrap"] .ui-select-dropdown {
    top: 35px !important;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    background-color: #efeff0 !important;
    border-color: #efeff0 !important;
    color: #000 !important;
    padding: 12px 10px !important;
    width: 100% !important;;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

/*------------- ngf upload */
.drop-box {
    background: #F8F8F8;
    border: 3px dashed #DDDDDD;
    text-align: center;
    cursor: pointer;
}

.drop-box.max-reached {
    background-color: #FFE2E2;
}

.drop-box.dragover {
    border-color: #0000FF;
}

.drop-box.dragover-err {
    border-color: #FF0000;
}

div.img-preview-with-data {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div.img-preview-container {
    position: relative;
    min-width: 96px;
    min-height: 96px;
}

div.img-preview-container img,
div.img-preview-container video {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    border: 1px solid white;
    display: block;
}

div.img-preview-container img {
    max-width: 96px;
    height: 96px;
    width: 96px;
    background-size: cover;
    background-repeat: no-repeat;
}

div.img-preview-container.aud-vid {
    width: 200px;
}

div.img-preview-container audio, div.img-preview-container video {
    width: 100%;
    height: 96px;
}

div.img-preview-container .remove-image-icon, div.img-preview-container .remove-image-icon:hover {
    position: absolute;
    top: 0px;
    right: 0px;
    color: white;
    background-color: #F05050;
    padding: 0px 3px !important;
    cursor: pointer;
    border-left: 3px solid #FBFBFB;
    border-bottom: 3px solid #FBFBFB;
}

.remove a svg {
    width: 18px;
    height: 18px;
    fill: #d9534f;
    display: inline-block;
}

.gallery-icon img {
    height: 210px !important;
}

/*------------- /ngf upload */

/* .loc-select-ui-select .ui-select-match {
    border: 1px solid #90d5ef;
} */

.loc-select-ui-select .ui-select-search {
    height: 20px !important;
}

.loc-select-ui-select .form-control,
.loc-select-ui-select > .ui-select-match > .btn {
    padding: 0 !important;
}

.loc-select-ui-select .ui-select-match .btn {
  padding: 5px !important;
  background:#f8f8ff !important;
}

.loc-select-ui-select ul li {
    width: 100% !important;
    text-align: left !important;
}

.ha-no-price {
    font-size: 18px !important;
}

.has-price {
    color: #2c2f42 !important;
    font-size: 18px !important;
}

.width-70 {
    width: 70% !important;
}

.wrapper {
    padding: 15px !important;
}

.cd-buttons {
    padding: 0px;
}

.grid-item {
    width: 200px;
}

.grid-item--width2 {
    width: 400px;
}

.dynamic-grid {
    position: relative;
    display: none;
}

.dynamic-grid.angular-grid {
    display: block;
}

.grid {
    position: absolute;
    list-style: none;
    background: #ffffff;;
    box-sizing: border-box;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow: hidden;
    border-radius: 10px;
}

.grid.ng-leave {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
}

.grid.ng-leave.ng-leave-active {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.grid.ng-enter {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.grid.ng-enter.ng-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.grid-img {
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.grid-img.img-loaded {
    visibility: visible;
    opacity: 1;
    cursor: zoom-in;
}

.feedback-imp {
    margin: 60px auto;
    text-align: center;
    font-size: 22px;
}

.loginFormContent {
    background-color: #FFFFFF !important;
}

.loginFormContent .page-links {
    margin: 5px !important;
}

.loginFormContent .form-button {
    margin: 5px !important;
}

.loginFormContent .ibtn {
    background-color: #29A4FF !important;
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16) !important;
}

.loginFormContent .form-items {
    max-width: 100% !important;
    padding: 0 25px !important;
}

.loginFormContent form {
    margin-bottom: 15px !important
}

.loginFormContent h3 {
    color: #2d2d2d !important;
    letter-spacing: 0 !important;
}

.loginFormContent p {
    color: #2d2d2d !important;
    letter-spacing: 0 !important;
}

.popover {
    font-family: "Euclid Square Regular", Arial !important;
}

.inclusion .packageDetail__inclusion li {
    list-style: none;
}

.inclusion .packageDetail__inclusionItem {
    justify-content: flex-start
}

.ItternoryPrice h3 span {
    color: #333333 !important;
}

.ui-notification {
    position: fixed !important;
    bottom: 1em !important;
    left: 1em !important;
    z-index: 99999999 !important;
    padding-right: 1em !important;
    border-radius:4px !important;
}

.ui-notification > h3 {
    z-index: 500;
    padding-right: 0em;
    margin-top: 0em;
    position: relative;
}

.ui-notification > .message {
    display: inline-block !important;
    border-radius: 4px !important;
    padding: 0.5em 1em 0.5em 1em !important;
    font-size: 14px !important;
    text-align: center !important;
    margin: 0 !important;
    cursor: default !important;
    position: relative !important;
    letter-spacing: 0.5px !important;
}

.ui-notification.success {
    background-color: #69E781 !important;
    color: #333 !important;
}

.ui-notification.error {
    background-color: #FB5252;
    color: #fff;
}

.ui-notification.warning {
    background-color: #FFB229;
    color: #333;
}

.contactUsLink {
    color: inherit !important;
    text-decoration: none !important;
}

.contactUsLink :hover {
    color: inherit !important;
}

.lbltxt{
    padding-left: 70px;
    position: absolute;
    top: 0px;
}

/*Switch*/
.switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #41a9df;
}

input:focus + .slider {
    box-shadow: 0 0 1px #41a9df;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.SaveCancelBtn .cancelBtn {
    background-color: #dbd7d7 !important;
    color: #58666e !important;
}

.cancelBtn {
    background-color: #dbd7d7 !important;
    color: #58666e !important;
}

button.btn.upadteBtn {
    background: #33a9de;
    padding: 11px 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    top: 0;
    line-height: 1;
    margin-top: 10px;
}

.day-color{
    color : #777
}

.b-b {
    border-bottom: 1px solid #CCCCCC !important;
}

.addToCartBtn {
    border-radius: 4px !important;
}

.inclusion.packageDetail__inclusion.packge_detail .packageDetail__inclusionItem {
    margin-right: 15px;
}

.inclusion.packageDetail__inclusion.packge_detail {
    justify-content: start;
}

.p-l-none{
    padding-left: 0px !important;
}

.accommodations ol .item h4 a {
    float: none;
}

.accommodations ol .item h4 {
    margin: 16px 0 10px;
}

.accommodations ol .item p {
    margin: 0 0px 10px;
}

.width-100{
    width: 100% !important;
}


p.relevant-post-eclips>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

p.relevant-post-eclips>span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

p.relevant-post-eclips>p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

div.relevant-post-eclips>div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

div.relevant-post-eclips>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

div.relevant-post-eclips>p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.my-story-location>.ui-select-bootstrap>.ui-select-match>.btn {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
}

.my-story-location> .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 5px !important;
    margin: 0 3px 3px 0 !important;
    max-width: 99% !important;
    background-color: #ffffff !important;
   color: #000000 !important;
   border: 1px solid #ddd !important;
}

.my-story-location> .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
        height: 2.666666em !important;
}
.mediaDeleteBtn {
    padding: 5px !important;
    border-radius: 4px !important;
}

.mediaLocation>.ui-select-bootstrap>.ui-select-match>.btn {
    background-color: #efeff0 !important;
    border-color: #efeff0 !important;
    color: #000 !important;
    padding: 12px 40px !important;
    width: 100% !important;
}

.mediaLocation>.ui-select-multiple {
    background : #efeff0;

}

.mediaLocation> .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 5px !important;
    margin: 0 3px 3px 0 !important;
    max-width: 99% !important;
    background-color: #ffffff !important;
   color: #000000 !important;
   border: 1px solid #ddd !important;
}

.mediaLocation> .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
        height: 2.666666em !important;
}



/* FILE: assets/css/front/base.min.css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.container-fluid{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-0{right:auto}.pull-1{right:8.33333%}.pull-2{right:16.66667%}.pull-3{right:25%}.pull-4{right:33.33333%}.pull-5{right:41.66667%}.pull-6{right:50%}.pull-7{right:58.33333%}.pull-8{right:66.66667%}.pull-9{right:75%}.pull-10{right:83.33333%}.pull-11{right:91.66667%}.pull-12{right:100%}.push-0{left:auto}.push-1{left:8.33333%}.push-2{left:16.66667%}.push-3{left:25%}.push-4{left:33.33333%}.push-5{left:41.66667%}.push-6{left:50%}.push-7{left:58.33333%}.push-8{left:66.66667%}.push-9{left:75%}.push-10{left:83.33333%}.push-11{left:91.66667%}.push-12{left:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width:576px){.container{padding-right:15px;padding-left:15px}.container{width:540px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.33333%}.pull-sm-2{right:16.66667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.33333%}.pull-sm-5{right:41.66667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.33333%}.pull-sm-8{right:66.66667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.33333%}.pull-sm-11{right:91.66667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.33333%}.push-sm-2{left:16.66667%}.push-sm-3{left:25%}.push-sm-4{left:33.33333%}.push-sm-5{left:41.66667%}.push-sm-6{left:50%}.push-sm-7{left:58.33333%}.push-sm-8{left:66.66667%}.push-sm-9{left:75%}.push-sm-10{left:83.33333%}.push-sm-11{left:91.66667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.container{padding-right:15px;padding-left:15px}.container{width:720px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.33333%}.pull-md-2{right:16.66667%}.pull-md-3{right:25%}.pull-md-4{right:33.33333%}.pull-md-5{right:41.66667%}.pull-md-6{right:50%}.pull-md-7{right:58.33333%}.pull-md-8{right:66.66667%}.pull-md-9{right:75%}.pull-md-10{right:83.33333%}.pull-md-11{right:91.66667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.33333%}.push-md-2{left:16.66667%}.push-md-3{left:25%}.push-md-4{left:33.33333%}.push-md-5{left:41.66667%}.push-md-6{left:50%}.push-md-7{left:58.33333%}.push-md-8{left:66.66667%}.push-md-9{left:75%}.push-md-10{left:83.33333%}.push-md-11{left:91.66667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.container{padding-right:15px;padding-left:15px}.container{width:940px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.33333%}.pull-lg-2{right:16.66667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.33333%}.pull-lg-5{right:41.66667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.33333%}.pull-lg-8{right:66.66667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.33333%}.pull-lg-11{right:91.66667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.33333%}.push-lg-2{left:16.66667%}.push-lg-3{left:25%}.push-lg-4{left:33.33333%}.push-lg-5{left:41.66667%}.push-lg-6{left:50%}.push-lg-7{left:58.33333%}.push-lg-8{left:66.66667%}.push-lg-9{left:75%}.push-lg-10{left:83.33333%}.push-lg-11{left:91.66667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width:1300px){.container{padding-right:15px;padding-left:15px}.container{width:1270px;max-width:100%}.container-fluid{padding-right:15px;padding-left:15px}.row{margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{padding-right:15px;padding-left:15px}.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.33333%}.pull-xl-2{right:16.66667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.33333%}.pull-xl-5{right:41.66667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.33333%}.pull-xl-8{right:66.66667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.33333%}.pull-xl-11{right:91.66667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.33333%}.push-xl-2{left:16.66667%}.push-xl-3{left:25%}.push-xl-4{left:33.33333%}.push-xl-5{left:41.66667%}.push-xl-6{left:50%}.push-xl-7{left:58.33333%}.push-xl-8{left:66.66667%}.push-xl-9{left:75%}.push-xl-10{left:83.33333%}.push-xl-11{left:91.66667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}


/* FILE: assets/css/front/mmenu.min.css */
.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-panels,.mm-panels>.mm-panel{margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-menu{box-sizing:border-box;background:inherit;display:block;overflow:hidden;padding:0}.mm-panel{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-panel.mm-opened{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-panels,.mm-panels>.mm-panel{background:inherit;border-color:inherit}.mm-panels>.mm-panel{background:inherit;border-color:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;padding:0 20px}.mm-panels>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-panels>.mm-panel:after,.mm-panels>.mm-panel:before{content:'';display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-navbar{border-bottom:1px solid;border-color:inherit;text-align:center;line-height:20px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar .mm-btn{box-sizing:border-box;width:40px;height:40px;position:absolute;top:0;z-index:1}.mm-navbar .mm-btn:first-child{padding-left:20px;left:0}.mm-navbar .mm-btn:last-child{text-align:right;padding-right:20px;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px;line-height:20px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before,.mm-listview>li:after{border-color:inherit}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}.mm-listview>li:not(.mm-divider):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:20px}.mm-listview .mm-next{background:rgba(3,2,1,0);width:50px;padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listview .mm-next:before{content:'';border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:50px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listview .mm-inset{list-style:inside disc;padding:0 10px 15px 40px;margin:0}.mm-listview .mm-inset>li{padding:5px 0}.mm-listview .mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview .mm-spacer{padding-top:40px}.mm-listview .mm-spacer>.mm-next{top:40px}.mm-listview .mm-spacer.mm-divider{padding-top:25px}.mm-arrow:after,.mm-next:after,.mm-prev:before{content:'';border:2px solid transparent;display:inline-block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-prev:before{border-right:none;border-bottom:none;left:23px}.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:23px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.7)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-navbar .mm-btn:after,.mm-menu .mm-navbar .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.5);tap-highlight-color:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.5)}.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease}html.mm-opened{overflow-x:hidden;position:relative}html.mm-blocking{overflow:hidden}html.mm-blocking body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}html.mm-blocking #mm-blocker{display:block}.mm-menu.mm-offcanvas{display:none;position:fixed}.mm-menu.mm-current{display:block}.mm-menu{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-moz-transform:translate(80%,0);-ms-transform:translate(80%,0);-o-transform:translate(80%,0);transform:translate(80%,0)}@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-moz-transform:translate(440px,0);-ms-transform:translate(440px,0);-o-transform:translate(440px,0);transform:translate(440px,0)}}.mm-menu.mm-autoheight{max-height:80%}.mm-menu.mm-autoheight.mm-fullscreen{max-height:100%}.mm-menu.mm-measureheight>.mm-panels>.mm-panel{bottom:auto!important;height:auto!important}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter+a.mm-next{width:90px}em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}em.mm-counter+a.mm-fullsubopen{padding-left:0}.mm-vertical>.mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}.mm-nosubresults>.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-fixeddivider:after{content:none!important;display:none!important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.mm-iconpanel .mm-panel{-webkit-transition-property:-webkit-transform,left;-moz-transition-property:-moz-transform,left;-ms-transition-property:-ms-transform,left;-o-transition-property:-o-transform,left;transition-property:transform,left}.mm-iconpanel .mm-panel.mm-opened{border-left:1px solid;border-color:inherit}.mm-iconpanel .mm-panel.mm-subopened{overflow-y:hidden;left:-40px;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-iconpanel .mm-panel.mm-iconpanel-0{left:0}.mm-iconpanel .mm-panel.mm-iconpanel-1{left:40px}.mm-iconpanel .mm-panel.mm-iconpanel-2{left:80px}.mm-iconpanel .mm-panel.mm-iconpanel-3{left:120px}.mm-iconpanel .mm-panel.mm-iconpanel-4{left:160px}.mm-iconpanel .mm-panel.mm-iconpanel-5{left:200px}.mm-iconpanel .mm-panel.mm-iconpanel-6{left:240px}.mm-subblocker{background:inherit;opacity:0;display:block;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-subopened .mm-subblocker{opacity:.6;position:absolute;top:0;right:0;bottom:-100000px;left:0;z-index:3}.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-navbar-bottom{border-top-width:1px;border-top-style:solid;border-bottom:none;top:auto;bottom:0}.mm-navbar-top~.mm-navbar-top{border-bottom:none}.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-close:after{content:'x'}.mm-navbar[class*=mm-navbar-content-]>*{box-sizing:border-box;display:block;float:left}.mm-navbar>.mm-breadcrumbs{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 17px}.mm-navbar>.mm-breadcrumbs>*{display:inline-block;padding:10px 3px}.mm-navbar>.mm-breadcrumbs>a{text-decoration:underline}.mm-navbar.mm-hasbtns .mm-breadcrumbs{margin-left:-40px}.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs{margin-left:0;padding-left:0}.mm-navbar-top-1{top:0}.mm-hasnavbar-top-1 .mm-panels{top:40px}.mm-navbar-top-2{top:40px}.mm-hasnavbar-top-2 .mm-panels{top:80px}.mm-navbar-top-3{top:80px}.mm-hasnavbar-top-3 .mm-panels{top:120px}.mm-navbar-top-4{top:120px}.mm-hasnavbar-top-4 .mm-panels{top:160px}.mm-navbar-bottom-1{bottom:0}.mm-hasnavbar-bottom-1 .mm-panels{bottom:40px}.mm-navbar-bottom-2{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panels{bottom:80px}.mm-navbar-bottom-3{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panels{bottom:120px}.mm-navbar-bottom-4{bottom:120px}.mm-hasnavbar-bottom-4 .mm-panels{bottom:160px}.mm-navbar-size-2{height:80px}.mm-navbar-size-3{height:120px}.mm-navbar-size-4{height:160px}.mm-navbar-content-2>*{width:50%}.mm-navbar-content-3>*{width:33.33%}.mm-navbar-content-4>*{width:25%}.mm-navbar-content-5>*{width:20%}.mm-navbar-content-6>*{width:16.67%}.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:7px 10px 0 10px}.mm-search input{border:none;border-radius:26px;font:inherit;font-size:14px;line-height:26px;outline:0;display:block;width:100%;height:26px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;display:none;padding:40px 0}.mm-noresults .mm-noresultsmsg{display:block}.mm-noresults .mm-indexer{display:none!important}li.mm-nosubresults>a.mm-next{display:none}li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}.mm-menu .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.7)}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-100px;z-index:3;-webkit-transition:right .4s ease;-moz-transition:right .4s ease;-ms-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer~.mm-panel.mm-hasindexer{margin-right:20px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-check,label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check+a,label.mm-check+span{padding-right:60px}a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu label.mm-toggle:before{background:#f3f3f3}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}.mm-listview.mm-border-offset>li:after,.mm-menu.mm-border-offset .mm-listview>li:after{right:20px}.mm-menu.mm-effect-menu-zoom{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);-moz-transform:scale(.7,.7) translate3d(-30%,0,0);-ms-transform:scale(.7,.7) translate3d(-30%,0,0);-o-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);-moz-transform:scale(.7,.7) translate3d(30%,0,0);-ms-transform:scale(.7,.7) translate3d(30%,0,0);-o-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-effect-menu-slide{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}html.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(30%,0,0);-moz-transform:translate3d(30%,0,0);-ms-transform:translate3d(30%,0,0);-o-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-effect-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}html.mm-opening .mm-menu.mm-effect-menu-fade{opacity:1}.mm-menu.mm-effect-panels-zoom .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);-moz-transform:scale(1.5,1.5) translate3d(100%,0,0);-ms-transform:scale(1.5,1.5) translate3d(100%,0,0);-o-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);-moz-transform:scale(.7,.7) translate3d(-30%,0,0);-ms-transform:scale(.7,.7) translate3d(-30%,0,0);-o-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li{-webkit-transition:none .4s ease;-moz-transition:none .4s ease;-ms-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1){-webkit-transition-delay:50ms;-moz-transition-delay:50ms;-ms-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2){-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3){-webkit-transition-delay:150ms;-moz-transition-delay:150ms;-ms-transition-delay:150ms;-o-transition-delay:150ms;transition-delay:150ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4){-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5){-webkit-transition-delay:250ms;-moz-transition-delay:250ms;-ms-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6){-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7){-webkit-transition-delay:350ms;-moz-transition-delay:350ms;-ms-transition-delay:350ms;-o-transition-delay:350ms;transition-delay:350ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8){-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9){-webkit-transition-delay:450ms;-moz-transition-delay:450ms;-ms-transition-delay:450ms;-o-transition-delay:450ms;transition-delay:450ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10){-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11){-webkit-transition-delay:550ms;-moz-transition-delay:550ms;-ms-transition-delay:550ms;-o-transition-delay:550ms;transition-delay:550ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12){-webkit-transition-delay:.6s;-moz-transition-delay:.6s;-ms-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13){-webkit-transition-delay:650ms;-moz-transition-delay:650ms;-ms-transition-delay:650ms;-o-transition-delay:650ms;transition-delay:650ms}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14){-webkit-transition-delay:.7s;-moz-transition-delay:.7s;-ms-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15){-webkit-transition-delay:750ms;-moz-transition-delay:750ms;-ms-transition-delay:750ms;-o-transition-delay:750ms;transition-delay:750ms}.mm-menu.mm-effect-listitems-slide .mm-listview>li{-webkit-transform:translate3d(50%,0,0);-moz-transform:translate3d(50%,0,0);-ms-transform:translate3d(50%,0,0);-o-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-ms-transition-property:-ms-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity}html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu.mm-effect-listitems-fade .mm-listview>li{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li{opacity:1}.mm-menu.mm-effect-listitems-drop .mm-listview>li{opacity:0;top:-25%;-webkit-transition-property:opacity,top;-moz-transition-property:opacity,top;-ms-transition-property:opacity,top;-o-transition-property:opacity,top;transition-property:opacity,top}html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li{opacity:1;top:0}.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0)}@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(10000px,0);-moz-transform:translate(10000px,0);-ms-transform:translate(10000px,0);-o-transform:translate(10000px,0);transform:translate(10000px,0)}}html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0)}@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-10000px,0);-moz-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);-o-transform:translate(-10000px,0);transform:translate(-10000px,0)}}.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}html.mm-pagedim #mm-blocker,html.mm-pagedim-black #mm-blocker,html.mm-pagedim-white #mm-blocker{opacity:0}html.mm-pagedim-black.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim.mm-opening #mm-blocker{opacity:.3;transition:opacity .4s ease .4s}html.mm-pagedim #mm-blocker{background:inherit}html.mm-pagedim-white #mm-blocker{background:#fff}html.mm-pagedim-black #mm-blocker{background:#000}.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99}.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}.mm-menu.mm-pageshadow:after{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-right{left:auto;right:0}.mm-menu.mm-bottom{top:auto;bottom:0}html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-80%,0);-moz-transform:translate(-80%,0);-ms-transform:translate(-80%,0);-o-transform:translate(-80%,0);transform:translate(-80%,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-440px,0);-moz-transform:translate(-440px,0);-ms-transform:translate(-440px,0);-o-transform:translate(-440px,0);transform:translate(-440px,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;z-index:0!important}.mm-menu.mm-front{z-index:1}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu.mm-bottom{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu.mm-bottom,.mm-menu.mm-top{height:80%;min-height:140px;max-height:880px}.mm-menu.mm-theme-dark{background:#333;border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after,.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,.05)}.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-navbar .mm-btn:after,.mm-menu.mm-theme-white .mm-navbar .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(0,0,0,.05);tap-highlight-color:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,.03)}.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-navbar .mm-btn:after,.mm-menu.mm-theme-black .mm-navbar .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next){-webkit-tap-highlight-color:rgba(255,255,255,.3);tap-highlight-color:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,.2)}.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu .mm-tileview.mm-listview:after,.mm-menu.mm-tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu .mm-tileview.mm-listview>li,.mm-menu.mm-tileview .mm-listview>li{width:50%;height:0;padding:50% 0 0 0;float:left;position:relative}.mm-menu .mm-tileview.mm-listview>li:after,.mm-menu.mm-tileview .mm-listview>li:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-s,.mm-menu.mm-tileview .mm-listview>li.mm-tile-s{width:25%;padding-top:25%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-l,.mm-menu.mm-tileview .mm-listview>li.mm-tile-l{width:75%;padding-top:75%}.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl,.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl{width:100%;padding-top:100%}.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span,.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu .mm-tileview.mm-listview>li>.mm-next,.mm-menu.mm-tileview .mm-listview>li>.mm-next{width:auto}.mm-menu .mm-tileview.mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu.mm-tileview .mm-listview>li>.mm-next:before{content:none;display:none}.mm-menu.mm-tileview .mm-panel{padding-left:0;padding-right:0}.mm-menu.mm-tileview .mm-panel:after{content:none;display:none}.mm-menu.mm-tileview .mm-listview{margin:0}


/* FILE: assets/css/front/owl.carousel.min.css */
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}


/* FILE: assets/css/front/owl.theme.min.css */
.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:0 0;filter:Alpha(Opacity=50)}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}


/* FILE: assets/css/front/font-awesome-all.min.css */
/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.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:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-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-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-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-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-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-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.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-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-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.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-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-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-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.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-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-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.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-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-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.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-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-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.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-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-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-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-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.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-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.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-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.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-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-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-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-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.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-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-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-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-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-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-hashtag:before{content:"\f292"}.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-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.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-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.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-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.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-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.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-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-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-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.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-mercury:before{content:"\f223"}.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-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill: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-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.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-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-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-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen: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-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.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-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-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.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-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.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-rotate-left:before{content:"\f0e2"}.fa-rotate-right:before{content:"\f01e"}.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-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.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-search:before{content:"\f002"}.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-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-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.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-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.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-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.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-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-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-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-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.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-uikit:before{content:"\f403"}.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-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-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-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.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-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-video-camera:before{content:"\f03d"}.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-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.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-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-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.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-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-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/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;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/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;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}


/* FILE: assets/css/front/slick.min.css */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}


/* FILE: assets/css/front/magnific.min.css */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#fff;opacity:.9}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!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-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#666;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#666}.mfp-preloader a:hover{color:#333}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#444;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#444;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#666;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;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:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #444;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid transparent}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #444;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid transparent}.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 15px rgba(0,0,0,.1);background:#f8f8f8}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 15px rgba(0,0,0,.1);background:#fff}.mfp-figure small{color:#b1b1b1;display:block;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:#666;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;-ms-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}@media screen and (max-width:800px) 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,.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;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}


/* FILE: assets/css/front/chosen.min.css */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../images/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../images/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}


/* FILE: assets/css/front/nouislider.min.css */
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}


/* FILE: assets/css/front/mapbox-gl.min.css */
.mapboxgl-map{font:12px/20px 'Helvetica Neue',Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:transparent}.mapboxgl-map:-webkit-full-screen{width:100%;height:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group>button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{position:absolute;pointer-events:none;z-index:2}.mapboxgl-ctrl-top-left{top:0;left:0}.mapboxgl-ctrl-top-right{top:0;right:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{right:0;bottom:0}.mapboxgl-ctrl{clear:both;pointer-events:auto}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{margin:10px 0 0 10px;float:left}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{margin:10px 10px 0 0;float:right}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{margin:0 0 10px 10px;float:left}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{margin:0 10px 10px 0;float:right}.mapboxgl-ctrl-group{border-radius:4px;-moz-box-shadow:0 0 2px rgba(0,0,0,.1);-webkit-box-shadow:0 0 2px rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(0,0,0,.1);overflow:hidden;background:#fff}.mapboxgl-ctrl-group>button{width:30px;height:30px;display:block;padding:0;outline:0;border:0;box-sizing:border-box;background-color:transparent;cursor:pointer}.mapboxgl-ctrl-group>button+button{border-top:1px solid #ddd}.mapboxgl-ctrl>button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl>button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-ctrl-icon,.mapboxgl-ctrl-icon>.mapboxgl-ctrl-compass-arrow{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mapboxgl-ctrl-icon{padding:5px}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='m 7,9 c -0.554,0 -1,0.446 -1,1 0,0.554 0.446,1 1,1 l 6,0 c 0.554,0 1,-0.446 1,-1 0,-0.554 -0.446,-1 -1,-1 z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23333333;' d='M 10 6 C 9.446 6 9 6.4459904 9 7 L 9 9 L 7 9 C 6.446 9 6 9.446 6 10 C 6 10.554 6.446 11 7 11 L 9 11 L 9 13 C 9 13.55401 9.446 14 10 14 C 10.554 14 11 13.55401 11 13 L 11 11 L 13 11 C 13.554 11 14 10.554 14 10 C 14 9.446 13.554 9 13 9 L 11 9 L 11 7 C 11 6.4459904 10.554 6 10 6 z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E %3Cpath d='M10 4C9 4 9 5 9 5L9 5.1A5 5 0 0 0 5.1 9L5 9C5 9 4 9 4 10 4 11 5 11 5 11L5.1 11A5 5 0 0 0 9 14.9L9 15C9 15 9 16 10 16 11 16 11 15 11 15L11 14.9A5 5 0 0 0 14.9 11L15 11C15 11 16 11 16 10 16 9 15 9 15 9L14.9 9A5 5 0 0 0 11 5.1L11 5C11 5 11 4 10 4zM10 6.5A3.5 3.5 0 0 1 13.5 10 3.5 3.5 0 0 1 10 13.5 3.5 3.5 0 0 1 6.5 10 3.5 3.5 0 0 1 10 6.5zM10 8.3A1.8 1.8 0 0 0 8.3 10 1.8 1.8 0 0 0 10 11.8 1.8 1.8 0 0 0 11.8 10 1.8 1.8 0 0 0 10 8.3z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E %3Cpath d='M 10,4 C 9,4 9,5 9,5 L 9,5.1 C 7.0357113,5.5006048 5.5006048,7.0357113 5.1,9 L 5,9 c 0,0 -1,0 -1,1 0,1 1,1 1,1 l 0.1,0 c 0.4006048,1.964289 1.9357113,3.499395 3.9,3.9 L 9,15 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0,-0.1 c 1.964289,-0.400605 3.499395,-1.935711 3.9,-3.9 l 0.1,0 c 0,0 1,0 1,-1 C 16,9 15,9 15,9 L 14.9,9 C 14.499395,7.0357113 12.964289,5.5006048 11,5.1 L 11,5 c 0,0 0,-1 -1,-1 z m 0,2.5 c 1.932997,0 3.5,1.5670034 3.5,3.5 0,1.932997 -1.567003,3.5 -3.5,3.5 C 8.0670034,13.5 6.5,11.932997 6.5,10 6.5,8.0670034 8.0670034,6.5 10,6.5 Z'/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting{-webkit-animation:mapboxgl-spin 2s infinite linear;-moz-animation:mapboxgl-spin 2s infinite linear;-o-animation:mapboxgl-spin 2s infinite linear;-ms-animation:mapboxgl-spin 2s infinite linear;animation:mapboxgl-spin 2s infinite linear}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes mapboxgl-spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}@-o-keyframes mapboxgl-spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(360deg)}}@-ms-keyframes mapboxgl-spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(360deg)}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.mapboxgl-ctrl-icon.mapboxgl-ctrl-fullscreen{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M 5 4 C 4.5 4 4 4.5 4 5 L 4 6 L 4 9 L 4.5 9 L 5.7773438 7.296875 C 6.7771319 8.0602131 7.835765 8.9565728 8.890625 10 C 7.8257121 11.0633 6.7761791 11.951675 5.78125 12.707031 L 4.5 11 L 4 11 L 4 15 C 4 15.5 4.5 16 5 16 L 9 16 L 9 15.5 L 7.2734375 14.205078 C 8.0428931 13.187886 8.9395441 12.133481 9.9609375 11.068359 C 11.042371 12.14699 11.942093 13.2112 12.707031 14.21875 L 11 15.5 L 11 16 L 14 16 L 15 16 C 15.5 16 16 15.5 16 15 L 16 14 L 16 11 L 15.5 11 L 14.205078 12.726562 C 13.177985 11.949617 12.112718 11.043577 11.037109 10.009766 C 12.151856 8.981061 13.224345 8.0798624 14.228516 7.3046875 L 15.5 9 L 16 9 L 16 5 C 16 4.5 15.5 4 15 4 L 11 4 L 11 4.5 L 12.703125 5.7773438 C 11.932647 6.7864834 11.026693 7.8554712 9.9707031 8.9199219 C 8.9584739 7.8204943 8.0698767 6.7627188 7.3046875 5.7714844 L 9 4.5 L 9 4 L 6 4 L 5 4 z '/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-shrink{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath style='fill:%23000000;' d='M 4.2421875 3.4921875 A 0.750075 0.750075 0 0 0 3.71875 4.78125 L 5.9648438 7.0273438 L 4 8.5 L 4 9 L 8 9 C 8.500001 8.9999988 9 8.4999992 9 8 L 9 4 L 8.5 4 L 7.0175781 5.9550781 L 4.78125 3.71875 A 0.750075 0.750075 0 0 0 4.2421875 3.4921875 z M 15.734375 3.4921875 A 0.750075 0.750075 0 0 0 15.21875 3.71875 L 12.984375 5.953125 L 11.5 4 L 11 4 L 11 8 C 11 8.4999992 11.499999 8.9999988 12 9 L 16 9 L 16 8.5 L 14.035156 7.0273438 L 16.28125 4.78125 A 0.750075 0.750075 0 0 0 15.734375 3.4921875 z M 4 11 L 4 11.5 L 5.9648438 12.972656 L 3.71875 15.21875 A 0.75130096 0.75130096 0 1 0 4.78125 16.28125 L 7.0273438 14.035156 L 8.5 16 L 9 16 L 9 12 C 9 11.500001 8.500001 11.000001 8 11 L 4 11 z M 12 11 C 11.499999 11.000001 11 11.500001 11 12 L 11 16 L 11.5 16 L 12.972656 14.035156 L 15.21875 16.28125 A 0.75130096 0.75130096 0 1 0 16.28125 15.21875 L 14.035156 12.972656 L 16 11.5 L 16 11 L 12 11 z '/%3E %3C/svg%3E")}.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass>.mapboxgl-ctrl-compass-arrow{width:20px;height:20px;margin:5px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpolygon fill='%23333333' points='6,9 10,1 14,9'/%3E %3Cpolygon fill='%23CCCCCC' points='6,11 10,19 14,11 '/%3E %3C/svg%3E");background-repeat:no-repeat;display:inline-block}a.mapboxgl-ctrl-logo{width:85px;height:21px;margin:0 0 -3px -3px;display:block;background-repeat:no-repeat;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 84.49 21' style='enable-background:new 0 0 84.49 21;' xml:space='preserve'%3E%3Cg%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M83.25,14.26c0,0.12-0.09,0.21-0.21,0.21h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39l-1.44,2.39 c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68L76.2,6.84 c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.4-2.35 c0.06-0.11,0.18-0.17,0.3-0.17H83c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.37,3.63l2.43,3.67 C83.24,14.18,83.25,14.22,83.25,14.26z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M66.24,9.59c-0.39-1.88-1.96-3.28-3.84-3.28c-1.03,0-2.03,0.42-2.73,1.18V3.51c0-0.13-0.1-0.23-0.23-0.23h-1.4 c-0.13,0-0.23,0.11-0.23,0.23v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.11,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.73,1.18 c1.88,0,3.45-1.41,3.84-3.29C66.37,10.79,66.37,10.18,66.24,9.59L66.24,9.59z M62.08,13c-1.32,0-2.39-1.11-2.41-2.48v-0.06 c0.02-1.38,1.09-2.48,2.41-2.48s2.42,1.12,2.42,2.51S63.41,13,62.08,13z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M71.67,6.32c-1.98-0.01-3.72,1.35-4.16,3.29c-0.13,0.59-0.13,1.19,0,1.77c0.44,1.94,2.17,3.32,4.17,3.3 c2.35,0,4.26-1.87,4.26-4.19S74.04,6.32,71.67,6.32z M71.65,13.01c-1.33,0-2.42-1.12-2.42-2.51s1.08-2.52,2.42-2.52 c1.33,0,2.42,1.12,2.42,2.51S72.99,13,71.65,13.01L71.65,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M62.08,7.98c-1.32,0-2.39,1.11-2.41,2.48v0.06C59.68,11.9,60.75,13,62.08,13s2.42-1.12,2.42-2.51 S63.41,7.98,62.08,7.98z M62.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25 c0.63,0,1.17,0.57,1.17,1.27C63.24,11.2,62.73,11.76,62.08,11.76z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M71.65,7.98c-1.33,0-2.42,1.12-2.42,2.51S70.32,13,71.65,13s2.42-1.12,2.42-2.51S72.99,7.98,71.65,7.98z M71.65,11.76c-0.64,0-1.17-0.57-1.17-1.27c0-0.7,0.53-1.26,1.17-1.26s1.17,0.57,1.17,1.27C72.82,11.21,72.29,11.76,71.65,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M45.74,6.53h-1.4c-0.13,0-0.23,0.11-0.23,0.23v0.73c-0.71-0.75-1.7-1.18-2.73-1.18 c-2.17,0-3.94,1.87-3.94,4.19s1.77,4.19,3.94,4.19c1.04,0,2.03-0.43,2.73-1.19v0.73c0,0.13,0.1,0.23,0.23,0.23h1.4 c0.13,0,0.23-0.11,0.23-0.23V6.74c0-0.12-0.09-0.22-0.22-0.22C45.75,6.53,45.75,6.53,45.74,6.53z M44.12,10.53 C44.11,11.9,43.03,13,41.71,13s-2.42-1.12-2.42-2.51s1.08-2.52,2.4-2.52c1.33,0,2.39,1.11,2.41,2.48L44.12,10.53z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M41.71,7.98c-1.33,0-2.42,1.12-2.42,2.51S40.37,13,41.71,13s2.39-1.11,2.41-2.48v-0.06 C44.1,9.09,43.03,7.98,41.71,7.98z M40.55,10.49c0-0.7,0.52-1.27,1.17-1.27c0.64,0,1.14,0.56,1.17,1.25v0.04 c-0.01,0.68-0.53,1.24-1.17,1.24C41.08,11.75,40.55,11.19,40.55,10.49z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M52.41,6.32c-1.03,0-2.03,0.42-2.73,1.18V6.75c0-0.13-0.1-0.23-0.23-0.23h-1.4c-0.13,0-0.23,0.11-0.23,0.23 v10.72c0,0.13,0.1,0.23,0.23,0.23h1.4c0.13,0,0.23-0.1,0.23-0.23V13.5c0.71,0.75,1.7,1.18,2.74,1.18c2.17,0,3.94-1.87,3.94-4.19 S54.58,6.32,52.41,6.32z M52.08,13.01c-1.32,0-2.39-1.11-2.42-2.48v-0.07c0.02-1.38,1.09-2.49,2.4-2.49c1.32,0,2.41,1.12,2.41,2.51 S53.4,13,52.08,13.01L52.08,13.01z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M52.08,7.98c-1.32,0-2.39,1.11-2.42,2.48v0.06c0.03,1.38,1.1,2.48,2.42,2.48s2.41-1.12,2.41-2.51 S53.4,7.98,52.08,7.98z M52.08,11.76c-0.63,0-1.14-0.56-1.17-1.25v-0.04c0.01-0.69,0.54-1.25,1.17-1.25c0.63,0,1.17,0.58,1.17,1.27 S52.72,11.76,52.08,11.76z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M36.08,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68c0-0.98-0.74-1.71-1.62-1.71 c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.11,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V6.74 c0.01-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03c1.09,0,2.09,0.6,2.6,1.55 c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78L36.08,14.24z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M84.34,13.59l-0.07-0.13l-1.96-2.99l1.94-2.95c0.44-0.67,0.26-1.56-0.41-2.02c-0.02,0-0.03,0-0.04-0.01 c-0.23-0.15-0.5-0.22-0.78-0.22h-1.61c-0.56,0-1.08,0.29-1.37,0.78L79.72,6.6l-0.34-0.56C79.09,5.56,78.57,5.27,78,5.27h-1.6 c-0.6,0-1.13,0.37-1.35,0.92c-2.19-1.66-5.28-1.47-7.26,0.45c-0.35,0.34-0.65,0.72-0.89,1.14c-0.9-1.62-2.58-2.72-4.5-2.72 c-0.5,0-1.01,0.07-1.48,0.23V3.51c0-0.82-0.66-1.48-1.47-1.48h-1.4c-0.81,0-1.47,0.66-1.47,1.47v3.75 c-0.95-1.36-2.5-2.18-4.17-2.19c-0.74,0-1.46,0.16-2.12,0.47c-0.24-0.17-0.54-0.26-0.84-0.26h-1.4c-0.45,0-0.87,0.21-1.15,0.56 c-0.02-0.03-0.04-0.05-0.07-0.08c-0.28-0.3-0.68-0.47-1.09-0.47h-1.39c-0.3,0-0.6,0.09-0.84,0.26c-0.67-0.3-1.39-0.46-2.12-0.46 c-1.83,0-3.43,1-4.37,2.5c-0.2-0.46-0.48-0.89-0.83-1.25c-0.8-0.81-1.89-1.25-3.02-1.25h-0.01c-0.89,0.01-1.75,0.33-2.46,0.88 c-0.74-0.57-1.64-0.88-2.57-0.88H28.1c-0.29,0-0.58,0.03-0.86,0.11c-0.28,0.06-0.56,0.16-0.82,0.28c-0.21-0.12-0.45-0.18-0.7-0.18 h-1.4c-0.82,0-1.47,0.66-1.47,1.47v7.5c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.48-0.66,1.48-1.48l0,0V9.79 c0.03-0.36,0.23-0.59,0.36-0.59c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41c0.82,0,1.47-0.66,1.47-1.47 l-0.01-4.57c0.06-0.32,0.25-0.47,0.35-0.47c0.18,0,0.38,0.18,0.38,0.47v4.57c0,0.82,0.66,1.47,1.47,1.47h1.41 c0.82,0,1.47-0.66,1.47-1.47v-0.38c0.96,1.29,2.46,2.06,4.06,2.06c0.74,0,1.46-0.16,2.12-0.47c0.24,0.17,0.54,0.26,0.84,0.26h1.39 c0.3,0,0.6-0.09,0.84-0.26v2.01c0,0.82,0.66,1.47,1.47,1.47h1.4c0.82,0,1.47-0.66,1.47-1.47v-1.77c0.48,0.15,0.99,0.23,1.49,0.22 c1.7,0,3.22-0.87,4.17-2.2v0.52c0,0.82,0.66,1.47,1.47,1.47h1.4c0.3,0,0.6-0.09,0.84-0.26c0.66,0.31,1.39,0.47,2.12,0.47 c1.92,0,3.6-1.1,4.49-2.73c1.54,2.65,4.95,3.53,7.58,1.98c0.18-0.11,0.36-0.22,0.53-0.36c0.22,0.55,0.76,0.91,1.35,0.9H78 c0.56,0,1.08-0.29,1.37-0.78l0.37-0.61l0.37,0.61c0.29,0.48,0.81,0.78,1.38,0.78h1.6c0.81,0,1.46-0.66,1.45-1.46 C84.49,14.02,84.44,13.8,84.34,13.59L84.34,13.59z M35.86,14.47h-1.41c-0.13,0-0.23-0.11-0.23-0.23V9.68 c0-0.98-0.74-1.71-1.62-1.71c-0.8,0-1.46,0.7-1.59,1.62l0.01,4.66c0,0.13-0.1,0.23-0.23,0.23h-1.41c-0.13,0-0.23-0.11-0.23-0.23 V9.68c0-0.98-0.74-1.71-1.62-1.71c-0.85,0-1.54,0.79-1.6,1.8v4.48c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23 V6.74c0.01-0.13,0.11-0.22,0.23-0.22h1.4c0.13,0,0.22,0.11,0.23,0.22V7.4c0.5-0.68,1.3-1.09,2.16-1.1h0.03 c1.09,0,2.09,0.6,2.6,1.55c0.45-0.95,1.4-1.55,2.44-1.56c1.62,0,2.93,1.25,2.9,2.78l0.01,5.16C36.09,14.36,35.98,14.46,35.86,14.47 L35.86,14.47z M45.97,14.24c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V13.5c-0.7,0.76-1.69,1.18-2.72,1.18 c-2.17,0-3.94-1.87-3.94-4.19s1.77-4.19,3.94-4.19c1.03,0,2.02,0.43,2.73,1.18V6.74c0-0.13,0.1-0.23,0.23-0.23h1.4 c0.12-0.01,0.22,0.08,0.23,0.21c0,0.01,0,0.01,0,0.02v7.51h-0.01V14.24z M52.41,14.67c-1.03,0-2.02-0.43-2.73-1.18v3.97 c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.1-0.23-0.23V6.75c0-0.13,0.1-0.22,0.23-0.22h1.4c0.13,0,0.23,0.11,0.23,0.23v0.73 c0.71-0.76,1.7-1.18,2.73-1.18c2.17,0,3.94,1.86,3.94,4.18S54.58,14.67,52.41,14.67z M66.24,11.39c-0.39,1.87-1.96,3.29-3.84,3.29 c-1.03,0-2.02-0.43-2.73-1.18v0.73c0,0.13-0.1,0.23-0.23,0.23h-1.4c-0.13,0-0.23-0.11-0.23-0.23V3.51c0-0.13,0.1-0.23,0.23-0.23 h1.4c0.13,0,0.23,0.11,0.23,0.23v3.97c0.71-0.75,1.7-1.18,2.73-1.17c1.88,0,3.45,1.4,3.84,3.28C66.37,10.19,66.37,10.8,66.24,11.39 L66.24,11.39L66.24,11.39z M71.67,14.68c-2,0.01-3.73-1.35-4.17-3.3c-0.13-0.59-0.13-1.19,0-1.77c0.44-1.94,2.17-3.31,4.17-3.3 c2.36,0,4.26,1.87,4.26,4.19S74.03,14.68,71.67,14.68L71.67,14.68z M83.04,14.47h-1.61c-0.13,0-0.24-0.06-0.3-0.17l-1.44-2.39 l-1.44,2.39c-0.06,0.11-0.18,0.17-0.3,0.17h-1.61c-0.04,0-0.08-0.01-0.12-0.03c-0.09-0.06-0.13-0.19-0.06-0.28l0,0l2.43-3.68 L76.2,6.84c-0.02-0.03-0.03-0.07-0.03-0.12c0-0.12,0.09-0.21,0.21-0.21h1.61c0.13,0,0.24,0.06,0.3,0.17l1.41,2.36l1.41-2.36 c0.06-0.11,0.18-0.17,0.3-0.17h1.61c0.04,0,0.08,0.01,0.12,0.03c0.09,0.06,0.13,0.19,0.06,0.28l0,0l-2.38,3.64l2.43,3.67 c0.02,0.03,0.03,0.07,0.03,0.12C83.25,14.38,83.16,14.47,83.04,14.47L83.04,14.47L83.04,14.47z'/%3E %3Cpath class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' d='M10.5,1.24c-5.11,0-9.25,4.15-9.25,9.25s4.15,9.25,9.25,9.25s9.25-4.15,9.25-9.25 C19.75,5.38,15.61,1.24,10.5,1.24z M14.89,12.77c-1.93,1.93-4.78,2.31-6.7,2.31c-0.7,0-1.41-0.05-2.1-0.16c0,0-1.02-5.64,2.14-8.81 c0.83-0.83,1.95-1.28,3.13-1.28c1.27,0,2.49,0.51,3.39,1.42C16.59,8.09,16.64,11,14.89,12.77z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M10.5-0.01C4.7-0.01,0,4.7,0,10.49s4.7,10.5,10.5,10.5S21,16.29,21,10.49C20.99,4.7,16.3-0.01,10.5-0.01z M10.5,19.74c-5.11,0-9.25-4.15-9.25-9.25s4.14-9.26,9.25-9.26s9.25,4.15,9.25,9.25C19.75,15.61,15.61,19.74,10.5,19.74z'/%3E %3Cpath class='st1' style='opacity:0.35; enable-background:new;' d='M14.74,6.25C12.9,4.41,9.98,4.35,8.23,6.1c-3.16,3.17-2.14,8.81-2.14,8.81s5.64,1.02,8.81-2.14 C16.64,11,16.59,8.09,14.74,6.25z M12.47,10.34l-0.91,1.87l-0.9-1.87L8.8,9.43l1.86-0.9l0.9-1.87l0.91,1.87l1.86,0.9L12.47,10.34z'/%3E %3Cpolygon class='st0' style='opacity:0.9; fill: %23FFFFFF; enable-background: new;' points='14.33,9.43 12.47,10.34 11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 '/%3E%3C/g%3E%3C/svg%3E")}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:21px;height:21px;background-image:url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21 21' style='enable-background:new 0 0 21 21;' xml:space='preserve'%3E%3Cg transform='translate(0,0.01)'%3E%3Cpath d='m 10.5,1.24 c -5.11,0 -9.25,4.15 -9.25,9.25 0,5.1 4.15,9.25 9.25,9.25 5.1,0 9.25,-4.15 9.25,-9.25 0,-5.11 -4.14,-9.25 -9.25,-9.25 z m 4.39,11.53 c -1.93,1.93 -4.78,2.31 -6.7,2.31 -0.7,0 -1.41,-0.05 -2.1,-0.16 0,0 -1.02,-5.64 2.14,-8.81 0.83,-0.83 1.95,-1.28 3.13,-1.28 1.27,0 2.49,0.51 3.39,1.42 1.84,1.84 1.89,4.75 0.14,6.52 z' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3Cpath d='M 10.5,-0.01 C 4.7,-0.01 0,4.7 0,10.49 c 0,5.79 4.7,10.5 10.5,10.5 5.8,0 10.5,-4.7 10.5,-10.5 C 20.99,4.7 16.3,-0.01 10.5,-0.01 Z m 0,19.75 c -5.11,0 -9.25,-4.15 -9.25,-9.25 0,-5.1 4.14,-9.26 9.25,-9.26 5.11,0 9.25,4.15 9.25,9.25 0,5.13 -4.14,9.26 -9.25,9.26 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpath d='M 14.74,6.25 C 12.9,4.41 9.98,4.35 8.23,6.1 5.07,9.27 6.09,14.91 6.09,14.91 c 0,0 5.64,1.02 8.81,-2.14 C 16.64,11 16.59,8.09 14.74,6.25 Z m -2.27,4.09 -0.91,1.87 -0.9,-1.87 -1.86,-0.91 1.86,-0.9 0.9,-1.87 0.91,1.87 1.86,0.9 z' style='opacity:0.35;enable-background:new' class='st1'/%3E%3Cpolygon points='11.56,12.21 10.66,10.34 8.8,9.43 10.66,8.53 11.56,6.66 12.47,8.53 14.33,9.43 12.47,10.34 ' style='opacity:0.9;fill:%23ffffff;enable-background:new' class='st0'/%3E%3C/g%3E%3C/svg%3E")}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{padding:0 5px;background-color:rgba(255,255,255,.5);margin:0}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{padding-top:2px;padding-bottom:2px;margin:0 10px 10px;position:relative;padding-right:24px;background-color:#fff;border-radius:3px 12px 12px 3px;visibility:hidden}.mapboxgl-ctrl-attrib.mapboxgl-compact:hover{visibility:visible}.mapboxgl-ctrl-attrib.mapboxgl-compact::after{content:'';cursor:pointer;position:absolute;bottom:0;right:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23333333' fill-rule='evenodd' d='M4,10a6,6 0 1,0 12,0a6,6 0 1,0 -12,0 M9,7a1,1 0 1,0 2,0a1,1 0 1,0 -2,0 M9,10a1,1 0 1,1 2,0l0,3a1,1 0 1,1 -2,0'/%3E %3C/svg%3E");background-color:rgba(255,255,255,.5);width:24px;height:24px;box-sizing:border-box;visibility:visible;border-radius:12px}}.mapboxgl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:rgba(255,255,255,.75);font-size:10px;border-width:medium 2px 2px;border-style:none solid solid;border-color:#333;padding:0 5px;color:#333;box-sizing:border-box}.mapboxgl-popup{position:absolute;top:0;left:0;display:-webkit-flex;display:flex;will-change:transform;pointer-events:none}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{width:0;height:0;border:10px solid transparent;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-top:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-top:none;border-left:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-top:none;border-right:none;border-bottom-color:#fff}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-webkit-align-self:flex-start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-webkit-align-self:flex-end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-webkit-align-self:center;align-self:center;border-right:none;border-left-color:#fff}.mapboxgl-popup-close-button{position:absolute;right:0;top:0;border:0;border-radius:0 3px 0 0;cursor:pointer;background-color:transparent}.mapboxgl-popup-close-button:hover{background-color:rgba(0,0,0,.05)}.mapboxgl-popup-content{position:relative;background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:10px 10px 15px;pointer-events:auto}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-marker{position:absolute;top:0;left:0;will-change:transform}.mapboxgl-user-location-dot{background-color:#1da1f2;width:15px;height:15px;border-radius:50%;box-shadow:0 0 2px rgba(0,0,0,.25)}.mapboxgl-user-location-dot::before{background-color:#1da1f2;content:'';width:15px;height:15px;border-radius:50%;position:absolute;-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;-moz-animation:mapboxgl-user-location-dot-pulse 2s infinite;-ms-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite}.mapboxgl-user-location-dot::after{border-radius:50%;border:2px solid #fff;content:'';height:19px;left:-2px;position:absolute;top:-2px;width:19px;box-sizing:border-box}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{-webkit-transform:scale(1);opacity:1}70%{-webkit-transform:scale(3);opacity:0}100%{-webkit-transform:scale(1);opacity:0}}@-ms-keyframes mapboxgl-user-location-dot-pulse{0%{-ms-transform:scale(1);opacity:1}70%{-ms-transform:scale(3);opacity:0}100%{-ms-transform:scale(1);opacity:0}}@keyframes mapboxgl-user-location-dot-pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(3);opacity:0}100%{transform:scale(1);opacity:0}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale::after{display:none}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{position:absolute;top:0;left:0;width:0;height:0;background:#fff;border:2px dotted #202020;opacity:.5}@media print{.mapbox-improve-map{display:none}}


/* FILE: assets/css/front/custom.css */
@charset "UTF-8";

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Hero Area
.. 05. Modules
.. 06. Footer
.. 07. Comments
.. 08. Widgets Styling
.. 09. WordPress defaults
.. 10. Mobile Menu
.. 11. External Plugins
.. 12. Grid Effects
.. 13. Utilities
.. 14. Global Mediaqueries
*/

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

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

@font-face {
    font-family: 'centurygothic-bold';
    src: url('../fonts/centurygothicbold-webfont.eot');
    src: url('../fonts/centurygothicbold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/centurygothicbold-webfont.woff') format('woff'),
        url('../fonts/centurygothicbold-webfont.ttf') format('truetype'),
        url('../fonts/centurygothicbold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square Regular", Arial;
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-It';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-It.woff') format('woff'),
        url('../fonts/MyriadPro-It.ttf') format('truetype'),
        url('../fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Euclid Flex Bold", Arial;
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'),
        url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
        url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: avenir-roman;
    src: url(../fonts/Avenir-Roman.woff2) format("woff2"), url(../fonts/Avenir-Roman.woff) format("woff")
}

@font-face {
    font-family: avenir-medium;
    src: url(../fonts/Avenir-Medium.woff2) format("woff2"), url(../fonts/Avenir-Medium.woff) format("woff")
}

@font-face {
    font-family: avenir-black;
    src: url(../fonts/Avenir-Black.woff2) format("woff2"), url(../fonts/Avenir-Black.woff) format("woff")
}

@font-face {
    font-family: avenir-heavy;
    src: url(../fonts/Avenir-Heavy.woff2) format("woff2"), url(../fonts/Avenir-Heavy.woff) format("woff")
}

@font-face {
    font-family: avenir-book;
    src: url(../fonts/Avenir-Book.woff2) format("woff2"), url(../fonts/Avenir-Book.woff) format("woff")
}

@font-face {
    font-family: avenir-light;
    src: url(../fonts/Avenir-Light.woff2) format("woff2"), url(../fonts/Avenir-Light.woff) format("woff")
}

@font-face {
    font-family: avenir-medium-oblique;
    src: url(../fonts/Avenir-MediumOblique.woff2) format("woff2"), url(../fonts/Avenir-MediumOblique.woff) format("woff")
}

@font-face {
    font-family: avenir-book-oblique;
    src: url(../fonts/Avenir-BookOblique.woff2) format("woff2"), url(../fonts/Avenir-BookOblique.woff) format("woff")
}



@font-face {
    font-family: 'Euclid Flex Bold';
    src: url("../fonts/EuclidFlex-Bold-WebS.woff2") format("woff2"),
        url("../fonts/EuclidFlex-Bold-WebS.woff") format("woff"),
        url("../fonts/EuclidFlex-Bold-WebS.ttf") format("truetype"),
        url("../fonts/EuclidFlex-Bold-WebS.svg#ergerg") format("svg");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Square Bold';
    src: url("../fonts/EuclidSquare-Bold-WebS.woff2") format("woff2"),
        url("../fonts/EuclidSquare-Bold-WebS.woff") format("woff"),
        url("../fonts/EuclidSquare-Bold-WebS.ttf") format("truetype"),
        url("../fonts/EuclidSquare-Bold-WebS.svg#ergerg") format("svg");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Square Medium';
    src: url("../fonts/EuclidSquare-Medium-WebS.woff2") format("woff2"),
        url("../fonts/EuclidSquare-Medium-WebS.woff") format("woff"),
        url("../fonts/EuclidSquare-Medium-WebS.ttf") format("truetype"),
        url("../fonts/EuclidSquare-Medium-WebS.svg#ergerg") format("svg");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Square Regular';
    src: url("../fonts/EuclidSquare-Regular-WebS.woff2") format("woff2"),
        url("../fonts/EuclidSquare-Regular-WebS.woff") format("woff"),
        url("../fonts/EuclidSquare-Regular-WebS.ttf") format("truetype"),
        url("../fonts/EuclidSquare-Regular-WebS.svg#ergerg") format("svg");
    font-display: fallback;
    font-weight: normal;
    font-style: normal;
}



@-webkit-keyframes rot {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rot {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.head-intro-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

@font-face {
    font-family: vivabeautiful;
    src: url(../fonts/viva-beautiful-regular.woff2) format('woff2'),
        url(../fonts/viva-beautiful-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

/* -----------------------------------------
	01. General
----------------------------------------- */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

* {
    box-sizing: inherit;
}

*::before,
*::after {
    box-sizing: inherit;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

[hidden] {
    display: none !important;
}

/* Basic Typography
=================================== */

body {
    line-height: 1.46667;
    font-size: 15px;
    background-color: #fff;
    color: #464646;
    font-family: "Euclid Square Regular", Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    margin: 0 0 15px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    color: #2d2d2d;
    letter-spacing: -0.025em;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0 0 30px;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
    color: #33a9e0;
    text-decoration: none;
}

a:hover {
    color: #33a9e0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.group::after {
    content: "";
    display: table;
    clear: both;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
    margin: 0;
}

/* Lists */

ul,
ol {
    padding-left: 20px;
}

ul {
    list-style: disc;
    margin: 0;
}

ol {
    list-style: decimal;
    box-shadow: 0 0 black;
}

dl {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
    margin: 20px 0;
    padding-left: 15px;
    border-left: 3px solid #d7d7d7;
    font-size: 17px;
    font-weight: 300;
}

blockquote cite {
    display: block;
    font-weight: bold;
    font-style: italic;
    margin: 3px 0 0;
    color: rgba(70, 70, 70, 0.8);
    font-size: 14px;
}

/* Tables */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.entry-content table {
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
}

.entry-content th,
.entry-content td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content th:first-child,
.entry-content td:first-child {
    padding-left: 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
    font-weight: normal;
    text-align: left;
    padding: 5px;
    vertical-align: middle;
}

.entry-content th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
}

.entry-content td {
    border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-style: normal;
}

pre {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: auto;
}

/* Various */

address {
    margin: 0 0 15px;
    font-style: normal;
    line-height: inherit;
}

abbr,
abbr[title] {
    text-decoration: none;
    border: 0;
}

mark {
    color: inherit;
    font: inherit;
    background: none;
}

strong,
b {
    font-weight: 600;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
    margin-bottom: 15px;
    max-width: 100%;
    border: 0;
}

p>embed,
p>iframe,
p>object,
p>audio,
p>video,
span>embed,
span>iframe,
span>object,
span>audio,
span>video {
    margin-bottom: 0;
}

#map *,
.map * {
    max-width: none !important;
}

/* General Form Styling
=================================== */

label,
.label {
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
    color: #2d2d2d;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.025em;
}

label [class^="fa"],
.label [class^="fa"] {
    color: #33a9e0;
    margin-right: 5px;
    min-width: .785rem;
}

input,
textarea,
select {
    display: inline-block;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 12px;
    box-shadow: none;
    line-height: normal;
    border: 2px solid #ebebeb;
    border-radius: 30px;
    background-color: #f3f3f3;
    background-image: none;
    -webkit-transition: background-color .18s ease, border-color .18s ease;
    transition: background-color .18s ease, border-color .18s ease;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    outline: none;
    background-color: #fff;
    border-color: #33a9e0;
}

input.input-sm,
textarea.input-sm,
select.input-sm {
    height: 35px;
    padding: 5px 15px;
    font-size: 14px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-size: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    background-color: transparent;
    border: 0;
}

input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    height: auto;
    resize: vertical;
    padding-top: 15px;
    padding-bottom: 15px;
}

select {
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
    width: auto;
    height: auto;
}

fieldset {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    min-width: 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
    font-weight: normal;
    opacity: .8;
}

:-moz-placeholder {
    font-weight: normal;
    opacity: .8;
}

::-moz-placeholder {
    font-weight: normal;
    opacity: .8;
}

:-ms-input-placeholder {
    font-weight: normal;
    opacity: .8;
}

/* Buttons
=================================== */

button:focus {
    outline: 1px dotted #33a9e0;
}

.btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button[type="submit"] {
    display: inline-block;
    font-weight: normal;
    margin: 0;
    line-height: normal;
    border: 0;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease;
    transition: .18s background-color ease, .18s color ease, .18s border-color ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
    width: auto;
    height: auto;
    background: none;
    color: #fff;
    background-color: #33a9e0;
    border: 0;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    font-family: inherit;
    padding: 16px 40px 15px;
    font-size: 16px;
    border-radius: 4px;
}

.btn.disabled,
.btn:disabled,
.comment-reply-link.disabled,
.comment-reply-link:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.btn:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #19729a;
}

.btn:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.btn [class*="fa-"],
.comment-reply-link [class*="fa-"],
input[type="submit"] [class*="fa-"],
input[type="reset"] [class*="fa-"],
button[type="submit"] [class*="fa-"] {
    margin: 0 3px;
}

.btn-sm {
    padding: 14px 28px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 30px;
}

.btn-lg {
    padding: 21px 44px;
    font-size: 18px;
    border-radius: 30px;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #33a9e0;
    color: #33a9e0;
}

.btn-transparent:hover {
    color: #fff;
    border-color: #33a9e0;
    background-color: #33a9e0;
}

.btn-block {
    min-width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

/* Magnific Popup Overrides
=================================== */

.mfp-bg {
    background-color: #000;
}

.mfp-preloader {
    color: #fff;
}

.mfp-preloader a {
    color: #fff;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
    border: 6px solid rgba(255, 255, 255, 0.35);
    border-top-color: rgba(255, 255, 255, 0.875);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    -webkit-animation: rot .8s infinite linear;
    animation: rot .8s infinite linear;
    background-color: transparent;
    text-indent: -999em;
    margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
    border: 0;
    opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
    background: none;
    border: 0;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
}

.mfp-arrow {
    line-height: .3;
}

.mfp-arrow::before,
.mfp-arrow::after {
    border: 0;
}

.mfp-arrow::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    color: #fff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
    content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
    content: "\f104";
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

.nav {
    display: block;
}

.navigation-main {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.navigation-main::after {
    content: "";
    display: table;
    clear: both;
}

.head-mast [class^="col-lg-12"] .navigation-main {
    margin-top: 10px;
}

.navigation-main li {
    position: relative;
}

.navigation-main>li {
    display: inline-block;
}

.navigation-main a {
    display: block;
    white-space: nowrap;
}

.navigation-main ul {
    text-align: left;
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
    transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
    transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
    transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    margin-left: 12px;
}

.navigation-main ul ul {
    top: -12px;
    left: 100%;
    margin: 0;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
}

.navigation-main>li:first-child ul {
    margin-left: 0;
}

.navigation-main li:hover>ul {
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    visibility: visible;
    opacity: 1;
}

.navigation-main li:hover ul {
    z-index: 15;
}

.navigation-main>li:hover>ul {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.navigation-main li li:hover>ul {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.navigation-main>.nav-open-left ul {
    right: 0;
}

.navigation-main>.nav-open-left ul ul {
    right: 100%;
    left: auto;
}

.navigation-main li .nav-open-left ul {
    right: 100%;
    left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children>a::after {
    content: "\f0d9";
    font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children>a::after {
    content: "\f0d9";
    font-size: 12px;
}

.navigation-main ul {
    padding: 15px 0;
    list-style: none;
    background-color: #fff;
    min-width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
}

.navigation-main a {
    position: relative;
    color: #464646;
    font-size: 14px;
}

.navigation-main>li>a {
    padding: 10px 0;
    margin: 0 12px;
    color: #fff;
    /* text-transform: uppercase; */
    letter-spacing: 0;
    font-size: 14px;
}

.navigation-main>li:first-child>a {
    margin-left: 0;
}

.navigation-main li li a {
    padding: 6px 20px;
}

.navigation-main li li:hover>a,
.navigation-main li li>a:focus,
.navigation-main li .current-menu-item>a,
.navigation-main li .current-menu-parent>a,
.navigation-main li .current-menu-ancestor>a {
    color: #33a9e0;
}

.navigation-main .menu-item-has-children>a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    position: relative;
    top: -1px;
    right: -7px;
    line-height: normal;
}

.menu-item-home.submenuMedium ul {
    width: 460px;
    padding: 10px 0px;
}

.menu-item-home.submenuMediumImg ul {
    width: 460px;
    padding: 10px 0px;
}

.menu-item-home.submenuMediumwithIcon ul {
    width: 600px;
    padding: 10px 0px;
    left: inherit;
    right: 0;
}

.navigation-main li .menu-item-has-children>a {
    padding-right: 25px;
}

.navigation-main li .menu-item-has-children>a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation-main .nav-button>a {
    border: none;
    background-color: #33a9e0;
    font-size: 12px;
    border-radius: 20px;
    padding: 7px 23px;
    margin-left: 10px;
    font-weight: 500;
}

.navigation-main .nav-button>a::before {
    display: none;
}

.navigation-main .nav-button:last-child>a {
    margin-right: 0;
}

.navigation-main .mega-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navigation-main .mega-menu>ul>li>a {
    font-weight: 700;
    font-size: 1.05em;
}

.navigation-main .mega-menu>ul>li>a,
.navigation-main .mega-menu>ul>li>a:focus,
.navigation-main .mega-menu>ul>li.current-menu-item>a,
.navigation-main .mega-menu>ul>li.current-menu-parent>a,
.navigation-main .mega-menu>ul>li.current-menu-ancestor>a {
    background-color: transparent;
    color: initial;
}

.navigation-main .mega-menu>ul ul {
    display: block;
    opacity: 1;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: static;
    background: none;
    min-width: 180px;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.navigation-main .mega-menu>ul a::after {
    display: none;
}

.navigation-main .mega-menu:hover ul ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.navigation-main-right {
    text-align: right;
}

.navigation-main-right>li:last-child ul {
    right: 0;
}

.navigation-main-right>li:last-child ul ul {
    left: auto;
    right: 100%;
}

.navigation-main-right>li:last-child .menu-item-has-children>a::after {
    content: "\f0d9";
    font-size: 12px;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.header {
    z-index: 50;
    width: 100%;
    top: 0;
    position: absolute;
    color: #fff;
    z-index: 999;
    padding: 0;
}

.site-logo {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}

.site-logo a {
    color: #fff;
}

.site-tagline {
    font-size: 14px;
    margin: 0;
    letter-spacing: -0.025em;
}

.head-intro {
    font-size: 14px;
}

.head-intro a {
    color: inherit;
}

.head-intro-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.head-intro-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-intro-info span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 15px;
    height: 100%;
}

.head-intro-info span:first-child {
    padding-left: 0;
}

.head-intro-addons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    border-top-color: rgba(255, 255, 255, 0.4);
}

.head-intro-addon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 15px;
    height: 100%;
}

.head-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-search:not(:only-child)::before {
    content: "\007c";
    margin: 0 15px;
    opacity: 0.5;
}

.head-search-form {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    z-index: 25;
}

.head-search-form.head-search-expanded {
    max-width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.head-search-input {
    height: 56px;
}

.head-mast {
    padding: 10px 0;
    width: 100%;
}

.head-sticky.is-stuck {
    z-index: 999999;
    padding: 8px 0;
    background-color: #232122;
}

/* -----------------------------------------
	04. Hero Area
----------------------------------------- */

/* Basic Styles
=================================== */

.page-hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 100px 0 30px;
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    height: 470px;
}

.page-hero.singleDestinationHero {
    height: 280px;
    padding: 100px 0 10px;
}

.page-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    cursor: pointer;
}

.slick-initialized .page-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-hero .btn {
    margin-top: 25px;
}

.page-hero .hero-badge-meta {
    margin-bottom: 0px;
}

.page-hero-lg {
    height: 80vh;
    /* overflow: hidden; */
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-hero-slideshow .page-hero-lg {
    height: 100%;
}

.page-hero-lg .btn {
    margin-top: 30px;
}

.page-hero-align-center {
    text-align: center;
}

.page-hero-align-left {
    text-align: left;
}

.page-hero-align-right {
    text-align: right;
}

.page-hero-align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-hero-align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-hero-align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.page-hero-content {
    position: relative;
    z-index: 15;
}

.content-elevated.singleDestinationTop .page-hero-content {
    margin-bottom: 60px;
    color: #fff;
}

.page-hero-title {
    color: inherit;
    margin: 0;
    font-size: 30px;
    letter-spacing: 0;
    line-height: normal;
    text-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
    font-weight: 500;
}

.page-hero-lg .page-hero-title {
    font-weight: 900;
    font-size: 52px;
}

.page-hero-subtitle {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.33333;
    width: 680px;
    max-width: 100%;
    letter-spacing: -0.025em;
}

.page-hero-align-center .page-hero-subtitle {
    margin-left: auto;
    margin-right: auto;
}

.page-hero-align-right .page-hero-subtitle {
    margin-left: auto;
}

/* Video Backgrounds
=================================== */

.ci-theme-video-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    /* z-index: 1; */
}

.ci-theme-video-wrap.visible .ci-theme-video-background {
    opacity: 1;
}

.ci-theme-video-wrap.visible::before {
    display: none;
}

.ci-theme-video-wrap::before {
    border: 6px solid rgba(255, 255, 255, 0.35);
    border-top-color: rgba(255, 255, 255, 0.875);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    -webkit-animation: rot .8s infinite linear;
    animation: rot .8s infinite linear;
    content: "";
    position: absolute;
    bottom: 100px;
    z-index: 1000;
    left: 50%;
    margin-left: -20px;
}

.ci-theme-video-background {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease;
    height: 300%;
    top: -100%;
}

.ci-theme-video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Slideshow
=================================== */

.page-hero-slideshow {
    position: relative;
    height: 80vh;
    z-index: 9;

}

.page-hero-slideshow .slick-list,
.page-hero-slideshow .slick-track {
    height: 100%;
}

.page-hero-slideshow .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.ci-theme-slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 40;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    font-size: 24px;
    padding: 0;
    text-align: center;
    background: none;
    color: #33a9e0;
    border: 2px solid #fff;
    line-height: 1;
    cursor: pointer;
}

.ci-theme-slick-slider .slick-arrow:hover {
    border-color: #33a9e0;
}

.ci-theme-slick-slider .slick-arrow:focus {
    outline: none;
}

.ci-theme-slick-slider .slick-next {
    right: 15px;
}

.ci-theme-slick-slider .slick-next .fa {
    position: relative;
    left: 2px;
}

.ci-theme-slick-slider .slick-prev {
    left: 15px;
}

.ci-theme-slick-slider .slick-prev .fa {
    position: relative;
    right: 1px;
}

.ci-theme-slick-slider .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    width: 100%;
    bottom: 0px;
}

.ci-theme-slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}

.ci-theme-slick-slider .slick-dots button {
    position: relative;
    text-indent: -999em;
    padding: 0;
    margin: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.ci-theme-slick-slider .slick-dots button:focus {
    outline: 0;
}

.ci-theme-slick-slider .slick-dots button::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}

.ci-theme-slick-slider .slick-dots .slick-active button::before {
    opacity: 1;
}

/* -----------------------------------------
	05. Modules
----------------------------------------- */

/* General Layout
=================================== */

.main {
    padding: 35px 0;
}

.section-margin {
    margin-bottom: 40px;
}

.content-sticky-parent {
    height: 100%;
}

/* Sections
=================================== */

.widget-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
}

.widget-section:last-child {
    margin-bottom: 0;
}

.section-heading {
    margin-bottom: 25px;
    line-height: normal;
}

/*.section-heading::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border-radius: 5px;
    margin: 20px 0 0;
}*/

.section-title {
    font-size: 30px;
    margin: 0;
    color: #1c84b5;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
}

.section-subtitle {
    margin: 0;
    color: #8a8a8a;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.section-subtitle a {
    color: #8a8a8a;
}

.section-related {
    margin-top: 70px;
}

/* Entry Styles
=================================== */

.entry {
    margin: 0 0 50px;
}

.single .entry {
    margin-bottom: 0;
}

.entry-header {
    margin-bottom: 30px;
}

.entry-title {
    margin-bottom: 0;
}

.entry-title a {
    color: #464646;
}

.entry-title a:hover {
    color: #33a9e0;
}

[class^="col-sm-6"] .entry-title,
[class^="col-lg-4"] .entry-title {
    font-size: 26px;
}

.entry-meta {
    color: #8a8a8a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.025em;
    margin-bottom: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-meta span::after {
    content: "\2022";
    margin: 0 4px;
    font-size: 1.2em;
    color: #33a9e0;
}

.entry-meta span:last-of-type::after {
    display: none;
}

.entry-meta .star-rating {
    margin-left: auto;
}

.entry-thumb {
    margin-bottom: 35px;
    position: relative;
    z-index: 15;
}

.entry-thumb img {
    border-radius: 4px;
}

.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
    margin-top: 0;
}

.entry-content::after {
    content: "";
    display: table;
    clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 20px 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
    margin-top: 0;
}

.entry-content .anchor-title {
    margin-top: 45px;
}

.entry-content .anchor-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border-radius: 5px;
    margin: 0 0 15px;
}

.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
    margin: 40px 0;
}

.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
    margin-top: 0;
}

.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
    margin-bottom: 0;
}

.entry-content blockquote {
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    border: 0;
}

.entry-content blockquote::before {
    content: "\00201C";
    font-size: 5em;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 40px;
    opacity: .35;
}

.entry-content .boxed-title {
    font-size: 16px;
    border-radius: 5px;
    border-left: 4px solid #33a9e0;
    padding: 11px 15px;
    margin: 40px 0 30px;
    background-image: -webkit-linear-gradient(290deg, #f3f3f3, rgba(255, 255, 255, 0));
    background-image: linear-gradient(160deg, #f3f3f3, rgba(255, 255, 255, 0));
}

.entry-content-collapsible {
    max-height: 175px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.entry-content-collapsible.expanded {
    max-height: 9999px;
}

.entry-content-collapsible.expanded::before {
    display: none;
}

.entry-content-collapsible::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-image: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.entry-content-intro {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.entry-more-btn {
    margin-top: 25px;
}

.entry-author-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    margin-bottom: 65px;
    background-image: -webkit-linear-gradient(290deg, #f3f3f3, rgba(255, 255, 255, 0));
    background-image: linear-gradient(160deg, #e2e1e1, rgba(232, 232, 232, 0));
    border-left: 4px solid #d0d0d0;
    border-radius: 5px;
}

.entry-author-thumbnail {
    width: 68px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 25px;
}

.entry-author-thumbnail img {
    border-radius: 5px;
}

.entry-author-title {
    margin-bottom: 24px;
    font-size: 20px;
}

.entry-author-subtitle {
    margin-top: -18px;
    margin-bottom: 20px;
}

.widget-tour-info {
    margin-bottom: 60px;
}

/* Entry title navigation
=================================== */

.entry-title-navigation {
    background-color: #fff;
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
    padding: 15px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    pointer-events: none;
}

.entry-title-navigation.visible {
    opacity: 1;
    pointer-events: auto;
}

.entry-thumb+.entry-title-navigation {
    margin-top: -40px;
    z-index: 20;
}

.entry-title-navigation-link {
    color: #2d2d2d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed #d7d7d7;
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: normal;
    padding: 10px 25px;
}

.entry-title-navigation-link:last-child {
    border: 0;
}

.entry-title-navigation-link:hover,
.entry-title-navigation-link.active {
    color: #33a9e0;
}

.entry-title-navigation-link .fas {
    margin-right: 10px;
}

/* Items & Item Listings
=================================== */

/*.row-items {
    margin-bottom: -40px;
}*/

.row-items.no-gutters {
    margin-bottom: 0;
}

.item {
    margin-bottom: 60px;
}

.no-gutters .item {
    margin-bottom: 0;
}

.item-vertical {
    padding-bottom: 15px;
    margin-bottom: 10px;
    -webkit-transition: box-shadow .18s ease;
    transition: box-shadow .18s ease;
    border-radius: 5px;
    overflow: hidden;
}

.item-vertical:hover {
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
}

.item-vertical:hover .item-thumb img {
    border-radius: 0;
}

.item-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.item-list-xs {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d7d7d7;
}

.item-list-xs:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.item-thumb {
    position: relative;
    margin: 0 0 20px;
}

.item-thumb img {
    border-radius: 5px;
    -webkit-transition: border-radius .18s ease;
    transition: border-radius .18s ease;
}

.item-vertical .item-thumb {
    margin: 0;
}

.item-media .item-thumb {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 260px;
}

.item-vertical .item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-meta {
    margin-bottom: 5px;
}

.item-vertical .item-meta {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 25px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-media .item-meta {
    margin-bottom: 10px;
}

.item-meta-field {
    color: #8a8a8a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.025em;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-meta-field::after {
    content: "\2022";
    color: #33a9e0;
    font-size: 1.5em;
    margin: 0 5px;
}

.item-meta-field:last-child::after {
    display: none;
}

.item-entry .item-meta-field {
    text-transform: none;
}

.item-list-xs .item-meta-field {
    font-size: 11px;
}

.item-title {
    line-height: normal;
    /* letter-spacing: -0.025em; */
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    max-width: 100%;
}

.item-title a {
    color: #2d2d2d;
}

.item-title a:hover {
    color: #33a9e0;
}

.item-vertical .item-title {
    margin: -10px 0 0;
    text-align: center;
}

.item-list-xs .item-title {
    font-size: 14px;
}

.item-badge {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.025em;
    background-color: #33a9e0;
    position: absolute;
    top: 13px;
    right: -5px;
    padding: 8px 19px;
    border-radius: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
}

.item-badge::before {
    content: "";
    border: 5px solid transparent;
    border-left-color: #b00a3d;
    position: absolute;
    bottom: -4px;
    right: -5px;
    z-index: -1;
}

/* Pagination
=================================== */

.navigation {
    margin: 40px 0 0;
    text-align: center;
    line-height: normal;
}

.navigation a,
.navigation .page-numbers {

    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 10px;
    font-size: 12px !important;
    margin-bottom: 3px;
    border: 2px solid #d7d7d7;
    color: #8a8a8a;
    background: none;
    font-weight: 500;
    height: 35px;
}

.navigation .page-numbers {
    border-radius: 50%;
    width: 35px;
}

.navigation .next,
.navigation .prev,
.navigation .nav-next a,
.navigation .nav-previous a {
    width: auto;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.navigation a:hover,
.navigation .current {
    border-color: #33a9e0;
}

.navigation .nav-links::after {
    content: "";
    display: table;
    clear: both;
}

.navigation .nav-previous {
    float: left;
}

.navigation .nav-next {
    float: right;
}

.comment-navigation {
    margin: 30px 0;
}

.page-links {
    margin: 35px 0;
}

.page-links .page-number {

    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 4px 10px;
    font-size: 12px !important;
    margin-bottom: 3px;
    border: 2px solid #d7d7d7;
    color: #8a8a8a;
    background: none;
    font-weight: 500;
    height: 35px;
}

.page-links .page-number:hover {
    border-color: #33a9e0;
}

.page-links>.page-number {
    border-color: #33a9e0;
    color: #fff;
    background-color: #33a9e0;
}

.page-links>a:first-child,
.page-links>span:first-child {
    margin-left: 10px;
}

/* Social Icons
=================================== */

.list-social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-social-icons li {
    display: inline-block;
    margin: 3px 0;
    vertical-align: middle;
}

.social-icon {

    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    color: #2d2d2d;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
}

.social-icon:hover {
    border-color: #33a9e0;
    color: #33a9e0;
}

.header .social-icon,
.footer-info .social-icon {
    color: currentColor;
    font-size: inherit;
    width: auto;
    height: auto;
    border: none !important;
    margin: 3px 5px;
}

.entry-social-share {
    text-align: center;
}

.share-text-font-size{
  font-size: 14px !important;
}

.entry-social-share-title {
    color: #8a8a8a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
}

/* Hero meta badge
=================================== */

.hero-badge-meta {

    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 30px;
}

.hero-badge-meta-item {
    color: currentColor;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0em;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-badge-meta-item::after {
    content: "\2022";
    color: #33a9e0;
    font-size: 1.5em;
    margin: 0 5px;
}

.hero-badge-meta-item:last-child::after {
    display: none;
}

.text-style {
    color: #8a8a8a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.025em;
}

/* Listing controls toolbar
=================================== */

.listing-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.listing-content-controls {
    margin-left: auto;
}

.listing-content-controls select {
    min-width: 200px;
}

.listing-view-control label {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2d2d2d;
    letter-spacing: 0;
    line-height: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0;
    border: 2px solid #d7d7d7;
    cursor: pointer;
}

.listing-view-control label i {
    margin: 0;
    min-width: 0;
    line-height: normal;
    font-size: 15px;
}

.listing-view-control input {
    position: absolute;
    left: -9999px;
}

.listing-view-control input:checked+label {
    border-color: #33a9e0;
}

/* Styled boxes
=================================== */

.box-styled {
    border-radius: 5px;
    border-left: 4px solid #ebebeb;
    background-image: -webkit-linear-gradient(290deg, #f3f3f3, rgba(255, 255, 255, 0));
    background-image: linear-gradient(160deg, #f3f3f3, rgba(255, 255, 255, 0));
    padding: 30px 25px;
    margin: 30px 0 30px;
}

.box-styled p {
    margin: 0 0 20px;
}

.box-styled p:last-child {
    margin-bottom: 0;
}

.box-styled ul {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
}

.box-styled li {
    position: relative;
    margin-bottom: 2px;
}

.box-styled li::before {
    content: "\2022";
    position: absolute;
    display: inline-block;
    color: #33a9e0;
    width: 15px;
    left: -20px;
    top: -1px;
    font-size: 24px;
    font-family: serif;
    font-weight: 900;
    line-height: 1;
}

/* Star ratings
=================================== */

.star-rating {
    letter-spacing: 1px;
    position: relative;
    line-height: 1;
    font-size: 11px;
    color: #ebebeb;
    display: inline-block;
}

.star-rating::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.star-rating-inner {
    overflow: hidden;
    color: #ffb200;
    display: block;
}

.star-rating-inner::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    letter-spacing: 1px;
    font-size: 11px;
}

.star-rating-5 .star-rating-inner {
    width: 100%;
}

.star-rating-4 .star-rating-inner {
    width: 80%;
}

.star-rating-3 .star-rating-inner {
    width: 60%;
}

.star-rating-2 .star-rating-inner {
    width: 40%;
}

.star-rating-1 .star-rating-inner {
    width: 20%;
}

/* Ratings bar
=================================== */

.ratings-bar {
    width: 100%;
    height: 5px;
    background-color: #ebebeb;
    position: relative;
}

.ratings-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #33a9e0;
}

/* Star rating score
=================================== */

.star-count {
    width: 0;
}

.ratings-board-score {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 86px;
    height: 110px;
    background-color: #33a9e0;
    color: #fff;
    line-height: normal;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center;
    padding: 5px 10px;
    margin-left: 15px;
}

.ratings-board-score .star-rating {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

.ratings-board-score .star-rating-inner {
    color: #fff;
}

.ratings-score {
    font-size: 36px;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.ratings-score-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.025em;
}

/* Ratings board
=================================== */

.ratings-board {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    margin: 20px 0 55px;
}

.ratings-board-rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: -5px 0;
}

.ratings-board-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ratings-board-row:first-child {
    padding-top: 0;
}

.ratings-board-row:last-child {
    padding-bottom: 0;
}

.ratings-board-row .star-rating {
    margin-right: 5px;
}

.ratings-board-row .ratings-bar {
    margin-left: 45px;
}

/* Star Rating Input
=================================== */

.star-rating-input {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.star-rating-input input {
    display: none;
}

.star-rating-input input:checked~label {
    color: #33a9e0;
}

.star-rating-input label {
    cursor: pointer;
    color: #ebebeb;
    margin-right: 4px;
}

.star-rating-input label span {
    display: none;
}

.star-rating-input label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 20px;
}

/* Boxed forms
=================================== */

.form-boxed {
    /* background-color: #fff; */
    /* border-radius: 5px; */
    /* box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04); */
    /* padding: 35px 30px; */
}

/* Range Sliders
=================================== */

.range-slider {
    display: block;
    margin-bottom: 10px;
}

.range-slider.noUi-target {
    box-shadow: none;
    border: 0;
    background-color: #ebebeb;
}

.range-slider.noUi-horizontal {
    height: 5px;
}

.range-slider.noUi-horizontal .noUi-handle {
    box-shadow: none;
    border: 0;
    border-radius: 50%;
}

.range-slider.noUi-horizontal .noUi-handle::after,
.range-slider.noUi-horizontal .noUi-handle::before {
    display: none;
}

.range-slider.noUi-horizontal .noUi-handle-lower {
    background-color: #2d2d2d;
    width: 13px;
    height: 13px;
    top: -4px;
    left: auto;
    right: -13px !important;
}

.range-slider.noUi-horizontal .noUi-handle-upper {
    background-color: #33a9e0;
    width: 17px;
    height: 17px;
    right: 0 !important;
}

.range-slider .noUi-connect {
    background-color: #33a9e0;
}

.range-slider-values {
    color: #8a8a8a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    letter-spacing: -0.025em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.range-slider-value:last-child {
    margin-left: auto;
}

/* Filter Forms
=================================== */

.filter-form-vertical .filter-form-group {
    margin-bottom: 30px;
}

.filter-form-vertical .filter-form-group:last-child {
    margin-bottom: 0;
}

.filter-form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 25px 20px; */
    position: relative;
    z-index: 25;
}

.filter-form-inline .filter-form-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
}

.filter-form-inline input,
.filter-form-inline select,
.filter-form-inline button {
    width: 100%;
}

.filter-form-range-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.main .widget_ci-filter-form:first-child {
    margin-top: -146px;
}

.footer-widget-sections .widget_ci-filter-form:last-child {
    margin-bottom: -71px;
}

/* -----------------------------------------
	06. Footer
----------------------------------------- */

.footer {
    background-color: #1d1b1c;
    position: relative;
}

.footer-widgets {
    padding: 30px 0 10px;
    position: relative;
    z-index: 2;
}

.footer-info {
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.footer-info-inner {
    padding: 15px 0;
}

.footer-info-inner.on-background {
    color: rgba(255, 255, 255, .6);
}

.footer-copy {
    margin-bottom: 0;
    font-family: "Euclid Square Regular", Arial;
    letter-spacing: 0;
    font-style: italic;
}

/* -----------------------------------------
	07. Comments
----------------------------------------- */

.comments-area {
    margin: 30px 0 0;
}

.comments-title,
.comment-reply-title {
    margin-bottom: 15px;
}

.comment-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.comment-list ol {
    list-style: none;
}

.comment-list .comment-body {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
}

.comment-list>.comment:first-child>.comment-body {
    border-top: 0;
    padding-top: 0;
}

.post-comments {
    margin: 0 0 45px;
}

.comment-author {
    font-size: 18px;
}

.comment-author .fn {
    font-weight: 500;
    color: #2d2d2d;
}

.comment-author .avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 30px 15px 0;
    overflow: visible;
    border-radius: 3px;
}

.comment-content {
    overflow: hidden;
    zoom: 1;
}

.comment-metadata {
    color: #8a8a8a;
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 15px;
    line-height: normal;
    /* letter-spacing: -0.025em; */
    margin: 5px 0 10px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-metadata a {
    color: #8a8a8a;
}

.comment-metadata .star-rating {
    font-size: 10px;
    margin-right: 10px;
}

.edit-link {
    margin-left: 5px;
}

.comment-reply-link {
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-left: 80px;
    height: auto;
    width: auto;
    position: absolute;
    top: 25px;
    right: 0;
}

.comment-respond {
    margin-top: 40px;
}

#cancel-comment-reply-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
    font-size: 15px;
    line-height: 1.5;
    /* opacity: .75; */
    margin: -18px 0 35px;
}

.form-submit {
    margin-bottom: 0;
}

.no-comments {
    border: 1px solid #d7d7d7;
    padding: 15px;
    margin-top: 40px;
    text-align: center;
}

.comment-form-cookies-consent {
    line-height: normal;
}

.comment-form-cookies-consent label {
    display: inline-block;
    margin: 0 0 0 8px;
}

.comments-title,
.comment-reply-title {
    font-size: 26px;
    margin-bottom: 30px;
}

.comments-title::before,
.comment-reply-title::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #d7d7d7;
    border-radius: 5px;
    margin: 0 0 20px;
}

/* -----------------------------------------
	08. Widgets Styling
----------------------------------------- */

.widget {
    font-size: 14px;
    margin: 0 0 10px;
    /* Nullify bottom margin for last elements in widgets and sidebars */
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget p:last-child {
    margin-bottom: 0;
}

.widget select {
    width: 100%;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0;
    color: #2c2f42;
    font-weight: 400;
    font-family: "Euclid Flex Bold", Arial;
}

/*
.widget-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #b6b6b6;
    border-radius: 5px;
    margin: 10px 0 0;
}
*/

.widget-title label {
    text-transform: none;
    display: block;
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    font-weight: inherit;
}

/* WIDGET: Theme - Hero
========================================= */

.widget-hero {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 90px 0;
    position: relative;
}

.widget-hero .hero-badge-meta {
    margin-bottom: 25px;
}

.widget-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget-hero-title {
    color: currentColor;
    font-size: 42px;
    text-shadow: 0 7px 10px rgba(0, 0, 0, 0.16);
    font-weight: 900;
    letter-spacing: -0.025em;
}

.widget-hero-subtitle {
    letter-spacing: -0.025em;
    font-size: 18px;
    line-height: 1.333333333;
    margin-bottom: 40px;
}

/* WIDGET: Theme - Contact Widget
========================================= */

.ci-contact-widget-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
}

.ci-contact-widget-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ci-contact-widget-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    /* letter-spacing: -0.025em; */
    padding: 4px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .6);
    margin-bottom: 7px;
}

.ci-contact-widget-item i {
    text-align: center;
    min-width: 26px;
    color: #ffffff;
    margin-right: 5px;
}

/* WIDGET: Theme - Opening Hours
========================================= */

.ci-schedule-widget-intro {
    margin-bottom: 20px;
    color: #fff;
}

.ci-schedule-widget-table {
    text-align: left;
}

.ci-schedule-widget-table th {
    font-weight: 500;
}

.ci-schedule-widget-table th,
.ci-schedule-widget-table td {
    padding: 10px 0;
    color: #fff;
}

.ci-schedule-widget-table tr {
    border-bottom: 1px dashed #d7d7d7;
}

/* WIDGET: List Widgets
========================================= */

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget-list-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget-list-wrap ul ul {
    margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget-list-wrap li {
    line-height: normal;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    letter-spacing: -0.025em;
    color: #fff;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget-list-wrap li a {
    display: inline-block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .6);
    /*border-bottom: 1px dashed #d7d7d7;*/
    padding: 4px 0;
    letter-spacing: 0;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget-list-wrap li a:hover {
    color: #fff;
}

.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget-list-wrap li .count,
.widget-list-wrap li .ci-count {
    position: absolute;
    right: 0;
    top: 10px;
}

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
    display: block;
    border-bottom: 1px dashed #d7d7d7;
    padding: 10px 0;
    letter-spacing: -0.025em;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #8a8a8a;
    letter-spacing: -0.025em;
}

.entry-tags a,
.tag-cloud-link {
    display: inline-block;
    padding: 4px 14px;
    font-size: 12px !important;
    border-radius: 20px;
    border: 2px solid #d7d7d7;
    color: #464646;
    margin-bottom: 3px;
}

.entry-tags a:hover,
.tag-cloud-link:hover {
    border-color: #33a9e0;
}

/* WIDGET: #Search
========================================= */

.searchform>div {
    position: relative;
}

.searchform .searchsubmit {
    position: absolute;
    top: 4px;
    right: 4px;
    height: calc(100% - 8px);
    padding: 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
    margin-bottom: 0;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
    width: 100%;
}

#wp-calendar a {
    font-weight: bold;
    font-style: italic;
}

#wp-calendar caption {
    text-align: left;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
    padding: 9px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    background: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    padding: 8px;
}

#wp-calendar tbody td {
    background: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 3px;
}

#wp-calendar tbody td:hover {
    background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
    background: none;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/* -----------------------------------------
	09. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin: 40px 0;
}

.gallery:first-child {
    margin-top: 0;
}

.gallery:last-child {
    margin-bottom: 0;
}

.gallery-item {
    margin-bottom: 10px;
}

.remove-madia-image {
    position: absolute;
    top: 0px;
    right: 5px;
    color: white;
    background-color: #F05050;
    padding: 0px 3px !important;
    cursor: pointer;
    border-left: 3px solid #FBFBFB;
    border-bottom: 3px solid #FBFBFB;
}

.media-delete-yes{
    color: #fff;
    background-color: #27c24c;
    border-color: #27c24c;
    padding: 10px 8px;
    border-radius: 2px;
    margin-right: 5px;
    outline: 0 !important;
}

.media-delete-yes:hover {
   background-color: #23ad44;
   border-color: #20a03f;
}

.media-delete-yes:focus {
    background-color: #23ad44;
    border-color: #20a03f;
    box-shadow: 0px 1px 3px rgb(255 255 255) inset, 0px 0px 8px rgb(25 172 80)
 }

.media-delete-no{
    color: #fff;
    background-color: #f05050;
    border-color: #f05050;
    padding: 10px 8px;
    border-radius: 2px;
    outline: 0 !important;
}

.media-delete-no:hover {
    background-color: #ee3939;
    border-color: #ed2a2a;
 }

.media-delete-no:focus {
   background-color: #ee3939;
   border-color: #ed2a2a;
   box-shadow: 0px 1px 3px rgb(255 255 255) inset, 0px 0px 8px rgb(25 172 80)
}

.gallery-item img {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-1 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11111%;
    -ms-flex: 0 0 11.11111%;
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 0 5px;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: calc(100% - 10px);
    -webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}

.gallery-caption::before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
    margin: 5px 0 20px;
}

p .alignnone {
    margin-bottom: 0;
}

.aligncenter {
    display: block;
    margin: 7px auto;
}

.alignright {
    float: right;
    margin: 7px 0 7px 24px;
}

.alignleft {
    float: left;
    margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
    max-width: 100%;
    margin-bottom: 15px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 3px 0 5px;
    padding: 5px 0 0;
    text-align: left;
    font-style: italic;
}

.sticky {
    /* Provide sticky styles if necessary */
}

/* -----------------------------------------
	10. Mobile menu
----------------------------------------- */

.mm-page {
    position: static;
}

.mm-opened .mm-page {
    position: relative;
}

#mobilemenu {
    display: none;
}

.mobile-nav-trigger {
    float: right;
    font-size: 18px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    font-weight: 500;
    display: none;
    color: currentColor;
}

.mobile-nav-trigger:hover {
    color: inherit;
}

/* -----------------------------------------
	11. External Plugins
----------------------------------------- */

/* Jetpack Sharing */

.sharedaddy {
    margin-top: 30px;
}

/* WP Instagram */

.null-instagram-feed p {
    padding-top: 10px;
}

.instagram-pics {
    list-style: none;
    margin: 0 -2px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-pics li {
    width: 33.33333333333%;
    padding: 2px;
}

.instagram-pics li a {
    display: block;
    color: #464646;
}

.instagram-pics li img {
    border-radius: 5px;
}

.widget-section .instagram-pics {
    margin-left: -15px;
    margin-right: -15px;
}

.widget-section .instagram-pics li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/* jQuery Chosen
===================================== */

.chosen-container {
    max-width: 100%;
    color: #464646;
}

.chosen-container .chosen-single {
    color: #464646;
    line-height: 20px;
    border: 2px solid #ebebeb;
    border-radius: 30px;
    padding: 10px 14px;
    height: 45px;
    box-shadow: none;
    background-color: #f3f3f3;
    background-image: none;
    max-width: 100%;
    font-size: 15px;
    -webkit-transition: background-color .18s ease, border-color .18s ease;
    transition: background-color .18s ease, border-color .18s ease;
}

.chosen-container .chosen-single div b {
    background: none !important;
    position: relative;
}

.chosen-container .chosen-single div b::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    color: #33a9e0;
}

.ci-select .chosen-container .chosen-single div b::before {
    display: none;
}

.chosen-container .chosen-single:hover {
    background-color: #fff;
    border-color: #33a9e0;
}

.chosen-container.input-sm .chosen-single {
    height: 35px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.chosen-container .chosen-drop {
    border: 2px solid #33a9e0;
    border-top: none;
    margin-top: -2px;
    box-shadow: none;
}

.chosen-container .chosen-results li {
    font-size: 15px;
}

.chosen-container .chosen-results li.highlighted {
    background: #33a9e0;
    border-radius: 2px;
}

.chosen-container-single .chosen-search {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    line-height: normal;
}

.chosen-container-single .chosen-search::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 16px;
    opacity: 0.6;
}

.chosen-container-single .chosen-search input[type="text"] {
    border-color: #d7d7d7;
    border-width: 1px;
    background: none !important;
    height: 35px;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 30px;
}

.chosen-container-multi .chosen-choices {
    color: #464646;
    -webkit-transition: border-color .18s ease;
    transition: border-color .18s ease;
    line-height: 30px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 9px 25px 9px 6px;
    height: 45px;
    box-shadow: none;
    background-color: #f3f3f3;
    background-image: none;
}

.chosen-container-multi .chosen-choices::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 0;
    line-height: 45px;
    right: 12px;
    height: 100%;
    color: #464646;
    pointer-events: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 20px 6px 10px;
    background: #f3f3f3;
    margin: 3px 0 3px 5px;
    border: 0;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 7px;
}

.chosen-container-active .chosen-single {
    outline: none;
    background-color: #fff;
    border-color: #33a9e0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    background: #fff;
    border: 2px solid #33a9e0;
}

.chosen-container-active.chosen-with-drop.input-sm .chosen-single {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

/* -----------------------------------------
	12. Grid Effects
----------------------------------------- */

.row-effect {
    position: relative;
}

.row-effect::before {
    border: 6px solid rgba(70, 70, 70, 0.35);
    border-top-color: rgba(70, 70, 70, 0.875);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    -webkit-animation: rot .8s infinite linear;
    animation: rot .8s infinite linear;
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -20px;
}

.row-effect.row-images-loaded::before {
    display: none;
}

.row-effect>[class^="col"] {
    opacity: 0;
}

.row-effect>[class^="col"].ci-grid-shown {
    opacity: 1;
}

/* Fade In
========================================= */

@-webkit-keyframes ci-fade-in {
    0% {}

    100% {
        opacity: 1;
    }
}

@keyframes ci-fade-in {
    0% {}

    100% {
        opacity: 1;
    }
}

.row-effect-fade-in .ci-grid-animate {
    -webkit-animation: ci-fade-in .65s ease forwards;
    animation: ci-fade-in .65s ease forwards;
}

/* Move Up
========================================= */

@-webkit-keyframes ci-move-up {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes ci-move-up {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.row-effect-move-up .ci-grid-animate {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: ci-move-up .65s ease forwards;
    animation: ci-move-up .65s ease forwards;
}

/* Scale Up
========================================= */

@-webkit-keyframes ci-scale-up {
    0% {}

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ci-scale-up {
    0% {}

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.row-effect-scale-up .ci-grid-animate {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: ci-scale-up .65s ease-in-out forwards;
    animation: ci-scale-up .65s ease-in-out forwards;
}

/* Fall Perspective
========================================= */

@-webkit-keyframes ci-fall-perspective {
    0% {}

    100% {
        -webkit-transform: translateZ(0) translateY(0) rotateX(0);
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1;
    }
}

@keyframes ci-fall-perspective {
    0% {}

    100% {
        -webkit-transform: translateZ(0) translateY(0) rotateX(0);
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1;
    }
}

.row-effect-fall-perspective {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.row-effect-fall-perspective .ci-grid-animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: ci-fall-perspective .8s ease-in-out forwards;
    animation: ci-fall-perspective .8s ease-in-out forwards;
}

/* Fly Up
========================================= */

@-webkit-keyframes ci-fly-up {
    0% {}

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes ci-fly-up {
    0% {}

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.row-effect-fly-up {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.row-effect-fly-up .ci-grid-animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -ms-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: ci-fly-up .8s ease-in-out forwards;
    animation: ci-fly-up .8s ease-in-out forwards;
}

/* Flip
========================================= */

@-webkit-keyframes ci-flip {
    0% {}

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes ci-flip {
    0% {}

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.row-effect-flip {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.row-effect-flip .ci-grid-animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: ci-flip .8s ease-in-out forwards;
    animation: ci-flip .8s ease-in-out forwards;
}

/* Pop Up
========================================= */

@-webkit-keyframes ci-pop-up {
    0% {}

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ci-pop-up {
    0% {}

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.row-effect-pop-up {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.row-effect-pop-up .ci-grid-animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: ci-pop-up .8s ease-in forwards;
    animation: ci-pop-up .8s ease-in forwards;
}

/* -----------------------------------------
	13. Utilities
----------------------------------------- */

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.sr-only,
.screen-reader-text {
    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,
.screen-reader-text-focusable:active,
.screen-reader-text-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-sm {
    font-size: 12px;
}

.text-md {
    font-size: 15px;
}

.text-lg {
    font-size: 18px;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.mb {
    margin-bottom: 60px;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.hidden-xs-up {
    display: none !important;
}

.hidden-xl-down {
    display: none !important;
}

.mb-25 {
    margin-bottom: 25px;
}
.p-10{
    padding: 10px !important;
}

/* -----------------------------------------
	14. Global Mediaqueries
----------------------------------------- */

@media (min-width: 576px) {
    .gallery {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gallery-columns-1 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-2 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-3 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-4 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-5 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-6 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-7 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-8 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-9 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .mb-sm {
        margin-bottom: 60px;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }

    .hidden-sm-up {
        display: none !important;
    }
}

.content-elevated {
    margin-top: 0px !important;
    top: -150px !important;
    position: relative !important;
    margin-bottom: -125px;
}

@media (min-width: 768px) {
    .main-elevated {
        padding-top: 40px;
    }

    .content-elevated {}

    .singleDestinationTop.content-elevated {
        margin-top: -130px;
    }

    .entry-content-column-split {
        -webkit-columns: 2;
        columns: 2;
    }

    .item-media .item-title {
        font-size: 24px;
    }

    .gallery {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gallery-columns-1 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-2 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-3 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-4 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-5 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-6 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-7 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-8 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-9 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .mb-md {
        margin-bottom: 60px;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }

    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .entry-social-share li {
        display: block;
    }

    .footer-widgets-padded {
        padding-top: 135px;
    }

    .main-elevated .elevation-candidate:first-child {
        position: relative;
        z-index: 30;
        margin-top: -140px;
    }

    .content-elevated .elevation-candidate:first-child {
        margin-top: 0;
    }

    .gallery {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gallery-columns-1 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-2 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-3 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-4 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-5 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-6 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-7 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-8 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-9 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }

    .mb-lg {
        margin-bottom: 60px;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }

    .hidden-lg-up {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    .header-fullwidth .container {
        width: 1600px;
    }

    .footer-fullwidth .container {
        width: 1600px;
    }

    .gallery {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gallery-columns-1 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-2 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-3 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-4 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-5 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-6 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-7 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-8 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gallery-columns-9 .gallery-item {
        padding-right: 5px;
        padding-left: 5px;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }

    .mb-xl {
        margin-bottom: 60px;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }

    .hidden-xl-up {
        display: none !important;
    }
}

@media (max-width: 1299px) {
    .page-hero-lg .page-hero-title {
        font-size: 56px;
    }

    .item-media .item-thumb {
        width: 2px;
    }

    .entry-social-share {
        text-align: left;
        margin-bottom: 30px;
    }

    .form-boxed {
        padding: 25px 15px;
    }
    .elevation-candidate .form-boxed{
        padding: 0 0;
    }

    .hidden-lg-down {
        display: none !important;
    }
}

@media (max-width: 1080px) {
    .ci-theme-video-wrap::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .nav {
        display: none;
    }

    .head-mast {
        padding: 10px 0;
    }

    .head-sticky.is-stuck {
        position: static !important;
        background-color: inherit;
        padding: 0;
    }

    .head-sticky.is-stuck+div {
        display: none !important;
    }

    .stuck {
        display: none;
    }

    .page-hero .hero-badge-meta {
        margin-bottom: 15px;
    }

    .page-hero {
        height: 340px;
    }

    .page-hero-lg .btn {
        margin-top: 25px;
        padding: 15px 25px;
        font-size: 18px;
    }

    .page-hero-lg {
        height: 650px;
    }

    .page-hero-align-top {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-hero-align-bottom {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-hero-title {
        font-size: 30px;
    }

    .page-hero-lg .page-hero-title {
        font-size: 42px;
    }

    .page-hero-subtitle {
        width: auto;
    }

    .page-hero-slideshow {
        height: 650px;
    }

    .main {
        padding: 60px 0;
    }

    .sidebar {
        margin-top: 0px;
    }

    .section-margin {
        margin-bottom: 0;
    }

    .content-sticky {
        position: static !important;
    }

    .content-sticky+.stuck {
        display: none !important;
    }

    .widget-section {
        margin-bottom: 60px;
    }

    .item-media .item-thumb {
        width: 180px;
    }

    .filter-form-inline .filter-form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .filter-form-inline {
        height: auto;
    }

    .footer-widget-sections .widget_ci-filter-form:last-child {
        margin-bottom: 60px;
    }

    .footer-widgets {
        padding: 70px 0 20px;
    }

    .widget {
        margin-bottom: 50px;
    }

    .widget-hero {
        padding: 70px 30px;
    }

    .widget-hero-title {
        font-size: 36px;
    }

    .gallery-columns-6 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .gallery-columns-7 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .gallery-columns-8 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .gallery-columns-9 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    #mobilemenu {
        display: block;
    }

    .mobile-nav-trigger {
        display: inline-block;
    }

    .widget-section .instagram-pics {
        margin: 0;
    }

    .widget-section .instagram-pics li {
        padding: 0;
        margin: 0;
    }

    .hidden-md-down {
        display: none !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    .head-intro {
        text-align: center;
    }

    .head-intro-inner {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .head-intro-info span {
        margin: 0 3px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
        font-size: 12px;
        padding-left: 0;
        padding-right: 0;
    }

    .head-intro-info {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: space-between;
    }

    .head-intro-addons {
        display: none;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 5px 0 0;
        padding: 2px 0;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .head-intro-addon {
        border: 0;
        padding: 0;
        display: none;
    }

    .page-hero {
        height: 280px;
    }

    .page-hero-lg {
        height: 500px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 60px;
    }

    .content-elevated .page-hero-content {
        color: #464646;
        margin-bottom: 40px;
    }

    .page-hero-content .hero-badge-meta {
        display: none;
    }

    .page-hero-title {
        font-size: 26px;
        line-height: 1;
    }

    .content-elevated .page-hero-title {
        text-shadow: none;
    }

    .page-hero-lg .page-hero-title {
        font-size: 30px;
    }

    .page-hero-subtitle {
        font-size: 15px;
        line-height: 1.4;
    }

    .page-hero-slideshow {
        height: 500px;
    }

    .ci-theme-slick-slider .slick-arrow {
        display: none !important;
        visibility: hidden;
    }

    .main {
        padding: 50px 0;
    }

    .widget-section {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .entry-meta {
        display: block;
    }

    .entry-content .alignleft,
    .entry-content .alignright {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .item-media .item-thumb {
        width: 100px;
        margin-right: 15px;
    }

    .filter-form-inline .filter-form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .main .widget_ci-filter-form:first-child {
        margin-top: -75px;
    }

    .footer-widgets {
        padding: 70px 0 0px;
    }

    .comment-list ol {
        margin: 0;
        padding: 0;
    }

    .comment-reply-link {
        margin: 0;
    }

    .widget {
        margin-bottom: 40px;
    }

    .widget-hero {
        padding: 50px 20px;
    }

    .widget-hero-title {
        font-size: 26px;
    }

    .widget-hero-subtitle {
        font-size: 15px;
        line-height: 1.46667;
    }

    .gallery-columns-1 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-2 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-4 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-5 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-6 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-7 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-8 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-columns-9 .gallery-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .widget-section .instagram-pics li {
        width: 50%;
    }

    .hidden-sm-down {
        display: none !important;
    }
}

@media (max-width: 575px) {

    input,
    textarea,
    select {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .comment-author .avatar {
        display: none;
    }

    .hidden-xs-down {
        display: none !important;
    }

    .btn, .comment-reply-link, input[type="submit"], input[type="reset"], button[type="submit"] {
        padding: 10px 10px 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .entry-content-collapsible {
        min-height: 220px;
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .page-hero-lg .ci-theme-video-background {
        height: 100%;
        top: 0;
        width: 300%;
        left: -100%;
    }
}

.secondary-nav__icon {
    display: inline-block;
    width: 30px;
    background: url("../../img/front/category-sprite-new.svg") no-repeat;
    background-size: 30px 930px;
    height: 30px;
    background-position: 0 0
}

.secondary-nav__item {
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.secondary-nav__icon img {
    display: block;
    width: 30px;
    height: 30px
}

.secondary-nav .food-and-drink .secondary-nav__icon {
    background-position: 0 -74px;
    background-position-x: 0;
    background-position-y: -74px
}

.secondary-nav .spa-and-massage .secondary-nav__icon {
    background-position: 0 -104px
}

.secondary-nav .beauty-and-salon .secondary-nav__icon {
    background-position: 0 -134px
}

.secondary-nav .fitness .secondary-nav__icon {
    background-position: 0 -164px
}

.secondary-nav .movies-and-events .secondary-nav__icon {
    background-position: 0 -194px
}

.secondary-nav .activities .secondary-nav__icon {
    background-position: 0 -224px
}

.secondary-nav .hobbies-and-learning .secondary-nav__icon {
    background-position: 0 -254px
}

.secondary-nav .home-and-auto .secondary-nav__icon {
    background-position: 0 -284px
}

.secondary-nav .health .secondary-nav__icon {
    background-position: 0 -314px
}

.secondary-nav .in-store .secondary-nav__icon {
    background-position: 0 -344px
}

.secondary-nav .gourmetexperiences .secondary-nav__icon {
    background-position: 0 -374px
}

.secondary-nav .hotels .secondary-nav__icon {
    background-position: 0 -404px
}

.secondary-nav .cash-deals .secondary-nav__icon {
    background-position: 0 -434px
}

.secondary-nav .amazingbrandsamazingcontests .secondary-nav__icon {
    background-position: 0 -464px
}

.secondary-nav .getaways .secondary-nav__icon {
    background-position: 0 -494px
}

.secondary-nav .five-star-staycations .secondary-nav__icon {
    background-position: 0 -524px
}

.secondary-nav .Goa .secondary-nav__icon {
    background-position: 0 -554px
}

.secondary-nav .Rajasthan .secondary-nav__icon {
    background-position: 0 -584px
}

.secondary-nav .Kerala .secondary-nav__icon {
    background-position: 0 -614px
}

.secondary-nav .hills .secondary-nav__icon {
    background-position: 0 -644px
}

.secondary-nav .xmas-special-getaways .secondary-nav__icon {
    background-position: 0 -674px
}

.secondary-nav .wildlife .secondary-nav__icon {
    background-position: 0 -704px
}

.secondary-nav .new-year-special-getaways .secondary-nav__icon {
    background-position: 0 -734px
}

.secondary-nav .Long_Weekend_Special .secondary-nav__icon {
    background-position: 0 -764px
}

.secondary-nav .city-hotels .secondary-nav__icon {
    background-position: 0 -794px
}

.secondary-nav .a-december-to-remember .secondary-nav__icon {
    background-position: 0 -824px
}

.secondary-nav__item {
    padding: 10px 0px;
}

.secondary-nav__item:hover {
    transform: translateY(-2px);
}

/*li.menu-item-home.submenuMediumImg ul.sub-menu li {
    max-width: 200px;
}*/

li.menu-item-home.submenuMediumImg ul.sub-menu {
    /*background: #fff url(../../img/front/menuBg.jpg) no-repeat;*/
    background-size: contain;
    background-position: right;
}

.site-logo img {
    max-width: 100px;
}

.banner input {
    /* width: calc(100% - 150px); */
    height: 48px;
    padding-left: 16px;
    border-radius: 4px;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    color: #333;
    border-width: 1px;
    background: rgba(255, 255, 255, 0.27);
    color: #fff;
    /* border-right: 0; */
}

.banner input::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: initial
}

.j_search_box {
    display: block;
    width: 100%;
    position: relative;
}

.g_left {
    float: left;
}

.banner button {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0;
    /* display: table-cell; */
    vertical-align: center;
    text-align: center;
    /* background: #33a9e0; */
    border: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    /* width: inherit; */
    background: transparent;
    right: 0px;
    font-size: 17px;
    line-height: 52px;
    outline: none;
}

.h_explorContainer {
    margin-left: 20px;
    position: relative;
    display: none;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.h_explorContainer input {
    border-radius: 3px;
    border-width: 1px;
    padding-right: 50px;
}

.h_explorContainer .klook-icon-search {
    position: absolute;
    right: 9px;
    top: 8px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
}

.pr-0 {
    padding-right: 0;
}

.head-mast.is-stuck .h_explorContainer {
    display: block;
}

.m_radius_block.m_bg_white.t_black.g_abs.shadow_box__4.g_c_mid.f_hidden {
    padding: 22px 10px;
    max-width: 740px;
    width: max-content;
    box-sizing: border-box;
    /* border: solid 1px #e0e0e0; */
    top: 35px;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    z-index: 16;
}

.currency_box>ul li,
.currency_boxLan>ul li {
    line-height: 1;
    float: left;
    margin-bottom: 4px;
    width: 25%;
}

.currency_box>ul li a.active,
.currency_boxLan>ul li a.active {
    color: #33a9e0;
    font-weight: 600;
}

.currency_box,
.currency_boxLan {
    padding: 28px 22px 10px 22px;
    width: 740px;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    top: 63px
}

.currency_box>ul,
.currency_boxLan>ul {
    position: relative;
    /* padding-top: 27px */
}

.currency_box>ul .gray,
.currency_boxLan>ul .gray {
    color: #999999;
    margin-right: 8px;
    display: inline-block;
}

.currency_box>ul:after,
.currency_boxLan>ul:after {
    display: block;
    content: "";
    clear: both
}

.currency_box>ul.suggested-currencies,
.currency_boxLan>ul.suggested-currencies {
    /* border-top: 1px solid #e0e0e0; */
    margin-top: 0;
    /* border-bottom: 1px solid #e0e0e0; */
    /* padding-bottom: 17px; */
    padding: 0;
    list-style: none;
}

.currency_box>ul .currency-title,
.currency_boxLan>ul .currency-title {
    padding: 0 20px 0 8px;
    display: inline-block;
    top: -10px;
    line-height: 20px;
    position: absolute;
    font-weight: 500
}

.currency_box>ul li,
.currency_boxLan>ul li {
    line-height: 1;
    float: left;
    margin-bottom: 4px;
    width: 25%
}

.currency_box>ul li a,
.currency_boxLan>ul li a {
    color: #333;
    padding: 8px;
    display: inline-block;
    min-width: 75%;
    box-sizing: border-box;
    font-size: 13px;
}

.currency_box>ul li a:hover,
.currency_boxLan>ul li a:hover {
    color: #33a9df;
}

ul#j_top_nav {
    list-style: none;
    padding: 0;
}

li#j_currency>a,
li#j_currencyCo>a {
    padding: 15px 4px;
}

.currency_box>ul li a.active .gray,
.currency_boxLan>ul li a.active .gray {
    color: #33a9e0;
    font-weight: 600;
}

i.klook-icon-down.t_white.nav_arrow_down.g_rel.g_ib:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: relative;
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    /* right: 5px; */
    color: #ffffff;
    margin-left: 5px;
}

.product-row p {
    margin-bottom: 0;
    line-height: 1.5;
}

.product-row h3 {
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 20px;
    margin-bottom: 5px;
}

.product-row {
    margin-bottom: 35px;
}

.product-row:last-child {
    margin-bottom: 0px;
}

#guaranteed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 30%;
    padding-top: 140px;
    padding-bottom: 140px;
    text-shadow: 0 0 6px #888;
    color: #fff;
    text-align: center;
    width: 100%;
}

div#guaranteed h2 {
    font-size: 32px;
    color: #fff;
}

.threeInoneColum .product-row p {
    line-height: 1.6;
}

.threeInoneColum h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.threeInoneColum .product-row {
    margin-bottom: 35px;
}

.threeInoneColum #guaranteed {
    padding-top: 105px;
    padding-bottom: 105px;
}

.trandeDestination .item-thumb {
    height: 270px;
    overflow: hidden;
}

.trandeDestination .item-meta-field {
    color: #484848;
    font-size: 12px;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.trandeDestination .g_l_box.top.m_radius_box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #fff;
    /* padding: 10px; */
    padding: 6px 16px 6px 11px;
    background-color: rgba(0, 0, 0, 0.12);
    width: 100%;
    -webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}

.item.trandeDestination.item-vertical:hover .g_l_box.top.m_radius_box {
    background-color: rgba(0, 0, 0, 0.40);
}

.trandeDestination .g_l_box.top.m_radius_box i {
    margin-right: 5px;
}

.itternories i {
    margin-right: 6px;
}

p.itternories {
    margin-bottom: 0;
    margin-top: 5px;
}

.item.trandeDestination.item-vertical {
    padding-bottom: 20px;
}

.trandeDestination .item-thumb img {
    width: 100%;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

#guaranteed .g_l_box.top.m_radius_box {
    margin-bottom: 12px;
}

div#guaranteed {
    border-radius: 5px;
}

.latest_blog {
    padding: 0px;
}

.latest_blog .sub-title {
    text-align: left;
    width: 40%;
    margin: 0px;
}

.latest_blog .sub-title h2 {
    margin-bottom: 15px;
}

.latest_blog .sub-title p {
    font-size: 18px;
}

.latest_blog #latest_blog_carousel .review_singel {
    box-shadow: 0 0 25px -8px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    margin: 10px 15px 50px;
    border-radius: 5px;
    max-height: 350px;
    min-height: 350px;
    overflow: hidden;
}

.latest_blog #latest_blog_carousel .review_singel .blog-img {
    min-width: 275px;
    max-width: 275px;
    min-height: 350px;
}

.latest_blog #latest_blog_carousel .review_singel .blog-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title {
    padding: 25px;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title span {
    font-weight: 600;
    font-size: 14px;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title a {
    font-weight: 500;
    font-size: 14px;
    color: #33a9df;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title .social_options {
    display: flex;
    justify-content: end;
    margin-top: 40px;
    list-style: none;
    text-align: right;
    padding: 0;
    margin-bottom: 0;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title .social_options {
    float: right;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title .social_options li {
    margin-right: 15px;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title .social_options li a {
    font-size: 18px;
    color: #8d95a6;
    position: relative;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title .social_options li a i:before {
    margin: 0;
}

.latest_blog #latest_blog_carousel .review_singel .blog-title .social_options li a span {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 12px;
    font-weight: 400;
}

.latest_blog #latest_blog_carousell .review_singel {
    box-shadow: 0 0 25px -8px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    margin: 10px 15px 50px;
    border-radius: 5px;
    max-height: 350px;
    min-height: 350px;
    overflow: hidden;
}

.latest_blog #latest_blog_carousell .review_singel .blog-img {
    min-width: 275px;
    max-width: 275px;
    min-height: 350px;
}

.latest_blog #latest_blog_carousell .review_singel .blog-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title {
    padding: 25px;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title span {
    font-weight: 600;
    font-size: 14px;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title a {
    font-weight: 500;
    font-size: 14px;
    color: #33a9df;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title .social_options {
    display: flex;
    justify-content: end;
    margin-top: 40px;
    list-style: none;
    text-align: right;
    padding: 0;
    margin-bottom: 0;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title .social_options {
    float: right;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title .social_options li {
    margin-right: 15px;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title .social_options li a {
    font-size: 18px;
    color: #8d95a6;
    position: relative;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title .social_options li a i:before {
    margin: 0;
}

.latest_blog #latest_blog_carousell .review_singel .blog-title .social_options li a span {
    position: absolute;
    right: -12px;
    top: -12px;
    font-size: 12px;
    font-weight: 400;
}

.latest_blog .owl-controls .owl-page.active span {
    background: #384a5e;
}

.latest_blog .owl-controls .owl-page span {
    width: 9px;
    height: 9px;
    margin: 0px 6px;
    background: #d7dbdf;
}

.blog-title p {
    margin-bottom: 15px;
}

.right-item p {
    font-size: 14px;
    font-family: "Euclid Square Regular", Arial;
    line-height: 1.6;
    text-align: left;
    color: rgba(18, 40, 66, .8);
    margin-bottom: 14px;
}

.right-item p strong {
    font-family: "Euclid Flex Bold", Arial;
    margin-right: 10px;
    color: #122842;
    font-size: 12px;
}

li.menu-item-home.submenuFullWidth.menu-item-has-children>ul.sub-menu {
    width: 100%;
    right: 0;
}

ul.sub-menu h3 {
    font-size: 17px;
    margin-bottom: 8px;
    letter-spacing: 0;
    color: #33a9e0;
    font-family: "Euclid Flex Bold", Arial;
}

.navigation-main li li .menuItm a:hover {
    color: #33a9e0;
}

li.col-sm-6.centerBorders {
    position: relative;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.revenue-item {
    height: 199px;
    margin-bottom: 0;
}

.revenue-item__header {
    float: inherit;
    height: 120px;
    text-align: center;
}

.revenue-item__body {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.revenue-item-body__title {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: center;
    color: #3f515d;
}

.revenue-item-body__content {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.revenue-item__footer {
    height: 74px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: .2s ease-in background-color;
    cursor: pointer;
}

.revenue-item__footer:hover {
    background-color: #e4f6f5;
}

.direct-revenue {
    height: 400px;
}

.icon---marketing {
    margin: 40px 0 0;
    width: 54px;
    height: 32px;
    object-fit: contain;
    transform: rotate(-15deg);
}

.icon---a-b {
    margin: 40px 0 0;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.icon---customisation {
    margin: 40px 0 0;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.icon---boosters {
    margin: 40px 0 0;
    width: 40px;
    height: 48px;
    object-fit: contain;
}

.revenue-item {
    position: relative;
}

.row.iconFeture {
    margin-bottom: 50px;
}

.revenue-item__header svg {
    width: 60px;
    height: 60px;
    margin-top: 29px;
}

@media screen and (min-width: 46.875em) {
    .social-proof {
        background-size: cover;
        background-image: url(https://cdn.shopify.com/assets2/modules/social-proof/map@tablet-61e4c7b2c49542e5beaaf9998e4ecef3d7784330ac9f64148ef2b75167ce748f.jpg);
        background-position: top;
        background-repeat: no-repeat;
        padding: 50px 0px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 46.875em) and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min-width: 46.875em) and (min-resolution: 1.3dppx) {
    .social-proof {
        background-image: url(https://cdn.shopify.com/assets2/modules/social-proof/map@tablet-2x-af65af89e29f4efddb2569126f43d2d0bfe14772230cc52542957981ae517f19.jpg)
    }
}

@media screen and (min-width: 67.5em) {
    .stat-prefix {
        margin-top: -30px
    }
}

.social-proof__quote {
    border-radius: 5px;
    box-shadow: 0 0 15px 3px rgba(69, 79, 91, 0.1);
    margin: 0;
    margin-top: 45px;
    background-color: #ffffff;
    padding: 0;
    border: none;
}

@media screen and (min-width: 67.5em) {
    .quote-1 {
        margin-top: 30px;
    }
}

@media screen and (min-width: 67.5em) {
    .quote-2 {
        margin-top: 115px;
    }
}

@media screen and (min-width: 67.5em) {
    .quote-3 {
        margin-top: 75px;
    }
}

.social-proof__quote-text {
    padding: 25px;
    font-size: 16px;
}

.social-proof__quote-text.with-stars::before {
    content: ''
}

.social-proof__author {
    background-color: #33a9e0;
    border-radius: 0 0 5px 5px;
    padding: 50px 30px 15px;
    position: relative;
}

.social-proof__image {
    border-radius: 50%;
    position: absolute;
    top: -40px;
    margin-left: -40px;
    left: 50%;
    overflow: hidden;
}

.social-proof__stars {
    padding-top: 50px
}

.social-proof__author-name {
    /* font-weight: 700; */
    color: #ffffff;
    font-family: "Euclid Flex Bold", Arial;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 5px;
}

@media screen and (min-width: 46.875em) {
    .grid--social-proof {
        display: flex;
        justify-content: center
    }
}

.social-proof__feature {
    text-align: center
}

@media screen and (min-width: 67.5em) {
    .social-proof__feature {
        text-align: left;
        display: flex
    }
}

.social-proof__icon {
    margin: 0 auto
}

@media screen and (min-width: 67.5em) {
    .social-proof__icon {
        flex: 0 0 auto
    }
}

.social-proof__icon--large {
    width: 85px
}

@media screen and (min-width: 67.5em) {
    .social-proof__icon--large+.social-proof__feature-text {
        padding-left: 25px
    }
}

@media screen and (min-width: 67.5em) {
    .social-proof__feature-text {
        flex: 1 1 auto;
        padding-left: 20px
    }
}

.social-proof__heading {
    padding-top: 15px;
    margin-bottom: 10px
}

.social-proof__link {
    color: #202e78
}

.social-proof__link--secondary {
    color: #5c6ac4
}

.social-proof__link--secondary:hover {
    color: #202e78
}

h1.section-heading__heading.heading--1 {
    margin-bottom: 40px;
    color: #33a9e0;
    /*font-family: "Euclid Flex Bold", Arial;*/
}

p.block__heading {
    font-family: "Euclid Flex Bold", Arial;
    color: #000;
    font-size: 26px;
    margin-bottom: 5px;
}

blockquote cite p {
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.pt-50 {
    padding-top: 50px;
}

.custom-options {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #777;
    padding-left: 27px;
}

.moments--3roBe {
    max-width: 1375px;
    margin: 0 auto;
}

.custom-options i {
    position: absolute;
    left: 1px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 16px;
    color: #aaa;
}

.moments--3roBe .blankShapret>div {
    padding: .7%;
    float: left;
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    vertical-align: top;
    outline: none;
    border: none;
}

.moments--3roBe img {
    max-width: 100%;
    cursor: pointer;
    vertical-align: top;
    border-radius: 5px;
}

.moments--3roBe .blankShapret>div.collage-middle--2-Erx {
    padding: 0;
}

.collage-middle--2-Erx>div {
    padding: 3.5%;
    display: inline-block;
}

.moments--3roBe .blankShapret>div.collage-double--2Yx0W {
    width: 40%;
}

h2.page-hero-title.largeTitle {
    font-family: 'Euclid Flex Bold', Arial;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0;
    color: #fff;
    float: left;
    display: inline-block;
    vertical-align: middle;
    background: url("../../img/front/right-arrow.svg") no-repeat;
    background-size: 13px;
    width: 13px;
    height: 13px;
    margin-top: 5px;
    margin-right: 5px;
}

.breadcrumb>li {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.breadcrumb>li a {
    display: inline-block;
    color: #fff;
    float: left;
}

ol.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
}

.breadcrumb>li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.bg-grey-lighter {
    background-color: #f6f6f6;
}

@media (min-width: 992px) {
    .filter-bar {
        position: relative;
    }
}

.filter-bar .filter-tabs .dropdown {
    float: left;
}

@media (max-width: 992px) {
    .filter-bar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #ffffff;
        z-index: 1032;
        /*visibility: hidden;*/
        /*overflow-x: hidden;*/
        /*overflow-y: scroll;*/
        visibility: visible;
        /* overflow: hidden; */
        -webkit-overflow-scrolling: touch;
        width: 100%;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .filter-bar.xs-slide-up {
        top: 0;
        visibility: visible;
    }

    .filter-bar .filter-header {
        position: absolute;
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        width: 100%;
        padding: 8px 16px;
        min-height: 56px;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        -webkit-box-shadow: inset 0 -1px 0 0 #e1e1e4;
        box-shadow: inset 0 -1px 0 0 #e1e1e4;
    }

    .filter-bar .filter-header button {
        padding: 8px;
        border: 0;
        line-height: 1.09;
        font-size: 20px;
        color: #aaaaaa;
    }

    .filter-bar .filter-footer {
        position: absolute;
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        width: 100%;
        padding: 8px 16px;
        min-height: 56px;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #effcf2;
        bottom: 0;
        -webkit-box-shadow: inset 0 1px 0 0 #e1e1e4;
        box-shadow: inset 0 1px 0 0 #e1e1e4;
    }

    .filter-bar .filter-footer.no-bg {
        background-color: #ffffff;
        -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
        box-shadow: inset 0 1px 0 0 #ffffff;
    }

    .filter-bar .filter-footer button {
        width: 48%;
    }

    .filter-bar .filter-tabs {
        position: relative;
        /* overflow: hidden; */
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        padding:16px 16px 0 16px;
        box-shadow: none !important;
    }

    .filter-bar .filter-tabs .dropdown {
        width: 100%;
        margin-bottom: 24px;
        position: relative;
    }
    ul.dropdown-menu.dropdown-menu-form {
        top: 26px;
        max-height: 200px;
        overflow-y: auto;
        border: none;
        box-shadow: 0 3px 10px rgb(0 0 0 / 18%);
    }
    .filter-bar .filter-tabs .dropdown .dropdown-menu .actions{
        padding-top: 0 !important;
    }
    .dropdown-toggle {
        font-size: 1.7rem;
    }
    /* .filter-bar .filter-tabs .dropdown .dropdown-toggle {
        display: block;
        font-size: 20px;
        line-height: 1.09;
        letter-spacing: -0.3px;
        margin-top: 8px;
        margin-bottom: 16px;
        pointer-events: none;
        color: #2c2f42;
        font-weight: 700;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-toggle span {
        display: none;
    }

    .filter-bar .filter-tabs .dropdown:first-child .dropdown-toggle {
        margin-top: 0;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu {
        display: block;
        position: static;
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-color: transparent;
    } */

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options {
        font-size: 16px;
        line-height: 1.09;
        letter-spacing: -0.3px;
        margin-bottom: 24px;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options i {
        font-size: 15px;
        top: 2px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .actions {
        display: none;
    }
    .dropdown-menu:not(.uib-datepicker-popup) {
        width: 100%;
    }
    .dropdown-menu.dropdown-menu-form {
        padding: 1rem;
    }
    .filter-bar .filter-tabs .dropdown .dropdown-toggle:before {
        content: '';
        position: absolute;
        /* width: 100%; */
        height: 100%;
        top: 0;
        left: 0;
        background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, transparent 10%);
        background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, transparent 10%);
        background-image: radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, transparent 10%);
        background-repeat: no-repeat;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(8, 8);
        -moz-transform: scale(8, 8);
        -ms-transform: scale(8, 8);
        -o-transform: scale(8, 8);
        background-position: 50%;
        -webkit-transition: opacity 1s, -webkit-transform .3s;
        transition: opacity 1s, -webkit-transform .3s;
        transition: transform .3s, opacity 1s;
        transition: transform .3s, opacity 1s, -webkit-transform .3s;
        -webkit-transition: transform .3s, opacity 1s;
        -moz-transition: transform .3s, opacity 1s;
        -ms-transition: transform .3s, opacity 1s;
        -o-transition: transform .3s, opacity 1s;
        z-index: -1;
    }
    .filter-bar .filter-tabs .dropdown .dropdown-toggle:after {
        position: absolute;
        content: '';
        width: 16px;
        height: 16px;
        background: url(../../img/front/arrow_down_line.png) no-repeat center;
        background-size: 100%;
        right: 16px;
        top: 4px;
        opacity: 0;
        transition: opacity 0.15s linear;
        -webkit-transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear;
        -ms-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        opacity: 0.8;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        margin-right: -30px;
    }
    .filter-bar .filter-tabs .dropdown.open .dropdown-toggle:after {
        display: inline-block;
        -webkit-transform: rotate( 180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    /*.filter-bar .filter-tabs .dropdown .dropdown-toggle {
        font-size: 22px;
        line-height: 1.33;
        letter-spacing: -0.25px;
    }*/
}

@media (max-width: 991px) and (min-width: 768px) {
    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options {
        font-size: 14px;
        line-height: 1.33;
        letter-spacing: -0.25px;
    }
}

@media (min-width: 992px) {
    .filter-bar .filter-tabs {
        display: table;
        width: 100%;
        background-color: white;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

    .filter-bar .filter-tabs .dropdown {
        width: 25%;
        border-right: 1px solid #dddddd;
        position: relative;
    }

    .filter-bar .filter-tabs .dropdown:last-child {
        border-right: 0;
    }

    .filter-bar .filter-tabs .dropdown.open .dropdown-toggle:after {
        display: inline-block;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }

    .filter-bar .filter-tabs .dropdown .dropdown-toggle {
        display: block;
        width: 100%;
        min-height: 64px;
        color: #2c2f42;
        padding: 20px 40px 12px 16px;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: 0;
        /* font-weight: 700; */
        position: relative;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: "Euclid Flex Bold", Arial;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-toggle:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, transparent 10%);
        background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, transparent 10%);
        background-image: radial-gradient(circle, rgba(0, 0, 0, 0.3) 10%, transparent 10%);
        background-repeat: no-repeat;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transform: scale(8, 8);
        -moz-transform: scale(8, 8);
        -ms-transform: scale(8, 8);
        -o-transform: scale(8, 8);
        background-position: 50%;
        -webkit-transition: opacity 1s, -webkit-transform .3s;
        transition: opacity 1s, -webkit-transform .3s;
        transition: transform .3s, opacity 1s;
        transition: transform .3s, opacity 1s, -webkit-transform .3s;
        -webkit-transition: transform .3s, opacity 1s;
        -moz-transition: transform .3s, opacity 1s;
        -ms-transition: transform .3s, opacity 1s;
        -o-transition: transform .3s, opacity 1s;
        z-index: -1;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-toggle:active::before {
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        filter: alpha(opacity=30);
        -webkit-opacity: 0.3;
        -moz-opacity: 0.3;
        opacity: 0.3;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-toggle:after {
        position: absolute;
        content: '';
        width: 16px;
        height: 16px;
        background: url('../../img/front/arrow_down_line.png') no-repeat center;
        background-size: 100%;
        right: 16px;
        top: 24px;
        opacity: 0;
        transition: opacity 0.15s linear;
        -webkit-transition: opacity 0.15s linear;
        -moz-transition: opacity 0.15s linear;
        -ms-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        opacity: 0.8;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-toggle:after.in {
        opacity: 1;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-toggle span {
        display: block;
        font-size: 15px;
        line-height: 1.23;
        letter-spacing: 0;
        font-weight: 400;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.5;
        color: #aaaaaa;
        font-family: "Euclid Square Regular", Arial;
    }

    /*    .filter-bar .filter-tabs .dropdown .dropdown-toggle span.dd-val {
            color: #33a9e0;
        }*/
    .filter-bar .filter-tabs .dropdown .dropdown-menu {
        border: 1px solid #dddddd;
        margin: 0;
        padding: 24px 16px 16px;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        left: -1px;
        right: -1px;
        max-height: 300px;
        list-style: none;
        border-radius: 0px 0px 5px 5px;
        z-index: 105;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu:before,
    .filter-bar .filter-tabs .dropdown .dropdown-menu:after {
        bottom: 100%;
        right: 11px;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu:before {
        border-color: rgba(204, 23, 10, 0);
        border-bottom-color: #b7b7b7;
        border-width: 9px;
        margin-right: -1px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu:before,
    .filter-bar .filter-tabs .dropdown .dropdown-menu:after {
        right: auto;
        left: 22px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu:before {
        border-width: 12px;
        border-bottom-color: #c5c5c5;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu:after {
        border-width: 11px;
        margin-left: 1px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items {
        min-height: 24px;
        max-height: 210px;
        overflow-x: hidden;
        overflow-y: auto;
        list-style: none;
        padding: 0;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options {
        font-size: 16px;
        line-height: 1.125;
        letter-spacing: -0.26px;
        margin-bottom: 10px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options i {
        top: 2px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li:last-child .custom-options {
        margin-bottom: 0;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .actions {
        display: block;
        padding-top: 16px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .actions .btn {
        border: 0;
        padding: 0;
        text-transform: unset;
        font-family: "Euclid Flex Bold", Arial;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .filter-bar .filter-tabs .dropdown .dropdown-toggle:before {
        -webkit-transform: scale(10, 10);
        -moz-transform: scale(10, 10);
        -ms-transform: scale(10, 10);
        -o-transform: scale(10, 10);
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options {
        font-size: 16px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options i {
        top: 1px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options {
        font-size: 15px;
    }

    .filter-bar .filter-tabs .dropdown .dropdown-menu .list-items li .custom-options i {
        top: -1px;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    /* z-index: 9; */
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 17px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.open>.dropdown-menu {
    display: block;
}

.custom-options input[type=checkbox],
.custom-options input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin: 0;
}

.custom-options input[type='checkbox']~i:before {
    content: "\f0c8";
    /* font-family: "Font Awesome 5 Brands"; */

}

.custom-options input[type='checkbox'].form-control.error+i {
    color: #FF0000 !important
}

.custom-options input[type='checkbox']:checked~i:before {
    content: "\f14a";
}

.custom-options input[type='radio']~i:before {
    content: "\f111";
}

.custom-options input[type='radio']:checked~i:before {
    content: "\f192";
}

.custom-options input[type=checkbox]:checked~i {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    opacity: 1;
}

.custom-options input[type=checkbox]:checked~i:before,
.custom-options input[type=radio]:checked~i:before {
    color: #33a9df;
    opacity: 1;
}

.custom-options input[type=checkbox]:checked~span,
.custom-options input[type=radio]:checked~span {
    color: #000;
}

.filter-bar .filter-tabs .dropdown .dropdown-menu .actions {
    display: block;
    padding-top: 16px;
}

.pull-right {
    float: right;
}

.btn-link-grey {
    background-color: transparent;
    border-color: transparent;
    color: rgba(44, 47, 66, .7) !important;
}

.btn-link {
    color: #33a9e0 !important;
}

.filter-bar .filter-tabs .dropdown .dropdown-menu .actions .btn:focus {
    outline: none;
    box-shadow: none;
}

.filter-bar {
    position: relative;
}

.item.item-vertical.ListingClas {
    padding-bottom: 15px;
    background: #fff;
}

.ListingClas.item-vertical .item-title {
    margin: 0;
    padding: 0px 15px;
    font-family: "Euclid Flex Bold", Arial;
}

.ListingClas.item-vertical span.item-meta-field {
    color: #484848;
    font-size: 12px;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.item.item-vertical.ListingClas .item-thumb {
    height: 270px;
    overflow: hidden;
}

.itinerary-card__wishlist::before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 14px;
    line-height: 32px;
    color: #343a40;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 900;
}

.itinerary-card__map::before {
    font-family: "Font Awesome 5 Free";
    content: "\f279";
    font-size: 13px;
    line-height: 31px;
    color: #343a40;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 900;
}

.itinerary-card__wishlist,
.itinerary-card__map {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    /* padding: 10px; */
    background: #fff;
    border-radius: 50%;
    line-height: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.12);
}

.filter-pills {
    margin-top: 24px;
    margin-bottom: 30px;
}

.filter-pills ul {
    margin: 0;
}

.filter-pills ul li {
    float: left;
    display: inline-block;
    position: relative;
    padding: 6px 22px 6px 7px;
    border: 1px solid #dddddd;
    font-size: 13px;
    color: #a0a0a0;
    margin: 4px 4px 0 0;
    border-radius: 3px;
    background-clip: padding-box;
}

.filter-pills ul li i {
    position: absolute;
    top: 6px;
    right: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../../img/front/close.svg) no-repeat;
    background-size: 10px;
    background-position: 7px center;
}

/*.filter-pills ul li:last-child {
    border: 0;
    margin-right: 0;
    border-radius: 0;
    background-clip: padding-box;
}*/

.filter-pills ul li:last-child a {
    color: #777777;
    font-weight: 600;
}

.filter-pills ul li:last-child a:hover {
    color: #777777;
    opacity: 0;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    opacity: 0.8;
}

.filter-pills ul li:last-child a:hover.in {
    opacity: 1;
}

.sidebar-item {
    margin-bottom: 30px
}

.sidebar-item-card {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: 1px solid #eee9e5;
    margin-bottom: 16px;
    z-index: unset;
    border-radius: 5px;
}

.sidebar-item-card>.card-ticket {
    border: 0
}

.sidebar-padding {
    padding: 30px
}

@media (min-width: 768px) {}

@media (max-width: 991px) {
    .sidebar-padding {
        padding: 15px
    }
}

.sidebar-padding-small {
    padding: 10px
}

.sidebar-padding-medium {
    padding: 15px
}

.sidebar-padding-large {
    padding: 20px
}

.sidebar-padding-large-notop {
    padding: 0 20px 20px
}

.map-container {
    height: 300px;
    cursor: pointer
}

@media screen and (max-width: 1200px) {
    .map-container {
        height: 301px
    }
}

.map-container .coco-map-iti-path {
    stroke: #db2c24;
    stroke-opacity: 1;
    stroke-width: 4px
}

.map-container .leaflet-zoom-animated {
    z-index: -1
}

.sidebar-title,
.sidebar-stages-title,
.sidebar-inspirations-title,
.sidebar-itineraries-title {
    font-size: 1.1em;
    color: #343a40;
    font-weight: 700;
    margin: 10px auto 20px;
    text-align: center
}

.sidebar-agents .sidebar-title {
    margin-top: 20px;
    padding: 0 15px;
    letter-spacing: 0;
}

.sidebar-agents .agent-presentation-list hr:last-of-type {
    margin-bottom: 0
}

.sidebar-destination-title {
    font-size: 1.1em;
    color: #343a40;
    font-weight: 700;
    margin: 10px auto 20px;
    text-align: center
}

.sidebar-calendar {
    padding: 10px 20px 25px;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0
}

.sidebar-essential-summarize {
    font-weight: 400;
    line-height: 1.2em;
    font-size: 1.2em;
    color: #343a40;
    margin-bottom: 10px;
    text-align: center
}

.sidebar-cta-next {
    text-align: center
}

.sidebar-articles {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-article-item {
    padding: 0 15px;
    border-top: 1px #f7f2ec solid
}

.sidebar-article-item:first-child {
    border: none
}

.sidebar-article-link {
    font-weight: 400;
    font-size: 1em;
    color: #343a40;
    display: table;
    width: 100%;
    padding: 18px 0
}

.sidebar-article-link:hover {
    color: #262b2f
}

.sidebar-article-link:hover {
    color: #868e96
}

.sidebar-article-icon {
    display: table-cell;
    font-size: 20px;
    color: #868e96;
    vertical-align: middle
}

.sidebar-article-title {
    display: table-cell;
    width: 100%;
    font-weight: 400;
    padding-left: 10px;
    margin: 0;
    vertical-align: middle
}

.sidebar-articles-more {
    text-align: center;
    border-top: 1px #f7f2ec solid
}

.sidebar-whentogo-button-calendar {
    display: none
}

.sidebar-whentogo-button {
    cursor: pointer
}

.sidebar-text-crop-introduction {
    display: inline;
    margin-right: 5px
}

.sidebar-text-crop-more {
    cursor: pointer
}

.sidebar-text-crop-content {
    display: none
}

.sidebar-relatedarticles .sidebar-relatedarticles-title {
    font-weight: 700;
    color: #343a40;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17.78px;
    margin: 16px 0 5.33333333px;
    display: block;
    text-align: center;
    margin: 0 0 15px;
    padding: 15px;
    border-bottom: 1px solid #eaeaea
}

.sidebar-relatedarticles .sidebar-relatedarticles-title.soil {
    color: #868e96
}

.sidebar-relatedarticles .sidebar-relatedarticles-title.brand {
    color: #129cab
}

.sidebar-relatedarticles .sidebar-relatedarticles-title.community {
    color: #ee641c
}

.sidebar-relatedarticles .sidebar-relatedarticles-title.title-top {
    margin-top: 0
}

.sidebar-relatedarticles .article-4-list .article-4 {
    margin: 0 15px 15px
}

.sidebar-relatedarticles .article-4-list .article-4:last-child {
    margin-bottom: 0
}

.sidebar-relatedarticles .link-more {
    display: block;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #eaeaea
}

.sidebar-end-cta {
    text-align: center
}

.sidebar-practical-more {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.agent-contact-gap {
    padding-top: 1px
}

.agent-contact-container {
    padding: 30px
}

.agent-contact {
    text-align: center
}

.agent-contact-name {
    margin-bottom: 5px
}

.agent-contact-name:hover {
    color: #424951
}

.agent-contact-stars {
    margin-bottom: 15px
}

.agent-contact-photo {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 90px;
    border-radius: 100%
}

.agent-presentation-list .agent-presentation {
    padding: 0 15px
}

.agent-presentation-photo {
    float: left;
    width: 60px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.social-share-text {
  font-size: 14px;
}

.agent-presentation-rating {
    padding-top: 8px;
    font-size: 10px;
}

.agent-presentation-rating>* {
    display: inline-block;
    vertical-align: middle
}

.agent-presentation-rating div:last-child {
    margin-left: 5px;
    font-size: 14px;
    color: #868e96
}

.agent-presentation-name {
    margin-left: 0px;
    font-size: 18px;
    color: #343a40;
    line-height: 1;
}

.agent-presentation-name .agency-name {
    display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 36px;
    color: #343a40;
    line-height: 1
}

.agent-presentation-hobby {
    padding-top: 8px;
    font-size: 15px;
    color: #343a40;
    clear: both;
    font-family: "Euclid Square Regular", Arial;
    line-height: 20px;
}

.agent-presentation-next {
    display: none
}

.agent-presentation-next .agent-presentation:first-of-type {
    margin-top: 20px
}

.agent-presentation-discover {
    text-align: center
}

.agent-overview-card {
    padding: 16px;
    background-color: #14716a
}

.agent-overview-card::after {
    content: '';
    display: block;
    clear: both
}

@media (min-width: 768px) {
    .agent-overview-card {
        padding: 16px 24px
    }
}

@media (min-width: 992px) {
    .agent-overview-card {
        padding: 15px
    }
}

.agent-overview-card-image {
    float: left;
    width: 90px;
    margin-right: 10px
}

.agent-overview-card-image img {
    max-width: 100%
}

.agent-overview-card-personalization {
    clear: both;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    color: #fff
}

.agent-overview-card-title {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: block;
    padding-top: 5px;
    margin-left: 110px;
    line-height: 1
}

.agent-overview-card-title:hover {
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.agent-overview-card-title-name {
    font-weight: 400;
    font-size: 46px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    line-height: 1
}

.agent-overview-card-speciality {
    display: block;
    padding: .5em 0
}

.agent-overview-card-reviews-container {
    display: block;
    margin-left: 110px
}

.agent-overview-card-reviews-container .stars-rate {
    font-size: 10px;
    vertical-align: middle
}

.agent-overview-card-reviews {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline
}

.agent-overview-card-reviews:hover {
    text-decoration: none
}

.agent-itineraries-item {
    margin-bottom: 30px
}

.agent-itineraries-item.col-xs-12 {
    float: none
}

.agent-itineraries {
    padding: 30px
}

.agent-itineraries-agent {
    display: table;
    margin-bottom: 30px;
    width: 100%
}

.agent-itineraries-agent-side {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 110px
}

.agent-itineraries-agent-content {
    display: table-cell;
    vertical-align: middle
}

.agent-itineraries-agent-photo {
    width: 100%;
    border-radius: 100%
}

.agent-itineraries-agent-name {
    display: inline-block;
    margin-right: 6px
}

.agent-itineraries-agent-name:hover {
    color: #767f88
}

.agent-itineraries-agent-stars {
    vertical-align: text-bottom
}

.agent-itineraries-agent-stars-label:hover {
    color: #9ca6af
}

.agent-itineraries-agent-specialities {
    margin: 0
}

.agent-itineraries-agent-specialities:hover {
    color: #424951
}

.agent-itineraries-stats {
    margin-bottom: 18px;
    padding-left: 15px
}

.agent-itineraries-stats:after {
    content: '';
    display: table;
    clear: both
}

.agent-itineraries-stats-item {
    float: left;
    margin-bottom: 12px;
    padding-left: 21px;
    width: 50%
}

@media (max-width: 1200px) {
    .agent-itineraries-stats-item {
        padding-left: 0;
        text-align: center
    }
}

.agent-itineraries-stats-icon {
    vertical-align: middle;
    margin-left: -21px;
    margin-right: 4px
}

@media (max-width: 1200px) {
    .agent-itineraries-stats-icon {
        display: block;
        margin-bottom: 5px;
        margin-left: inherit
    }
}

.agent-itineraries-stats-icon.evaneos {
    color: #ee641c
}

.agent-itineraries-stats-icon.clock {
    color: #12b886
}

.agent-itineraries-stats-icon.valid {
    color: #129cab
}

.agent-itineraries-stats-icon.community {
    color: #12b886
}

.agent-itineraries-stats-icon.pin {
    color: #db2c24
}

.agent-itineraries-stats-label {
    font-weight: 400;
    font-size: 1em;
    color: #868e96
}

.agent-itineraries-stats-value {
    font-weight: 400;
    font-size: 1em;
    color: #343a40
}

.agent-itineraries-actions-wrap {
    text-align: center
}

@media (max-width: 992px) {
    .agent-itineraries-actions-wrap {
        margin-bottom: 30px
    }
}

.agent-itineraries-slide {
    position: relative
}

.agent-itineraries-slide:after {
    content: '';
    display: table;
    clear: both
}

.agent-itineraries-slide-left,
.agent-itineraries-slide-right {
    position: absolute;
    top: 46%;
    width: 35px
}

@media (max-width: 992px) {

    .agent-itineraries-slide-left,
    .agent-itineraries-slide-right {
        display: none
    }
}

.agent-itineraries-slide-left {
    left: 0
}

.agent-itineraries-slide-right {
    right: 0;
    text-align: right
}

.agent-itineraries-slide-sub {
    display: none;
    text-align: center
}

@media (max-width: 992px) {
    .agent-itineraries-slide-sub {
        display: inherit
    }
}

.agent-presentation-name .agency-name,
.HeadingFonts {
    font-family: "Euclid Flex Bold", Arial;
}

.concept-blue {
    position: relative;
    padding: 20px;
    background: #33a9e0;
    background-image: url(../../img/front/bluebox-bgmap.webp);
    background-position: calc(100% + 73px) calc(100% - 17px);
    background-repeat: no-repeat;
    border-radius: 5px;
}
.concept-white {
    position: relative;
    padding: 20px;
    background: #f8f8f8;
    background-image: url(../../img/front/bluebox-bgmap.webp);
    background-position: calc(100% + 73px) calc(100% - 17px);
    background-repeat: no-repeat;
    border-radius: 5px;
}

.concept-blue-top-arrow::before {
    position: absolute;
    content: '';
    top: -24px;
    left: 50%;
    margin-left: -12px;
    width: 1px;
    height: 1px;
    border: 1px solid;
    border-color: transparent transparent #009cac transparent;
    border-width: 12px
}

.concept-blue-title {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Euclid Square Regular", Arial;
    letter-spacing: 0;
}

.concept-white-title {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.3em;
    color: #000;
    margin-bottom: 20px;
    font-family: "Euclid Square Regular", Arial;
    letter-spacing: 0;
}

.concept-blue-path {
    margin-bottom: 20px;
    width: 110px
}

.concept-blue-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.concept-blue-items li:not(:last-child) {
    margin-bottom: 10px
}

.concept-blue-icon {
    margin-right: 7px;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: .1em;
    /* vertical-align: middle; */
}

.concept-white-icon {
    margin-right: 7px;
    font-size: 20px;
    color: #000;
    position: relative;
    top: .1em
}

.concept-blue-subtitle {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
}

.concept-white-subtitle {
    color: #000;
    font-size: 15px;
    vertical-align: middle;
}

.concept-blue-item {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

i.iconvar.calendarr.concept-blue-icon {
    background: url("../../img/front/phone.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 20px
}

i.iconvar.pinn.concept-blue-icon {
    background: url("../../img/front/maill.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 20px
}

i.iconvar.calendar.concept-blue-icon {
    background: url("../../img/front/folktrails.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 20px
}

i.iconvar.pin.concept-blue-icon {
    background: url("../../img/front/folktrails2.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 20px
}

i.iconvar.accomodation.concept-blue-icon {
    background: url("../../img/front/folktrails3.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: 20px;
}

.testimonial-header {
    text-align: center;
    border-bottom: 1px solid #f5f3f1
}

.testimonial-header .testimonial-header-title {
    font-size: 14px;
    color: #343a40;
    font-weight: 400;
    margin-bottom: 5px;
}

.testimonial-header .stars-rate {
    font-size: 1.4em;
    letter-spacing: .4em
}

.testimonial-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0
}

.testimonial-content .testimonial {
    display: block;
    margin-bottom: 20px
}

.testimonial-content .testimonial .testimonial-name {
    font-weight: 400;
    font-size: 15px;
    color: #343a40;
    margin-bottom: 1px;
}

.testimonial-content .testimonial .testimonial-rate-date span {
    font-weight: 400;
    font-size: .9em;
    color: #868e96;
    text-transform: capitalize;
    margin-left: 5px
}

.testimonial-content .testimonial .testimonial-text {
    font-weight: 400;
    font-size: 15px;
    color: #343a40;
    margin-top: 10px;
}

.testimonial-content-cta {
    text-align: center
}

.testimonial-header .star-rating-inner:after {
    letter-spacing: 12px;
    font-size: 18px;
}

.testimonial-rate-date .star-rating-inner {
    display: inline-block;
    vertical-align: middle;
}

.btn-thirdary,
.btn-thirdary:hover,
.btn-thirdary:active {
    border-color: transparent;
    background-color: transparent;
    color: #33a9e0;
    font-family: "Euclid Flex Bold", Arial;
    text-transform: uppercase;
    letter-spacing: 0;
}

.justify-align {
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

.justify-align>* {
    /* display: inline-block; */
    /* float: none !important; */
    font-size: 1rem;
    vertical-align: top;
}

.justify-align> :not(span) {
    /* display: inline-block; */
    /* float: none!important; */
    width: 18%;
}

.engagement-moments-item {
    font-size: 21px;
    padding-left: 0 !important;
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16862745098039217);
}

.img-div {
    /* padding-bottom: 50px; */
    text-align: center;
    font-size: 14px;
}

.item-text {
    background-color: #ffffff;
    padding-top: 15px;
    cursor: pointer;
}

.item-name {
    text-transform: uppercase;
    font-weight: bold;
}

.item-address {
    padding-bottom: 10px;
    font-family: Baskerville;
    text-transform: capitalize;
}

li.engagement-moments-item a {
    color: #000;
}

.advs-box.boxed-inverse {
    background-color: #fff;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: box-shadow .18s ease;
    transition: box-shadow .18s ease;
    margin-bottom: 30px;
}

.advs-box-multiple .img-box {
    z-index: 1;
    height: 200px;
    width: 100%;
    display: block;
    overflow: hidden;
    max-width: 100%;
    outline: none !important;
    position: relative;
    text-align: left;
}

.advs-box-multiple a.img-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img-box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    z-index: 0;
    opacity: 0;
}

.advs-box-multiple div.circle {
    position: absolute;
    width: 90px;
    height: 90px;
    right: 25px;
    margin-top: -45px;
    border: 3px solid #ffffff;
    background-color: #33a9df;
    text-align: center;
    padding: 13px;
    font-size: 20px;
    color: white;
    z-index: 9;
    border-radius: 50%;
    font-family: "Euclid Flex Bold", Arial;
    display: flex;
    align-items: center;
}

.advs-box-multiple .advs-box-content {
    padding: 15px 15px 25px 15px;
    text-align: left;
    position: relative;
}

.advs-box-multiple div.circle span {
    display: block;
    font-size: 12px;
    color: #EFEFEF;
    height: 12px;
}

.advs-box-multiple h3 {
    padding-right: 100px;
}

.advs-box-multiple p {
    text-align: left;
    margin: 15px 0 !important;
    max-width: 100%;
}

.advs-box-multiple h3 {
    padding-right: 100px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
}

.simpleItternory.advs-box-multiple h3 {
    padding-right: 0px;
    font-size: 17px;
    margin-bottom: 5px;
}

.simpleItternory.advs-box-multiple p {
    margin: 6px 0 !important;
    color: #868e96;
    font-size: 15px;
}

.advs-box.boxed-inverse:hover {
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
}

.countryActivity {
    display: flex;
    flex-flow: row wrap;
}

.countryActivityInner {
    flex-flow: column nowrap;
    color: #2d2d2d;
    font-family: avenir-medium-oblique, sans-serif;
}

.countryActivityInner span {
    display: inline-block;
    vertical-align: middle;
}

.CountriesSvg {
    background: url(../../img/front/worldwide.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.ActivitiesSvg {
    background: url(../../img/front/activity.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.d-flx {
    display: flex;
    align-items: center;
}

.sidebar-padding-medium.testimonial-header .rate {
    font-size: 58px;
    font-family: avenir-light, sans-serif;
    font-weight: 200;
}

a.LinkWideo {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.page-hero-content .filter-form-inline-wrap.banner {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    max-width: 480px;
    margin: auto;
    margin-top: 30px;
}

.HeadingFonts {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
}

.page-template-page-team .team-member {
    /*margin-bottom: 30px*/
}

.page-template-page-team .team-member .team-member-wrap {
    position: relative;
    /* padding-bottom: 116px; */
    overflow: hidden;
    cursor: pointer;
    /* max-width: 402px; */
    margin: 0 auto;
}

.page-template-page-team .team-member .team-member-wrap .team-member-photo {
    width: 100%;
    background-color: #888;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display:block;
    transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transition: all .2s, background-position .1ms;
    -webkit-transition: all .2s, background-position .1ms;
    -moz-transition: .2s all, .1ms background-position;
    -o-transition: .2s all, .1ms background-position;
    height: 250px;
}

.page-template-page-team .team-member .team-member-wrap .team-member-photo:before {
    content: "";
    float: left;
    padding-bottom: 63.93862%
}

.page-template-page-team .team-member .team-member-wrap .team-member-photo:after {
    content: "";
    display: table;
    clear: both
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel {
    background: #fff;
    padding: 20px 0;
    min-height: 0;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    transition: all .3s, background-color .2s;
    -webkit-transition: all .3s, background-color .2s;
    -moz-transition: .3s all, .2s background-color;
    -o-transition: .3s all, .2s background-color;
    text-align: center;
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-name,
.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-title {
    max-height: 30px;
    margin: 0;
    line-height: 1.3;
    opacity: 1;
    transition: all .3s, color .2s;
    -webkit-transition: all .3s, color .2s;
    -moz-transition: .3s all, .2s color;
    -o-transition: .3s all, .2s color
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-name {
    margin: 0 0 7px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-title {
    color: #666;
    font-size: 15px;
    /*font-family: avenir-medium-oblique, sans-serif;*/
    display: inline-block;
    margin-left: 8px;
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap {
    overflow: hidden;
    padding: 0 36px;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: .3s all 0s ease-in-out;
    -o-transition: .3s all 0s ease-in-out
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap .team-member-bio {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 36px
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap h6 {
    margin: 0 0 3px
}

.page-template-page-team .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap .team-member-detail {
    font-family: Mercury Text G1 A, Mercury Text G1 B, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    margin: 0
}

.page-template-page-team .team-member .team-member-wrap.toggled .team-member-panel,
.page-template-page-team .team-member .team-member-wrap:hover .team-member-panel {
    /* background: #87c70f */
}

.page-template-page-team .team-member .team-member-wrap.toggled .team-member-panel h6,
.page-template-page-team .team-member .team-member-wrap.toggled .team-member-panel p,
.page-template-page-team .team-member .team-member-wrap:hover .team-member-panel h6,
.page-template-page-team .team-member .team-member-wrap:hover .team-member-panel p {
    /* color: #fff */
}

.page-template-page-team .team-member .team-member-wrap.toggled[data-color=blue] .team-member-panel,
.page-template-page-team .team-member .team-member-wrap:hover[data-color=blue] .team-member-panel {
    /* background: #33a9e0 */
}

.page-template-page-team .team-member .team-member-wrap.toggled .team-member-panel {
    padding: 0;
    min-height: 100%
}

.page-template-page-team .team-member .team-member-wrap.toggled .team-member-panel .team-member-name,
.page-template-page-team .team-member .team-member-wrap.toggled .team-member-panel .team-member-title {
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.page-template-page-team .team-member .team-member-wrap.toggled .team-member-panel .team-member-bio-wrap {
    max-height: 100%;
    opacity: 1
}

.team-member-bio-wrap.middle {
    width: 100%;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.travellersSpeak {
    background: url('../../img/front/travelers.jpg') no-repeat;
    background-size: cover;
    padding: 50px 0px;
    margin-bottom: 40px;
    background-position: center center;
}

.paddBG {
    background: rgba(21, 112, 154, 0.85);
    padding: 45px;
    padding-bottom: 15px;
}

ul#travellerStory {
    padding: 0;
    list-style: none;
}

ul#travellerStory h3 {
    color: #fff;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
    font-size: 24px;
}

ul#travellerStory p {
    color: #fff;
}

.accommodations ol li.item img.lazy {
    width: 130px;
}

a.btnoutline {
    color: #fff;
    letter-spacing: 0.75px;
    padding: 9px 25px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 13px;
}

ul#travellerStory.owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.dFlxSame-section-child {
    position: relative;
    display: table-cell;
    flex-flow: column nowrap;
    /* flex: 1 1 0; */
    overflow: hidden;
    /* width: 1%; */
    padding-left: 30px;
    padding-right: 30px;
    /* width: max-content; */
}

.dFlxSame {
    display: table;
    padding: 15px 30px !important;
}

.banner input::-webkit-input-placeholder,
.h_explorContainer input::-webkit-input-placeholder {
    color: #fff;
}

.h_explorContainer input {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    padding: 9px 12px;
    height: auto;
    font-size: 14px;
    padding-right: 35px;
}

li.dFlxSame-section-child a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dFlxSame-section-child:first-child {
    padding-left: 0;
}

.iconFeture {
    display: flex;
    padding: 0;
    list-style: none;
    align-content: space-between;
    justify-content: space-between;
    padding-bottom: 12px;
}

.iconFeture>div {
    flex: 1 1 0;
}

.plNone {
    padding-left: 0;
}

.hid {
    display: none !important;
}

.navigation-main nav {
    text-align: left;
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
    transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
    transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
    transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    margin-left: 12px;
}

.navigation-main li:hover>nav,
.navigation-main li:hover>nav>ul {
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    visibility: visible;
    opacity: 1;
}

li.menu-item-home.submenuFullWidth.menu-item-has-children>nav {
    /* width: 100%; */
    /* right: 0; */
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

li.menu-item-home.submenuFullWidth.menu-item-has-children>nav ul {
    position: relative;
    width: max-content;
    transform: none;
    margin: 0;
}

.arrow.grey {
    background-image: url(../../img/front/top.svg);
    width: 29px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

span.return {
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

ul.all.mereDestinations {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    justify-content: space-between;
}

ul.all.mereDestinations li {
    /*width: 20% !important;*/
}

ul.all.mereDestinations {
    padding-top: 50px;
}

ul.iconFeture li span {
    background-image: url(../../img/front/our_features.png);
    background-repeat: no-repeat;
    background-size: auto 80px;
    display: inline-block;
    margin-bottom: 8px;
    width: 80px;
    height: 80px;
}

ul.iconFeture li h2 {
    margin: 0;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
}

ul.iconFeture li span.ico_1 {
    background-position: 0;
}

ul.iconFeture li span.ico_2 {
    background-position: -80px 0px;
}

ul.iconFeture li span.ico_3 {
    background-position: -158px 0px;
}

ul.iconFeture li span.ico_4 {
    background-position: -236px 0px;
}

ul.iconFeture li span.ico_5 {
    background-position: -315px 0;
}

ul.iconFeture li span.ico_6 {
    background-position: -395px 0px;
}

ul.iconFeture li {
    text-align: center;
}

.trandeDestination .g_l_box.top.m_radius_box:after {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0 center;
    -moz-transform-origin: 100% 0 center;
    -ms-transform-origin: 100% 0 center;
    -o-transform-origin: 100% 0 center;
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    z-index: 0;
    background: rgba(255, 255, 255, 0.50);
}

.trandeDestination .g_l_box.top.m_radius_box i,
.trandeDestination .g_l_box.top.m_radius_box span {
    z-index: 2;
    position: relative;
}

.meta-list [class*=col-] {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    border-right: 1px solid #ccc;
}

.meta-list {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 24px;
    padding-top: 24px;
}

@media (min-width: 768px) {
    .meta-list {
        padding-top: 0;
    }

    .meta-list [class*='col-'] {
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        border-right: 1px solid #cccccc;
    }

    .meta-list [class*='col-']:last-child {
        border-right: 0;
    }
}

@media (min-width: 992px) {
    .meta-list {
        margin-bottom: 40px;
    }
}

.meta-list .meta-col {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    position: relative;
    padding-left: 50px;
    padding-bottom: 24px;
}

@media (min-width: 768px) {
    .meta-list .meta-col {
        padding: 24px 10px 24px 50px;
    }
}

.meta-list .meta-col .icon-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url('../../img/front/meta_icons.png') no-repeat center;
    background-size: 300%;
    background-position-x: 0;
}

.meta-list .meta-col .icon-img.ico-1 {
    background-position-x: 50%;
}

.meta-list .meta-col .icon-img.ico-2 {
    background-position-x: 100%;
}

.meta-list .meta-col .icon-img.ico-3 {
    background-position-x: 0;
}

@media (min-width: 768px) {
    .meta-list .meta-col .icon-img {
        top: 25px;
    }
}

.meta-list .meta-col h2 {
    margin-top: 0;
    margin-bottom: 6px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 18px;
}

.meta-list .meta-col p {
    margin-bottom: 0;
    color: #777;
}

.BounceLeft {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.BounceLeft .box {
    align-self: flex-end;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    background: url("../../img/front/shape-01.png") no-repeat;
    height: 360px;
    width: 288px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    background-size: 287px;
    opacity: 0.2;
    background-position: bottom;
}

.BounceLeft .bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.BounceRight {
    position: absolute;
    right: 0;
    top: 40px;
}

.BounceRight .box {
    align-self: flex-end;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    background: url("../../img/front/shape-02.png") no-repeat 50% 50%;
    height: 130px;
    width: 260px;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
    right: 0;
    position: absolute;
    background-size: 260px;
    opacity: 0.2;
}

.BounceRight .bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.see-all.menuItm a {
    font-weight: 600;
}

h3.box_title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 15px;
    font-family: "Euclid Flex Bold", Arial;
}

p.city_desc.ellipsis-two {
    font-size: 15px;
    color: #343a40;
    line-height: 1.6;
    margin-bottom: 15px;
}

.weather-block-area {
    margin-top: 11px;
    margin-bottom: 30px;
}

.weather-block-area .tag_weather_box .t_green {
    color: #33a9df;
    font-family: "Euclid Flex Bold", Arial;
    margin-right: 12px;
}

.weather-block-area .tag_weather_box .tags {
    color: #999;
    margin-right: 24px;
    display: inline-block;
    margin-bottom: 8px
}

.weather-block-area .tag_weather_box .tags:not(:last-child):after {
    content: "·";
    font-size: 16px;
    color: #999;
    font-weight: bold;
    position: relative;
    left: 12px
}

.weather-block-area .tag_weather_box .view_more_box {
    border-bottom: 1px solid #e0e0e0;
    margin-top: 4px;
    padding: 7px 0
}

#packages_list_items .single-package-wrapper .singel-packages {
    background: #ffffff;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

#packages_list_items .single-package-wrapper .singel-packages .img-wrapper {
    overflow: hidden;
    margin-right: 30px;
    width: 30%;
    position: relative;
}

#packages_list_items .single-package-wrapper .singel-packages .img-wrapper img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 200px;
    object-fit: cover;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper {
    width: 65%;
    height: 100%;
    padding: 20px 30px 20px 0;
    display: flex;
    align-items: center;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper h3 {
    font-size: 36px;
    font-family: "Euclid Flex Bold", Arial;
    margin-bottom: 14px;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper h3 a {
    color: #33a9e0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 20px;
    display: block;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper p {
    margin-bottom: 15px;
    color: #868e96;
    font-weight: 100;
    letter-spacing: 0;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right {
    padding: 20px 50px;
    background: #f5f6f8;
    width: 35%;
    height: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right span {
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    color: #384a5e;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right p {
    font-size: 16px;
    margin-bottom: 15px;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right .packages_booking {
    background: #33a9df;
    border-radius: 5px;
    padding: 8px 33px;
    color: #ffffff;
    font-weight: 500;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

#packages_list_items .single-package-wrapper .load_single_packege {
    background: none;
    box-shadow: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
}

#packages_list_items .single-package-wrapper .load_single_packege .load_more_btn {
    padding: 0px 60px;
    background: #3f77fa;
    color: #ffffff;
    font-weight: 600;
    line-height: 84px;
    margin: 0px auto;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right span.smallFonts {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

/*
footer.footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 1;
}*/

footer.footer .widget-title {
    color: #fff;
}

footer .item-title a {
    color: #fff;
}

footer p.item-title {
    font-weight: 400;
}

.head-mast.head-sticky .ShowInScroll {
    display: none;
}

.head-mast.head-sticky.is-stuck .hideWithScroll {
    display: none;
}

.head-mast.head-sticky.is-stuck .ShowInScroll {
    display: block;
    max-width: 75px;
}

.page-itinerary .itinerary-section-overview-cover {
    position: relative;
    width: 100% !important;
    /* height: 360px; */
    overflow: hidden;
}

.page-itinerary .itinerary-section {
    border: 1px solid #eee9e5;
    padding: 16px;
    margin-bottom: 20px;
    /*margin-bottom: 32px;*/
    background-color: #fff;
}

.page-itinerary .itinerary-section:last-child {
    margin-bottom: 0;
}

.page-itinerary .itinerary-section-overview {
    display: block;
    overflow: hidden;
    position: relative;
}

ul#singleDestination {
    list-style: none;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.page-itinerary .itinerary-section-overview-cover ul#singleDestination li img {
    /* object-position: 50% 50%; */
    object-fit: cover;
    width: 100%;
    /* max-height: 300px; */
    max-width: inherit;
    display: block;
    object-position: 50% 50%;
}

ul#singleDestination.owl-theme .owl-controls,
ul#blogDetail.owl-theme .owl-controls {
    bottom: 0;
    position: absolute;
    right: 0;
    margin: 0;
    background: #000;
}

ul#singleDestination.owl-theme .owl-controls .owl-buttons .owl-prev,
ul#blogDetail.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background: url("../../img/front/left-arrow.svg") no-repeat;
    background-size: 16px;
    background-position: center;
}

ul#singleDestination.owl-theme .owl-controls .owl-buttons .owl-next,
ul#blogDetail.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background: url("../../img/front/right-arrow.svg") no-repeat;
    background-size: 16px;
    background-position: center;
}

/* ul#singleDestination .owl-item */
ul#singleDestination .owl-item li,
ul#blogDetail .owl-item li {
    /* height: 360px; */
}

ul#singleDestination .owl-wrapper-outer,
ul#blogDetail .owl-wrapper-outer {
    height: 100%;
}

ul.singleDestination,
ul.blogDetail {
    list-style: none;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.page-itinerary .itinerary-section-overview-cover ul.singleDestination li img {
    /* object-position: 50% 50%; */
    object-fit: cover;
    width: 100%;
    /* max-height: 300px; */
    max-width: inherit;
    display: block;
    object-position: 50% 50%;
}

ul.singleDestination.owl-theme .owl-controls,
ul.blogDetail.owl-theme .owl-controls {
    bottom: 0;
    position: absolute;
    right: 0;
    margin: 0;
    background: #000;
}

ul.singleDestination.owl-theme .owl-controls .owl-buttons .owl-prev ,
ul.blogDetail.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background: url("../../img/front/left-arrow.svg") no-repeat;
    background-size: 16px;
    background-position: center;
}

ul.singleDestination.owl-theme .owl-controls .owl-buttons .owl-next ,
ul.blogDetail.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background: url("../../img/front/right-arrow.svg") no-repeat;
    background-size: 16px;
    background-position: center;
}

ul.singleDestination .owl-item,
ul.singleDestination .owl-item li {
    /* height: 360px; */
}

ul.singleDestination .owl-wrapper-outer,
ul.blogDetail .owl-wrapper-outer {
    height: 100%;
}

.page-itinerary .itinerary-section-overview-content {
    padding-top: 20px;
}

.page-itinerary .itinerary-title-subline {
    display: block;
    margin-top: 0px;
    font-weight: 400;
    font-size: 26px;
    color: #343a40;
    line-height: 40px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
}

.text-crop-introduction {
    font-size: 15px;
    line-height: 1.6;
    /* color: #868e96; */
    font-weight: 100;
    letter-spacing: 0;
}

h1.itinerary-title {
    padding: 0 !important;
}

.extraIntter {
    background: #fff;
    border: 1px solid #eee9e5;
}

.extraIntterMap {
    padding: 20px;
    border-bottom: 1px solid #eee9e5;
}

.show-more-less{
    padding: 8px 16px;
    margin-top: 10px;
    background: #33a9df;
    border: none;
    color: #fff;
}

.ItternoryPrice h3 {
    margin-bottom: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 1;
}

.ItternoryPrice span {
    font-size: 15px;
}

.extraIntterMap:last-child {
    border: none;
}

.reviews-info {
    margin-bottom: 45px;
}

.reviews-info>li {
    padding: 0 0 5px;
    position: relative;
    margin: 0 0 15px 0;
}

.reviews-info>li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e2e2e2;
}

.acc .reviews-info>li:before {
    display: none !important;
}

.acc .reviews-info>li {
    margin-bottom: 0 !important;
}

.reviews-info .info-left {
    width: 60%;
    padding-right: 10px;
    float: left;
    text-align: left;
}

.reviews-info .info-right {
    float: right;
    max-width: 40%;
    text-align: right;
}

.reviews-info .title {
    display: block;
    font-size: 15px;
    font-family: "Euclid Flex Bold", Arial;
}

.reviews-info .ico-list {
    margin-left: -5px;
    margin-right: -5px;
}

.reviews-info .ico-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.reviews-info {
    margin: 0 -20px 50px;
    list-style: none;
    padding: 0;
}

.reviews-info>li {
    padding: 0 15px 5px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -.25em;
    margin-bottom: 25px;
    font-size: 16px;
}

.reviews-info>li:before {
    left: 15px;
    right: 15px;
}

.reviews-info>li:after {
    content: '';
    display: block;
    clear: both;
}

ul.reviews-info .star-rating:before {
    position: relative;
}

.reviews-info>li span.value {
    font-size: 13px;
    display: block;
}

.reviews-info .info-right .star-rating {
    display: block;
    line-height: 20px;
}

.itinerary-card__duration {
    margin-right: 13px;
    white-space: nowrap;
}

.itinerary-card__duration,
.itinerary-card__price {
    font-size: 15px;
    display: inline;
    color: #868e96;
    top: -1px;
}

.itinerary-card__price-value {
    font-size: 20px;
    margin-left: 5px;
    color: #33a9df;
    font-family: "Euclid Flex Bold", Arial;
    vertical-align: middle;
}

.itinerary-card__price {
    /*padding-left: 15px;
    !*border-left: 1px solid #eee9e5;*!*/
    right: 0;
    position: absolute;
}

.itinerary-card__Dest {
    position: absolute;
    z-index: 80;
    right: 16px;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #eee9e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 32px;
}

.itinerary-card__Dest_new {
    position: absolute;
    z-index: 80;
    right: 7px;
    top: 22px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #eee9e5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    line-height: 32px;
}

.itinerary-card__Dest-new i {
    vertical-align: text-top;
    color: #343a40;
}

.itinerary-card__Dest i {
    color: #868e96;
}

.advs-box.advs-box-multiple.simpleItternory .advs-box-content {
    padding: 15px 15px 13px 15px;
}

.itemsSpacesIncress {
    margin-right: -7px;
    margin-left: -7px;
}

.itemsSpacesIncress .col-md-4 {
    padding-right: 7px;
    padding-left: 7px;
}

.advs-box.advs-box-multiple.simpleItternory.boxed-inverse {
    margin-bottom: 14px;
}

#packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper p:last-child {
    margin-bottom: 0;
}

.extraIntterMap .reviews-info {
    margin-bottom: 0;
}

.btnFullLrg a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #33a9e0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 4px;
}

.trip-info .social-share {
    display: flex;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    justify-content: space-between;
}

.trip-info .social-share li {
    display: table-cell;
    text-align: center;
}

.trip-info .social-share .ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.trip-info .btn-holder {
    margin: 0 0 45px;
}

.reviews-slot .name {
    font-size: 1.143em;
}

.trip-info .social-share li a {
    color: #5c5e62;
}

.trip-info .social-share li a:focus {
    outline: none;
}

span.ICN {
    margin-right: 4px;
}

.trip-info .social-share li a:hover {
    color: #33a9e0;
}
.team-member-top{
  position:relative;
}
.topCont {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0px 30px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    /* height: 100%; */
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}

.item-vertical:hover .topCont {
    opacity: 1;
}

.topCont .col-sm-10 {
    padding: 0px 15px;
}

.topCont .col-sm-2 {
    padding: 0;
}

.topCont img {
    border-radius: 50% !important;
    max-width: 43px;
    height: 43px;
    object-fit: cover;
}

.topCont p {
    margin: 0;
    color: #fff;
}

.dealsIMGheight .item-vertical .item-thumb {
    margin: 0;
    max-height: 290px;
    overflow: hidden;
}

.row.row-items.dealsIMGheight .item-title {
    font-size: 15px;
}

p.team-member-bioQoute {
    margin-bottom: 0;
    font-family: 'MyriadPro-It';
}

.widget-titleNS {
    background-color: #33a9df;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 25px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
    border-radius: 14px;
}

.fb-page.fb_iframe_widget {
    text-align: center;
    width: 100%;
}

#scrollTop {
    position: fixed;
    top: 0px;
    z-index: 99;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    /* border-bottom: 1px solid #eee; */
}

.g_main {
    width: 100%;
    max-width: 1160px;
    margin: auto;
    text-align: center;
}

.t_v_mid_box .t_v_mid {
    /* display: table-cell; */
    vertical-align: middle;
    font-size: 0;
    width: 100%;
    margin: auto;
}

.scrollTop .f_h_main {
    color: rgb(0, 0, 0);
    padding: 0 31px;
    font-size: 15px;
    line-height: 53px;
    display: inline-block;
    border-bottom: none;
    font-family: "Euclid Square Regular", Arial;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.itinerary-section-overviewInnerSection {
    width: 100%;
    /*padding: 20px;*/
    padding: 0 !important;
}

.itinerary-section-overviewInnerSection span.itinerary-title-subline {
    font-size: 20px;
    line-height: 34px;
    position: relative;
}

.itinerary-section-overviewInnerSection p {
    font-size: 15px;
    line-height: 1.6;
    /* color: #868e96; */
    font-weight: 100;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.itinerary-section-overviewInnerSection p:last-child {
    margin-bottom: 0;
}

.m-t-30 {
    margin-top: 30px;
}

.whatInclude {
    padding: 20px;
}

.whatInclude h2 {
    margin-bottom: 15px;
}

.whatInclude h2 {
    margin-bottom: 15px;
    font-family: "Euclid Flex Bold", Arial;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}

.whatInclude p {
    font-size: 15px;
    line-height: 1.6;
}

.whatInclude ul {
    list-style: none;
    padding: 0;
}

.whatInclude ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 13px;
    padding-left: 23px;
    position: relative;
}

.whatInclude ul li:before {
    position: absolute;
    content: "";
    left: 0;
    background: url("../../img/front/tick.svg") no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    top: 6px;
}

.page-itinerary .itinerary-step {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 !important;
}

.page-itinerary .itinerary-step:after {
    content: '';
    display: block;
    clear: both
}

.page-itinerary .itinerary-step:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .page-itinerary .itinerary-step {
        display: block
    }
}

.page-itinerary .itinerary-step-container:not(:first-child) {
    margin-top: 32px
}

.page-itinerary .itinerary-step-container:last-child>hr {
    display: none
}

.page-itinerary .itinerary-step-picturewrapper {
    position: relative;
    display: table-cell;
    width: 40%;
    cursor: pointer
}

.page-itinerary .itinerary-step-picturewrapper figure {
    position: relative
}

.page-itinerary .itinerary-step-picturewrapper img {
    width: 100%
}

@media (max-width: 767px) {
    .page-itinerary .itinerary-step-picturewrapper {
        display: block;
        width: 100%
    }
}

.page-itinerary .itinerary-step-picturewrapper.hidePicture {
    display: none
}

.page-itinerary .itinerary-step-picturewrapper-image {
    border-radius: 3px
}

.page-itinerary .itinerary-step-contentwrapper {
    display: table-cell;
    width: 60%;
    vertical-align: top
}

@media (min-width: 768px) {
    .page-itinerary .itinerary-step-contentwrapper {
        padding: 0 15px 7.5px
    }
}

.page-itinerary .itinerary-step-contentwrapper .title {
    /* font-weight: 700; */
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0 15px;
    margin-top: 16px;
    color: #343a40;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.page-itinerary .itinerary-step-contentwrapper .title.soil {
    color: #868e96
}

.page-itinerary .itinerary-step-contentwrapper .title.brand {
    color: #129cab
}

.page-itinerary .itinerary-step-contentwrapper .title.community {
    color: #ee641c
}

.page-itinerary .itinerary-step-contentwrapper .title.title-top {
    margin-top: 0
}

@media (min-width: 768px) {
    .page-itinerary .itinerary-step-contentwrapper .title {
        margin-top: 0
    }
}

.page-itinerary .itinerary-step-contentwrapper .description p {
    margin: 0;
    color: #5c5e62;
}

.page-itinerary .itinerary-step-contentwrapper .details {
    vertical-align: bottom;
    padding-bottom: 5px
}

.page-itinerary .itinerary-step-contentwrapper .details-title {
    display: inline-block;
    color: #343a40
}

.page-itinerary .itinerary-step-contentwrapper .description ul {
    margin: 0 0 .8em;
    color: #5c5e62;
}

.page-itinerary .itinerary-step-contentwrapper .description ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.widget-titleNSBtns a {
    display: block;
    margin: 0;
    color: #ffffff !important;
}


.widget-titleNSBtns span {
    display: block;
    margin: 0;
    color: #fff !important;
}

.releventBlogs img {
    border-radius: 3px;
}

h3.releventBlogsTitle {
    margin-top: 10px;
    letter-spacing: 0;
    color: #343a40;
    margin-bottom: 7px;
    font-size: 18px;
    font-family: "Euclid Flex Bold", Arial;
}

.releventBlogs .grid-post-box-meta span {
    color: #888;
}

.releventBlogs .grid-post-box-meta span a {
    color: #313131;
}

.releventBlogs .grid-post-box-meta span a:hover {
    color: #33a9df;
}

.releventBlogs .grid-post-box-meta span:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #dedede;
    margin: 0 9px 0 11px;
    display: inline-block;
}

.releventBlogs .grid-post-box-meta span:last-child:after {
    content: none;
    display: none
}

.releventBlogs .item-content p {
    margin: 0;
    color: #5c5e62;
}

.releventBlogs .item-content {
    margin-top: 12px;
}

h3.releventBlogsTitle a {
    color: #343a40;
}

h3.releventBlogsTitle a:hover {
    color: #33a9e0;
}

.releventBlogs {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.releventBlogs:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.accommodations ol .item {
    background: #ebeef2;
    margin-bottom: 20px;
    overflow: hidden;
}

.accommodations ol .item a {
    float: left;
    margin-right: 30px;
}

.accommodations ol .item h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 16px 30px 10px;
}

.accommodations ol .item p {
    font-size: 15px;
    margin: 0px 30px 10px 160px;
    color: #818d99;
    word-break: break-word
}

.accommodations ol {
    padding: 0;
    margin: 0;
}

.accommodations ol .item:last-child {
    margin-bottom: 0;
}

.mfp-arrow-left::after {
    content: "";
    background: url(../../img/front/left-arrow.svg) no-repeat;
    background-size: 60px;
    background-position: center;
    width: 90px;
    height: 110px;
    margin: 0;
}

.mfp-arrow-right::after {
    content: "";
    background: url(../../img/front/right-arrow.svg) no-repeat;
    background-size: 60px;
    background-position: center;
    width: 90px;
    height: 110px;
    margin: 0;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
}

.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:focus {
    outline: none;
}

div#accordionExample h5 a {
    padding: 20px 32px 20px 0;
    display: block;
    color: #2d2d2d;
    letter-spacing: -0.025em;
    font-size: 16px;
    position: relative;
    font-family: "Euclid Flex Bold", Arial;
}

div#accordionExample h5 {
    margin: 0;
    letter-spacing: 0;
}

div#accordionExample .card {
    border-bottom: 1px solid rgba(199, 208, 217, 0.40);
}

div#accordionExample .card-body {
    padding-bottom: 20px;
    color: #5c5e62;
    font-size: 15px;
    line-height: 1.6;
}

div#accordionExample h5 a .det__arrow {
    position: absolute;
    right: 0;
    top: 25px;
    width: 19px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10'%3E%3Cpath fill='%23333' d='M1.3 9.8c-.3.3-.8.3-1.1 0-.3-.3-.3-.8 0-1.1L8.8.2c.3-.3.8-.3 1.1 0l8.6 8.5c.3.3.3.8 0 1.1-.3.3-.8.3-1.1 0L9.3 2l-8 7.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

div#accordionExample h5 a[aria-expanded="false"] .det__arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

div#accordionExample h5 aa[aria-expanded="true"] .det__arrow {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

span.starRatingWithCount span.star-rating {
    position: relative;
    line-height: 1;
    font-size: 18px;
    color: #ebebeb;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
}

span.starRatingWithCount span.star-rating .star-rating-inner::after {
    letter-spacing: 0px;
    font-size: 18px;
}

span.starRatingWithCount {
    position: absolute;
    right: 0;
    top: 0px;
}

span.starRatingWithCount span.RatCoun {
    vertical-align: middle;
    font-family: "Euclid Square Regular", Arial;
}

.comment-main .comment-list li {
    padding: 20px 0
}

.comment-main .comment-list li .comment-column {
    margin-left: 76px
}

.comment-main .comment-box {
    margin-bottom: 0px
}

.comment-main .comment-list li .comment-column .comment-content {
    font-size: 15px;
    line-height: 1.7
}

.comment-box .btn_translate {
    margin: 10px 0 0 0;
    color: #5d9ceb;
    cursor: pointer;
    display: inline-block
}

.comment-main .comment-list li .comment-column {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.comment-main .comment-list.paddingBottom li .comment-column {
    padding-bottom: 0
}

.comment-main .comment-list li:last-child .comment-column {
    border-bottom: none
}

.comment-main .comment-list {
    border-bottom: 1px solid #eee
}

.comment-main .comment-list li {
    border-top: none;
    border-bottom: none;
    padding: 0 0 20px 0
}

.comment-main .show-origin-review {
    padding-top: 20px;
    line-height: 16px
}

.comment-main .show-origin-review a,
.comment-main .show-origin-review a strong {
    color: #1282f0;
    font-weight: normal
}

.comment-main .show-origin-review a:hover,
.comment-main .show-origin-review a:hover strong {
    text-decoration: underline
}

.comment-main .comment-list li .comment-column .comment-top .u_name {
    font-weight: 500;
    margin-right: 8px
}

.last_review.comment-main .comment-list {
    border-bottom: none
}

.comment-main .comment-box {
    margin-top: 30px
}

.comment-main .view-bar {
    margin-bottom: 0px
}

.comment-main .comment-list li:last-child {
    padding-bottom: 10px
}

.comment-main .comment-list li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.comment-main .comment-list li .user-column {
    float: left
}

.comment-main .comment-list li .user-column .user-info img {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.comment-main .comment-list li .comment-column {
    margin-left: 75px;
}

.comment-main .comment-list li .comment-column .comment-top .u_name {
    margin-right: 11px;
    font-family: "Euclid Flex Bold", Arial;
    font-size: 15px;
}

.comment-main .comment-list li .comment-column .comment-top .m_star {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

.comment-main .comment-list li .comment-column .comment-content {
    word-break: break-word;
    margin-top: 6px;
    line-height: 1.8;
}

.comment-main .comment-list li .comment-column .comment-reply {
    font-size: 14px;
    background-color: #f0f6f9;
    word-break: break-word;
    line-height: 1.5;
    padding: 24px 20px 20px;
    position: relative;
    margin-top: 24px
}

.comment-main .comment-list li .comment-column .comment-reply .reply-title {
    font-weight: 500;
    margin-bottom: 5px
}

.comment-main .comment-list li .comment-column .recomment {
    margin-top: 24px;
    background: #f5f5f5;
    padding: 11px 25px 18px 17px
}

.comment-main .comment-list li .comment-column .recomment .recomment-user-info {
    color: #424242
}

.comment-main .comment-list li .comment-column .recomment .recomment-content {
    word-break: break-word;
    margin-top: 14px;
    color: #888888;
    line-height: 1.5;
    font-size: 14px
}

.m_footer .a {
    padding: 15px 0 13px;
    background-color: #333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.m_grid .m_justify_list {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-sizing: border-box;
}

.m_footer .m_external_links {
    width: 214px;
}

.m_footer .m_grid .m_justify_list {
    overflow: visible !important;
}

.m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid {
    height: 42px;
}

.m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid>div.m_justify_list:first-of-type {
    height: 42px;
    margin-right: 15px;
    color: #888;
}

.t_white {
    color: #ffffff;
}

.t14 {
    font-size: 15px;
}

.m_footer .terms {
    margin-top: 8px;
    width: 480px;
    line-height: 1.3;
    color: #999999;
    margin-bottom: 0;
}

.t12 {
    font-size: 12px;
}

.m_footer .terms a {
    color: #999999;
    text-decoration: underline;
}

.m_footer .a input {
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    padding: 7px 12px;
    width: 259px;
    height: 42px;
    font-family: "Euclid Square Regular", Arial;
    color: #333;
}

.m_footer .a .subscription {
    width: 101px;
    height: 42px;
    line-height: 42px;
    border-radius: 0 2px 2px 0;
}

.g_ib,
.m_star {
    display: inline-block;
}

.m_btn_main,
.m_btn_gray {
    background-color: #33a9df;
    color: white;
    border-radius: 5px;
}

.t_mid {
    text-align: center;
}

.m_footer .a .subscription:hover {
    color: #fff;
}

.g_rel,
.t_v_mid_box,
.m_header,
.m_bg,
.m_star {
    position: relative;
}

.t_v_mid_box {
    display: table;
    width: 100%;
    height: 100%;
}

.m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(1) .m_grid .m_justify_list {
    height: 28px;
}

.t_v_mid_box .t_v_mid svg {
    width: 28px;
    fill: #888;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.t_v_mid_box .t_v_mid:hover svg {
    fill: #d5d5d5;
}

.m_grid.socialSpace {
    display: flex;
    justify-content: space-between;
}

.ci-contact-widget-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

p.footer-copy.text-center span a {
    color: rgba(255, 255, 255, .6);
}

p.footer-copy.text-center span a:hover {
    color: #fff;
}

p.footer-copy.text-center span.StrateDash {
    margin: 0px 7px;
}

nav.header {
    display: none;
}

.itinerary-topbar {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

#scrollTop.itinerary-topbar.showItinerary {
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 64px;
}

.b.avl .availability-top {
    display: block;
}
.word-break{
    word-break: break-word;
}
@media (min-width: 768px) {
    .b.avl .availability-top span {
        display: inline-block;
        text-align: center;
        font-size: 15px;
        color: #818d99;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .b.avl .availability-top .wrap {
        display: inline-block;
        width: 100%;
        text-align: left;
    }

    .b.avl .availability-top .end,
    .b.avl .availability-top .start {
        width: 25%;
        text-align: left;
    }

    .b.avl .availability-top .price,
    .b.avl .availability-top .seats {
        width: 25%;
    }

    .b.avl.has-saving .availability-top .end,
    .b.avl.has-saving .availability-top .start,
    .b.avl.has-transport .availability-top .end,
    .b.avl.has-transport .availability-top .start {
        width: 30%;
    }

    .b.avl.has-saving .availability-top .mv,
    .b.avl.has-saving .availability-top .price,
    .b.avl.has-saving .availability-top .saving,
    .b.avl.has-saving .availability-top .seats,
    .b.avl.has-transport .availability-top .mv,
    .b.avl.has-transport .availability-top .price,
    .b.avl.has-transport .availability-top .saving,
    .b.avl.has-transport .availability-top .seats {
        width: 19%;
    }

    .b.avl.has-saving .availability-top .saving,
    .b.avl.has-transport .availability-top .mv {
        display: inline-block;
    }

}

@media (min-width: 1024px) {
    .b.avl .availability-top .wrap {
        width: 77%;
    }
}

.b.avl .availability-top .wrap span em {
    display: block;
    font-size: 12px;
}

.b.pad.avl.has-saving {
    margin-top: 25px;
}

.b.avl .av {
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.b.avl .av .el {
    margin-bottom: -1px;
    border: 1px solid #c7d0d9;
    color: #2c3e50;
    border-left: 0;
    border-right: 0;
}

.b.avl .av .el .wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #c7d0d9;
    border-bottom: none;
}

.b.avl .av .el .ced {
    position: relative;
    border-right: 1px solid #c7d0d9;
}

.b.avl .av .el .cec,
.b.avl .av .el .ced {
    width: 25%;
    text-align: left;
    padding-left: 20px;
    border: none;
    border-right: 1px solid #c7d0d9;
    vertical-align: middle;
}

.b.avl .av .el .ced {
    padding-left: 40px;
}

.b.avl.has-saving .av .el .cec,
.b.avl.has-saving .av .el .ced,
.b.avl.has-transport .av .el .cec,
.b.avl.has-transport .av .el .ced {
    width: 30%;
}

.b.avl .av .el .wrap {
    width: 77%;
    border: none;
}

.b.avl .av .el .a1 {
    font-size: 12px;
    line-height: 16px;
}

.b.avl .av .el .bb {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 5px 0;
}

.b.avl .av .el .a1 {
    font-size: 12px;
    line-height: 16px;
}

.b.avl .av .el .ced .length {
    position: absolute;
    top: 50px;
    right: -22px;
    margin-top: -22px;
    width: 43px;
    height: 43px;
    font-size: 10px;
    border: 1px solid #c7d0d9;
    border-radius: 22px;
    text-align: center;
    background: #fff;
}

.b.avl .av .el .ced .length div {
    width: 25px;
    margin: 9px auto 0;
}

.b.avl .av .el .cec {
    padding-left: 52px;
}

.b.avl .av .el .ce.price-con,
.b.avl .av .el .cec,
.b.avl .av .el .ced,
.b.avl .av .el .cem {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
}

.b.avl .av .el .cec,
.b.avl .av .el .ced {
    width: 19%;
    text-align: left;
    padding-left: 0px;
    border: none;
    /* border-right: 1px solid #c7d0d9; */
    vertical-align: middle;
}

.b.avl .av .el .ce.price-con,
.b.avl .av .el .cem,
.b.avl .av .el .cems {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: center;
}

.b.avl.has-saving .av .el .ce.price-con,
.b.avl.has-saving .av .el .cem,
.b.avl.has-saving .av .el .cems,
.b.avl.has-saving .av .el .mv,
.b.avl.has-transport .av .el .ce.price-con,
.b.avl.has-transport .av .el .cem,
.b.avl.has-transport .av .el .cems,
.b.avl.has-transport .av .el .mv {
    width: 19%;
}

.b.avl .av .el .btns {
    width: 22%;
    padding: 0 40px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.travellersSpeak .testimonial {
    /* background: #fff; */
    text-align: center;
    margin: 0 20px;
}

.travellersSpeak .testimonial .description {
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    font-size: 15px;
    color: #ffffff !important;
    line-height: 30px;
    text-align: left;
    position: relative;
    letter-spacing: 0.5px;
}

/*.travellersSpeak .testimonial .description:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}*/

.travellersSpeak .testimonial .description:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.travellersSpeak .testimonial .testimonial-content {
    position: relative;
}

.travellersSpeak .testimonial .testimonial-content:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    top: -50px;
    left: 50%;
}

.travellersSpeak .testimonial .testimonial-content:after {
    content: "";
    width: 2px;
    height: 40px;
    background: #ffffff;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}

.travellersSpeak .testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}

.travellersSpeak .testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.travellersSpeak .testimonial .title {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.travellersSpeak .owl-theme .owl-controls {
    margin-top: 15px;
}

.travellersSpeak .owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 6px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.77);
    opacity: 0.8;
    transition: all 0.3s ease 0s;
    margin: 5px 3px;
}

.travellersSpeak .owl-theme .owl-controls .owl-page.active span {
    width: 35px;
    background: #ffffff;
}

section.travellersSpeak:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
}

section.travellersSpeak {
    position: relative;
}

.whatInclude .comment-main .comment-box {
    margin: 0;
}

.whatInclude .comment-main .comment-box ul li {
    padding: 0;
    margin: 0;
    border: 0;
}

.whatInclude .comment-main .comment-box ul.comment-list.j_review_container {
    border: none;
}

.whatInclude .comment-main .comment-box ul li:before {
    display: none;
}

.whatInclude .comment-main .comment-box ul li .user-info img {
    width: 60px;
    height: 60px;
}

.whatInclude .comment-main .comment-box ul li .comment-column {
    padding: 0;
}

.whatInclude .comment-main .comment-box ul li .comment-column span.s_namess,
.whatInclude .comment-main .comment-box ul li .comment-column span.u_name {
    display: block;
}

.whatInclude .comment-main .comment-box ul li .comment-column span.s_namess {
    line-height: 1;
}

.btnFullLrgOutline {
    margin-top: 10px;
}

.btnFullLrgOutline a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 9px;
    color: #33a9df;
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 4px;
    border: 1px solid #33a9df;
}

.btnFullLrgOutline a:hover {
    color: #ffffff;
    background: #33a9df;
}

.btnFullLrg a:hover {
    background: #1f7da9;
}

.activeSmoothScroll {}

a.f_h_main.t14.smotthIterScroll.activeSmoothScroll {
    color: #ffffff;
    border-color: #ffffff;
    background: #33a9df;
}

.wtsadvice span {
    vertical-align: middle;
}

.wtsadvice svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 5px;
}

.booking-option.tripAdvisorBookingService {
    font-size: 15px;
    line-height: 1.6;
}

.wtsadvice {
    padding: 10px 0 10px;
    border-top: 1px solid #dedede;
    line-height: 28px;
    font-size: 17px;
    font-family: "Euclid Flex Bold", Arial;
}

.overview-stay-pane {
    padding: 0px 0px 30px;
}

.overview-stay-pane .highlight-list {
    /* border-top: 1px solid #dedede; */
    font-size: 15px;
}

.overview-stay-pane .highlight-list .highlights-title {
    margin: 0 0 13px;
    line-height: 28px;
    font-size: 15px;
    font-family: "Euclid Flex Bold", Arial;
    margin-top: 10px;
}

ul.itineraryInner {
    padding: 0;
    list-style: none;
}

.name.attLink a {
    line-height: 20px;
    font-size: 15px;
    font-family: "Euclid Square Regular", Arial;
    color: #464646;
}

.tags-attractions.tags-destinations {
    color: #9b9b9b;
    font-size: 14px;
    font-style: italic;
    line-height: 1.27;
    /*margin-top: 5px;*/
}

ul.itineraryInner.owl-theme .owl-controls {
    position: absolute;
    top: -39px;
    margin: 0;
    right: 0;
}

ul.itineraryInner.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/left-arrow.svg);
    mask-image: url(../../img/front/left-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}

ul.itineraryInner.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/right-arrow.svg);
    mask-image: url(../../img/front/right-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}

.text-white {
    color: #fff;
}

.m-b-20 {
    margin-bottom: 20px;
}

.contact-us a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.contact-us a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.contact-us .subheading {
    display: block;
    font-size: 14px;
    opacity: 0;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    opacity: .8;
    color: #000;
    font-family: "Euclid Flex Bold", Arial;
}

.contact-us .secondary-list li {
    margin-bottom: 16px;
}

.contact-us li {
    margin-bottom: 25px;
}

p.dim {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.contact-us li i {
    display: inline-block;
    font-size: 16px;
    margin-right: 13px;
    vertical-align: middle;
    opacity: .6;
    width: 20px;
    text-align: center;
}

.mapSectios iframe {
    position: relative;
    height: 100%;
}

ul#gform_fields_1 {
    list-style: none;
    padding: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 12px;
}

form.projectrequest .gfield {
    float: left;
    width: 50%;
    padding: 0px 5px;
    position: relative;
}

.gform_wrapper ul li.gfield {
    clear: none !important;
}

.gform_wrapper ul li.gfield {
    clear: both;
}

.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 8px;
}

.gform_wrapper form ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper ul.gform_fields.right_label li.gfield {
    margin-bottom: 4px;
}

form.projectrequest .gfield_label {
    width: 100% !important;
    margin-bottom: 4px;
}

.gform_wrapper ul li.gfield {
    margin-top: 10px;
    padding-top: 0;
}

form.projectrequest .messagebox {
    width: 100%;
}

ul#gform_fields_1 input,
ul#gform_fields_1 select,
ul#gform_fields_1 textarea {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    font-family: "Euclid Square Regular", Arial;
    background: #fff;
    box-shadow: none;
}

ul#gform_fields_1 select {
    cursor: pointer;
}

.box-vm,
.gridlove-post,
.module-empty {
    margin-bottom: 30px
}

.gridlove-post {
    height: 300px;
    line-height: 1.375;
    position: relative;
}

.gridlove-box {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    background: #FFF
}

.gridlove-post {
    font-size: 16px;
}

.gridlove-box,
#disqus_thread {
    background: #ffffff;
}

.gridlove-box,
#disqus_thread {
    box-shadow: none;
    overflow: hidden;
}

.entry-image,
.wp-caption {
    position: relative;

}

.entry-image {
    height: 100%;
}

.gridlove-cover-area .gridlove-cover-bg img,
.gridlove-post-b .entry-image img,
.gridlove-post-d .entry-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.entry-overlay-wrapper .entry-image:after,
.gridlove-post-d .entry-image a:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gridlove-post-d:hover .entry-image a:after {
    background: rgba(0, 0, 0, .6);
}

.box-inner-p {
    padding: 15px;
}

.entry-overlay,
.gridlove-post-d .entry-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none;
}

.box-inner-ellipsis {
    height: 197px;
    max-height: 197px;
    overflow: hidden;
}

.gridlove-post-c .entry-category,
.gridlove-post-c .entry-title,
.gridlove-post-d .entry-category,
.gridlove-post-d .entry-title {
    margin-bottom: 8px;
}

.entry-category a,
.gridlove-action-link,
.gridlove-pill {
    font-size: 10px;
    border-radius: 20px;
    margin-right: 5px;
    -ms-transition: all .2s ease-in-out;
    text-transform: uppercase;
    pointer-events: auto;
}

.entry-category a {
    display: inline-block;
    height: auto;
    line-height: 10px;
    padding: 7px 11px 6px;
    vertical-align: top;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gridlove-pill,
.gridlove-author-links a,
.entry-category a {
    color: #1c1b1d;
    background-color: #33a9df;
}

.box-inner-p .box-inner-ellipsis .entry-category a:first-child {
    display: inline-block;
    font-family: "Euclid Flex Bold", Arial;
    font-weight: normal;
}

.gridlove-post-c .entry-category,
.gridlove-post-c .entry-title,
.gridlove-post-d .entry-category,
.gridlove-post-d .entry-title {
    margin-bottom: 8px;
}

.entry-overlay .entry-title,
.entry-overlay .entry-title a,
.entry-overlay-wrapper .entry-overlay a:hover,
.gridlove-box.gridlove-post-d .entry-overlay a:hover,
.gridlove-featured-item .entry-meta a:hover {
    color: #FFF;
}

.entry-title.h3 a {
    font-weight: 300;
    color: #FFF;
}

.gridlove-pill:hover,
.gridlove-author-links a:hover,
.entry-category a:hover {
    color: #111 !important;
    background-color: #1d7ba7 !important;
}

.entry-overlay .entry-meta,
.gridlove-post-a .entry-meta,
.gridlove-post-b .entry-meta,
.gridlove-post-c .entry-meta {
    position: absolute;
    bottom: 30px;
}

.entry-overlay .entry-meta,
.gridlove-post-a .entry-meta,
.gridlove-post-b .entry-meta,
.gridlove-post-c .entry-meta {
    bottom: 5%;
    display: block;
}

.entry-meta .meta-item,
.entry-meta .meta-rtime,
.entry-meta .meta-views,
.entry-meta a,
.entry-meta span {
    font-size: 12px;
    line-height: 18px;
}

.entry-meta .meta-item,
.entry-meta a,
.entry-meta span,
.comment-metadata a {
    color: #818181;
}

.entry-overlay .entry-meta .meta-item,
.entry-overlay .entry-meta a,
.entry-overlay .entry-meta span,
body .gridlove-content .entry-overlay .gridlove-breadcrumbs .meta-item,
body .gridlove-content .entry-overlay .gridlove-breadcrumbs a,
body .gridlove-content .entry-overlay .gridlove-breadcrumbs span {
    color: rgba(255, 255, 255, .8);
    text-transform: none;
    font-size: 13px;
}

.gridlove-post-d .entry-overlay span.fn a {
    text-transform: none;
    line-height: 24px;
    display: inline-block;
    margin-right: 0px;
}

.entry-overlay .entry-meta span img.avatar.avatar-24.photo {
    border-radius: 50%;
    margin-right: 4px;
    object-fit: cover;
    width: 24px;
    height: 24px;
}

span.shaprets:after {
    display: none;
}

span.shaprets {
    margin: 0px 13px;
}

.gridlove-post-d h2.entry-title.h3 {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-weight: 400;
}

span.shaprets:after {
    display: none;
}

.gridlove-pagination.gridlove-load-more a {
    background: #33a9df;
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 3px;
}

.gridlove-pagination.gridlove-load-more {
    text-align: center;
    margin-top: 0px;
}

.blogDetailPage h2.section-title {
    margin-bottom: 10px;
}

.blogDetailPage .author-post span{
    color: #888;
}

.blogDetailPage .author-post span a {
    color: #313131;
    text-transform: capitalize;
}

.blogDetailPage .author-post span a:hover {
    color: #33a9df;
}

.blogInnerDetail {
    margin-top: 30px;
}

.single-post-image {
    margin-bottom: 26px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.inner-post-entry {
    margin-bottom: 33px;
}

.inner-post-entry p {
    line-height: 1.8;
    color: #313131;
}

.inner-post-entry h3,
.inner-post-entry h3 a {
    color: #085e86;
    font-family: "Euclid Flex Bold", Arial;
    opacity: 1;
}

.inner-post-entry h3 a:hover {
    color: #085e86;
    text-decoration: underline;
}

.inner-post-entry .single-post-image img.imgBlogDetail {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    max-height: 300px;
}

.inner-post-entry p a {
    color: #33a9e0;
    text-decoration: underline;
}

.entry-author-desc p {
    line-height: 1.8;
}

.entry-author-socials ul li a i {
    margin-right: 0;
}

ul.list-social-icons li a.social-icon {
    border: 1px solid #d7d7d7;
}

ul.list-social-icons li a.social-icon:hover {
    /* border: 1px solid #33a9e0;
     color: #33a9e0;*/
}

.entry-author-socials ul li {
    margin-bottom: 0;
    margin-right: 10px;
}

.reply a.comment-reply-link {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 6px 17px;
    top: 32px;
}

form.comment-form textarea,
form.comment-form input {
    border-radius: 6px;
    border-width: 1px;
}

h3.comments-title:before,
h3.comment-reply-title:before {
    display: none;
}

.widget_text.widget.gridlove-box.widget_custom_html {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    background: transparent;
    margin: 0;
}

.sidebar-wrapper.sticky-side {
    border: 1px solid #efefef;
    border-radius: 5px;
    background: #fff;
}

.widget_text.widget.gridlove-box.widget_custom_html h4.widget-title {
    padding: 15px;
    color: #FFF;
    background-color: rgb(38, 132, 181);
    border: none;
    border-radius: 4px 4px 0 0;
    margin-bottom: 5px;
    box-shadow: 0 1px 6px 0 rgba(105, 105, 105, 0.3);
    -webkit-box-shadow: 0 1px 6px 0 rgba(105, 105, 105, 0.3);
}

.sidebar-wrapper .widget .textwidget.custom-html-widget {
    padding: 15px 15px;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap select {
    border-radius: 3px;
    border-width: 1px;
    margin-top: 5px;
    padding: 5px 12px;
    height: 40px;
    font-family: "Euclid Square Regular", Arial;
}

.textwidget.custom-html-widget form p {
    margin-bottom: 15px;
}

.textwidget.custom-html-widget form p.form-submit button.submit {
    padding: 12px 20px;
    text-transform: none;
}

.textwidget.custom-html-widget form p.form-submit {
    text-align: center;
    margin-bottom: 0;
}

.innerRgtPadd {
    padding-right: 60px;
}

ul#postRelated {
    padding: 0px 20px;
    list-style: none;
}

a.related-thumb.penci-image-holder img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 200px;
}

.post-related {
    padding-top: 90px;
}

.item-related {
    text-align: center;
    padding: 0px 10px;
}

a.related-thumb.penci-image-holder {
    display: block;
    margin-bottom: 9px;
}

.item-related h3 a {
    color: #085e86;
    font-family: "Euclid Square Regular", Arial;
    opacity: 1;
    font-size: 19px;
    letter-spacing: 0;
}

.item-related h3 a:hover {
    text-decoration: underline;
    color: #085e86;
}

.item-related h3 a {
    margin-bottom: 8px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 19px;
    margin-bottom: 0;
}

.postDesc {
    padding: 0px 7px;
}

ul#postRelated .owl-controls {
    margin: 0;
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -22px;
    left: 0;
    height: 22px;
}

ul#postRelated .owl-controls .owl-prev {
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/left-arrow.svg);
    mask-image: url(../../img/front/left-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    width: 22px;
    height: 22px;
}

ul#postRelated .owl-controls .owl-next {
    right: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/right-arrow.svg);
    mask-image: url(../../img/front/right-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    width: 22px;
    height: 22px;
}

.itinerary-step-container:last-child .overview-stay-pane {
    padding-bottom: 0px;
}

.intro {
    padding: 30px 40px;
    background-color: #fff;
    margin-top: 30%;
    margin-left: -25%;
    transition-delay: .4s;
}

h2.main-title {
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 28px;
    position: relative;
    white-space: nowrap;
    width: 56px;
    border-bottom: 1px solid #333;
    margin: 0 0 40px 0;
    padding-bottom: 10px;
}

.founder .intro p {
    font-size: 15px;
    line-height: 1.8;
    color: #646567;
    font-weight: 100;
    letter-spacing: 0;
    margin-bottom: 0;
}

.founder .intro h3 {
    font-size: 17px;
    letter-spacing: 0;
}

.founder .intro h3 span {
    color: #888;
}

img.profile.profileHeight {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    max-height: 350px;
}

section.founder {
    margin-bottom: 70px;
}

.exploreBtn {
    margin-top: 20px;
}

.exploreBtn a {
    background: #33a9df;
    color: #fff;
    padding: 8px 25px;
    border-radius: 3px;
    display: inline-block;
}

section.founder:last-child {
    margin: 0;
}

.p-t-b-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.usersDrop .m_radius_block.m_bg_white.t_black.g_abs.shadow_box__4.g_c_mid.f_hidden {
    width: 200px;
    left: -16px;
    top: 23px;
    padding: 8px 10px;
}

.usersDrop .m_radius_block.m_bg_white.t_black.g_abs.shadow_box__4.g_c_mid.f_hidden li {
    float: none;
    width: 100%;
    margin: 0;
}

.usersDrop .m_radius_block.m_bg_white.t_black.g_abs.shadow_box__4.g_c_mid.f_hidden li a {
    font-size: 14px;
}

.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    padding: 60px;
    text-align: center;
    z-index: 999;
}

.img-holder .info-holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-holder .info-holder h3 {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 30px;
    width: 100%;
    max-width: 378px;
    padding-right: 30px;
}

.img-holder .info-holder p {
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 378px;
    padding-right: 30px;
}

.img-holder .info-holder img {
    width: 100%;
    max-width: 378px;
}

.img-holder .bg {
    position: absolute;
    opacity: 0.23;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/img1.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@media (min-height: 700px) {
    .img-holder {
        position: fixed;
    }

    .website-logo {
        position: fixed;
    }
}

.form-holder {
    margin-left: 550px;
    width: 100%;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    min-height: 100%;
}

.form-holder .form-content ::-webkit-input-placeholder {
    color: #526489;
}

.form-holder .form-content :-moz-placeholder {
    color: #526489;
}

.form-holder .form-content ::-moz-placeholder {
    color: #526489;
}

.form-holder .form-content :-ms-input-placeholder {
    color: #526489;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control ::-webkit-input-placeholder {
    color: #526489;
}

.form-control :-moz-placeholder {
    color: #526489;
}

.form-control ::-moz-placeholder {
    color: #526489;
}

.form-control :-ms-input-placeholder {
    color: #526489;
}

.form-content {
    position: relative;
    background-color: #0093FF;
}

.form-content .form-group {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    max-width: 430px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}

.form-content p.form-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
}

.form-content label {
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
}

.form-content .page-links {
    margin-bottom: 34px;
}

.form-content .page-links a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content .page-links a:last-child {
    margin-right: 0;
}

.form-content .page-links a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content .page-links a.active {
    font-weight: 700;
}

.form-content .page-links a.active:after {
    background-color: #fff;
}

.form-content .page-links a:hover:after,
.form-content .page-links a:focus:after {
    background-color: #fff;
}

.form-content input,
.form-content .dropdown-toggle.btn-default,
.form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
}

.form-content input:hover,
.form-content input:focus,
.form-content .dropdown-toggle.btn-default:hover,
.form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover,
.form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.form-content input[type="checkbox"],
.form-content input[type="radio"] {
    width: auto;
}

.form-content input[type="checkbox"]:not(:checked),
.form-content input[type="checkbox"]:checked,
.form-content input[type="radio"]:not(:checked),
.form-content input[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.form-content input[type="checkbox"]:not(:checked)+label,
.form-content input[type="checkbox"]:checked+label,
.form-content input[type="radio"]:not(:checked)+label,
.form-content input[type="radio"]:checked+label {
    position: relative;
    padding-left: 23px;
    cursor: pointer;
    display: inline;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-content input[type="checkbox"]:checked+label,
.form-content input[type="radio"]:checked+label {
    color: #fff;
}

.form-content input[type="checkbox"]:checked+label:before,
.form-content input[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    border: 0px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content input[type="checkbox"]:not(:checked)+label:before,
.form-content input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content input[type="checkbox"]:not(:checked)+label:after,
.form-content input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-content input[type="checkbox"]:checked+label:after,
.form-content input[type="checkbox"]:not(:checked)+label:after {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 9px;
    color: #0093FF;
    line-height: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-content input[type="checkbox"]:checked+label:before {
    border-radius: 4px;
}

.form-content input[type="checkbox"]:not(:checked)+label:before {
    border-radius: 4px;
}

.form-content input[type="radio"]:checked+label:after,
.form-content input[type="radio"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: #0093FF;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-content input[type="checkbox"]:disabled+label,
.form-content input[type="radio"]:disabled+label {
    opacity: 0.6;
}

.form-content .custom-options {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.form-content .custom-options input[type="checkbox"],
.form-content .custom-options input[type="radio"] {
    width: auto;
}

.form-content .custom-options input[type="checkbox"]:not(:checked),
.form-content .custom-options input[type="checkbox"]:checked,
.form-content .custom-options input[type="radio"]:not(:checked),
.form-content .custom-options input[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.form-content .custom-options input[type="checkbox"]:not(:checked)+label,
.form-content .custom-options input[type="checkbox"]:checked+label,
.form-content .custom-options input[type="radio"]:not(:checked)+label,
.form-content .custom-options input[type="radio"]:checked+label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    display: inline;
    color: #606060;
    background-color: #F7F7F7;
    font-size: 13px;
    font-weight: 400;
    margin-left: 0;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-grow: 1;
    text-align: center;
}

.form-content .custom-options input[type="checkbox"]:not(:checked)+label:last-child,
.form-content .custom-options input[type="checkbox"]:checked+label:last-child,
.form-content .custom-options input[type="radio"]:not(:checked)+label:last-child,
.form-content .custom-options input[type="radio"]:checked+label:last-child {
    margin-right: 0;
}

.form-content .custom-options input[type="checkbox"]:checked+label,
.form-content .custom-options input[type="radio"]:checked+label {
    color: #fff;
    background-color: #57D38C;
    font-weight: 400;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
}

.form-content .form-button {
    margin-top: 30px;
    margin-bottom: 25px;
}

.form-content .form-button .ibtn {
    border-radius: 3px;
    border: 0;
    padding: 12px 34px;
    background-color: #fff;
    color: #29A4FF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    letter-spacing: 0;
    text-transform: uppercase;
}

.form-content .form-button .ibtn:last-child {
    margin-right: 0;
}

.form-content .form-button .ibtn:hover,
.form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}

.form-content .form-button a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.form-content .form-button.full-width {
    margin-top: 15px;
}

.form-content .form-button.full-width .ibtn {
    width: 100%;
}

.form-content .btn {
    border-radius: 6px;
    padding: 6px 28px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    border: 0;
}

.form-content .btn.btn-light {
    color: #B0C2D0;
}

.form-content .btn.btn-light:hover,
.form-content .btn.btn-light:focus {
    color: #a0b6c6;
}

.form-content .btn:last-child {
    margin-right: 0;
}

.form-content form {
    margin-bottom: 58px;
}

.form-content .other-links span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin-right: 20px;
}

.form-content .other-links a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-right: 10px;
}

.form-content .other-links a:last-child {
    margin-right: 0;
}

.form-content .other-links a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-top: 7px;
    font-size: 15px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.form-content .other-links a i[class*="fa-twitter"] {
    background-color: #00aced;
}

.form-content .other-links a i[class*="fa-facebook"] {
    background-color: #3b5998;
}

.form-content .other-links a i[class*="fa-youtube"] {
    background-color: #bb0000;
}

.form-content .other-links a i[class*="fa-google"] {
    background-color: #dd4b39;
}

.form-content .other-links a i[class*="fa-linkedin"] {
    background-color: #007bb6;
}

.form-content .other-links a i[class*="fa-instagram"] {
    background-color: #517fa4;
}

.form-content .other-links a i:hover,
.form-content .other-links a i:focus {
    opacity: 0.8;
}

.form-content.form-sm input,
.form-content.form-sm .dropdown-toggle.btn-default {
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-content.form-sm textarea {
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-content.form-sm .form-button .ibtn {
    padding: 4px 28px;
}

.form-content.form-sm .btn {
    padding: 4px 28px;
}

.form-content .form-sent {
    position: absolute;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.7) translateX(200px);
    -moz-transform: scale(0.7) translateX(200px);
    -ms-transform: scale(0.7) translateX(200px);
    transform: scale(0.7) translateX(200px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content .form-sent.show-it {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}

.form-content .form-sent.show-it .tick-holder .tick-icon {
    -webkit-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -moz-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -ms-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
}

.form-content .form-sent.show-it .tick-holder .tick-icon:before {
    -webkit-animation: tick-anime1 0.2s linear 0.2s forwards;
    -moz-animation: tick-anime1 0.2s linear 0.2s forwards;
    -ms-animation: tick-anime1 0.2s linear 0.2s forwards;
    animation: tick-anime1 0.2s linear 0.2s forwards;
}

.form-content .form-sent.show-it .tick-holder .tick-icon:after {
    -webkit-animation: tick-anime2 0.4s ease 0.4s forwards;
    -moz-animation: tick-anime2 0.4s ease 0.4s forwards;
    -ms-animation: tick-anime2 0.4s ease 0.4s forwards;
    animation: tick-anime2 0.4s ease 0.4s forwards;
}

.form-content .form-sent .tick-holder {
    text-align: center;
    margin-bottom: 12px;
}

.form-content .form-sent .tick-holder .tick-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.form-content .form-sent .tick-holder .tick-icon:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 2px;
    top: 28px;
    left: 14px;
    border-radius: 2px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.form-content .form-sent .tick-holder .tick-icon:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 20px;
    top: 9px;
    left: 22px;
    border-radius: 2px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.form-content .form-sent h3 {
    text-align: center;
    color: #fff;
}

.form-content .form-sent p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.form-content .form-sent .info-holder {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-top: 60px;
}

.form-content .form-sent .info-holder span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    opacity: 0.6;
}

.form-content .form-sent .info-holder a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    opacity: 0.9;
}

.form-content .hide-it {
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.7) translateX(-200px);
    -moz-transform: scale(0.7) translateX(-200px);
    -ms-transform: scale(0.7) translateX(-200px);
    transform: scale(0.7) translateX(-200px);
}

@keyframes tick-anime1 {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tick-anime2 {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(255, 255, 255, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
}

@keyframes c-tick-anime3 {
    0% {
        background-color: rgba(233, 253, 214, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
    }

    100% {
        background-color: #E9FDD6;
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
}

.alert {
    position: relative;
    padding: 6px 12px;
    border: 1px solid #000;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
}

.alert a.alert-link,
.alert a {
    font-weight: 700;
    color: #000000;
}

.alert p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6;
}

.alert.alert-primary hr {
    border-top-color: #3a86d6;
}

.alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396;
}

.alert.alert-secondary hr {
    border-top-color: #8e9396;
}

.alert.alert-success {
    background-color: #F7FFF0;
    border-color: #8CCB57;
}

.alert.alert-success hr {
    border-top-color: #8CCB57;
}

.alert.alert-danger {
    background-color: #FFFAFA;
    border-color: #F55050;
}

.alert.alert-danger hr {
    border-top-color: #F55050;
}

.alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b;
}

.alert.alert-warning hr {
    border-top-color: #f1cb4b;
}

.alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb;
}

.alert.alert-info hr {
    border-top-color: #42bfdb;
}

.alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4;
}

.alert.alert-light hr {
    border-top-color: #a7a4a4;
}

.alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557;
}

.alert.alert-dark hr {
    border-top-color: #525557;
}

.alert.with-icon {
    padding-left: 32px;
}

.alert.with-icon[class*="alert-"]:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    top: 7px;
    left: 7px;
    width: 20px;
    font-size: 12px;
    text-align: center;
}

.alert.with-icon.alert-primary:before {
    content: "\f12a";
    color: #3a86d6;
}

.alert.with-icon.alert-secondary:before {
    content: "\f12a";
    color: #8e9396;
}

.alert.with-icon.alert-success:before {
    content: "\f00c";
    color: #8CCB57;
}

.alert.with-icon.alert-danger:before {
    content: "\f071";
    color: #F55050;
}

.alert.with-icon.alert-warning:before {
    content: "\f06a";
    color: #f1cb4b;
}

.alert.with-icon.alert-info:before {
    content: "\f129";
    color: #42bfdb;
}

.alert.with-icon.alert-light:before {
    content: "\f12a";
    color: #a7a4a4;
}

.alert.with-icon.alert-dark:before {
    content: "\f12a";
    color: #525557;
}

.alert .close {
    color: #727272;
    font-size: 0.9rem;
    padding: 3px;
    outline: none;
}

.alert .close span {
    color: #727272;
}

.form-body.without-side .website-logo {
    top: 70px;
    left: 50%;
    margin-left: -50px;
    right: initial;
    bottom: initial;
    display: inline-block;
}

.form-body.without-side .website-logo-inside .logo {
    background-image: url("../images/logo-dark.svg");
}

.form-body.without-side .form-holder .form-content ::-webkit-input-placeholder {
    color: #000;
}

.form-body.without-side .form-holder .form-content :-moz-placeholder {
    color: #000;
}

.form-body.without-side .form-holder .form-content ::-moz-placeholder {
    color: #000;
}

.form-body.without-side .form-holder .form-content :-ms-input-placeholder {
    color: #000;
}

.form-body.without-side h3 {
    color: #2d2d2d;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.form-body.without-side p {
    color: #464646;
    font-family: "Euclid Square Regular", Arial;
    font-size: 14px;
    margin: 0;
}

.form-body.without-side label {
    color: #000;
}

.form-body.without-side .img-holder {
    z-index: 0;
    width: 100%;
    overflow: hidden;
    background: transparent;
    padding: 0;
}

.form-body.without-side .img-holder .info-holder img {
    /*display: none;*/
    max-width: 534px;
    -webkit-animation: zoom-in-img 50s linear 0s infinite;
    -moz-animation: zoom-in-img 50s linear 0s infinite;
    -ms-animation: zoom-in-img 50s linear 0s infinite;
    animation: zoom-in-img 50s linear 0s infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.form-body.without-side .form-holder {
    margin-left: 0;
}

.form-body.without-side .form-holder .form-content {
    background-color: transparent;
}

.form-body.without-side .form-content {
    padding: 75px 60px 60px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.form-body.without-side .form-content .form-items {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}

.form-body.without-side .form-content .form-items form {
    margin-bottom: 0;
}

.form-body.without-side .form-content .form-items .other-links {
    margin-top: 38px;
    margin-bottom: 17px;
}

.form-body.without-side .form-content .form-items .other-links .text {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.form-body.without-side .form-content .form-items .other-links a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 2px;
    color: #3a3a3a;
    background-color: #F7F7F7;
    font-family: "Euclid Square Regular", Arial;
    font-size: 14px;
    font-weight: 500;
}

.form-body.without-side .form-content .form-items .other-links a i {
    width: 25px;
    height: 25px;
    font-size: 13px;
    margin-left: 0;
}

.form-body.without-side .form-content .form-items .page-links {
    margin-bottom: 0;
    margin-top: 25px;
}

.form-body.without-side .form-content .form-items .page-links a {
    font-weight: 700;
    font-family: "Euclid Flex Bold", Arial;
}

.form-body.without-side .form-content .form-items .page-links a:after {
    bottom: -3px;
}

.form-body.without-side .form-content .page-links a {
    color: #000;
}

.form-body.without-side .form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-body.without-side .form-content .page-links a.active:after {
    background-color: #0092FE;
}

.form-body.without-side .form-content .page-links a:hover:after,
.form-body.without-side .form-content .page-links a:focus:after {
    background-color: #0092FE;
}

.form-body.without-side .form-content input,
.form-body.without-side .form-content .dropdown-toggle.btn-default,
.form-body.without-side .form-content select {
    border: 0;
    background-color: #e8e4e4;
    color: #000000;
    font-family: "Euclid Square Regular", Arial;
}

.form-body.without-side .form-content input:hover,
.form-body.without-side .form-content input:focus,
.form-body.without-side .form-content .dropdown-toggle.btn-default:hover,
.form-body.without-side .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000000;
}

.form-body.without-side .form-content textarea {
    background-color: #F7F7F7;
    border: 0;
    color: #000000;
}

.form-body.without-side .form-content textarea:hover,
.form-body.without-side .form-content textarea:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000000;
}

.form-body.without-side .form-content input[type="checkbox"]:not(:checked)+label,
.form-body.without-side .form-content input[type="checkbox"]:checked+label,
.form-body.without-side .form-content input[type="radio"]:not(:checked)+label,
.form-body.without-side .form-content input[type="radio"]:checked+label {
    color: #000;
}

.form-body.without-side .form-content input[type="checkbox"]:checked+label,
.form-body.without-side .form-content input[type="radio"]:checked+label {
    color: #000;
}

.form-body.without-side .form-content input[type="checkbox"]:checked+label:before,
.form-body.without-side .form-content input[type="radio"]:checked+label:before {
    background: #000;
    border: 0px solid #000;
}

.form-body.without-side .form-content input[type="checkbox"]:not(:checked)+label:before,
.form-body.without-side .form-content input[type="radio"]:not(:checked)+label:before {
    background: transparent;
    border: 2px solid #000;
}

.form-body.without-side .form-content input[type="checkbox"]:checked+label:after,
.form-body.without-side .form-content input[type="checkbox"]:not(:checked)+label:after {
    color: #fff;
}

.form-body.without-side .form-content input[type="radio"]:checked+label:after,
.form-body.without-side .form-content input[type="radio"]:not(:checked)+label:after {
    background-color: #fff;
}

.form-body.without-side .form-content .custom-options input[type="checkbox"]:not(:checked)+label,
.form-body.without-side .form-content .custom-options input[type="checkbox"]:checked+label,
.form-body.without-side .form-content .custom-options input[type="radio"]:not(:checked)+label,
.form-body.without-side .form-content .custom-options input[type="radio"]:checked+label {
    color: #606060;
    background-color: #F7F7F7;
}

.form-body.without-side .form-content .custom-options input[type="checkbox"]:checked+label,
.form-body.without-side .form-content .custom-options input[type="radio"]:checked+label {
    color: #fff;
    background-color: #57D38C;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
}

.form-body.without-side .form-content .form-button {
    margin-bottom: 0;
}

.form-body.without-side .form-content .form-button .ibtn {
    background-color: #29A4FF;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.form-body.without-side .form-content .form-button .ibtn:hover,
.form-body.without-side .form-content .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}

.form-body.without-side .form-content .form-button a {
    font-weight: 300;
    color: #000;
    font-size: 14px;
}

.form-body.without-side .form-content .form-sent {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.form-body.without-side .form-content .form-sent.show-it {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon {
    -webkit-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -moz-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -ms-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    background-color: rgba(233, 253, 214, 0);
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon:before {
    background-color: #8CCB57;
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon:after {
    background-color: #8CCB57;
}

.form-body.without-side .form-content .form-sent h3 {
    color: #000;
}

.form-body.without-side .form-content .form-sent p {
    color: #000;
}

.form-body.without-side .form-content .form-sent .info-holder {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.form-body.without-side .form-content .form-sent .info-holder span {
    color: #000;
}

.form-body.without-side .form-content .form-sent .info-holder a {
    color: #000;
}

.form-body.without-side .form-content .hide-it {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.form-body .alert {
    color: #000000;
}

.form-body .alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6;
}

.form-body .alert.alert-primary hr {
    border-top-color: #3a86d6;
}

.form-body .alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396;
}

.form-body .alert.alert-secondary hr {
    border-top-color: #8e9396;
}

.form-body .alert.alert-success {
    background-color: #F7FFF0;
    border-color: #8CCB57;
}

.form-body .alert.alert-success hr {
    border-top-color: #8CCB57;
}

.form-body .alert.alert-danger {
    background-color: #FFFAFA;
    border-color: #F55050;
}

.form-body .alert.alert-danger hr {
    border-top-color: #F55050;
}

.form-body .alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b;
}

.form-body .alert.alert-warning hr {
    border-top-color: #f1cb4b;
}

.form-body .alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb;
}

.form-body .alert.alert-info hr {
    border-top-color: #42bfdb;
}

.form-body .alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4;
}

.form-body .alert.alert-light hr {
    border-top-color: #a7a4a4;
}

.form-body .alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557;
}

.form-body .alert.alert-dark hr {
    border-top-color: #525557;
}

.form-body .alert.with-icon.alert-primary:before {
    color: #3a86d6;
}

.form-body .alert.with-icon.alert-secondary:before {
    color: #8e9396;
}

.form-body .alert.with-icon.alert-success:before {
    color: #8CCB57;
}

.form-body .alert.with-icon.alert-danger:before {
    color: #F55050;
}

.form-body .alert.with-icon.alert-warning:before {
    color: #f1cb4b;
}

.form-body .alert.with-icon.alert-info:before {
    color: #42bfdb;
}

.form-body .alert.with-icon.alert-light:before {
    color: #a7a4a4;
}

.form-body .alert.with-icon.alert-dark:before {
    color: #525557;
}

.form-body .alert a.alert-link,
.form-body .alert a {
    color: #000000;
}

.form-body .alert .close {
    color: #727272;
}

.form-body .alert .close span {
    color: #727272;
}

@keyframes zoom-in-img {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/
@media (max-width: 992px) {
    .img-holder {
        display: none;
    }

    .form-holder {
        margin-left: 0;
    }

    .form-holder .form-content {
        padding: 125px 60px 60px;
    }

    .form-body.without-side .form-holder .form-content {
        padding: 125px 30px 60px;
    }
}

.form-body.without-side .form-content select {
    height: 40px;
}

.pl07 {
    padding-left: 7px;
}

.pr07 {
    padding-right: 7px;
}

div#forgotPassword,
div#editTrip,
.zHighPopup {
    z-index: 999999;
}

@media (min-width: 768px) {
    .modal.mini-modal .modal-dialog {
        width: 320px;
    }

    .modal.mini-modal .modal-content {
        padding-bottom: 30px;
    }

    .modal.mini-modal .modal-content.with-header {
        padding-top: 40px;
    }
}

.forgotPasswordPopup h3 {
    color: #2d2d2d;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.forgotPasswordPopup p {
    text-align: left;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
    color: #464646;
    font-family: "Euclid Square Regular", Arial;
    font-size: 14px;
}

div#forgotPassword .modal-header {
    border: none;
    padding-bottom: 0;
}

div#forgotPassword form input {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 14px;
    border: 0;
    background-color: #e8e4e4;
    color: #000000;
    font-family: "Euclid Square Regular", Arial;
}

div#forgotPassword form input:hover,
div#forgotPassword form input:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000000;
}

div#forgotPassword form .form-button .ibtn {
    border-radius: 3px;
    border: 0;
    padding: 12px 34px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    letter-spacing: 0;
    background-color: #29A4FF;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

div#forgotPassword form .form-button .ibtn:hover,
div#forgotPassword form .form-button .ibtn:focus {
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
}

.modal-backdrop {
    background-color: #2c2f42;
}

.modal-backdrop.in {
    opacity: .9;
}

body.modal-open #page {
    /*filter: blur(8px);
    -webkit-filter: blur(8px);*/
}

.p-t-b-40 {
    padding: 40px 0px;
}

.team-card .card-image,
.team-card .card-image-link {
    position: relative;
    display: block;
    width: 100%;
}

.team-card .card-image-link img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
}

.team-card .card-content {
    width: 100%;
    height: auto;
    /* position: relative; */
    flex-grow: 1;
    padding: 0rem 1.5rem 0.25rem;
    /* padding-bottom: 80px; */
}

.team-card .card-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Euclid Flex Bold", Arial;
}

.team-card a {
    color: #384d66;
}

.team-card .content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: space-between;
    flex-grow: 1;
    text-align: center;
}

.team-card .destinations-list {
    width: 100%;
    text-align: center;
}

.team-card .destinations-list li {
    font-size: 14px;
    line-height: 1.4;
    color: #7f7e7e;
    display: inline;
}

.team-card .destinations-list ul {
    padding: 0;
    list-style: none;
}

.team-card .card-content header {
    position: relative;
    padding: 0;
    text-align: center;
}

.team-card .destinations-list ul li:after {
    content: ', ';
}

.team-card .destinations-list ul li:last-child:after {
    content: '.';
}

.team-card .content a.button.primary {
    background: #33a9df;
    color: #fff;
    padding: 10px 20px;
    margin: auto;
    margin-top: 18px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 300px;
    bottom: 18px;
}

.team-card {
    transition: all linear 0.1s;
    background: #fff;
    border-radius: 4px;
    position: relative;
    /*height: 100%;*/
    text-align: center;
    height: 448px;
    margin-bottom: 20px;
}

#experts_list_items {
    width: 100%;
}

.destinations-list .exprtDesc p,
.destinations-list .exprtDesc div {
    height: 2.8em;
}

.team-card:hover {
    box-shadow: 0 0.875rem 1.5rem 0 rgba(204, 204, 204, 0.5);
}

.team-list>.row>.col-sm-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding-bottom: 30px;
}

.team-list>.row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    min-height: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}

.pt-0 {
    padding-top: 0;
}

.agency-details {
    padding: 15px;
    background: #fff;
    padding-top: 30px;
}

.agency-head-details {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.agency-head-details i {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 4px;
}

.agency-head-details span {
    display: block;
}

.agency-head-details span.agency-head-details-label {
    margin-right: 5px;
    vertical-align: middle;
    color: #999;
    font-size: 15px;
}

span.agency-head-details-value {
    line-height: 1.8;
    color: #343a40;
    font-size: 15px;
}

.agency-head-details:last-child {
    margin-bottom: 15px;
}

.agency-head-details-icon.icLanguage {
    background: url("../../img/front/language.svg") no-repeat;
    background-size: 20px;
    background-position: center center;
}

.agency-head-details-icon.icIntrest {
    background: url("../../img/front/intrest.svg") no-repeat;
    background-size: 20px;
    background-position: center center;
}

.agency-head-details-icon.icDestination {
    background: url("../../img/front/destination.svg") no-repeat;
    background-size: 20px;
    background-position: center center;
}

.expertInfo,
.expertComment {
    background: #fff;
    padding: 30px;
}

.expertInfo p:last-child {
    margin-bottom: 0;
}

.expertInfo h3,
.expertComment h3 {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Euclid Flex Bold", Arial;
}

.expertInfo p {
    line-height: 1.8;
    color: #343a40;
    font-size: 15px;
}

.expertInfo {
    margin-bottom: 30px;
}

.expertComment .comments-area {
    margin: 0;
}

.entry-overlay .entry-meta .meta-item {
    display: inline-block;
}

.meta-item.meta-author.authLocations {
    display: block;
}

span.vcard.author svg {
    width: 24px;
    height: 16px;
    /* margin-top: 7px; */
    display: inline-block;
    opacity: 0.5;
    line-height: 24px;
    position: relative;
    top: 3px;
}

h2.blogHeadTitle {
    font-family: "Euclid Flex Bold", Arial;
    margin-bottom: 23px;
    display: block;
}

.blogCateSec {
    margin-bottom: 40px;
}

.BlogSideConte {
    background: #fff;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    padding: 15px;
}

.whatInclude ul.list-unstyled.mb-0.list-items li:before {
    display: none;
}

.whatInclude ul.list-unstyled.mb-0.list-items li {
    padding: 0;
}

.custom-options span.light {
    opacity: 0.5;
}

.BlogSideConte.extraIntter ul#gform_fields_1 input {
    height: auto;
}

.BlogSideConte.extraIntter form.projectrequest .gfield {
    width: 100%;
    float: none;
}

.BlogSideConte.extraIntter form.projectrequest input[type="submit"] {
    margin-top: 10px;
    padding: 13px 31px 12px;
    font-size: 15px;
}

a.post-tags-lable {
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 16px;
    margin: 0 2px 5px 0;
    padding: 2px 18px;
    border: 1px solid #e8e8e8;
    background: #f4f5f5;
    line-height: 1.8;
    font-size: 14px;
    color: #000;
}

a.post-tags-lable:hover {
    text-decoration: underline;
}

section.bestMoments {
    padding-top: 15px;
    text-align: center;
    background: #f6f6f6;
    border-top: 1px solid #e6e6e6;
}

section.bestMoments h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Euclid Flex Bold", Arial;
    padding-bottom: 15px;
}

ul#bestMoments {
    list-style: none;
    padding: 0;
}

div#loading {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    text-align: center;
    background: #fff;
    background-position: center center;
    position: fixed;
    left: 0;
    display: block;
    background-size: 30%;
    margin: 0px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #33a9e0;
    border-bottom: 16px solid #33a9e0;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -60px;
}


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

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blogSlideShow h2.page-hero-title {
    line-height: 1.2;
    font-family: "Euclid Square Regular", Arial;
    margin-bottom: 1px;
    font-size: 36px;
    font-weight: normal;
}

.blogSlideShow a.btn.btn-lg {
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px 28px;
    font-size: 16px;
    letter-spacing: 0;
}

.fbCatterfly {
    background: rgba(19, 78, 107, 0.8);
    height: 100%;
    padding: 42px;
    padding-bottom: 3px;
}

ul#fbSlideShow {
    list-style: none;
    padding: 0;
}

.hostSec h5 {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 13px;
    color: #adadad;
    letter-spacing: 0;
}

ul.right_col_posts {
    list-style: none;
    padding: 0;
}

.wpzoom-featured-cat .right_col_posts li {
    width: 100%;
    margin: 0 0 15px;
    display: block;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.wpzoom-featured-cat .right_col_posts .post-thumb {
    max-width: 29%;
    float: left;
    margin: 0 10px 0px 0;
}

.wpzoom-featured-cat .right_col_posts h3.entry-title {
    font-size: 15px;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Euclid Flex Bold", Arial;
}

.wpzoom-featured-cat .right_col_posts h3.entry-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
}

#sidebar .right_col_posts {
    margin-top: 30px;
}

@media (min-width: 640px) {
    .content-area .post_content {
        color: #777;
    }

    .content-area .wpzoom-featured-cat .featured-grid-single>div {
        width: 47.5%;
        float: left;
        margin-right: 2.66666%;
    }

    .content-area .wpzoom-featured-cat .right_col_posts {
        width: 47%;
        float: right;
        clear: none;
    }

    .content-area .featured_category_2col {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        width: 47.5%;
        margin: 0 5% 0 0;
    }

    .content-area .featured_category_2col:nth-child(2) {
        margin-right: 0;
    }
}

.wpzoom-featured-cat .right_col_posts p {
    color: #828282;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.wpzoom-featured-cat .right_col_posts .post_content {
    width: 71%;
}

.wpzoom-featured-cat .right_col_posts li:last-child {
    margin-bottom: 0;
}

.advs-box-content.bookedTxt h3 {
    margin-bottom: 0;
}

.advs-box-content.bookedTxt p {
    margin-top: 3px !important;
    font-style: italic;
}

.advs-box-content.bookedTxt .itinerary-card__price-value {
    font-size: 15px;
    margin-left: 0;
}

.itemsSpacesIncress .col-md-3 {
    padding-right: 7px;
    padding-left: 7px;
}

.cateSlideTwo .PR0 {
    padding-right: 0;
}

.cateSlideTwo .PL0 {
    padding-left: 0;
}

ul#fbSlideShow li img {
    width: 100%;
    max-width: inherit;
}

.catterflySign {
    background: rgba(19, 78, 107, 0.8);
    height: 100%;
    width: 100%;
    padding: 35px 40px 35px 0px;
    text-align: center;
}

.bgCatter {
    background-image: url(/img/front/slide01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.catterflySign h3 {
    color: #fff;
    letter-spacing: 0.5px;
    font-family: "Euclid Flex Bold", Arial;
    margin-bottom: 25px;
}

.catterflySign p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.secBtnss a {
    margin: 0 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 27px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-family: "Euclid Square Regular", Arial;
}

.secBtnss a.borderFill {
    background: #fff;
    color: #000;
}

.secBtnss a.borderFill:hover {
    background: transparent;
    color: #fff;
}

.secBtnss a.onlyBorder:hover {
    background: #fff;
    color: #000;
}

.post-pagination {
    overflow: hidden;
    margin: 0;
    padding: 12px 0 15px;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    margin-top: 60px;
    margin-bottom: 30px;
}

.post-pagination .prev-post {
    float: left;
    width: 50%;
}

.post-pagination .next-post {
    float: right;
    text-align: right;
    width: 50%;
}

.post-pagination span {
    margin: 0;
    display: inline-block;
    color: #888;
}

.post-pagination span i {
    font-size: 15px;
    margin-right: 8px;
}

.post-pagination span i.fa-angle-double-right {
    margin: 0 0 0 8px;
}

.post-pagination .arrow {
    font-size: 64px;
    color: #ddd;
    line-height: 64px;
}

.post-pagination .prev-post .arrow {
    float: left;
    margin-right: 18px;
}

.post-pagination .next-post .arrow {
    float: right;
    margin-left: 18px;
}

.pagi-text {
    margin-top: 6px;
}

.post-pagination h5 {
    font-size: 14px;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: bold;
    padding: 0 25px 0 0;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0;
}

.post-pagination h5.next-title {
    padding: 0 0 0 25px;
}

.post-pagination a {
    color: #313131;
}

.post-pagination a:hover {
    color: #6eb48c;
}

.penci-post-nav-thumb {
    display: inline-block;
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no repeat;
}

.penci-post-nav-thumb.nav-thumb-next {
    float: right;
    margin: 0 0 0 15px;
}

.post-related {
    overflow: hidden;
    margin: 0;
    /* text-align: center; */
    padding: 5px 0 36px;
    border-bottom: 1px solid #DEDEDE;
}

.item-related {
    opacity: 1;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    text-align: center;
}

.item-related img {
    width: 100%;
    height: auto;
}

.item-related>a {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    display: inline-block;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
}

.item-related>a:hover {
    opacity: 0.85;
}

.item-related span.date {
    color: #888888;
    display: inline-block;
    margin-top: 0px;
    font-size: 13px;
}

.post-related .item-related h3 a {
    font-size: 17px;
    color: #313131;
    line-height: 1.4;
}

.post-related .item-related {
    padding: 0;
}

.post-related .item-related h3 {
    margin-bottom: 2px;
}

ul#releventAct {
    padding: 0;
    list-style: none;
}

ul#releventAct h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 0;
}

ul#releventAct.owl-theme .owl-controls {
    /* bottom: 0; */
    position: absolute;
    right: 0;
    margin: 0;
    /* background: #000; */
    top: 50%;
    margin-top: -27px;
    left: 0;
}

ul#releventAct.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background: #000 url("../../img/front/left-arrow.svg") no-repeat;
    background-size: 16px;
    background-position: center;
    left: 0;
    position: absolute;
    border-radius: 0;
    margin: 0;
    padding: 3px 15px;
    font-size: 14px;
}

ul#releventAct.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background: #000 url("../../img/front/right-arrow.svg") no-repeat;
    background-size: 16px;
    background-position: center;
    margin: 0;
    right: 0;
    position: absolute;
    border-radius: 0;
    padding: 3px 15px;
    font-size: 14px;
}

.destinations-list p {
    margin-bottom: 10px;
    font-size: 14px;
}

.destinations-list p a {
    font-weight: 600;
}

.insWid {
    min-height: 200px;
}

.destination-map {
    padding-bottom: 15px;
}

.post-related .item-related p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}

ul.list-social-icons li a i {
    margin: 0;
}

ul.list-social-icons li {
    margin-bottom: 17px;
}

div#shareDetail {
    z-index: 999999;
}

div#shareDetail .modal-header {
    border: none;
    padding-bottom: 0;
}

/*//parth*/
header.header ul.list-social-icons li {
    margin-bottom: 0;
}

h3.title.titleItterInnerStepas {
    padding: 0px 20px;
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 25px;
    margin-top: 16px;
    color: #343a40;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

#login-register-modal {
    z-index: 95;
    width: 886px;
    height: 360px;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 0 0;
    margin: auto;
    background-repeat: no-repeat;
    background-color: #edf1f4;
    position: absolute;
    -webkit-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
}

.userAuthIcons {
    background-image: url(../../img/front/userAuthSpritev3.png);
    vertical-align: sub;
    display: inline-block;
}

.listAuthModal {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 323px;
    width: 47%;
}

#login-register-modal .userAuth-card {
    width: 430px;
    background: #fff;
    border-radius: 5px;
    padding: 29px;
    padding-top: 25px;
    -webkit-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    left: calc(50% - -204px);
    min-height: 405px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.userAuthMainSec {
    position: relative;
    min-height: 100vh;
}

.form-body.without-side .userAuthMainSec .form-content {
    padding: 0;
}

.form-body.without-side .userAuthMainSec .form-content .form-items {
    padding: 0;
    box-shadow: none;
}

ul.listAuthModal {
    list-style: none;
    padding: 0;
}

.listAuthModal li {
    width: 100%;
    padding: 28px 25px 28px 20px;
    font-size: 11px;
    line-height: 16px;
}

.listAuthModal p {
    color: #666
}

.listAuthModal i {
    height: 63px;
    width: 65px;
    float: left;
    background-position: -59px 116px;
    margin-right: 15px;
    margin-top: -7px
}

.listAuthModal .mngorder i {
    background-position: 4px 116px
}

.listAuthModal .offrupdate i {
    background-position: -130px 116px
}

.listAuthModal li h4 {
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: "Euclid Flex Bold", Arial;
    text-transform: uppercase;
}

.form-body.without-side .userAuthMainSec .form-content .form-items p {
    margin-bottom: 17px;
}

.sectionLoader {
    position: relative;

}

.sectionLoader:before {
    background: #fff;
    background-size: contain;
    background-position: center center;
    position: absolute;
    display: block;
    z-index: 100;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #33a9e0;
    border-bottom: 16px solid #33a9e0;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -60px;
}

.ui-widget.ui-widget-content {
    z-index: 999;
}

.ui-widget.ui-widget-content {
    z-index: 999;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.12), 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
    border: none !important;
    border-radius: 3px;
    overflow: hidden !important;
}

.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper {
    padding: 8px 13px;
    margin: 0;
}

.ui-widget.ui-widget-content li.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    border: none;
    background: #2684b5;
    margin: 0;
}

#guaranteed.grantedPlaceholder {
    background-image: url(../../img/front/placeholder/1920x550.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 30%;
    padding-top: 140px;
    padding-bottom: 140px;
    text-shadow: 0 0 6px #888;
    color: #fff;
    text-align: center;
    width: 100%;
}

a.btn.t14.smotthIterScroll {
    padding: 8px 22px;
    margin: 0;
    color: #fff;
    line-height: inherit;
    vertical-align: sub;
}

.imgHeight-290 {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

img.travelPrefrence-img {
    width: 100%;
    height: 490px;
    object-fit: cover;
}

.travellersSpeak .testimonial .description span {
    color: #fff !important;
}

.travellersSpeak .testimonial .description span a {
    color: #fff !important;
    text-decoration: underline !important;
}

.dinLBlk {
    display: inline-block;
    vertical-align: middle;
}

.dinLBlk .star-rating {
    display: block;
    text-align: left;
    margin-top: 7px;
}

.homePageSliders.owl-theme .owl-controls,
.traditionalIn4.owl-theme .owl-controls,
#latest_blog_carousel.owl-theme .owl-controls {
    position: absolute;
    top: -39px;
    margin: 0;
    right: 15px;
}

.homePageSliders.owl-theme .owl-controls .owl-buttons .owl-prev,
#latest_blog_carousel.owl-theme .owl-controls .owl-buttons .owl-prev,
.traditionalIn4.owl-theme .owl-controls .owl-buttons .owl-prev,
.review-page.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/left-arrow.svg);
    mask-image: url(../../img/front/left-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}

.homePageSliders.owl-theme .owl-controls .owl-buttons .owl-next,
#latest_blog_carousel.owl-theme .owl-controls .owl-buttons .owl-next,
.traditionalIn4.owl-theme .owl-controls .owl-buttons .owl-next,
.review-page.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/right-arrow.svg);
    mask-image: url(../../img/front/right-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}

.homePageSliders.owl-theme .owl-controls,
.traditionalIn4.owl-theme .owl-controls,
#latest_blog_carousell.owl-theme .owl-controls {
    position: absolute;
    top: -39px;
    margin: 0;
    right: 15px;
}

.homePageSliders.owl-theme .owl-controls .owl-buttons .owl-prev,
#latest_blog_carousell.owl-theme .owl-controls .owl-buttons .owl-prev,
.traditionalIn4.owl-theme .owl-controls .owl-buttons .owl-prev,
.review-page.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/left-arrow.svg);
    mask-image: url(../../img/front/left-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}

.homePageSliders.owl-theme .owl-controls .owl-buttons .owl-next,
#latest_blog_carousell.owl-theme .owl-controls .owl-buttons .owl-next,
.traditionalIn4.owl-theme .owl-controls .owl-buttons .owl-next,
.review-page.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/right-arrow.svg);
    mask-image: url(../../img/front/right-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}

.page-section.page-section-veraneos {
    padding: 60px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-section.page-section-veraneos.overflyBlue:before {
    background-color: rgba(25, 91, 125, 0.71);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
}

section.page-section.page-section-veraneos h2.section-title {
    color: #fff;
}

section.page-section.page-section-veraneos .concept__value__title {
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 18px;
}

section.page-section.page-section-veraneos .concept__value__description {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.2px;
    width: 95%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.withVideos .concept__value__img img {
    height: 50px;
}

section.page-section.page-section-veraneos .withVideos .concept__value__title {
    color: #2d2d2d;
    font-size: 18px;
    margin-top: 0;
}

section.page-section.page-section-veraneos .withVideos .concept__value__description {
    margin-bottom: 0;
    width: 100%;
    color: #777;
}

.d-flex {
    display: flex;
}

section.page-section.page-section-veraneos .withVideos .d-flex .concept__value__img {
    width: 80px;
}

.fluid-width-video-wrapper iframe {
    margin: 0;
}

@media (min-width: 768px) {
    .flex-sm {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        height: 100%;
        min-height: inherit;
    }
}

.live-travel {
    margin: 24px 0 40px
}

.live-travel h2 {
    margin-bottom: 24px;
    color: #1c84b5;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-top: 20px;
    font-size: 30px;
}

.live-travel p {
    margin-bottom: 27px;
    color: #777;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
}

.live-travel img {
    /* width: 100% */
}

.live-travel .text-left .bg-img {
    display: inline-block;
    position: absolute;
    left: -5%;
    top: -40%;
    z-index: -1;
}

.live-travel ul {
    padding: 10px 0
}

.live-travel ul li {
    padding-right: 15px;
    display: inline-block
}

.live-travel ul li a {
    display: inline-block;
    padding: 0
}

.live-travel ul li a img {
    width: 136px
}

.live-travel .text-left {
    padding-left: 48px
}

@media (min-width: 992px) {
    .live-travel .text-left {
        padding-left: 36px
    }
}

@media (min-width: 1200px) {
    .live-travel .text-left {
        padding-left: 12px
    }
}

.live-travel .text-left .bg-img {
    display: inline-block;
    position: absolute;
    left: -5%;
    top: -40%;
    z-index: -1;
}

@media (min-width: 992px) {
    .live-travel .text-left .bg-img {
        top: -62%;
    }
}

@media (min-width: 1200px) {
    .live-travel .text-left .bg-img {
        /* left: -17%; */
        /* top: -68%; */
        max-height: 420px;
        /* width: inherit; */
        /* max-width: inherit; */
    }
}

.mdl-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.footer__downloadButton {
    background: #7f7f7f;
    display: inline-block !important;
    font-size: 12px;
    border-radius: 5px;
    padding: 8px 18px !important;
    color: #fff !important;
    transition: background .3s ease;
    margin-right: 12px;
}

.footer__appIcon {
    margin-right: 13px;
}

.footer__topLinks a {
    color: rgba(0, 0, 0, .5);
    padding: 6px 0;
    display: block;
    line-height: normal;
}

.footer__appIcon,
.footer__appText {
    display: inline-block;
    vertical-align: middle;
}

.footer__appStoreName {
    font-size: 16px;
    display: block;
    font-weight: 300;
}

.footer__downloadButton:hover {
    background: #000;
}

video#myVideo {
    position: inherit;
}

section.widget-section.videoPlayedBG {
    padding: 110px 0px;
    position: relative;
    overflow: hidden;
    /* width: 100%; */
}

section.widget-section.videoPlayedBG video#myVideo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

section.widget-section.videoPlayedBG .content {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0px 25px;
    max-width: 790px;
    margin: auto;
    color: #fff;
    z-index: 2;
}

section.widget-section.videoPlayedBG .content h1 {
    margin-bottom: 24px;
    color: #fff;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-top: 0px;
    font-size: 30px;
}

section.widget-section.videoPlayedBG .content p {
    line-height: 26px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.2px;
}

section.widget-section.videoPlayedBG:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.playIcon .pauseIconInner {
    display: none;
}

.pauseIcon .playIconInner {
    display: none;
}

button#myBtn {
    background: transparent;
    border: none;
    max-width: 70px;
    opacity: 0.6;
}

button#myBtn:focus {
    outline: none;
}

.testimonial-wrap figure {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ms-view {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.ms-view .ms-slide-container {
    position: relative;
}

.msSlideimg {
    width: 100%;
    height: 550px;
}

.msSlideimg>img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.msp-cn-196-5 {
    background-color: rgba(255, 255, 255, 0.97);
    font-weight: normal;
    line-height: normal;
    box-shadow: 0 0 42px 0 rgba(0, 0, 0, .12);
    position: absolute;
    height: 84%;
    width: 100%;
    max-width: 400px;
    right: 40px;
    top: 8%;
    padding: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 140px;
}

.msp-cn-196-5 p {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    font-family: "Euclid Square Regular", Arial;
    color: #565656;
}

.msp-cn-196-5 h2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
    margin-bottom: 22px;
}

.ms-view .ms-slide-container .testimonial-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.06);
}

.ms-view .ms-slide-container .testimonial-content a.pic {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.msp-cn-164-35 {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ms-view .ms-slide-container .testimonial-content a.pic img {
    height: 100px;
    object-fit: cover;
    width: 100px;
    border-radius: 6px;
}

.ms-view .ms-slide-container .testimonial-content .dinLBlk h3 {
    font-family: "Euclid Flex Bold", Arial;
    font-size: 24px;
    margin-bottom: 7px;
}

div#testimonial-slider.testiSlider.testimonial-wrap .owl-controls.clickable {
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 29%;
    background: rgba(0, 0, 0, 0.3);
    height: 32px;
    padding: 5px 15px;
    border-radius: 8px;
}

div#testimonial-slider.testiSlider.testimonial-wrap .owl-controls.clickable span {
    background: #fff;
}

section.test-slider2 {
    padding-bottom: 50px;
}

.moments--3roBe>div.clearfix {
    padding: 0;
}

.moments--3roBe>div.blankShapret {
    padding: 0;
    width: 100%;
}

.team-member-wrap.item-vertical:hover {
    box-shadow: none;
}

.socialonhover ul {
    padding: 0;
    list-style: none;
}

.socialonhover ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialonhover ul li svg {
    width: 24px;
    height: 24px;
    display: block;
}

.socialonhover ul li {
    padding: 0px 8px;
}

.socialonhover ul li a svg {
    opacity: 0.85;
}

.socialonhover ul li a:hover svg {
    opacity: 1;
}

.cart-items-column {
    position: relative;
    min-height: 1px;
    margin-bottom: 32px
}

.redeemed-coupon {
    border-bottom: 1px solid #c6c8d0;
    padding: 16px 0;
    text-align: right
}

.redeemed-coupon::after {
    clear: both;
    content: "";
    display: table
}

.redeemed-coupon .label {
    float: left;
    font-weight: 500;
    font-size: 1.8rem
}

.redeemed-coupon .discount {
    float: right;
    text-align: right;
    font-weight: 500
}

.checkout-button-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 15px;

}

.checkout-button {
    background-color: #fff;
    /* border: 1px solid #c6c8d0; */
    /* border-top: 3px solid #33a9de; */
    /* padding: 0 15px 15px; */
    top: 30px;
}

.checkout-button .label {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 1.6rem;
    padding: 14px 0 13px;
    line-height: 2rem;
    text-rendering: optimizeLegibility;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.checkout-button .label .price-tag {
    font-weight: 500
}

@media (max-width: 560px) {
    .checkout-button .label .price-tag {
        float: right
    }
}

@media (min-width: 736px) {
    .checkout-button .label .price-tag {
        letter-spacing: 0;
        font-family: "Euclid Flex Bold", Arial;
        font-size: 28px;
    }
}

.checkout-button .all-fees-included {
    margin: -11px 0 11px
}

.checkout-button .best-price-guarantee {
    margin: 15px 0 0
}

.checkout-button .btn {
    width: 100%;
    text-rendering: optimizeLegibility;
    padding: 13px 3rem;
    font-family: "Euclid Flex Bold", Arial;
}

.checkout-button .btn:disabled,
.checkout-button .btn.btn-disabled {
    opacity: .666;
    background: #e6e6e6;
    color: #fff;
    border: 2px solid #d3d3d4
}

.no-touchevents .checkout-button .btn:disabled:focus,
.no-touchevents .checkout-button .btn:disabled:hover,
.no-touchevents .checkout-button .btn.btn-disabled:focus,
.no-touchevents .checkout-button .btn.btn-disabled:hover {
    border: 2px solid #d3d3d4;
    background: #e6e6e6
}

.checkout-button .btn.working {
    background: #00aa71 url("data:image/gif;base64,R0lGODlhIAAgAPMAAH7EQP///5rQabvfm6LUdbDaiuLx1dLqvZHMXIvJU5/Tce735/v9+wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") center center no-repeat
}

.checkout-button .btn.working .txt {
    font: 0/0 a;
    text-shadow: none;
    color: transparent
}

.checkout-button .total-price {
    font-size: 1.8rem !important;
    font-weight: 500;
    font-family: "Euclid Flex Bold", Arial;
}

.cart-total {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    text-align: right;
    margin: 16px 0 8px 0;
    text-rendering: optimizeLegibility;
    color: #1a2b49;
}

.cart-total .price-tag {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 500;
    display: inline;
    padding: 0 .5rem 0 0
}

@media (min-width: 736px) {
    .cart-total .price-tag {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

.cart-total .cart-total-label {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400
}

.cart-total .best-price-guarantee {
    margin-top: 8px
}

.price-tag {
    display: inline
}

.total-price {
    display: inline;
    margin: 0 0 0 5px
}

.continue-shopping {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    white-space: nowrap;
    max-width: 100%;
    margin: 40px 0 0 0
}

.best-price-guarantee {
    display: block;
    text-align: center;
    color: #00aa71;
    font-weight: 500;
    font-size: 1.6rem;
    text-rendering: optimizeLegibility
}

.best-price-guarantee:before {
    font-size: 1.8rem;
    margin-right: 3px
}

.no-checkout-steps {
    margin-top: 30px
}

@media (min-width: 560px) {
    .no-checkout-steps {
        margin-top: 50px
    }
}

.cancellation-policy-inline {
    color: #00aa71;
    font-weight: 500;
    margin-bottom: 8px
}

.all-fees-included {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    display: block;
    color: #00aa71;
    text-align: right
}

.cart-total-container {
    display: none
}

@media (min-width: 736px) {
    .cart-total-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
}

.has-redeem-coupon .cart-total-container {
    display: none
}

.has-redeem-coupon .customer-care-box {
    display: none
}

@media (max-width: 559px) {
    .has-redeem-coupon #coupon_code {
        width: 100px;
        height: 48px;
        margin-top: 10px;
        margin-right: 10px
    }
}

@media (max-width: 735px) {
    .has-redeem-coupon #cart-items {
        margin-bottom: 30px
    }

    .has-redeem-coupon .coupon {
        margin: 30px 0 0 0
    }

    .has-redeem-coupon #coupon_code {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-negative: 1
    }

    .has-redeem-coupon .btn-redeem {
        width: auto !important
    }

    .has-redeem-coupon #coupon-form {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .has-redeem-coupon .checkout-coupon-label {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

@media (min-width: 736px) {
    .has-redeem-coupon .cart-items-footer-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        margin: 15px 0
    }

    .has-redeem-coupon .cart-items-footer-container.has-redeemed-code {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .has-redeem-coupon .coupon {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-flex-shrink: 1;
        -moz-flex-shrink: 1;
        flex-shrink: 1;
        -ms-flex-negative: 1;
        width: 100%;
        margin: 0 0 15px
    }
}

@media (min-width: 736px)and (min-width: 1024px) {
    .has-redeem-coupon .coupon {
        width: auto;
        margin: 0
    }
}

@media (min-width: 736px) {
    .has-redeem-coupon .coupon.has-redeemed {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%
    }
}

@media (min-width: 736px) {
    .has-redeem-coupon .cart-total-container {
        display: block;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-positive: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0
    }

    .has-redeem-coupon .cart-total-container .cart-total {
        margin-top: 10px
    }
}

@media (min-width: 736px) {
    .has-redeem-coupon .has-redeemed~.cart-total-container {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1
    }
}

@media (min-width: 736px) {
    .has-redeem-coupon .continue-shopping {
        white-space: nowrap
    }
}

.popular-activity {
    border-top-style: solid;
    border-top-width: 3px;
    position: relative;
    padding: 1.3rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400
}

#checkout-button {
    text-align: center
}

.btn-checkout {
    width: auto
}

header.tour-title {
    position: relative;
    z-index: 0;
}

ul.cart-items.cart.has-controls {
    padding: 0;
    list-style: none;
}

.cart-item-booking {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 8px
}

@media (min-width: 736px) {
    .cart-item-booking {
        padding: 16px
    }
}

.cart-item-booking.removing {
    opacity: .5
}

.cart-item-booking header {
    display: flex;
    padding: 0;
}

.cart-item-booking .title {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3 auto;
    -moz-flex: 3 auto;
    -ms-flex: 3 auto;
    flex: 3 auto;
    font-size: 2.5rem;
    line-height: 2.1rem;
    font-weight: 500;
    margin: 0;
    color: #000;
    max-width: 85%;
    font-family: "Euclid Flex Bold", Arial;
}

@media (min-width: 736px) {
    .cart-item-booking .title {
        margin: 0px 0 6px 0;
    }
}

.cart-item-booking .title a {
    color: #000000;
}

.cart-item-booking .image-container {
    max-width: 90px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0
}

.cart-item-booking .content-container {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #000000;
    margin-left: 10px;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3 0;
    -moz-flex: 3 0;
    -ms-flex: 3 0;
    flex: 3 0
}

@media (min-width: 736px) {
    .cart-item-booking .content-container {
        margin-left: 15px
    }
}

.cart-item-booking .list-value {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.cart-item-booking .tags {
    padding-top: 8px
}

.cart-item-booking .participants-list {
    margin: 0;
    list-style: none;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-item-booking .participants {
    margin: 0;
    padding: 0;
    border: none
}

.cart-item-booking .participants:before {
    content: ",";
    padding: 0 5px 0 0
}

.cart-item-booking .participants:first-child:before {
    content: "";
    padding: 0
}

.cart-item-booking .participants .age-range {
    display: none
}

.cart-item-booking .item-price {
    font-size: 20px;
    line-height: 2.1rem;
    /* font-weight: 500; */
    letter-spacing: 0.3px;
    color: #1a2b49;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    font-family: "Euclid Flex Bold", Arial;
}

.cart-item-booking .item-price.deal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end
}

.cart-item-booking .item-price.deal .booking-price-deal {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 auto;
    -moz-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2
}

.cart-item-booking .item-price.deal .booking-price {
    color: #ff3d00;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    padding: 0 0 0 5px
}

.cart-item-booking .item-price.deal .original-price {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #768092;
    text-decoration: line-through
}

.cart-item-booking .details-list {
    margin: 0
}

.cart-item-booking .open-from-label {
    padding: 0 5px 0 0
}

.cart-item-booking.has-cancellation-policy {
    margin-bottom: 0
}

.cart-item-booking.has-cancellation-policy .img-container {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.cart-item-booking.has-cancellation-policy .content {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3
}

@media (min-width: 736px) {
    .content-right .cart-item-booking {
        padding: 0
    }

    .content-right .cart-item-booking .image-container {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        box-flex: auto;
        -webkit-flex: auto;
        -moz-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .content-right .cart-item-booking .content-container {
        margin: 10px
    }

    .content-right .cart-item-booking .participants {
        padding: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }

    .content-right .cart-item-booking .participants:before {
        content: " ";
        padding: 0
    }

    .content-right .cart-item-booking .addon {
        margin: 5px 0 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.cart-item {
    list-style: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ec;
    margin-bottom: 16px;
}

.controls {
    margin: 0;
    padding: 8px 16px 8px 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    font-size: 16px;
    color: #1593ff;
    min-height: 28px;
}

.controls .cart-item-control {
    font-size: 16px;
    padding: 0 8px 0;
    color: #33a9de;
    border: none;
    width: auto;
    height: auto;
    background: none;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    transition: color .2s linear;
    font-family: "Euclid Flex Bold", Arial;
}

.controls .cart-item-control:last-child {
    padding-right: 0;
}

.controls .cart-item-control.btn-edit {
    padding-left: 0;
}

.cart-item-booking .details-list dd {
    margin: 0;
}

.activity-badge.is-likely-to-sell-out {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: #33a9de;
    border-radius: 2px;
    padding: 5px 8px;
}

dd.your-selected-language strong {
    font-family: "Euclid Flex Bold", Arial;
}

.cart-item-booking .image-container img {
    object-fit: cover;
    width: 90px;
    height: 90px;
}

.controls .cart-item-control:focus {
    outline: none;
}

.total-price {
    display: inline;
    margin: 0 0 0 5px;
    font-family: "Euclid Flex Bold", Arial;
}

a.coupon-redeem-open {
    font-family: "Euclid Flex Bold", Arial;
    font-size: 17px;
    letter-spacing: 0;
}

.customer-faq {
    /* margin: 24px 0 0 0 */
}

.faq-title {
    font-size: 18px;
    line-height: 2.1rem;
    font-weight: 500;
    /* margin: 32px 0 19px 0; */
    font-family: "Euclid Flex Bold", Arial;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e2e2;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.faq-entry:not(:last-child) {
    border-bottom: 1px solid #c6c8d0;
    margin-bottom: 10px
}

.faq-question {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 0 10px 20px;
    cursor: pointer
}

.faq-question:before {
    margin: 0 7px 0 -20px;
    content: "î¨µ"
}

.faq-question.opened:before {
    content: "î©±"
}

.faq-question+.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition-property: max-height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.faq-question.opened+.faq-answer {
    max-height: 1000px;
    transition-property: max-height;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 10px
}

.continue-shopping-c .continue-shopping-c-link {
    margin-top: 8px;
    text-overflow: initial;
    white-space: normal;
    padding: 12px 3rem;
    font-family: "Euclid Flex Bold", Arial;
}

button.btn.btn-cta.btn-checkout:focus {
    box-shadow: none;
    padding: 13px 3rem;
    font-family: "Euclid Flex Bold", Arial;
}

a.continue-shopping-c-link.btn.btn-light {
    border: 1px solid #33a9df;
    color: #33a9df;
    background: transparent;
}

a.continue-shopping-c-link.btn.btn-light:hover {
    color: #fff;
    background: #33a9df;
}

.checkout-button .btn:focus {
    outline: none;
}

.best-price-guarantee:before {
    content: '';
    font-size: 1.8rem;
    margin-right: 3px;
    background: url(../../img/front/checked.svg) no-repeat;
    background-size: 16px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
}

.checkout-button .all-fees-included {
    margin: -19px 0 11px;
}

.checkout-button .label .price-tag p.total-price {
    font-size: 23px !important;
    letter-spacing: 0;
}

.customer-faq {}

.customer-faq div#accordion {
    margin: 0;
}

.customer-faq div#accordion .panel.panel-default {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.customer-faq div#accordion .panel.panel-default .panel-heading {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.customer-faq div#accordion .panel.panel-default .panel-body {
    border: none;
    padding: 0;
    padding-bottom: 15px;
    color: #777;
    font-size: 14px;
    line-height: 25px !important;
    letter-spacing: 0;
}

.customer-faq div#accordion .panel.panel-default .panel-heading h4.panel-title a {
    color: #1a2b49;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Euclid Square Regular", Arial;
}

.customer-faq div#accordion .panel.panel-default .panel-heading h4.panel-title {
    color: #1a2b49;
    letter-spacing: 0;
}

.vertical-activity-card-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0;
}

.activity-card-flex {
    position: relative;
    border: 1px solid #e8e9ec;
    border-radius: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    background-color: #fff;
    padding: 0;
}

.activity-card-flex.activity-card-vertical {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 10px;
    padding: 0;
    width: calc(33% - 32px);
}

.activity-card-flex.activity-card-vertical {
    width: calc(33.33% - 20px);
}

.activity-card-flex.activity-card-vertical .activity-card-link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: box-shadow .18s ease;
    transition: box-shadow .18s ease;
}

.activity-card-flex .activity-card-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.activity-card-flex.activity-card-vertical .activity-card-content {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 0px;
    /*padding: 0 0 15px 0;*/
}

.activity-card-flex .activity-card-left-column-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90px;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}

.activity-card-flex:not(.activity-card-mobile) .activity-card-left-column-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 210px;
    -moz-flex: 0 0 210px;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
}

.activity-card-flex.activity-card-vertical .activity-card-left-column-container {
    margin-bottom: 15px;
    flex-basis: auto;
}

.activity-card-flex .activity-card-image-container {
    position: relative;
}

.CollectiondecorOverlay {
    position: absolute;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #33a9dfcc);
    height: 120px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    padding: 1rem; 
}

.Collectiondecor-image-title {
    font-size: 14px;
    font-weight: bold;
}
.Collectiondecor-image-title {
    margin-top: -30px;
    font-size: 1.2em;
    font-weight: bold;
}

.activity-card-flex.activity-card-vertical .activity-card-image-container {
    overflow: hidden;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
}

.activity-card-flex.activity-card-vertical .activity-card-image-container {
    height: 512px;
}

.activity-card-flex.activity-card-vertical .activity-card-image-container img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 2px 2px 0 0;
    height: 512px;
    object-fit: cover;
}

.activity-card-flex .activity-card-inner-content {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    padding-left: 13px;
    overflow: hidden;
    padding-right: 13px;
}

.activity-card-flex .activity-card-header {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    position: relative;
    z-index: 0;
    padding: 0;
}

.activity-card-flex .activity-card-title {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #1a2b49;
    text-rendering: optimizeLegibility;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
}

.activity-card-flex .activity-card-details {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-ordinal-group: 30;
    -moz-box-ordinal-group: 30;
    box-ordinal-group: 30;
    -webkit-order: 30;
    -moz-order: 30;
    order: 30;
    -ms-flex-order: 30;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.activity-card-flex:not(.activity-card-mobile) .activity-rating-horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.activity-card-flex .activity-card-details-footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.activity-card-flex.activity-card-vertical .activity-card-details-footer {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.activity-card-flex .activity-card-details-left {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding-right: 10px;
}

.activity-card-flex:not(.activity-card-mobile) .activity-card-details-left {
    padding-right: 15px;
    padding-top: 15px;
}

.activity-card-flex.activity-card-vertical .activity-card-details-left {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}

.activity-card-flex .activity-card-details-right {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}

.activity-card-flex:not(.activity-card-mobile) .activity-card-details-right {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.activity-card-flex.activity-card-vertical .activity-card-details-right {
    padding-right: 0px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.activity-card-flex.activity-card-vertical .activity-rating-vertical {
    display: block;
}

.activity-card-flex .rating-big {
    -webkit-box-ordinal-group: 20;
    -moz-box-ordinal-group: 20;
    box-ordinal-group: 20;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
    -ms-flex-order: 20;
    margin: -5px 0 10px;
    display: none;
}

.activity-card-flex:not(.activity-card-mobile) .activity-rating {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin-bottom: 0;
}

.activity-card-flex:not(.activity-card-mobile) .rating-big {
    display: block;
}

.activity-card-flex.activity-card-vertical .activity-rating {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin: 0 0 10px;
}

.activity-card-flex.activity-card-vertical .rating-big {
    -webkit-box-ordinal-group: 30;
    -moz-box-ordinal-group: 30;
    box-ordinal-group: 30;
    -webkit-order: 30;
    -moz-order: 30;
    order: 30;
    -ms-flex-order: 30;
    margin: 0;
}

.activity-card-flex.activity-card-vertical .activity-rating {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
}

.activity-card-flex .rating {
    white-space: nowrap;
}

.rating-stars {
    display: inline-block;
    width: 92px;
    height: 18px;
    background-image: url(../../img/front/yellow-stars.svg);
    background-repeat: no-repeat;
    background-position: -1000px;
    text-indent: -9000px;
    direction: ltr;
    vertical-align: middle;
}

.rating-stars.s50 {
    background-position: 0 0
}

.rating-stars.s45 {
    background-position: 0 -20px
}

.rating-stars.s40 {
    background-position: 0 -40px
}

.rating-stars.s35 {
    background-position: 0 -60px
}

.rating-stars.s30 {
    background-position: 0 -80px
}

.rating-stars.s25 {
    background-position: 0 -100px
}

.rating-stars.s20 {
    background-position: 0 -120px
}

.rating-stars.s15 {
    background-position: 0 -140px
}

.rating-stars.s10 {
    background-position: 0 -160px
}

.rating-stars.s05 {
    background-position: 0 -180px
}

.rating-stars.s00,
.rating-stars.s0 {
    background-position: 0 -200px
}

.rating-stars--height24 {
    background-size: 136px 320px;
    width: 136px;
    height: 24px
}

.rating-stars--height24.s50 {
    background-position: 0 0
}

.rating-stars--height24.s45 {
    background-position: 0 -29.6px
}

.rating-stars--height24.s40 {
    background-position: 0 -59.2px
}

.rating-stars--height24.s35 {
    background-position: 0 -88.8px
}

.rating-stars--height24.s30 {
    background-position: 0 -118.4px
}

.rating-stars--height24.s25 {
    background-position: 0 -148px
}

.rating-stars--height24.s20 {
    background-position: 0 -177.6px
}

.rating-stars--height24.s15 {
    background-position: 0 -207.2px
}

.rating-stars--height24.s10 {
    background-position: 0 -236.8px
}

.rating-stars--height24.s05 {
    background-position: 0 -266px
}

.rating-stars--height24.s00,
.rating-stars--height24.s0 {
    background-position: 0 -296px
}

.rating-total {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #768092;
    height: 18px;
    vertical-align: middle;
}

.activity-card-flex .rating-total {
    font-size: 1.2rem;
    line-height: 1.8rem;
    display: inline;
    height: auto;
}

.activity-card-flex:not(.activity-card-mobile) .rating-total {
    font-size: 15px;
    line-height: 2rem;
}

.activity-card-flex.activity-card-vertical .rating-total {
    display: block;
}

.activity-card-flex .rating-small {
    -webkit-box-ordinal-group: 100;
    -moz-box-ordinal-group: 100;
    box-ordinal-group: 100;
    -webkit-order: 100;
    -moz-order: 100;
    order: 100;
    -ms-flex-order: 100;
    display: block;
    margin-bottom: -5px;
}

.activity-card-flex .activity-card-price-tag {
    color: #1a2b49;
    text-align: right;
}

.activity-card-flex:not(.activity-card-mobile) .activity-card-price-tag {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.activity-card-flex.activity-card-vertical .activity-card-price-tag {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.activity-card-flex .activity-card-price-tag .from {
    font-size: 15px;
    line-height: 1.8rem;
    font-weight: 400;
    color: #768092;
    margin-bottom: -1px;
    display: inline-block;
}

.activity-card-flex:not(.activity-card-mobile) .activity-card-price-tag .from {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10;
}

.activity-card-flex.activity-card-vertical .activity-card-price-tag .from {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    font-family: "Euclid Flex Bold", Arial;
}

.activity-card-flex .activity-card-price-tag .price {
    position: relative;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.5rem;
    display: block;
}

.activity-card-flex:not(.activity-card-mobile) .activity-card-price-tag .price {
    -webkit-box-ordinal-group: 30;
    -moz-box-ordinal-group: 30;
    box-ordinal-group: 30;
    -webkit-order: 30;
    -moz-order: 30;
    order: 30;
    -ms-flex-order: 30;
    padding-left: 5px;
}

.activity-card-flex.activity-card-vertical .activity-card-price-tag .price {
    -webkit-box-ordinal-group: 20;
    -moz-box-ordinal-group: 20;
    box-ordinal-group: 20;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
    -ms-flex-order: 20;
    padding-left: 0;
    font-size: 2.1rem;
    line-height: 2.3rem;
    font-family: "Euclid Flex Bold", Arial;
}

.activity-card-link:hover .activity-card-title {
    text-decoration: underline;
}

.activity-card-details-body ul li {
    color: #6b6b6b;
    font-size: 15px;
}

.activity-card-details-body {
    margin-bottom: 5px;
}

.activity-card-flex.activity-card-vertical .activity-card-link:hover {
    box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.04);
}

.activity-details-content section {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: 8px;
}

.activity-details-content .hed {
    max-width: 25%;
    width: auto;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    font-family: "Euclid Flex Bold", Arial;
}

.activity-details-content .content {
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}

.activity-details-content .content {
    max-width: 75%;
    width: auto;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
}

.content.list ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 13px;
    /* padding-left: 23px; */
    position: relative;
}

.activity-details-content section:last-child {
    margin: 0;
}

.additionlInfirmation ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 13px;
    /* padding-left: 23px; */
    position: relative;
}

.additionlInfirmation ul li:last-child {
    margin: 0;
}

.testimonial-header span.rating-average {
    margin-bottom: 12px;
    display: block;
}

.testimonial-header span.rating-average a {
    color: #1a2b49;
    font-family: "Euclid Flex Bold", Arial;
}

.testimonial-header span.rating-average a:hover {
    text-decoration: underline;
}

.testimonial-content .testimonial .user-info {
    width: 65px;
    height: 65px;
    margin-right: 9px;
}

.testimonial-content .testimonial .user-info img {
    object-fit: cover;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.testimonial-content .testimonial .testimonial-rate-date span a {
    color: #1a2b49;
}

.testimonial-content .testimonial .testimonial-rate-date span a:hover {
    text-decoration: underline;
}

.testimonial-content .testimonial .testimonial-rate-date span {
    margin: 0;
}

.map_holder {
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s ease-in-out;
    width: 100vw;
    z-index: -1
}

.map_holder.open {
    opacity: 1;
    z-index: 99999;
}

.map {
    display: block;
    height: 100%;
    -ms-transform: translate(100%);
    transform: translate(100%);
    transition: transform .4s ease-in-out;
    width: 100%
}

.map.open {
    -ms-transform: translate(0);
    transform: translate(0)
}

.flexbox .map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.map-container {
    background-color: #f5f5f5;
    height: 100%;
    width: calc(100% - 47rem - 7rem)
}

.map-container .leaflet-popup-tip-container {
    display: none
}

.map-container .leaflet-popup-content {
    padding: 0;
    width: 34rem !important
}

.map-container .leaflet-popup-content-wrapper {
    border-radius: 0;
    padding: 0
}

.close-map {
    background-color: rgba(255, 255, 255, 0.75);
    border: 0;
    border-radius: 50%;
    /* box-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, .75); */
    cursor: pointer;
    float: left;
    font-size: 2.6rem;
    height: 6rem;
    line-height: 6rem;
    margin-left: .5rem;
    margin-right: .5rem;
    /* margin-top: calc(50vh - 3.5rem); */
    overflow: hidden;
    text-align: center;
    text-indent: 100%;
    white-space: nowrap;
    width: 6rem;
    z-index: 9001;
}

.close-map:before {
    display: block;
    text-indent: 0;
    content: '';
    background: url("../../img/front/close.svg") no-repeat;
    background-size: 16px;
    background-position: center center;
    width: 6rem;
    height: 6rem;
}

.noscroll {
    overflow: hidden;
    overflow-y: hidden;
}

.map-container {
    background-color: #f5f5f5;
    height: 100%;
    width: calc(100% - 47rem);
    position: relative;
}

.map-sidebar {
    background-color: #fff;
    bottom: 0;
    height: 100vh;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 47rem;
}

.sidebar__header {
    background-color: #33a9de;
    height: auto;
    padding: 16px 15px;
}

.sidebar__header .sidebar__title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.map-sidebar .mapPanel {
    height: calc(100% - 145px);
    overflow: auto;
}

.map-sidebar .mapPanel .listing {
    padding: 0;
    position: relative;
}

.place.list {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.place.list .activity-card-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.place.list .activity-card-content .activity-card-left-column-container {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 90px;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 120px;
    width: 120px;
    position: relative;
}

.place.list .activity-card-content .activity-card-image-container {
    position: relative;
}

.place.list .activity-card-inner-content {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
}

.place.list .activity-card-content .activity-card-image-container img {
    width: 120px;
    height: 105px;
    object-fit: cover;
    max-width: inherit !important;
}

.place.list .activity-card-content .activity-card-title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    color: #1a2b49;
    text-rendering: optimizeLegibility;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 4px;
}

.place.list .activity-card-details-footer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    align-items: center;
}

.place.list .activity-duration {
    -webkit-box-ordinal-group: 20;
    -moz-box-ordinal-group: 20;
    box-ordinal-group: 20;
    -webkit-order: 20;
    -moz-order: 20;
    order: 20;
    -ms-flex-order: 20;
    margin: 0;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #768092;
}

.place.list .activity-duration {
    -webkit-box-ordinal-group: 40;
    -moz-box-ordinal-group: 40;
    box-ordinal-group: 40;
    -webkit-order: 40;
    -moz-order: 40;
    order: 40;
    -ms-flex-order: 40;
    text-rendering: optimizeLegibility;
    letter-spacing: .015em;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #768092;
}

.place.list .duration-label {
    font-style: normal;
    font-weight: normal;
}

.place.list .activity-card-price-tag {
    color: #1a2b49;
    text-align: right;
}

.place.list .activity-card-price-tag {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.place.list .activity-card-price-tag .from {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #768092;
    margin-bottom: 2px;
    display: inline-block;
}

.place.list .activity-card-price-tag .from {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10;
    font-family: "Euclid Flex Bold", Arial;
}

.place.list .activity-card-price-tag .price {
    position: relative;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.5rem;
    display: block;
    letter-spacing: 0;
}

.place.list .activity-card-price-tag .price {
    -webkit-box-ordinal-group: 30;
    -moz-box-ordinal-group: 30;
    box-ordinal-group: 30;
    -webkit-order: 30;
    -moz-order: 30;
    order: 30;
    -ms-flex-order: 30;
    padding-left: 5px;
}

.place.list .activity-card-price-tag span.price {
    font-size: 18px;
    line-height: 19px;
    font-family: "Euclid Flex Bold", Arial;
}

.place.list .activity-card-details-left {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding-right: 10px;
}

.place.list .activity-card-details-right {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}

.place.list .activity-card-details-right {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}

.place.list .activity-card-details-left span.rating-total {
    display: block;
}

.tagIdentified {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
}

.tagIdentified.tagActivity {
    background: #33a9de;
}

.place.list:last-child {
    border: none;
}

.map-container #map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.locationsIt {
    color: #fff;
    font-style: italic;
    padding-left: 24px;
    margin-top: 9px;
    position: relative;
    font-size: 14px;
    font-family: 'MyriadPro-It';
    letter-spacing: 0.3px;
}

.sidebarDestIcon {
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebarDestIcon svg {
    width: 18px;
    height: 20px;
    fill: #fff;
}

.sidebarDetailFooter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.53);
    margin-top: 19px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebarDetailFooter-left {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    /* -webkit-flex-direction: column; */
    -moz-flex-direction: column;
    /* flex-direction: column; */
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    /* -webkit-align-items: flex-start; */
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    /* align-items: flex-start; */
    -ms-flex-align: start;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    padding-right: 10px;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    align-items: center;
}

.sidebarDetailFooter-right {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    padding-right: 0px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: right;
}

.sidebarDetailFooter-left span,
.sidebarDetailFooter-right span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    font-family: "Euclid Flex Bold", Arial;
}

.sidebarDetailFooter-left span:first-child,
.sidebarDetailFooter-right span:first-child {
    margin-right: 7px;
    opacity: 0.9;
    font-size: 14px;
    font-family: "Euclid Square Regular", Arial;
}

div#close-map--wrapper {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 7px;
}

.close-map:hover {
    background: #fff;
}

div#close-map--wrapper {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 7px;
}

.close-map:hover {
    background: #fff;
}

.sideHedTop {
    padding-right: 58px;
}

.widget-titleNSBtns {
    background: #fff;
    border: 1px solid #eee9e5;
    padding: 20px;
}

.widget-titleNSBtns a:hover {
    background: #1f7da9;
}

.widget-titleNSBtns span:hover {
    background: #1f7da9;
}

.cd-go-to-cart {
    margin-top: 15px;
}

.cd-add-to-cart {
    display: inline-block;
    padding: 1.2em 1.8em;
    border-radius: 50em;
    text-transform: uppercase;
    color: #ffffff;
    /* font-weight: 700; */
    /* letter-spacing: .1em; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
    -webkit-transition: all .2s;
    transition: all .2s;
}

.cd-add-to-cart:hover {
    background: #42a2e1;
}

.cd-add-to-cart:active {
    /* -webkit-transform: scale(0.9); */
    /*-ms-transform: scale(0.9);*/
    /* transform: scale(0.9); */
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-cart-container::before {
    content: '';
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
}

.cd-cart-container.cart-open::before {
    opacity: 1;
    visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
    position: fixed;
    bottom: 90px;
    right: 3%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

.empty .cd-cart-trigger,
.empty .cd-cart {
    /* hide cart */
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
}

@media only screen and (min-width: 1170px) {

    .cd-cart-trigger,
    .cd-cart {
        bottom: 90px;
        right: 1%;
    }
}

.cd-cart-trigger {
    /* button that triggers the cart content */
    z-index: 99999;
    height: 72px;
    width: 72px;
    /* replace text with image */
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: #fff;
    border-radius: 5px;
}

.cd-cart-trigger::after,
.cd-cart-trigger::before {
    /* used to create the cart/'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    background: url(../../img/front/cd-icons-cart-close.svg) no-repeat 0 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

.cd-cart-trigger::after {
    /* 'X' icon */
    background-position: -72px 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.cart-open .cd-cart-trigger::before {
    opacity: 0;
}

.cart-open .cd-cart-trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count {
    /* number of items indicator */
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #e94b35;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    transition: transform .2s .5s;
    /* transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s; */
    list-style: none;
    padding: 0;
}

.cd-cart-trigger .count li {
    /* this is the number of items in the cart */
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count li:last-of-type {
    visibility: hidden;
}

.cd-cart-trigger .count.update-count li:last-of-type {
    -webkit-animation: cd-qty-enter .15s;
    animation: cd-qty-enter .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.cd-cart-trigger .count.update-count li:first-of-type {
    -webkit-animation: cd-qty-leave .15s;
    animation: cd-qty-leave .15s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
}

.cart-open .cd-cart-trigger .count {
    -webkit-transition: -webkit-transform .2s 0s;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.empty .cd-cart-trigger .count {
    /* fix bug - when cart is empty, do not animate count */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-cart-trigger:hover+div .wrapper {
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

.cart-open .cd-cart-trigger:hover+div .wrapper {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart {
    z-index: 9999;
    width: 90%;
    max-width: 440px;
    height: 280px;
    max-height: 90%;
    pointer-events: none;
}

.cd-cart .wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 72px;
    width: 72px;
    border-radius: 6px;
    -webkit-transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    background: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    pointer-events: auto;
}

.cd-cart header,
.cd-cart footer {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
}

.cd-cart header,
.cd-cart .body {
    opacity: 0;
}

.cd-cart header {
    top: 0;
    border-radius: 6px 6px 0 0;
    padding: 0 1.4em;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    -webkit-transition: opacity .2s 0s;
    transition: opacity .2s 0s;
    border-bottom: 1px solid #e6e6e6;
}

.cd-cart header::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart footer {
    bottom: 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.cd-cart h2 {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.cd-cart .undo {
    float: right;
    font-size: 1.2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    color: #808b97;
}

.cd-cart .undo a {
    text-decoration: underline;
    color: #2b3e51;
}

.cd-cart .undo a:hover {
    color: #2c97de;
}

.cd-cart .undo.visible {
    opacity: 1;
    visibility: visible;
}

.cd-cart .checkout {
    display: block;
    height: 72px;
    line-height: 72px;
    margin-right: 72px;
    background: #2c97de;
    color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    -webkit-transition: all .2s 0s;
    transition: all .2s 0s;
    padding: 0;
    font-weight: 400;
    font-family: "Euclid Flex Bold", Arial;
}

.cd-cart .checkout:hover {
    background: #399ee0;
}

.cd-cart .checkout em {
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: -webkit-transform 0s .2s;
    transition: -webkit-transform 0s .2s;
    transition: transform 0s .2s;
    transition: transform 0s .2s, -webkit-transform 0s .2s;
}

.cd-cart .checkout em::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    content: '';
    height: 24px;
    width: 24px;
    background: url(../../img/front/cd-icon-arrow-next.svg) no-repeat center center;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.cd-cart .body {
    position: relative;
    z-index: 1;
    height: calc(100% - 40px);
    padding: 20px 0 10px;
    margin: 40px 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    padding-top: 0;
}

.cd-cart .body ul {
    overflow: hidden;
    padding: 0;
    position: relative;
    padding-bottom: 90px;
    list-style: none;
}

.cd-cart .body li {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
}

.cd-cart .body li::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .body li:not(:last-of-type) {
    margin-bottom: 20px;
}

.cd-cart .body li.deleted {
    /* this class is added to an item when it is removed form the cart */
    position: absolute;
    left: 1.4em;
    width: calc(100% - 2.8em);
    opacity: 0;
    -webkit-animation: cd-item-slide-out .3s forwards;
    animation: cd-item-slide-out .3s forwards;
}

.cd-cart .body li.deleted.undo-deleted {
    /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
    -webkit-animation: cd-item-slide-in .3s forwards;
    animation: cd-item-slide-in .3s forwards;
}

.cd-cart .body li.deleted+li {
    -webkit-animation: cd-item-move-up-mobile .3s;
    animation: cd-item-move-up-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .body li.undo-deleted+li {
    -webkit-animation: cd-item-move-down-mobile .3s;
    animation: cd-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cd-cart .product-image {
    display: inline-block;
    float: left;
    /* the image height determines the height of the list item - in this case height = width */
    width: 50px;
}

.cd-cart .product-image img {
    display: block;
}

.cd-cart .product-details {
    position: relative;
    display: inline-block;
    float: right;
    width: calc(100% - 50px);
    padding: 0.3em 0 0 0.5em;
}

.cd-cart .product-details::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart h3,
.cd-cart .price {
    font-weight: bold;
}

.cd-cart h3 {
    width: 70%;
    float: left;
    /* truncate title with dots if too long */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cd-cart h3 a {
    color: #2b3e51;
}

.cd-cart h3 a:hover {
    color: #2c97de;
}

.cd-cart .price {
    float: right;
    width: 30%;
    text-align: right;
}

.cd-cart .actions {
    font-size: 1.4rem;
    height: 1.6em;
    line-height: 1.6em;
}

.cd-cart .actions::after {
    clear: both;
    content: "";
    display: block;
}

.cd-cart .delete-item,
.cd-cart .quantity {
    float: left;
    color: #808b97;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-cart .delete-item {
    margin-right: 1em;
}

.cd-cart .delete-item:hover {
    color: #e94b35;
}

.cd-cart .quantity label {
    display: inline-block;
    margin-right: .3em;
}

.cd-cart .select {
    position: relative;
}

.cd-cart .select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../img/front/cd-icon-select.svg) no-repeat center center;
    pointer-events: none;
}

.cd-cart select {
    position: relative;
    padding: 0 1em 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
    margin: 0;
    color: #808b97;
}

.cd-cart select:focus {
    outline: none;
    color: #2b3e51;
    box-shadow: 0 1px 0 currentColor;
}

.cd-cart select::-ms-expand {
    /* hide default select arrow on IE */
    display: none;
}

.cart-open .cd-cart .wrapper {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cart-open .cd-cart header,
.cart-open .cd-cart .body {
    opacity: 1;
}

.cart-open .cd-cart header {
    -webkit-transition: opacity .2s .2s;
    transition: opacity .2s .2s;
}

.cart-open .cd-cart .body {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.cart-open .cd-cart .body li {
    -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cart-open .cd-cart .body li:nth-of-type(2) {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.cart-open .cd-cart .body li:nth-of-type(3) {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.cart-open .cd-cart .body li:nth-of-type(4),
.cart-open .cd-cart .body li:nth-of-type(5) {
    -webkit-transition-duration: .55s;
    transition-duration: .55s;
}

.cart-open .cd-cart .checkout {
    color: #ffffff;
    -webkit-transition: color .2s .3s;
    transition: color .2s .3s;
}

.cart-open .cd-cart .checkout em {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: transform .2s .3s, padding .2s 0s;
    transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
    font-style: normal;
}

.cd-cart .checkout em {
    font-style: normal;
}

.cart-open .cd-cart .checkout:hover em {
    padding-right: 30px;
}

.cart-open .cd-cart .checkout:hover em::after {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-cart .body li:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .cd-cart .body li.deleted+li {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s;
    }

    .cd-cart .body li.undo-deleted+li {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s;
    }

    .cd-cart .checkout {
        font-size: 2.4rem;
    }

    .cd-cart .product-image {
        width: 90px;
    }

    .cd-cart .product-details {
        padding: 1.4em 0 0 1em;
        width: calc(100% - 90px);
    }

    .cd-cart h3,
    .cd-cart .price {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 70px;
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 70px;
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 104px;
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 104px;
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

.team-member-photo .topCont {
    height: auto;
    bottom: 0;
    top: auto;
    padding: 12px 0;
}

.cart th {
    padding: 15px 20px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.cart td,
.cart th {
    border: 0;
    text-align: center
}

.cart td {
    padding: 35px 10px;
    font-size: 15px;
}

.cart .cart__meta {
    padding-right: 20px;
}

.cart .list-view-item__title {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 0px;
    max-width: 350px;
    min-width: 0;
    font-family: "Euclid Flex Bold", Arial;
    line-height: 18px;
}

.cart .list-view-item__description {
    margin-bottom: 11px;
    color: #706f6f;
}

.cart .item-quantity {
    margin-bottom: 0
}

.cart .item-quantity .item-quantity--input-wrapper {
    max-width: 85px
}

.cart .item-quantity .item-quantity--input-wrapper .item-quantity__input {
    height: 40px;
    pointer-events: none
}

.cart .item-quantity .item-quantity--input-wrapper .item-quantity__increment {
    height: 40px;
    line-height: 40px
}

.cart .message_on_stock .icon {
    float: left;
    margin: 4px 8px 0 0;
    max-width: 18px
}

.border-bottom {
    border-bottom: 1px solid #ededed;
}

.cart__row:last-child {
    border-bottom: 0;
}

img.cart__image {
    width: 160px;
    height: 120px;
    object-fit: cover;
}

.cart td.cart__image-wrapper {
    padding-left: 0;
    width: 170px;
}

p.medium-down--hide {
    margin-bottom: 0;
}

a.cart__remove:hover {
    text-decoration: underline;
}

td.cart__price-wrapper,
td.cart__update-wrapper {
    white-space: nowrap;
    padding: 35px 18px;
}

.cart-item__line-total {
    font-family: "Euclid Flex Bold", Arial;
    font-size: 20px;
    letter-spacing: -0.4px;
}

.forlable {
    position: relative;
}

.tile__meta-1 {
    color: #fff;
    /* font-family: "gotham","Arial Black",Arial,sans-serif; */
    font-size: 0.875em;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    position: absolute;
    top: 0.92857em;
    left: 0.92857em;
    z-index: 1;
    text-shadow: 0 0 5px rgba(52, 83, 148, 0.5);
}

.tile__meta-1--reduction {
    padding: 0.39286em 0.6em 0.35714em 0.6em;
    background: #00a888;
    font-size: 12px;
    top: 0.46429em;
    left: -0.4em;
}

.tile__meta-1--reduction:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 3px 0;
    border-color: transparent #005c4b transparent transparent;
    position: absolute;
    bottom: -3px;
    left: 0
}

.whatInclude .comment-main .comment-box ul li.askWithBtns {
    padding-right: 70px;
}

.askBtn-Icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

span.iconAsk {
    display: inline-block;
    width: 40px;
    height: 40px;
}

span.lbl {
    display: block;
    line-height: 2;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    margin-top: -4px;
}

.askBtn-Icon a {
    display: inline-block;
    opacity: 0.7;
    text-align: center;
    -webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}

.askBtn-Icon a:hover {
    opacity: 1;
}

span.iconAsk svg {
    fill: #33a9e0;
}

.whatInclude ul li.cart-item.is-booking {
    padding: 0;
    border: none;
}

.whatInclude ul li.cart-item.is-booking:last-child {
    margin: 0;
}

.whatInclude ul li.cart-item.is-booking:before {
    display: none;
}

.whatInclude ul li.cart-item.is-booking .cart-item-booking {
    padding: 0 10px !important;
}

.whatInclude ul li.cart-item.is-booking .cart-item-booking .image-container {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    box-flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.whatInclude ul li.cart-item.is-booking .cart-item-booking .image-container img.img {
    width: 100%;
    height: 180px;
}

.whatInclude ul li.cart-item.is-booking .cart-item-booking .content-container {
    margin: 0;
    margin-top: 12px;
}

.whatInclude ul li.cart-item.is-booking .cart-item-booking h3.title {
    max-width: 100%;
    margin: 0px 0 0px 0;
}

.whatInclude ul li.cart-item.is-booking .cart-item-booking .content-container .activity-card-flex.activity-card-vertical {
    width: 100%;
    border: none;
    margin: 0;
}

.letsTravelDetail h2 {
    margin-bottom: 24px;
    color: #1a2b49;
    font-family: "Euclid Flex Bold", Arial;
    font-size: 24px;
    letter-spacing: 0;
}

.letsTravelDetail h2 {
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

.destination-seach-form {
    background: #fff;
    padding: 20px;
    width: 100%;
}

.destination-seach-form input {
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.destination-seach-form input {
    background-color: #efeff0;
    border-color: #efeff0;
    outline: 0 none;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
    height: 40px;
    padding: 5px 10px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-family: "Euclid Square Regular", Arial;
}

.destination-seach-form input:focus {
    border-color: #979797;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.destination-seach-form label.control-label {
    letter-spacing: 0;
}

.counter-shell {
    color: rgba(53, 85, 93, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
    height: 40px;
    padding: 5px 10px;
    padding-left: 60px;
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    border: 1px solid #efeff0;
    background-clip: padding-box;
    margin-top: 4px;
    text-align: center;
    background-color: #efeff0;
    outline: 0 none;
    border-radius: 4px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    align-items: center;
}

.counter-shell:hover {
    border-color: #979797;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.counter-shell button {
    border: none;
    background: transparent;
    outline: none;
    height: 30px;
    width: 60px;
    font-size: 38px;
    line-height: 28px;
}

.counter-shell input {
    padding: 0;
    text-align: center;
    height: 30px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.counter-shell input::-webkit-inner-spin-button,
.counter-shell input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.counter-shell input:focus {
    box-shadow: none;
    background: transparent;
}

.counterIcons svg {
    fill: #35555d;
    width: 20px;
    height: 38px;
}

.counterIcons {
    position: absolute;
    left: 19px;
    width: 20px;
    height: 100%;
    top: 0;
    line-height: 47px;
}

.destination-seach-form h3 {
    font-size: 16px;
    letter-spacing: 0;
}

.destination-seach-form {
    border-bottom: 1px solid #ededed;
}

.destination-seach-form:last-child {
    border: none;
}

.destination-seach-form.morePaddwith {
    padding: 30px 20px;
}

.destination-seach-form.morePaddwith .form-group {
    margin: 0;
}

.destination-seach-form.morePaddwith select {
    height: 40px;
    background-color: #efeff0;
    outline: 0 none;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    height: 40px;
    padding: 5px 10px;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    font-family: "Euclid Square Regular", Arial;
    width: 100%;
    border: 1px solid #efeff0;
    cursor: pointer;
}

.destination-seach-form.morePaddwith select:hover {
    border-color: #979797;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.packageDetail__cityHeading {
    /* padding-top: 19px; */
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(36, 43, 46, 0.7);
    letter-spacing: 0.9px;
    font-weight: 600;
}

.packageDetail__cityList {
    display: flex;
    flex-wrap: wrap;
    /* padding-bottom: 18px; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}

.packageDetail__cityListItem {
    font-size: 15px;
    line-height: 1;
    color: #2d2d2d;
    margin-top: 8px;
    padding: 0 6px;
    text-transform: capitalize;
    white-space: nowrap;
}

.packageDetail__cityListItem:before {
    content: '·';
    font-size: 24px;
    width: 3px;
    height: 3px;
    left: -6px;
    top: 2px;
    color: #2d2d2d;
    position: relative;
    font-family: "Euclid Flex Bold", Arial;
}

.packageDetail__cityListItem:first-child {
    padding-left: 0px;
}

.packageDetail__cityListItem:first-child:before {
    content: '';
}

.packageDetail__inclusion {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 20px;
    justify-content: space-between;
    padding: 0;
    /* margin-left: -15px;
    margin-right: -15px; */
}

.packageDetail__inclusionItem {
    display: flex;
    min-width: 171px;
    max-width: 171px;
    padding-bottom: 16px;
    text-align:left;
    /* justify-content: space-between; */
}

.packageDetail__inclusionText {
    font-size: 15px;
    padding-top: 2px;
    padding-left: 8px;
    text-transform: capitalize;
    color: rgba(36, 43, 46, 0.7);
    /* line-height: 1; */
    color: #2d2d2d;
}

.p-b-4 {
    padding-bottom: 4px;
}

.packageDetail__inclusion .packageDetail__inclusionItem .packageDetail__inclusionIcon {
    width: 24px;
    height: 24px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.packageDetail__contentWrap {
    display: flex;
}

.packageDetail__stepsWrap {
    position: relative;
    min-width: 58px;
    margin-right: 20px;
}

.packageDetail__stepsWrap:after {
    content: '';
    width: 1px;
    height: 100%;
    left: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
}

.packageDetail__steps {
    box-sizing: border-box;
    padding-top: 3px;
    margin-right: 20px;
    width: 58px;
    height: 58px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.packageDetail__stepsNumber {
    font-size: 30px;
    /* font-weight: 600; */
    color: rgba(36, 43, 46, 0.87);
    font-family: "Euclid Flex Bold", Arial;
}

.packageDetail__stepsDay {
    font-size: 12px;
    text-transform: uppercase;
    color: hsla(198, 12%, 16%, 0.65);
}

.packageDetail__subHeading {
    font-family: "Euclid Flex Bold", Arial;
    font-size: 22px;
    color: rgba(36, 43, 46, 0.87);
}

.packageDetail__description {
    padding: 21px 0;
    font-size: 14px;
    color: rgba(36, 43, 46, 0.7);
}

.packageDetail__packageTags {
    display: flex;
    flex-wrap: nowrap;
}

.packageDetail__packageTags span {
    display: inline-block;
    padding: 3px 14px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: rgba(36, 43, 46, 0.54);
    background: #f3f5f7;
}

.packageDetail__stepHeading {
    padding: 15px 0;
    /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-family: "Euclid Flex Bold", Arial;
    font-size: 20px;
    color: rgba(36, 43, 46, 0.87);
    letter-spacing: 0;
    margin: 0;
}

.packageDetail__stepText {
    font-size: 14px;
    color: rgba(36, 43, 46, 0.7);
    padding-top: 21px;
}

.packageDetail__ImagesList {
    display: flex;
    padding: 20px 0;
}

.packageDetail__ImagesListItem {
    margin-right: 20px;
    width: 305px;
    height: auto;
    overflow: hidden;
}

.packageDetail__ImagesListItem img {
    width: 100%;
    border-radius: 5px;
}

.packageDetail__hotelWrap {
    padding: 20px 0 20px 0;
}

.packageDetail__AccHeading {
    padding: 3px 0;
    font-family: "Euclid Flex Bold", Arial;
    font-size: 18px;
    color: rgba(36, 43, 46, 0.87);
    margin: 0;
    letter-spacing: 0;
}

.packageDetail__AccText {
    padding: 4px 0;
    font-size: 15px;
    color: rgba(36, 43, 46, 0.7);
    line-height: 1.6;
}

.packageDetail__hotelList {
    display: flex;
    padding: 20px 0;
}

.packageDetail__hotelItemWrap {
    overflow: hidden;
    padding: 14px;
    /*padding: 14px 14px 0 14px;*/
    background: #ffffff;
    border-radius: 4px;
    max-width: 305px;
    box-shadow: 1px 5px 11px -2px rgba(185, 185, 185, 0.35);
    border: solid 0.6px #e8e8e8;
}

.packageDetail__hotelItemWrap img {
    width: 100%;
    border-radius: 6px;
    height: 160px;
    object-fit: cover;
}

.packageDetail__hotelHeading {
    /* text-align: center; */
    padding: 20px 0 6px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.packageDetail__hotelRating {
    display: inline-block;
    line-height: 1;
    background: #58aa1a;
    border-radius: 1.5px;
    font-size: 10px;
    color: #ffffff;
    padding: 3px 3px;
}

.packageDetail__hotelRatingText {
    font-size: 12px;
    color: rgba(36, 43, 46, 0.54);
}

.packageDetail__hotelAction {
    display: block;
    margin-top: 12px;
    padding: 14px 0;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #ee2e24;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.packageDetail__includedWrapper {
    background: #f9f9f9;
    padding: 60px 0 20px 0;
}

.packageDetail__includedHeading {
    padding-bottom: 40px;
    font-family: 'Brown-Regular';
    font-size: 22px;
    font-weight: 600;
}

.packageDetail__included {
    display: flex;
    height: 90px;
}

.packageDetail__includedContent {
    padding-left: 30px;
    padding-top: 5px;
}

.packageDetail__includedsubHeading {
    font-family: 'Brown-Regular';
    font-size: 16px;
    font-weight: 600;
    color: rgba(36, 43, 46, 0.76);
}

.packageDetail__includedText {
    padding-top: 7px;
    font-size: 14px;
    color: rgba(36, 43, 46, 0.61);
}

.packageDetail__includedIconWrap {
    box-sizing: border-box;
    min-width: 44px;
    height: 44px;
    padding-top: 10px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #f4f4f4;
}

.packageDetail__termsWrap {
    padding: 60px 0 30px 0;
}

.packageDetail__termsHeading {
    padding-bottom: 40px;
    font-family: 'Brown-Regular';
    font-size: 22px;
    font-weight: 600;
}

.packageDetail__termsContent {
    margin: 0;
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.packageDetail__termsText {
    padding-bottom: 30px;
    color: rgba(36, 43, 46, 0.7);
    line-height: 1.57;
    font-size: 14px;
    width: 47%;
    min-width: 47%;
}

.packageDetail__recommendedWrap {
    background: #f9f9f9;
    padding: 60px 0;
}

.packageDetail__recommendedHeading {
    padding-bottom: 40px;
    font-family: 'Brown-Regular';
    font-size: 22px;
    font-weight: 600;
}

.packageDetail__gPackageHeading {
    font-size: 20px;
    color: #ffffff;
}

.packageDetail__gPackageDays {
    padding-top: 8px;
    padding-bottom: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.packageDetail__gbannerListItem {
    margin-bottom: 15px;
}

.mdl-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

h6.packageDetail__hotelLocation {
    position: relative;
    padding-left: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.packageDetail__hotelLocation:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/placeholder.svg);
    mask-image: url(../../img/front/placeholder.svg);
    -webkit-mask-size: 16px 16px;
    mask-size: 18px 18px;
    top: 1px;
}

.rating-stars.pkgDetail-startRatting {
    display: block;
    margin-bottom: 6px;
}

.itinerary-card__body-container {
    position: relative;
}

.itinerary-card__cta {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.packageDetail__hotelItemWrap {
    cursor: pointer;
}

.packageDetail__hotelItemWrap:hover .itinerary-card__cta {
    opacity: 1;
}

.itinerary-card__body-container .itinerary-card__cta button.btn.btn-primary.btn-color-lime {
    padding: 10px 23px;
    font-family: "Euclid Flex Bold", Arial;
}

.itinerary-card__body-container .itinerary-card__cta button.btn.btn-primary.btn-color-lime:focus {
    outline: none;
    box-shadow: none;
}

.interHedRel {
    position: relative;
}

.addItrBtn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #33a9df;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 4px;
    padding: 10px 25px;
    line-height: 1;
    -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.addItrBtn:hover {
    background: #1f7da9;
}

.edit-trip .col-left,
.edit-trip .col-right,
.edit-trip .col-right-2 {
    width: 100%
}

.edit-trip .title-hdr {
    display: none
}

.edit-trip .route-timeline {
    position: relative;
    margin: 7px 0 0px;
}

.edit-trip .route-timeline:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 2px;
    width: 2px;
    height: 98%;
    background-color: #33a9df;
    opacity: .3;
}

.edit-trip .route-timeline .bg-content {
    background-color: hsla(0, 0%, 93%, .4);
    padding: 13px 0
}

.edit-trip .route-timeline .bg-content h5 {
    margin: 2px 0 0;
    line-height: 1.2;
    padding-left: 35px
}

.edit-trip .route-timeline .bg-content ul {
    list-style: none;
    margin: 11px 0 0;
    padding: 0 0 0 35px
}

.edit-trip .route-timeline .bg-content ul li {
    float: left;
    width: 50%;
    text-align: center;
}

.edit-trip .route-timeline .bg-content ul li i {
    font-style: normal;
    display: block;
    margin-bottom: 3px;
    font-size: 13px
}

.edit-trip .route-timeline .bg-content ul li a {
    color: #1cad45;
    vertical-align: middle;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.edit-trip .route-timeline .bg-content ul li span {
    padding: 0 5px;
    vertical-align: middle
}

.edit-trip .route-timeline .bg-content ul li:first-child {
    text-align: left
}

.edit-trip .route-timeline .bg-content ul li:last-child a,
.edit-trip .route-timeline .bg-content ul li:last-child a:hover {
    color: #d9534f
}

.edit-trip .route-timeline .bg-content ul li:last-child a.remove-disabled-clr {
    color: hsla(192, 4%, 55%, .6);
    cursor: not-allowed
}

.edit-trip .route-timeline .bg-content ul li:last-child a.remove-disabled-clr:hover {
    color: hsla(192, 4%, 55%, .6)
}

.edit-trip .route-timeline .select-style {
    border: 0;
    border-radius: 0
}

.edit-trip .route-timeline .select-style:before {
    position: absolute;
    content: "";
    width: 65%;
    height: 1px;
    background-color: rgba(34, 60, 68, .6);
    bottom: -2px;
    left: 0
}

.edit-trip .route-timeline .select-style:after {
    color: rgba(34, 60, 68, .6);
    content: "\E5C5";
    line-height: normal
}

.edit-trip .route-timeline .select-style select {
    border: 0;
    border-radius: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.edit-trip .route-timeline .select-style select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.edit-trip .btn-link.link-dark {
    color: rgba(20, 32, 35, .45)
}

.edit-trip .btn-link.link-dark:active,
.edit-trip .btn-link.link-dark:focus,
.edit-trip .btn-link.link-dark:hover {
    text-decoration: none;
    border-color: transparent
}

.transfer-txt {
    position: relative;
    padding: 11px 11px 11px 0
}

.transfer-txt.pt-0 {
    padding-top: 0
}

.transfer-txt.pb-0 {
    padding-bottom: 0
}

.transfer-txt i {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px
}

.transfer-txt a {
    position: relative;
    display: block;
    color: #33a9df;
    font-size: 15px;
    padding-left: 35px;
}

.transfer-txt a:before {
    border-radius: 100%;
    background-clip: padding-box;
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 12px;
    top: 0px;
    background-color: #33a9df;
}

.transfer-txt a:after {
    content: "+";
    position: absolute;
    left: 16px;
    top: -5px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.plusminus-width {
    display: inline-block;
    text-align: center;
    width: 20px;
    font-size: 12px
}

@media (min-width: 768px) {
    .edit-trip .modal-dialog {
      width: 800px
    }
    .edit-trip .col-left {
        width: 60%
    }

    .edit-trip .col-right {
        width: 13.33%
    }

    .edit-trip .col-right-2 {
        width: 40%
    }

    .edit-trip .title-hdr {
        display: block;
        padding-top: 7px;
        font-size: 13px
    }

    .edit-trip .title-hdr .col-right {
        text-align: center
    }

    .edit-trip .route-timeline .bg-content h5 {
        padding-left: 45px;
        letter-spacing: 0;
    }

    .edit-trip .route-timeline .bg-content ul {
        margin-top: 0;
        padding-left: 0
    }

    .edit-trip .route-timeline .bg-content ul li {
        line-height: 1.45
    }

    .edit-trip .route-timeline .bg-content ul li:first-child {
        text-align: center
    }

    .edit-trip .route-timeline .bg-content ul li i {
        display: none
    }

    .edit-trip .route-timeline .bg-content ul li span {
        padding: 0 5px;
        vertical-align: middle
    }

    .transfer-txt {
        padding: 10px 7px 10px 0
    }

    .transfer-txt a {
        padding-left: 44px
    }

    .plusminus-width {
        width: 16px
    }
}

@media (min-width: 992px) {
  .edit-trip .modal-dialog {
    width: 800px
  }
    .edit-trip .col-left {
        width: 77%;
    }

    .edit-trip .col-right {
        width: 11%
    }

    .edit-trip .col-right-2 {
        width: 23%;
    }
}

.edit-trip-search .search-row {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(34, 60, 68, .1)
}

.edit-trip-search .search-row .search-bar {
    position: relative;
    padding-left: 25px
}

.edit-trip-search .search-row .search-bar:before {
    position: absolute;
    content: "\E8B6";
    left: 0;
    top: 7px;
    font-family: veho !important;
    color: #223c44;
    font-size: 20px;
    line-height: 1.2
}

.edit-trip-search .search-row .search-bar input {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 6px 10px 6px 0;
    font-size: 20px;
    line-height: 1.2;
    color: #53576d;
    font-weight: 600
}

.edit-trip-search .search-row .search-bar input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.edit-trip-search .search-row a {
    font-size: 14px;
    color: #53576d
}

.edit-trip-search .search-results {
    float: left;
    width: 100%;
    padding-bottom: 30px
}

.edit-trip-search .search-results p {
    margin: 12px 0 17px
}

.edit-trip-search .search-results ul {
    width: 100%;
    float: left;
    margin-bottom: 0
}

.edit-trip-search .search-results ul li {
    width: 100%;
    opacity: .6;
    float: left;
    padding: 6px 5px 11px 13px;
    cursor: pointer
}

.edit-trip-search .search-results ul li:hover {
    opacity: 1;
    background-color: rgba(34, 60, 68, .05)
}

.edit-trip-search .search-results ul li:hover i {
    color: #2fd15d
}

.edit-trip-search .search-results ul li:hover p {
    width: 100%
}

.edit-trip-search .search-results ul li p {
    margin: 0;
    font-size: 14px;
    line-height: 1.33
}

.edit-trip-search .search-results ul li i {
    display: inline-block;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.edit-trip-search .search-results ul li .srch-lft {
    width: 80%;
    padding-right: 13px
}

.edit-trip-search .search-results ul li .srch-rgt {
    width: 20%
}

@media (min-width: 768px) {
    .edit-trip-search .search-results ul li .srch-lft {
        width: 90%
    }

    .edit-trip-search .search-results ul li .srch-rgt {
        width: 10%
    }
}

.edit-trip-popup .modal-header {
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row
}

.edit-trip-popup .modal-header p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.3px;
    margin: 0
}

@media (min-width: 768px) {
    .edit-trip-popup .modal-header p {
        font-size: 22px;
        line-height: 1.09;
        letter-spacing: -.25px
    }
}

.edit-trip-popup .modal-header .close {
    float: none;
    margin-left: auto
}

.edit-trip-popup .modal-body {
    padding: 0
}

@media (min-width: 992px) {
    .edit-trip-popup .modal-body {
        padding: 0 24px 16px
    }
}

.gettrip-and-callback .btn-link {
    line-height: 1.4
}

.gettrip-and-callback .btn-link:focus {
    outline: none
}

.gettrip-and-callback .alert-bar {
    padding: 4px 8px;
    border-radius: 3px;
    margin: 0 0 15px;
    border: 1px solid #f4d9b6;
    background-color: #fff7d8;
    color: #223c44
}

.gettrip-and-callback .mobile-input {
    position: relative
}

.gettrip-and-callback .mobile-input .select-style {
    position: absolute;
    left: 1px;
    top: 12px;
    width: 60px;
    border-radius: 0;
    border: 0;
    margin: 0;
    z-index: 2
}

.gettrip-and-callback .mobile-input .select-style:after {
    right: 11px;
    font-size: 12px;
    color: #dde1e2;
    top: -1px
}

.gettrip-and-callback .mobile-input .select-style select {
    border: 0;
    border-radius: 0;
    border-right: 2px solid #dde1e2;
    padding: 0 6px
}

.gettrip-and-callback .mobile-input .select-style select:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.gettrip-and-callback .mobile-input input {
    background-color: transparent;
    padding: 8px 8px 8px 65px;
    line-height: 1.5
}

.gettrip-and-callback .mobile-input.disabled select {
    background-color: transparent
}

.gettrip-and-callback .mobile-input.disabled input {
    border: 1px solid #bcc4c6;
    background-color: rgba(48, 80, 89, .05)
}

.gettrip-and-callback .mobile-input.country-code-disabled .select-style {
    cursor: default;
    width: 45px;
    top: 4px;
    background-color: rgba(48, 80, 89, .05);
    height: 40px
}

.gettrip-and-callback .mobile-input.country-code-disabled .select-style:after {
    display: none
}

.gettrip-and-callback .mobile-input.country-code-disabled .select-style select {
    cursor: default;
    margin-top: 8px;
    border-right: none;
    background-color: transparent
}

.gettrip-and-callback .mobile-input.country-code-disabled input {
    padding-left: 50px
}

@media (min-width: 768px) {
    .gettrip-and-callback .mobile-shake {
        margin-top: 25px
    }
}

.fw {
    width: 100%;
}

.edit-trip .route-timeline .bg-content ul li a svg {
    width: 18px;
    height: 18px;
    fill: #d9534f;
    display: inline-block;
}

.edit-trip .route-timeline .bg-content ul li .plusminus-width a svg {
    fill: #33a9df;
    width: 10px;
}

.edit-trip .modal-content .modal-body,
.modal-content .modal-body {
    max-height: calc(100vh - 194px);
    overflow-y: auto;
}

.modal-footer .btn:focus {
    background-color: #19729a;
    box-shadow: none;
    outline: none;
    color: #fff;
}

.modal-lg-custome {
    width: 100%;
    max-width: 1230px;
    padding: 0px 15px;
}

div#changeactivity .packageDetail__hotelItemWrap,
div#changeMetaAttr .packageDetail__hotelItemWrap,
div#changeLogistics .packageDetail__hotelItemWrap,
div#changeSightseeing .packageDetail__hotelItemWrap {
    width: calc(25% - 20px);
    margin: 10px;
}

div#changehotel .packageDetail__hotelItemWrap{
    width: calc(25% - 20px);
    margin: 10px;
}
div.changeAccommodation .packageDetail__hotelItemWrap {
    width: 250px;
    margin: 10px;
}
div#changehotel .packageDetail__hotelWrap .packageDetail__hotelList,
div.changeAccommodation .packageDetail__hotelWrap .packageDetail__hotelList,
div#changeactivity .packageDetail__hotelWrap .packageDetail__hotelList,
div#changeMetaAttr .packageDetail__hotelWrap .packageDetail__hotelList,
div#changeLogistics .packageDetail__hotelWrap .packageDetail__hotelList,
div#changeSightseeing .packageDetail__hotelWrap .packageDetail__hotelList {
    display: flex;
    flex-wrap: wrap;
}

div#changehotel .modal-content .modal-body,
div.changeAccommodation .modal-content .modal-body,
div#changeactivity .modal-content .modal-body,
div#changeMetaAttr .modal-content .modal-body,
div#changeLogistics .modal-content .modal-body,
div#changeSightseeing .modal-content .modal-body {
    max-height: calc(100vh - 270px);
}

div#changehotel .packageDetail__hotelWrap,
div.changeAccommodation .packageDetail__hotelWrap,
div#changeactivity .packageDetail__hotelWrap,
div#changeMetaAttr .packageDetail__hotelWrap,
div#changeLogistics .packageDetail__hotelWrap,
div#changeSightseeing .packageDetail__hotelWrap {
    margin-left: -10px;
    margin-right: -10px;
}

.itinerary-card__body-container .itinerary-card__cta button.btn.btn-primary.btn-color-lime.removeBtnSty {
    background: white;
    color: #33a9df;
    border: 1px solid #33a9df;
    margin-left: 9px;
    padding: 9px 23px;
}

.packageDetail__hotelWrap .activity-card-flex.activity-card-vertical {
    width: 100%;
    margin: 0;
    border: none;
}

.packageDetail__hotelWrap .activity-card-flex.activity-card-vertical a:hover {
    box-shadow: none;
}

.packageDetail__hotelItemWrap .activity-card-flex .activity-card-inner-content {
    padding: 0;
}

.packageDetail__hotelItemWrap .activity-card-flex .activity-card-title {
    padding: 11px 0 6px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.packageDetail__hotelItemWrap .activity-card-flex.activity-card-vertical .activity-card-left-column-container {
    margin-bottom: 0;
    border-radius: 6px;
    overflow: hidden;
}

.packageDetail__hotelItemWrap .activity-card-link:hover .activity-card-title {
    text-decoration: none;
    color: #2d2d2d;
}

.packageDetail__hotelList.withMarList .packageDetail__hotelItemWrap {
    margin-right: 15px;
}

.packageDetail__hotelList.withMarList .packageDetail__hotelItemWrap:last-child {
    /* margin: 0; */
}

div#dayItinery {
    min-height: inherit !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96%;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
    float: none;
    top: 50px;
}

div#dayItinery .theiaStickySidebar {
    background: rgb(255, 255, 255);
    z-index: 101;
    margin-right: calc(-4% - 3px);
    margin-left: 1px;
    padding: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
}

.alternate-modal .modal-dialog .modal-alternate-wrapper .filter-display .modal-alternate-filters {
    padding: 16px;
    position: relative;
    margin-top: 0;
    width: auto;
}

li.FS-15.LH-24.MB-10.MFS-16.LFS-16 {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 13px;
    /* padding-left: 23px; */
    position: relative;
}

li.FS-15.LH-24.MB-10.MFS-16.LFS-16:last-child {
    margin-bottom: 0;
}

.packageDetail__detailsSticky {
    border-right: 1px solid;
    border-color: rgba(151, 151, 151, 0.1);
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.packageDetail__detailsSticky:first-child {
    padding-left: 0px;
}

.packageDetail__detailsSticky:last-child {
    padding-right: 0px;
    border: none;
}

.packageDetail__priceDetailsSticky {
    margin-top: 5px;
}

.packageDetail__nameSticky {
    font-size: 18px;
    line-height: 1.78;
    color: #2b2d2e;
    margin-bottom: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
}

.packageDetail__daysSticky {

    font-size: 14px;
    line-height: 1.71;
    color: rgba(36, 43, 46, 0.54);
    text-transform: capitalize;
}

.packageDetail__priceSticky {
    font-size: 24px;
    color: #000000;
    font-family: "Euclid Flex Bold", Arial;
}

.packageDetail__packageSlashpriceSticky {
    font-size: 16px;
    color: rgba(36, 43, 46, 0.38);
    text-decoration: line-through;
}

.mdl-cell--3-col,
.mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
    width: calc(25% - 0px);
}

.mdl-cell--4-col,
.mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
    width: 33.3333333333%;
}

.mdl-cell--2-col,
.mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
    width: 16.6666666667%;
}

.mdl-cell {
    margin: 0px;
}

.packageDetails__sticky {}

.packageDetails__sticky .packageDetail__inclusion {
    justify-content: flex-start;
}

.packageDetails__sticky .packageDetail__inclusion .packageDetail__inclusionItem {
    margin-right: 25px;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container p {
    padding: 2em 1em;
    margin: 0;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

#confrmation.modal,
#preferdMonth.modal,
#addToCartPreferdMonth.modal,
#hint_brand.modal,
#rate-review.modal {
    text-align: center;
    padding: 0 !important;
}

#confrmation.modal:before,
#preferdMonth.modal:before,
#addToCartPreferdMonth.modal:before,
#hint_brand.modal:before,
#rate-review.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#confrmation .modal-dialog,
#preferdMonth .modal-dialog,
#addToCartPreferdMonth .modal-dialog,
#hint_brand .modal-dialog,
#rate-review .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#confrmation .modal-content,
#preferdMonth .modal-content,
#addToCartPreferdMonth .modal-content {
    box-shadow: none;
    border: 0;
    background: transparent;
}

#confrmation .modal-content .modal-body,
#preferdMonth .modal-content .modal-body,
#addToCartPreferdMonth .modal-content .modal-body {
    max-height: inherit;
    height: inherit;
}

#confrmation .modal-content .modal-body ul.cd-buttons,
#preferdMonth .modal-content .modal-body ul.cd-buttons,
#addToCartPreferdMonth .modal-content .modal-body ul.cd-buttons {
    padding: 0;
    list-style: none;
}

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

#preferdMonth .cd-popup-container,
#addToCartPreferdMonth .cd-popup-container {
    max-width: 1000px;
}

.preferdMonth-middle {
    width: 100%;
    text-align: center;
    /* Made by */
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.preferdMonth-middle h1 {
    font-family: "Dax", sans-serif;
    color: #fff;
}

.preferdMonth-middle input[type="radio"] {
    display: none;
}

.preferdMonth-middle input[type="radio"]:checked+.box {
    background-color: #33a9df;
}

.preferdMonth-middle input[type="radio"]:checked+.box span {
    color: white;
    /* transform: translateY(-50%); */
}

.preferdMonth-middle input[type="radio"]:checked+.box span:before {
    transform: translateY(0px);
    opacity: 1;
}

.preferdMonth-middle .box {
    /* width: 200px; */
    /* height: 200px; */
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    /* font-family: "Dax", sans-serif; */
    /* font-weight: 900; */
    border: 1px solid rgba(100, 121, 143, .122);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.preferdMonth-middle .box:active {
    transform: translateY(10px);
}

.preferdMonth-middle .box span {
    position: absolute;
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1.5em;
    user-select: none;
    color: #2c2f42;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1.27;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0.3px;
    padding: 0px 8px;
}

.preferdMonth-middle .box span:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.preferdMonth-middle .front-end span:before {
    /* content: "\f121"; */
}

.preferdMonth-middle .back-end span:before {
    /* content: "\f0f4"; */
}

.preferdMonth-middle p {
    color: #fff;
    font-family: "Dax", sans-serif;
    font-weight: 400;
}

.preferdMonth-middle p span:after {
    content: "\f0e7";
    font-family: FontAwesome;
    color: yellow;
}

.preferdMonth-middle label {
    letter-spacing: 0;
    padding: 0;
    margin: 8px;
    height: 150px;
    display: flex;
    /* padding: 0.5em; */
    width: 16.66%;
    width: calc(16.66% - 16px);
}

.preferdMonth-middle .preferdMonth-date label {
    letter-spacing: 0;
    padding: 0;
    margin: 8px;
    height: 25px;
    display: flex;
    /* padding: 0.5em; */
    width: 100%;
    width: calc(100% - 16px);
}

.cd-popup-container h2 {
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    padding-top: 30px;
    margin-bottom: 23px;
    font-size: 21px;
}

small.season {
    display: block;
    margin-top: 11px;
    color: #a7aaba;
    font-family: "Euclid Square Regular", Arial;
    transition: all 300ms ease;
}

.preferdMonth-middle input[type="radio"]:checked+.box span small.season {
    color: #fff !important;
}

/*.j_city_country {*/
/*height: 406px*/
/*}*/

.j_city_country.more-city {
    height: 348px
}

.city_block {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    text-align: left;
    line-height: 1.2;
    border-radius: 2px;
    z-index: 99;
}

.city_block {
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.12), 0 -1px 2px 0 rgba(0, 0, 0, 0.08);
}

.m_radius_box {
    border-radius: 2px;
    overflow: hidden;
}

.city_block {
    /* position: static; */
}

.m_bg_white {
    background-color: #fff;
}

.g_ib,
.m_star {
    display: inline-block;
}

.city_block .left {
    position: relative;
    width: calc(100% - 628px);
    border-right: 1px solid #f5f5f5;
}

.city_block .left,
.city_block .left {
    width: 140px;
    overflow: inherit !important;
}

.city_block .right {
    width: 628px;
    padding: 1px 4px 0 15px;
}

.city_block .right,
.city_block .right {
    width: calc(100% - 145px);
}

.city_block .right .list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.g_left {
    float: left;
}

.city_block .right .list ._left {
    width: 26%;
    color: #333;
}

.city_block .right .list ._left,
.city_block .right .list ._left {
    font-size: 14px;
    width: 100%;
    margin-bottom: 14px;
}

.city_block .right .list ._right,
.city_block .right .list ._right {
    width: 100%;
}

.city_block .right .list ._right a {
    margin-right: 16px;
    margin-bottom: 10px;
    display: inline-block;
    color: #888;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
}

.city_block .right .list ._right a:hover,
.city_block .right .list ._right a.on {
    color: #33a9e0;
}

.t_v_mid_box {
    display: table;
    width: 100%;
    height: 100%;
}

.g_rel,
.t_v_mid_box,
.m_header,
.m_bg,
.m_star {
    position: relative;
}

.city_block .left .list {
    padding: 0px 6px 0px 14px;
    border-bottom: 1px solid #eeeeee;
    height: 58px;
    line-height: 1.2;
    cursor: pointer;
}

.g_right {
    float: right;
}

.t_v_mid_box .t_v_mid {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
}

.city_block .left .list.tabsActive .triangle_right {
    border-color: transparent transparent transparent #33a9e0;
    border-width: 8px;
    border-style: solid;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: block;
}

.city_block .left .list .top {
    font-size: 14px;
    color: #333;
}

.city_block .right .list ._left b a {
    position: relative;
    right: inherit;
    top: 0;
    text-transform: uppercase;
    color: #333;
}

.city_block .left .list .triangle_right {
    display: none;
}

.city_block .left .list.tabsActive {
    background: #33a9df;
}

.city_block .left .list.tabsActive .top {
    color: #fff;
}

.city_block .left .list.tabsActive .top b {
    font-weight: 400;
}

.left-floating-menu ul li a {
    width: 100%;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 0;
}

.left-floating-menu ul {
    padding: 0;
    list-style: none;
    padding-bottom: 15px;
}

.left-floating-menu ul li {
    text-align: left;
}

.left-floating-menu ul li span[class^=icon-] {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 4px;
    width: 30px;
    height: 30px;
    background: url("../../img/front/icon-flight.png") 0 0/contain no-repeat
}

.left-floating-menu ul li span[class^=icon-].icon-flight {
    background-image: url("../../img/front/icon-flight.png")
}

.left-floating-menu ul li span[class^=icon-].icon-hotel {
    background-image: url("../../img/front/icon-hotel.png")
}

.left-floating-menu ul li span[class^=icon-].icon-summary {
    background-image: url("../../img/front/icon-summery.png")
}

.left-floating-menu ul li span[class^=icon-].icon-activity {
    background-image: url("../../img/front/icon-activity.png")
}

.left-floating-menu ul li span[class^=icon-].icon-combo {
    background-image: url("../../img/front/icon-discount.png")
}

.left-floating-menu ul li span[class^=icon-].icon-transfer {
    background-image: url("../../img/front/icon-transfer.png")
}

.left-floating-menu ul li span[class^=icon-].icon-visa {
    background-image: url("../../img/front/icon-visa.png")
}

.left-floating-menu .package-cost-li span {
    font-weight: 400
}

.left-floating-menu .total-tab-li {
    clear: both;
    width: 100%
}

.left-floating-menu .total-tab-li .label {
    display: block;
    padding: 6px 12px;
    font-weight: 400
}

.left-floating-menu .total-tab-li .label span {
    margin: 0;
    color: #2c2f42
}

.left-floating-menu ul li .label {
    padding-left: 11px;
    color: #2c2f42;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    text-align: left;
}

.customPackage__wrapper {
    border-radius: 0px;
    border: solid 1px #ebebeb;
    margin: 0;
    margin-bottom: 30px;
    background: #fff;
}

.customPackage__section {
    padding: 20px 34px;
    /* border-bottom: solid 1px #ebebeb; */
}

.feedback__section {
    padding: 10px 34px;
    color: #3c763d;
    background-color: #f3fff5;
    /* border-bottom: solid 1px #ebebeb; */
}

.customPackage__section .customPackage__hotelWrapper:last-child .customPackage__hotelDays::after {
    display: none;
}

.customPackage__sectionHead {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15px;
}

.customPackage__headingIcon {
    color: #ffffff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    left: -55px;
    border-radius: 4px;
    background-color: #2b2d2e;
}

.customPackage__headingIconSvg {
    fill: #ffffff;
}

.customPackage__headingText {
    font-family: "Euclid Flex Bold", Arial;
    font-size: 18px;
    color: rgba(36, 43, 46, 0.87);
    margin: 0;
    letter-spacing: 0;
}

.customPackage__infoAction {
    font-size: 12px;
    cursor: pointer;
    color: #ee2e24;
}

.customPackage__flightContainer {
    display: flex;
    justify-content: space-between;
}

.customPackage__flightWrap {
    display: flex;
    justify-content: space-between;
}

.customPackage__flightLeft {
    min-width: 232px;
}

.customPackage__flightCitywrap {
    display: flex;
    justify-content: space-between;
}

.customPackage__flightCityname {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    min-width: 50%;
}

.customPackage__flightTimeWrap {
    display: flex;
    justify-content: space-between;
}

.customPackage__flightTimetext {
    min-width: 50%;
    font-weight: bold;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.customPackage__flightinfoText {
    font-weight: normal;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.customPackage__flightRight {
    margin-left: 38px;
    text-align: center;
}

.customPackage__flightCode {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.54);
}

.customPackage__flightIcon img {
    width: 62px;
}

.customPackage__flightCostWrap {
    border-top: solid 1px #e5e5e5;
    padding-top: 10px;
}

.customPackage__flightCost {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
}

.customPackage__flightCostadditional {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.54);
}

.customPackage__transportContainer {
    display: flex;
    justify-content: space-between;
}

.customPackage__transportWrap {
    display: flex;
    align-items: center;
    padding: 16px 20px 16px 0;
    border-radius: 4px;
    box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.customPackage__numberofCabs {
    padding: 10px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.54);
}

.customPackage__transportInfoBlock {
    display: flex;
    align-items: center;
}

.customPackage__transportInputbox {
    border-right: 1px solid #ebebeb;
    padding: 6px 12px;
}

.customPackage__transportIcon {
    margin-right: 10px;
    opacity: 0.7;
}

.customPackage__transportTypesblock {
    display: flex;
    padding: 0 15px;
    align-items: center;
}

.customPackage__transportTypetext {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.87);
}

.customPackage__transportPriceinfo {
    background: #2b2d2e;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 5px;
    display: inline-block;
    font-size: 9px;
    line-height: 15px;
}

.customPackage__transportSelectbox select {
    outline: none;
    border: 1px solid #ececec;
    height: 32px;
    width: 130px;
    font-size: 11px;
    border-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    color: rgba(36, 43, 46, 0.87);
}

.customPackage__hotelWrapper {
    display: flex;
}

.customPackage__hotelDaysWrap {
    position: relative;
    min-width: 48px;
    margin-right: 10px;
}

.customPackage__hotelDays {
    box-sizing: border-box;
    padding-top: 15px;
    line-height: 14px;
    width: 48px;
    height: 48px;
    text-align: center;
    background: #0086b2;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.customPackage__hotelDays::after {
    content: '';
    width: 1px;
    height: 100%;
    left: 24px;
    top: 48px;
    position: absolute;
    background: rgba(0, 0, 0, 0.05);
}

.customPackage__hotelDayNumber {
    font-size: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.customPackage__hotelDay {
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.customPackage__hotelHeadingWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.customPackage__hotelHeadingText {
    font-size: 15px;
    font-family: "Euclid Flex Bold", Arial;
    color: rgba(36, 43, 46, 0.87);
}

.customPackage__hotelHeadingsubText {
    font-size: 15px;
    padding-right: 2px;
    color: #2b2d2e;
    font-family: "Euclid Square Bold", Arial;
    word-break: break-all;
}

.customPackage__hotelContentWrap {
    flex: 1;
}

.customPackage__hotelDetailWrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.customPackage__hotelCard {
    display: flex;
    padding-bottom: 21px;
    width: 50%;
    align-items: center;
}

.customPackage__hotelImage {
    width: 58px;
    height: 58px;
    margin-right: 15px;
    box-shadow: 1px 5px 11px -2px rgba(185, 185, 185, 0.35);
}

.customPackage__hotelImage img {
    width: 58px;
    height: 58px;
    border-radius: 4px;
    object-fit: cover;
}

.customPackage__hotelName {
    font-size: 14px;
    font-family: "Euclid Flex", Arial;
    color: #2b2d2e;
}

.customPackage__hotelExperience {
    height: 16px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2b2d2e;
    font-size: 10px;
    padding: 3px 5px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-left: 5px;
}

.customPackage__hotelRaing {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.customPackage__popupOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.customPackage__optionLeft {
    position: relative;
}

.customPackage__optionClose {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

.customPackage__optionWrapper {
    box-shadow: 0 0 10px 0 rgba(132, 135, 138, 0.1);
    background-color: #ffffff;
    height: 100vh;
    padding: 10px 0;
}

.customPackage__optionHeading {
    padding: 28px 40px;
    font-size: 20px;
    color: rgba(43, 45, 46, 0.87);
}

.customPackage__optionInputbox {
    padding: 2px 12px;
}

.customPackage__optionFlight {
    display: flex;
    padding: 20px 16px 8px 0;
    margin: 8px 40px;
    border-radius: 4px;
    background-color: #f3f5f7;
    border: solid 1px #f3f5f7;
    cursor: pointer;
}

.customPackage__optionFlight--active {
    box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.customPackage__optionFlight--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.customPackage__optionHotel {
    margin: 10px 40px;
    border-radius: 4px;
    box-shadow: 1px 3px 8px -2px rgba(185, 185, 185, 0.1);
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.customPackage__optionHotelHead {
    display: flex;
    padding: 15px 20px;
    justify-content: space-between;
    border-bottom: solid 1px #ebebeb;
}

.customPackage__optionHotelCity {
    font-size: 14px;
    font-weight: bold;
    color: #2b2d2e;
}

.customPackage__optionHotelDate {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.54);
}

.customPackage__optionHotelInfo {
    padding: 0 20px;
}

.customPackage__optionHotelFooter {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: solid 1px #ebebeb;
    align-items: center;
}

.customPackage__optionHotelAdditinalLabel {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.54);
}

.customPackage__optionHotelAdditinalLess {
    font-size: 11px;
    color: #f5a623;
}

.customPackage__optionHotelAdditinalPrice {
    font-size: 18px;
    font-weight: bold;
    color: rgba(43, 45, 46, 0.87);
}

.customPackage__optionHotelSelect {
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 120px;
    border-radius: 25px;
    background-color: #1ab64f;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.customPackage__optionHotelSelect--active {
    background: rgba(26, 182, 79, 0.1);
    color: #1ab64f;
    box-shadow: none;
    cursor: default;
}

.customPackage__tabWrapper {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
}

.customPackage__tabOption {
    flex: 1;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #2b2d2e;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    cursor: pointer;
}

.customPackage__tabOption--active {
    color: #ee2e24;
    border-bottom: 2px solid #ee2e24;
}

.customPackage__priceTw {
    font-size: 15px;
    font-family: "Euclid Flex Bold", Arial;
    color: rgba(36, 43, 46, 0.87);
}

.customPackage__priceTw span {
    font-size: 15px;
    padding-right: 2px;
    color: rgba(0, 0, 0, 0.54);
    font-family: "Euclid Square Regular", Arial;
}

.roomconfig__packageInfo {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1px rgba(225, 225, 227, 0.11);
    padding-top: 0;
}

.roomconfig__packageTitle {
    font-size: 17px;
    font-family: "Euclid Flex Bold", Arial;
    color: rgba(36, 43, 46, 0.87);
}

.roomconfig__durationType {
    padding: 2px 0 3px 0;
    font-size: 12px;
    text-transform: capitalize;
    color: rgba(36, 43, 46, 0.85);
    font-family: "Euclid Flex Bold", Arial;
}

.roomconfig__packageLocation {
    font-size: 13px;
    color: rgba(36, 43, 46, 0.87);
}

.roomconfig__packageImage img {
    width: 64px;
    height: 64px;
    border-radius: 4px;
}

.packbooking__infoBlock {
    border-top: 1px dashed #e1e1e3;
    padding: 15px 0 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.packbooking__infoLabel {
    color: rgba(43, 45, 46, 0.67);
    font-size: 12px;
    font-family: "Euclid Flex Bold", Arial;
}

.packbooking__infoText {
    color: rgba(36, 43, 46, 0.87);
    font-size: 15px;
}

.packbooking__infoAction {
    font-size: 12px;
    cursor: pointer;
    color: #ee2e24;
}

.packbooking__infoPriceText {
    font-size: 18px;
    font-weight: bold;
}

.packbooking__proceedBook {
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    background-color: #1ab64f;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.packbooking__stepWrap {
    padding: 60px 0 10px 0;
    width: calc(100% - 160px);
    margin: 0 auto;
}

.packbooking__StepList {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.packbooking__StepList::before {
    content: "";
    width: 85%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: -19px;
    left: 9%;
}

.packbooking__StepItem {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
}

.packbooking__infoBlock .cd-add-to-cart {
    letter-spacing: 0.2px;
    font-size: 13px;
    padding: 9px 13px;
}

.brkWdhHght {
    height: 123px;
    padding-bottom: 15px;
}

.cfAbout p {
    color: rgb(119, 119, 119);
    font-size: 15px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin-bottom: 15px;
}

.cfAbout h3 {
    color: #2d2d2d;
    font-size: 18px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.brkWdhHght img {
    max-height: 100%;
}

.ptb-5 {
    padding: 50px 0px;
}

.largeWWD .wwdCard {
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
    background: #fff;
    color: #343a40;
    border: none;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 18px 0 rgba(150, 150, 150, 0.1);
}

.wwdCard {
    display: block;
    margin-bottom: 0px;
    text-decoration: none;
    background: #fff;
    color: #343a40;
    border: 1px solid #eee9e5;
    height: 100%;
}

.wwdCard .card-texticon {
    padding: 20px;
    margin: 0;
    text-align: left;
}

.card-texticon-content {
    margin: 0;
    color: rgb(119, 119, 119);
    font-size: 14px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.card-texticon h3.h3 {
    color: #2d2d2d;
    font-size: 18px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 13px;
    display: block;
}

.wwdBrm .col-sm-4 {
    padding-bottom: 30px;
}

.largeWWD .wwd-icon img {
    max-width: 50px;
}

.wwd-icon {
    margin-bottom: 15px;
    display: inline-block;
    background: #e6f5fd;
    padding: 10px;
    border-radius: 6px;
}

.wwd-icon img {
    max-width: 70px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.hwd .wwdCard .card-texticon {
    padding: 0;
    display: flex;
}

.hwd .wwdCard {
    border: none;
    display: flex;
}

.hwd .wwdCard .card-texticon .wwd-icon {
    margin-bottom: 0;
    margin-right: 20px;
    background: transparent;
    padding: 0;
}

.hwd .col-sm-12 {
    padding-bottom: 50px;
}

h3.width1 {
    color: #2d2d2d;
    font-size: 20px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.homeAbsPostin2 p {
    margin: 0;
    color: rgb(119, 119, 119);
    font-size: 14px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    line-height: 26px;
}

.smallBorder {
    border-bottom: 5px solid #2684b5;
    width: 10%;
    margin-top: 1.9rem;
    margin-bottom: 1.7rem;
}

.flex-item-1 {
    order: 1;
}

.flex-item-2 {
    order: 2;
}

.page-template-page-team-about .team-member {
    margin-bottom: 15px;
}

.page-template-page-team-about .team-member .team-member-wrap {
    position: relative;
    padding-bottom: 29%;
    overflow: hidden;
    cursor: pointer;
    max-width: 402px;
    margin: 0 auto
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-photo {
    width: 100%;
    background-color: #888;
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display:block;
    transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transition: all .2s, background-position .1ms;
    -webkit-transition: all .2s, background-position .1ms;
    -moz-transition: .2s all, .1ms background-position;
    -o-transition: .2s all, .1ms background-position;
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-photo:before {
    content: "";
    float: left;
    padding-bottom: 63.93862%
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-photo:after {
    content: "";
    display: table;
    clear: both
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel {
    background: #fff;
    padding: 36px 0;
    min-height: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s, background-color .2s;
    -webkit-transition: all .3s, background-color .2s;
    -moz-transition: .3s all, .2s background-color;
    -o-transition: .3s all, .2s background-color
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-name,
.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-title {
    max-height: 30px;
    margin: 0;
    line-height: 1.3;
    opacity: 1;
    transition: all .3s, color .2s;
    -webkit-transition: all .3s, color .2s;
    -moz-transition: .3s all, .2s color;
    -o-transition: .3s all, .2s color
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-name {
    margin: 0 0 3px
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-title {
    color: #666;
    font-size: 15px;
    text-align: center;
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap {
    overflow: hidden;
    padding: 0 25px;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: .3s all 0s ease-in-out;
    -o-transition: .3s all 0s ease-in-out;
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap .team-member-bio {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 14px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    line-height: 26px;
    text-align: center;
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap h6 {
    margin: 0 0 3px
}

.page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap .team-member-detail {
    font-style: italic;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    margin: 0
}

.page-template-page-team-about .team-member .team-member-wrap.toggled[data-color=gold] .team-member-panel,
.page-template-page-team-about .team-member .team-member-wrap:hover[data-color=gold] .team-member-panel {
    background: #3d8cde
}

.page-template-page-team-about .team-member .team-member-wrap.toggled .team-member-panel h6,
.page-template-page-team-about .team-member .team-member-wrap.toggled .team-member-panel p,
.page-template-page-team-about .team-member .team-member-wrap:hover .team-member-panel h6,
.page-template-page-team-about .team-member .team-member-wrap:hover .team-member-panel p {
    color: #fff;
}

.page-template-page-team-about .team-member .team-member-wrap.toggled .team-member-panel .team-member-name,
.page-template-page-team-about .team-member .team-member-wrap.toggled .team-member-panel .team-member-title {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.page-template-page-team-about .team-member .team-member-wrap.toggled .team-member-panel .team-member-bio-wrap {
    max-height: 100%;
    opacity: 1
}

.page-template-page-team-about .team-member .team-member-wrap.toggled .team-member-panel {
    padding: 0;
    min-height: 100%;
}

.page-template-page-team-about .team-member-panel h6.team-member-name {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
    font-family: "Euclid Flex Bold", Arial;
}

.mat-tab-label-container {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

input.blogTitleplaceholder {
    background: transparent;
    border: none;
    padding: 9px 0px;
    height: auto;
    border-radius: 0;
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Euclid Square Regular", Arial;
}

.mat-tab-labels {
    display: flex;
}

.mat-tab-label {
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .6;
    min-width: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.mat-tab-label {
    padding: 0 5px !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    margin-right: 40px !important;
    font-size: 15px;
    color: #212221;
    opacity: 1.6;
    /* font-weight: 800; */
    border-bottom: 4px solid transparent;
    font-family: "Euclid Flex Bold", Arial;
}

.mat-tab-label.mat-tab-label-active {
    border-bottom-color: #33a9de;
}

.mat-tab-group {
    display: flex;
    flex-direction: column
}

.mat-tab-group.mat-tab-group-inverted-header {
    flex-direction: column-reverse
}

.mat-tab-label {
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    box-sizing: border-box;
    /* opacity: .6; */
    min-width: 160px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.mat-tab-label:focus {
    outline: 0
}

.mat-tab-label:focus:not(.mat-tab-disabled) {
    opacity: 1
}

.mat-tab-label.mat-tab-disabled {
    cursor: default
}

.mat-tab-label.mat-tab-label-content {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}

@media (max-width: 599px) {
    .mat-tab-label {
        padding: 0 12px
    }
}

@media (max-width: 959px) {
    .mat-tab-label {
        padding: 0 12px
    }
}

.mat-tab-group[mat-stretch-tabs] .mat-tab-label {
    flex-basis: 0;
    flex-grow: 1
}

.mat-tab-body-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    transition: height .3s cubic-bezier(.35, 0, .25, 1)
}

.mat-tab-body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    overflow: hidden
}

.mat-tab-body.mat-tab-body-active {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    flex-grow: 1
}

.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active {
    overflow-y: hidden
}

.profileImgBox {
    background-color: #f8f8f8;
    height: 160px;
    position: relative;
}

.rounded-circle {
    border-radius: 50% !important;
}

.profileImg {
    width: 125px;
    height: 125px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: block;
}

.profileImgInfo {
    background-color: #f8f8f8;
}

.userName {
    font-size: 20px;
    line-height: 34px;
    color: #212221;
    text-align: center;
    font-family: "Euclid Flex Bold", Arial;
    padding-bottom: 6px;
}

.profileImgInfo span:last-of-type {
    color: #212221;
    font-size: 16px;
    line-height: 25px;
    display: block;
    text-align: center;
    letter-spacing: 0.3px;
}

.mb-4 {
    margin-bottom: 16px;
}

ul.nav.sideNav.col-12 {
    padding: 0;
}

ul.nav.sideNav.col-12>li {
    margin-top: 5px;
    width: 100%;
    text-align: center;
}

ul.nav.sideNav.col-12 li a {
    background-color: #f8f8f8;
    display: block;
    color: #212221;
    padding: .9375rem 0;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

ul.nav.sideNav.col-12 li a:hover {
    background-color: #d4d4d4;
}

ul.nav.sideNav.col-12 .active a {
    background-color: #33a9de !important;
    color: #fff !important;
}

.contactInfo {
    font-size: .8125rem;
    margin-top: 20px;
    margin-bottom: 30px;
}

.contactInfo span:first-child {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    font-family: "Euclid Flex Bold", Arial;
}

.contactInfo span:nth-child(2) {
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    line-height: 1.6;
    font-size: 12px;
    color: #929292;
    letter-spacing: 0.2px;
}

.contactInfo span:nth-child(3),
.contactInfo span:nth-child(5) {
    font-size: 16px;
    line-height: 1.6;
    color: #212221;
    letter-spacing: 0.2px;
}

.contactInfo span:nth-child(4) {
    text-transform: uppercase;
    display: block;
    margin-top: 16px;
    line-height: 1.3;
    font-size: 12px;
    color: #929292;
    letter-spacing: 0.2px;
}

.mat-tab-body-content .tab-content {
    margin: 0;
    padding: 30px 0px;
    border: 0;
}

a.subSectionBtn {
    position: absolute;
    right: 0;
    background: #33a9de;
    padding: 11px 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    top: 0;
    line-height: 1;
}

.subSection {
    font-weight: 200;
    line-height: 36px;
    font-size: 24px;
    display: block;
    letter-spacing: 0.2px;
    position: relative;
    margin-bottom: 20px;
}

.infoItem {
    margin-top: 10px;
    padding-left: 0;
}

.infoItem .col-3,
.infoItem .col-lg-3 {
    color: #5e5e5e;
    font-size: 1rem;
}

.infoItem span {
    font-size: 15px;
    line-height: 1.6;
    color: #212221;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.MobileGray {
    color: #929292 !important;
}

.infoHead {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0.2px;
}

.mat-form-field-flex {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
}

input.SpText2.mat-input-element.mat-form-field-autofill-control {
    height: auto;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    background: #fff;
    padding: 5px 0px;
    font-family: "Euclid Square Regular", Arial;
    font-size: 15px;
    line-height: 1.6;
    color: #212221;
    letter-spacing: 0.4px;
    padding-top: 0;
    margin-bottom: 20px;
}

.mat-input-infix.mat-form-field-infix {
    margin-bottom: 15px;
}

.mat-input-infix.mat-form-field-infix:last-child {
    margin-bottom: 0;
}

.SaveCancelBtn {
    position: absolute;
    right: 0;
}

.SaveCancelBtn a {
    background: #33a9de;
    padding: 9px 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    line-height: 1;
}

.SaveCancelBtn {
    position: absolute;
    right: 0;
    max-width: 300px;
    display: flex;
}

.SaveCancelBtn a {
    background: #33a9de;
    padding: 11px 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    line-height: 1;
}

.SaveCancelBtn {
    position: absolute;
    right: 0;
    max-width: 300px;
    display: flex;
    top: 0;
}

.SaveCancelBtn a {
    background: #33a9de;
    padding: 11px 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    line-height: 1;
}

.SaveCancelBtn a.subSectionBtnSaveCancel:last-child {
    margin-left: 15px;
}

/*input.SpText2.mat-input-element.mat-form-field-autofill-control:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

input.chnagePsw {
    border: none;
    background: transparent;
    padding-left: 0;
    margin-top: 10px;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-family: "Euclid Square Regular", Arial;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

a.btn.upadteBtn {
    background: #33a9de;
    padding: 11px 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    top: 0;
    line-height: 1;
    margin-top: 10px;
}

input.SpText2.mat-input-element.mat-form-field-autofill-control:focus,
input.chnagePsw:focus {
    border-color: #33a9de;
}

.sepLineprofile {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border: 0;
    border-top: 1px solid #e5e5e5 !important;
}

.emailSetting>.col-lg-12:last-child span:first-child,
.emailSetting>.col-lg-12:last-child span:nth-of-type(2) {
    font-size: 15px;
    line-height: 1.4;
    color: #212221;
}

.emailSetting {
    margin-top: 20px;
}

span.Light {
    color: rgba(33, 33, 33, 0.58) !important;
}

.emailSetting>.col-lg-12:last-child span:nth-of-type(3) {
    font-size: 14px;
    color: #929292;
    line-height: 1.4;
    display: block;
}

.mt-2,
.my-2 {
    margin-top: 1.5rem !important;
}

.emailSetting>.col-lg-12:last-child span:last-of-type {
    font-size: 15px;
    display: block;
    line-height: 1.4;
}

.widthForHeading {
    width: 35.1875rem;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
    color: #464646;
    font-family: "Euclid Flex Bold", Arial;
}

.noCoTravellerDiv p {
    line-height: 23px;
    font-size: 16px;
    color: #929292;
    letter-spacing: 0.2px;
}

.noCotravellerIconPadding {
    text-align: center;
    padding: 15px;
}

.noCotravellerIconPadding img {
    margin: auto;
}

.noCoTravellerDiv p a:hover {
    text-decoration: underline;
}

.mat-tab-label a.mat-tab-label-content {
    color: #212121;
}

.mat-tab-label.mat-tab-label-active a.mat-tab-label-content {
    color: #33a9e0;
}

.noBookingDiv {
    margin-top: 60px;
    margin-bottom: 40px;
}

#activityautowidth .packageDetail__hotelItemWrap {
    width: auto;
}

#activityautowidth.owl-carousel .owl-wrapper-outer {
    padding-bottom: 20px;
}

.activityautowidth1 .packageDetail__hotelItemWrap {
    width: auto;
}

.activityautowidth1.owl-carousel .owl-wrapper-outer {
    padding-bottom: 20px;
}

.itterHeightSt {
    width: calc(100% - 78px);
    float: right;
}

.packageDetail__stepsWrap.itterLeftHeightSet {
    position: relative;
    width: 58px;
    margin-right: 20px;
    float: left;
    height: 100%;
}

#activityautowidth.owl-theme .owl-controls {
    position: absolute;
    top: -54px;
    margin: 0;
    right: 15px;
}

#activityautowidth.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/left-arrow.svg);
    mask-image: url(../../img/front/left-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    position: absolute;
    left: -40px;
}

#activityautowidth.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/right-arrow.svg);
    mask-image: url(../../img/front/right-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    right: -25px;
    position: absolute;
}

.activityautowidth1.owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    margin: 0;
    right: 0;
    margin-top: -20px;
    width: 100%;
}

.activityautowidth1.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/left-arrow.svg);
    mask-image: url(../../img/front/left-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    position: absolute;
    left: -40px;
}

.activityautowidth1.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/right-arrow.svg);
    mask-image: url(../../img/front/right-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
    right: -25px;
    position: absolute;
}

.scrollTop .d-flex.flex-end {
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.scrollTop .d-flex.flex-end .btnFullLrgOutline {
    margin-top: 0;
    margin-right: 15px;
}

.scrollTop .d-flex.flex-end a {
    padding: 4px 15px;
    border: 1px solid #33a9df;
}

.scrollTop .d-flex.flex-end .askBtn-Icon {
    position: relative;
    top: inherit;
    transform: none;
}

.scrollTop .d-flex.flex-end .askBtn-Icon span.lbl {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.scrollTop .d-flex.flex-end .askBtn-Icon a {
    padding: 0;
    border: 0;
    margin-right: 15px;
}

.scrollTop .d-flex.flex-end .askBtn-Icon a span.iconAsk {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 8px;
}

.modal-header.modalHeaderImpliment {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

button.close {}

.modal-header.modalHeaderImpliment button.close {
    position: absolute;
    right: 20px;
}

.modal-header.modalHeaderImpliment h4.modal-title {
    letter-spacing: 0;
}

.modal-header.modalHeaderImpliment .h_explorContainer {
    display: block;
}

.searchFieldPop {
    margin-left: 25px;
    position: relative;
}

.searchFieldPop input {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    height: auto;
    padding-left: 40px;
    font-family: "Euclid Square Regular", Arial;
    background: #fff;
    /* padding: 9px 12px; */
    width: 250px;
}

.searchFieldPop input:focus {
    border: 1px solid #33a9de;
}

.modal-content.container.modal-alternate-wrapper {
    padding: 0;
}

.searchFieldPop .klook-icon-search {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}

.pt-o-OnTabContent .tab-content {
    padding-top: 5px;
}

.faqListingInner h3 {
    color: #2d2d2d;
    font-size: 18px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 13px;
}

.faqListingInner {
    margin-bottom: 40px;
}

.faqListingAns p {
    margin-bottom: 10px;
    color: rgb(119, 119, 119);
    font-size: 15px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    line-height: 27px;
}

.faqListingAns p:last-child {
    margin-bottom: 0;
}

.faqListingAns p b {
    font-family: "Euclid Flex Bold", Arial;
}

.faqListingInner:last-child {
    margin-bottom: 0;
}

.user-alert-container {
    position: fixed;
    bottom: 1em;
    left: 1em;
    z-index: 500;
    padding-right: 1em;
}

.user-alert-container .user-alert {
    z-index: 500;
    padding-right: 0em;
    margin-top: 0em;
    position: relative;
}

.danger {
    color: #FB5252;
}

.user-alert-container .user-alert p {
    display: inline-block;
    border-radius: 4px;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 14px;
    text-align: center;
    margin: 0;
    cursor: default;
    position: relative;
    letter-spacing: 0.5px;
}

.user-alert-container .user-alert.danger p {
    background-color: #FB5252;
    color: #fff;
}

.user-alert-container .user-alert p b {
    color: #0B2239;
    color: rgba(0, 0, 0, 0.5);
}

.success {
    color: #69E781;
}

.user-alert-container .user-alert.success p {
    background-color: #69E781;
    color: #333;
}

.warning {
    color: #FFB229;
}

.user-alert-container .user-alert.warning p {
    background-color: #FFB229;
    color: #333;
}

.notificationWrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.durationHeading {
    color: #2d2d2d;
    font-size: 18px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.notificationBar {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}

.notificationUserThumb .notificationUserThumbInner {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.notificationUserThumb .notificationUserThumbInner img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.notificationContentDesc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.notificationContentDesc span {
    font-family: "Euclid Flex Bold", Arial;
    color: #000;
}

.notificationContentDuresion {
    font-size: 14px;
    line-height: 1;
    color: #a5a5a5;
}

.notificationBar {
    margin-bottom: 30px;
}

.notificationBar:last-child {
    margin-bottom: 0;
}

.packagesGoing .package-card {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 24px;
}

.packagesGoing .package-card {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0px 7px rgba(0, 0, 0, .15);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.packagesGoing .package-card {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.packagesGoing .package-card .left-col {
    position: relative;
}

.packagesGoing .package-card .left-col {
    width: 29%;
    min-height: 220px;
}

.packagesGoing .package-card .left-col {
    width: 24.31%;
}

.packagesGoing .package-card .middle-col {
    float: none;
    width: 51%;
    padding: 16px;
}

.packagesGoing .package-card .middle-col {
    width: 56.69%;
    padding: 16px 24px;
}

.packagesGoing .package-card .right-col {
    border-left: 1px solid #ddd;
    width: 22%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    display: flex;
}

.packagesGoing .package-card .right-col {
    width: 19%;
}

.vertical-center {
    -webkit-flex-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.packagesGoing {
    width: 100%;
    padding-right: 4px;
}

.packagesGoing .package-card .middle-col h3 {
    font-size: 18px;
    color: #343a40;
    line-height: 30px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.packagesGoing .package-card .middle-col h3 {
    display: block;
    margin-top: 0px;
    font-weight: 400;
    font-size: 22px;
    color: #343a40;
    line-height: 34px;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    margin-bottom: 5px;
}

.citiesShapret {
    display: flex;
    margin-top: 12px;
}

.citiesShapret .packageDetail__cityHeading {
    line-height: 29px;
    margin-right: 15px;
    white-space: nowrap;
    flex: 0 0 90px;
    text-align: right;
}

.citiesShapret .packageDetail__cityListItem:before {
    content: '·';
    left: -6px;
    top: 2px;
    color: #2d2d2d;
    position: relative;
    font-family: "Euclid Flex Bold", Arial;
    line-height: 16px;
    display: inline-block;
}

.citiesShapret .packageDetail__cityListItem:first-child:before {
    content: '';
}

.citiesShapret .packageDetail__cityListItem {
    line-height: 28px;
    margin-top: 0;
}

.citiesShapret .packageDetail__inclusion {
    padding-top: 0;
}

.packagesGoing .package-card .left-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.actual-price span {
    font-size: 24px;
    color: #000000;
    font-family: "Euclid Flex Bold", Arial;
    display: block;
    line-height: 1;
}

.actual-price p.color-grey-secondary.light {
    font-size: 14px;
    margin: 4px 0 12px;
    letter-spacing: 0;
    color: #53576d;
    line-height: 1;
}

.citiesShapret .packageDetail__inclusion .packageDetail__inclusionItem .packageDetail__inclusionIcon {
    width: 20px;
    height: 20px;
}

.citiesShapret .packageDetail__inclusionItem {
    margin-right: 15px;
}

.citiesShapret .packageDetail__inclusionItem:last-child {
    margin: 0;
}

.btnfull a.btn,
.btnfull-outline a.btn {
    padding: 11px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 4px;
    line-height: 1;
    width: 100%;
    border: 1px solid #33a9df;
    cursor: pointer;
}

.btMar {
    margin-bottom: 5px;
}

.btMar:last-child {
    margin-bottom: 0px;
}

.onlyTextLink a:hover {
    text-decoration: underline;
}

.btnfull-outline a.btn {
    background: #fff;
    color: #33a9df;
}

.btnfull-outline a.btn:hover {
    background: #33a9df;
    color: #fff;
}

h2.anchor-title {
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
    margin-top: 50px;
}

figure.gallery-item.videoGallery {
    position: relative;
    top: 0;
}

figure.gallery-item.videoGallery button#myBtn {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 50%;
    margin: auto;
    margin-left: -35px;
    top: 50%;
    margin-top: -30px;
}

.gallery-item video {
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
}

figure.gallery-item.videoGallery .gallery-icon {
    position: relative;
    text-align: center;
}

figure.gallery-item.videoGallery .gallery-icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 5px;
}

.storiesList {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.fr-video iframe {
     width: 300px !important;
    height: 175px !important;
    display: block !important;
    position: unset !important
}

.storiesList p {
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    line-height: 24px;
    font-size: 18px;
    overflow-wrap: break-word;
    /* color: rgb(119, 119, 119); */
    font-size: 16px;
    letter-spacing: 0.2px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.storiesDur {
    display: flex;
    align-items: flex-end;
}

.storiesDurTime {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
}

.storiesDurTimeLastEdition {
    display: block;
}

.storiesDots {
    padding-left: 4px;
    padding-right: 4px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    line-height: 20px;
}

.storiesDurWords {
    display: flex;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
}

.storiesList h3 a {
    color: #2d2d2d;
    font-size: 26px;
    margin-top: 0;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.storiesList h3 {
    margin-bottom: 11px;
}

.storiesbTNS {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
    margin-left: 15px;
}

.storiesbTNS a:hover {
    text-decoration: underline;
}

#media-list li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

#media-list li {
    height: 112px;
}

#media-list li video {
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

div#hint_brand .modal-dialog {
    /* top: 110px; */
    width: 615px;
    max-width: 100%;
    margin: 0;
}

li.myupload span {
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    vertical-align: top;
    top: 0;
}

li.myupload span input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

li.myupload span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ccc;
    font-size: 54px
}

#media-list li {
    float: left;
    border: 1px solid #ccc;
    background: #ccc;
    position: relative;
    margin: 0 5px 5px 0;
    width: 112px;
    background-color: #fff;
    border: 1px solid rgba(100, 121, 143, .122);
    border-radius: 5px;
    padding: 5px;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

#media-list li:last-child {
    margin-right: 0
}

/*.post-thumb {*/
/*position: absolute;*/
/*background: rgba(0, 0, 0, 0.21);*/
/*left: 0;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*display: none;*/
/*}*/

#media-list li:hover .post-thumb {
    display: block
}

a.remove-pic {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px 0
}

.inner-post-thumb {
    position: relative
}

.user-post-text-wrap {
    position: relative
}

.user-pic-post {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0
}

.user-pic-post img {
    width: 100%
}

.user-txt-post {
    padding: 0 0 0 65px
}

textarea.form-control.upostTextarea {
    border: 0;
    box-shadow: none;
    height: 85px;
    resize: none
}

ul.btn-nav {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.btn-nav li {
    position: relative;
    /* float: left; */
    /* margin: 0 10px 0 0 */
}

ul.btn-nav li span input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=100);
    cursor: pointer;
}

#hint_brand {
    z-index: 999999;
}

#hint_brand .modal-content {
    border-radius: .25em .25em .4em .4em;
    /* text-align: center; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: none;
}

ul#media-list {
    list-style: none;
    padding: 0;
}

.user-post-btn-wrap {
    width: 100%;
    text-align: right;
    margin-top: 25px;
}

#hint_brand .modal-content .modal-body {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 5px;
}

ul#media-list li.myupload input#picupload {
    height: 100%;
    cursor: pointer;
}

#media-list li:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
    border-color: rgba(0, 0, 0, 0.24);
    background-color: rgba(255, 255, 255, 0.03);
}

#hint_brand .modal-content .modal-body .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

#hint_brand .modal-content .modal-body .cd-popup-close::before,
#hint_brand .modal-content .modal-body .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

#hint_brand .modal-content .modal-body .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

#hint_brand .modal-content .modal-body .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.mat-tab-label-container .elevation-candidate {
    margin-left: auto;
    display: flex;
}

.filter-form-group {}

.mat-tab-label-container .elevation-candidate .filter-form-group {
    display: flex;
    align-items: center;
}

.mat-tab-label-container .elevation-candidate .filter-form-group label {
    letter-spacing: 0;
    font-size: 15px;
    white-space: nowrap;
    margin: 0;
}

.mat-tab-label-container .elevation-candidate .filter-form-group div#filter_vertical_destination_chosen {
    width: 200px !important;
    padding: 0;
    margin-left: 10px;
}

.mat-tab-label-container .elevation-candidate .filter-form-group a.chosen-single {
    border-radius: 5px;
    border-width: 1px;
}

.mat-tab-label-container .elevation-candidate .filter-form-group .chosen-drop {
    border-width: 1px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.26);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.26);
}

.chosen-container-single .chosen-single span {
    line-height: 25px;
}

div#rate-review .cd-popup-container {
    width: 100%;
    max-width: inherit;
    box-shadow: none;
    padding: 0;
}

div#rate-review .cd-popup-container h2 {
    padding: 0;
    text-align: left;
}

div#rate-review .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 1px;
    right: 0;
    width: 30px;
    height: 30px;
}

.rateThisProduct {
    text-align: left;
}

h4.subHeadRev {
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    text-align: left;
}

.rating-stars ul>li.star {
    display: inline-block;
    /* width: 30px; */
    /* height: 30px; */
    text-indent: inherit;
    font-size: 23px;
}

/* Idle State of the stars */
.rating-stars ul>li.star {
    font-size: 28px;
    /* Change the size of the stars */
    color: #e0e0e0;
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected {
    color: #FF912C;
}

.rating-widget .rating-stars {
    text-indent: inherit;
    width: inherit;
    height: auto;
    margin-right: 10px;
    background-image: none;
}

.rating-widget {
    display: flex;
    align-items: center;
}

textarea.reviewTextArea {
    border-width: 1px;
    border-radius: 5px;
    margin-top: 15px;
    background: #fff;
    font-family: "Euclid Square Regular", Arial;
    letter-spacing: 0.2px;
    padding: 10px;
}

hr.shapesHRreview {
    margin-left: -15px;
    margin-right: -15px;
    border-color: #eaeaea;
}

.activityHeadWithBtn {
    display: flex;
    align-items: flex-end;
}

.activityAddBtn {
    position: relative;
    margin-left: auto;
    margin-right: 14px;
}

.activityAddBtn .addItrBtn {
    position: relative;
    top: inherit;
    right: inherit;
}

.emptyState {
    text-align: center;
}

.emptyState h4 {
    margin-top: 20px;
    padding: 0px 20px;
    letter-spacing: 0;
}

.emptyState button {
    padding: 12px 26px;
    letter-spacing: 0.4px;
}

.emptyState button:focus {
    outline: none;
}

.modal-filter {
    margin-top: 10px;
}

.meta-selected {
    -moz-box-shadow: inset 0 0 10px #33a9e0 !important;
    -webkit-box-shadow: inset 0 0 10px #33a9e0 !important;
    box-shadow: inset 0 0 10px #33a9e0 !important;
}

.text-catterfly {
    color: #33a9e0 !important;
}

.modal-footer {
    padding:10px 15px 10px 15px !important;
}

.no-data-found {
    text-align: center;
    padding: 10px;
}

.no-data-found h3 {
    margin-bottom: 0px;
}

.newAddedItiCircle {
    background-color: #33a9e0 !important;
}

.newAddedItiCircleText {
    color: white !important;
}

.newAddedItiText {
    color: #33a9e0 !important;
}

.gallery-icon.landscape a {
    /* height: 100%; */
    display: inline-block;
    width: 100%;
}

ul.singleDestination {
    padding: 0;
}

ul.uib-datepicker-popup.dropdown-menu {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

button.btn.btn-default.btn-sm.uib-left,
button.btn.btn-default.btn-sm.uib-right {
    padding: 14px;
    background: #fff;
    color: #333333;
}

.uib-daypicker button.btn.btn-default.btn-sm {
    padding: 14px;
}

.uib-daypicker button.btn.btn-default.btn-sm.btn-info.active,
button.btn.btn-default.btn-sm.active {
    color: #fff !important;
    background-color: #33a9e0 !important;
    border-color: #33a9e0 !important;
    box-shadow: none;
}

button.btn.btn-default.btn-sm {
    color: black !important;
}

.uib-daypicker table:focus {
    outline: none;
}

.uib-daypicker:focus {
    outline: none;
}

.uib-daypicker table th small {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 65%;
    padding-top: 11px;
    display: block;
    padding-bottom: 10px;
}

.uib-daypicker table thead tr,
.uib-yearpicker table thead tr,
.uib-monthpicker table thead tr {
    border-bottom: 1px solid #e2e2e2;
}

li.uib-button-bar {
    border-top: 1px solid #e2e2e2;
    padding-top: 0;
    margin-top: 10px;
}

li.uib-button-bar button.btn.btn-sm.btn-success.uib-close {
    color: #5cb85c;
    font-size: 15px;
    padding: 18px 10px;
    background: transparent;
    box-shadow: none !important;
    outline: none !important;
    font-family: "Euclid Flex Bold", Arial;
}

li.uib-button-bar button.btn.btn-sm.btn-danger.uib-clear {
    font-size: 15px;
    padding: 18px 10px;
    background: transparent;
    box-shadow: none !important;
    outline: none !important;
    color: #d9534f;
    font-family: "Euclid Flex Bold", Arial;
}

li.uib-button-bar button.btn.btn-sm.btn-info.uib-datepicker-current {
    color: #46b8da;
    font-size: 15px;
    padding: 18px 10px;
    background: transparent;
    box-shadow: none !important;
    outline: none !important;
    font-family: "Euclid Flex Bold", Arial;
}

li.uib-button-bar::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

li.uib-button-bar::before {
    display: table;
    content: " ";
}

span.input-group-btn .btn.btn-default {
    padding: 0;
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 18px;
    background: transparent;
    color: #333;
    outline: none !important;
}

.destination-seach-form .input-group {
    width: 100%;
}

.uib-daypicker button.btn.btn-default.btn-sm.btn-info.active span,
button.btn.btn-default.btn-sm.active span {
    color: #fff;
}

.uib-daypicker button.btn.btn-default.btn-sm.btn-info.active span,
button.btn.btn-default.btn-sm.active span,
.uib-yearpicker button.btn.btn-default.active span,
.uib-monthpicker button.btn.btn-default.active span {
    color: #fff;
}

.uib-monthpicker button.btn.btn-default,
.uib-yearpicker button.btn.btn-default {
    font-size: 14px;
    color: #000;
}

.uib-yearpicker button.btn.btn-default.active,
.uib-monthpicker button.btn.btn-default.active {
    color: #fff !important;
    background-color: #33a9e0 !important;
    border-color: #33a9e0 !important;
    box-shadow: none;
}

.uib-yearpicker table,
.uib-yearpicker,
.uib-monthpicker table,
.uib-monthpicker {
    outline: none !important;
}

.mat-input-infix.mat-form-field-infix span.input-group-btn {
    position: absolute;
    top: -5px;
    right: 0;
}

.uib-daypicker button.btn span,
.uib-yearpicker button.btn span,
.uib-monthpicker button.btn span {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

li.uib-button-bar span.btn-group {
    width: auto;
}

span.input-group {
    width: 100%;
}

.page-hero.page-hero-lg::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 221, 221, 0)), to(rgba(0, 0, 0, .4)));
    background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0, rgba(0, 0, 0, .4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.accordn .card {
    margin: auto;
    border-radius: 2px;
    background: white;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.padding-top-bottom50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

p.goal-desc.full-opc {
    opacity: 0.9;
}

.accordn article {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
}

.accordn article.selected {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 5px rgba(2, 2, 2, 0.15);
    box-shadow: 0 0 5px rgba(2, 2, 2, 0.15);
    z-index: 2;
}

.accordn h1 {
    position: relative;
    background: #ffffff;
    padding: 20px 35px 20px 25px;
    font-size: 17px;
    line-height: 30px;
    color: #288dbb;
    overflow: hidden;
    -webkit-transition: background .3s;
    transition: background .3s;
    font-weight: 400;
    margin: 0;
}

.accordn h1:hover,
.accordn .selected h1 {
    cursor: pointer;
    background: #288dbb;
    color: #fff;
}

.accordn h1:before,
.accordn h1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    margin-right: 30px;
    width: 20px;
    height: 2px;
    background: #33a9df;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.accordn h1:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: close-line-one-in .8s forwards;
    animation: close-line-one-in .8s forwards;
}

.accordn .selected h1:before {
    -webkit-animation: close-line-one-out .8s forwards;
    animation: close-line-one-out .8s forwards;
}

.accordn h1:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: close-line-two-in .8s forwards;
    animation: close-line-two-in .8s forwards;
}

.accordn .selected h1:after {
    -webkit-animation: close-line-two-out .8s forwards;
    animation: close-line-two-out .8s forwards;
}

.accordn .content {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all ease-out .4s .1s;
    transition: all ease-out .4s .1s;
}

.accordn .selected .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    padding: 15px 30px 15px;
}

.accordn p {
    /*padding: 25px 30px 40px;*/
    background: #ffffff;
    font-size: 15px !important;
    color: #6e716d;
    line-height: 30px;
    /* color: #000; */
}

.accordn pre {
    padding: 5px 30px 10px !important
}

@media (max-width: 992px) {
    .accordn h1:before,
    .accordn h1:after {
        margin-right: 10px;
    }
}
@media (min-width: 993px) and (max-width: 1300px) {
    .accordn h1:before,
    .accordn h1:after {
        margin-right: 20px;
    }
}
@-webkit-keyframes close-line-one-out {

    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    76% {
        -webkit-transform: translateX(50px) translateY(50px);
        transform: translateX(50px) translateY(50px);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes close-line-one-out {

    0%,
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    76% {
        -webkit-transform: translateX(50px) translateY(50px);
        transform: translateX(50px) translateY(50px);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes close-line-one-in {

    0%,
    20% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    60% {
        -webkit-transform: translateX(50px) translateY(50px) rotate(45deg);
        transform: translateX(50px) translateY(50px) rotate(45deg);
    }

    61% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes close-line-one-in {

    0%,
    20% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    60% {
        -webkit-transform: translateX(50px) translateY(50px) rotate(45deg);
        transform: translateX(50px) translateY(50px) rotate(45deg);
    }

    61% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes close-line-two-out {

    0%,
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    75% {
        -webkit-transform: translateY(-50px) rotate(90deg);
        transform: translateY(-50px) rotate(90deg);
    }

    76% {
        -webkit-transform: translateY(-50px) translateX(50px) rotate(90deg);
        transform: translateY(-50px) translateX(50px) rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes close-line-two-out {

    0%,
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    75% {
        -webkit-transform: translateY(-50px) rotate(90deg);
        transform: translateY(-50px) rotate(90deg);
    }

    76% {
        -webkit-transform: translateY(-50px) translateX(50px) rotate(90deg);
        transform: translateY(-50px) translateX(50px) rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@-webkit-keyframes close-line-two-in {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    50% {
        -webkit-transform: translateY(-50px) translateX(50px) rotate(135deg);
        transform: translateY(-50px) translateX(50px) rotate(135deg);
    }

    51% {
        -webkit-transform: translateY(-50px) rotate(90deg);
        transform: translateY(-50px) rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes close-line-two-in {
    0% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    50% {
        -webkit-transform: translateY(-50px) translateX(50px) rotate(135deg);
        transform: translateY(-50px) translateX(50px) rotate(135deg);
    }

    51% {
        -webkit-transform: translateY(-50px) rotate(90deg);
        transform: translateY(-50px) rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.padding-t-20 {
    padding-top: 20px;
}

.accordn h1:hover:before,
.accordn h1:hover:after {
    background: #fff;
}

.accordn .selected h1:before,
.accordn .selected h1:after {
    background: #ffffff;
}

.activity_destination {
    display: inline-block !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 12px 0 !important;
}

.activity_destination .klook-icon-search {
    top: 20px !important;
}

.activity_destination input {
    color: #333 !important;
}

.description {
    position: relative;
}

.descPopover {
    width: 500px;
}

#package-page-data .popover {
    max-width: 500px;
    width: 500px;
}

#package-page-data .popover-content {
    max-height: 300px;
    overflow-y: auto;
}

.itinerary-card__properties {
    margin: 10px 0px;
}

.booking-info:after {
    content: '';
    display: table;
    clear: both
}

/*.booking-info .form-group {
    overflow: hidden
}*/

.booking-info .form-adult,
.booking-info .form-checkin {
    float: left;
    width: 50%;
    padding-right: 5px
}

.booking-info .form-adult span,
.booking-info .form-checkin span {
    font-size: 10px;
    color: #F98718
}

.booking-info .form-kids,
.booking-info .form-checkout {
    float: left;
    width: 50%;
    padding-left: 5px
}

.booking-info .form-kids span,
.booking-info .form-checkout span {
    font-size: 10px;
    color: #F98718
}

.booking-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1F2021;
    margin: 0;
    margin-bottom: 18px
}

.booking-info .awe-select-wrapper {
    width: 100%
}

.booking-info input,
.booking-info select {
    background-color: #eee;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 0 10px;
    padding-left: 43px;
}

.booking-info .awe-icon,
.booking-info .fa {
    height: 34px;
    line-height: 34px;
    top: 1px;
    right: 1px;
    background-color: #eee
}

.booking-info label {
    font-weight: 600;
    font-size: 13px;
    color: #1E1E1F;
    margin-bottom: 8px
}

.booking-info .form-room {
    margin-top: 18px
}

.booking-info .form-room .form-group {
    margin-bottom: 10px
}

.booking-info .form-item.destination-seach-form {
    padding: 0;
    position: relative;
}

i.lin-calendarDate {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 12px;
    top: 7px;
}

i.lin-calendarDate svg {
    fill: #35555d;
}

.booking-info .price {
    position: relative;
    /* border-top: 1px dashed #A6A6A6; */
    margin-left: -20px;
    margin-right: -20px;
    /* margin-top: 18px; */
    padding: 0 20px;
    padding-bottom: 0;
}

.booking-info .price em {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #A6A6A6;
}

.booking-info .price .amount {
    display: block;
    /* font-weight: 700; */
    font-size: 29px;
    /* font-weight: 500; */
    color: #2d2d2d;
    font-family: "Euclid Flex Bold", Arial;
}

.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-features-list>li:before {
    line-height: 1.4em;
    font-size: 13px;
    position: absolute;
    top: 2px;
    left: 0;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #33a9de;
}

.theme-sidebar-section-features-list-title {
    font-size: 15px;
    margin-bottom: 0px;
    color: #4c4c4c;
    margin-top: 0;
    line-height: 1.4em;
    font-family: "Euclid Flex Bold", Arial;
    line-height: 1;
    letter-spacing: 0;
}

.theme-sidebar-section-features-list-body {
    font-size: 14px;
    margin: 0;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

ul.theme-sidebar-section-features-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.theme-sidebar-section-features-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

ul.theme-sidebar-section-features-list li:last-child {
    margin: 0;
}

.extra-service {
    margin: 10px 0 15px;
    display: table;
    width: 100%;
    padding: 0;
}

.extra-service li {
    list-style: none;
    padding: 7px 0
}

.extra-service.half li {
    width: 50%;
    float: left;
    display: inline-block
}

.tr-single-header span.clickable,
.tr-single-header span.clickables {
    margin-top: -20px;
    font-size: 15px;
    cursor: pointer
}

.side-list-check {
    padding: 0;
    margin: 0
}

.icon-box-round {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 7px;
    color: #778494;
    font-size: 14px;
    border-radius: 50%;
    background-color: #f0f3f7;
    text-align: center;
}

.icon-box-icon-block,
.icon-box-round,
.icon-box-text,
.list-thumb-box {
    display: inline-block;
    vertical-align: middle;
}

.icon-box-icon-block a {
    color: #334e6f;
}

.icon-box-round svg {
    fill: #35555d;
    width: 18px;
    display: initial;
    vertical-align: sub;
}

.icon-box-round i {
    line-height: 32px;
    display: block;
    width: 32px;
    height: 32px;
}

.theme-item-page-rooms-table .table {
    margin: 0;
    border: 0;
}

@media (max-width: 992px) {
    .theme-item-page-rooms-table .table>thead {
        display: none;
    }
}

.theme-item-page-rooms-table .table>thead>tr>th,
.theme-item-page-rooms-table .table>tbody>tr>th,
.theme-item-page-rooms-table .table>tfoot>tr>th,
.theme-item-page-rooms-table .table>thead>tr>td,
.theme-item-page-rooms-table .table>tbody>tr>td,
.theme-item-page-rooms-table .table>tfoot>tr>td {
    padding: 20px;
}

@media (max-width: 992px) {

    .theme-item-page-rooms-table .table>thead>tr>th,
    .theme-item-page-rooms-table .table>tbody>tr>th,
    .theme-item-page-rooms-table .table>tfoot>tr>th,
    .theme-item-page-rooms-table .table>thead>tr>td,
    .theme-item-page-rooms-table .table>tbody>tr>td,
    .theme-item-page-rooms-table .table>tfoot>tr>td {
        width: 100%;
        display: block;
        border: none !important;
        padding: 10px 0;
    }
}

@media (max-width: 992px) {
    .theme-item-page-rooms-table .table>tbody>tr {
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .theme-item-page-rooms-table .table>tbody>tr:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
}

.theme-item-page-rooms-table .table>thead>tr>th {
    font-weight: 400;
    font-size: 13px;
    color: #a6a6a6;
    border-width: 1px;
    padding-top: 0;
}

.theme-item-page-rooms-table .table>tbody>tr>td {
    border: 1px solid #ededed;
    border-left: none;
    border-bottom: none;
}

.theme-item-page-rooms-table .table>tbody>tr>td:first-child,
.theme-item-page-rooms-table .table>thead>tr>th:first-child {
    padding-left: 0;
}

.theme-item-page-rooms-table .table>tbody>tr>td:last-child,
.theme-item-page-rooms-table .table>thead>tr>th:last-child {
    padding-right: 0;
    border-right: none;
}

.theme-item-page-rooms-table .table>tbody>tr:nth-child(even) {
    background: #fcfcfc;
}

.theme-item-page-rooms-table .table>tbody>tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
}

.theme-item-page-rooms-table-first-pad .table>tbody>tr>td:first-child,
.theme-item-page-rooms-table-first-pad .table>thead>tr>th:first-child {
    padding-left: 20px;
}

.theme-item-page-rooms-table-type {
    width: 25%;
}

.theme-item-page-rooms-table-type-img {
    width: 100%;
    margin-bottom: 15px;
}

.theme-item-page-rooms-table-type-title {
    font-size: 14px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
}

.theme-item-page-rooms-table-type-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    /* font-size: 13px;
    font-family: 'Roboto', helvetica, Arial, sans-serif; */
}

.theme-item-page-rooms-table-type-feature-list>li {
    margin-bottom: 3px;
}

.theme-item-page-rooms-table-type-feature-list>li:last-child {
    margin-bottom: 0;
}

.theme-item-page-rooms-table-type-feature-list-icon {
    display: inline-block;
    width: 22px;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    font-size: 12px;
    position: relative;
    top: -1px;
}

.theme-item-page-rooms-table-guests-count {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-item-page-rooms-table-guests-count>li {
    display: inline-block;
    margin-right: 4px;
    font-size: 16px;
}

.theme-item-page-rooms-table-guests-count>li .fa {
    color: #6a6a6a;
}

.theme-item-page-rooms-table-guests-count>li:last-child {
    margin-right: 0;
}

.theme-item-page-rooms-table-options-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.theme-item-page-rooms-table-options-list>li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 9px;
}

.theme-item-page-rooms-table-options-list>li:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 4px;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.theme-item-page-rooms-table-price {
    width: 30%;
}

.theme-item-page-rooms-table-price-night {
    margin-bottom: 15px;
}

.theme-item-page-rooms-table-price-total {
    margin-bottom: 20px;
}

.theme-item-page-rooms-table-price-sign {
    font-size: 13px !important;
    color: #8c8c8c;
    margin-bottom: 5px !important;
    line-height: 1 !important;
}

.theme-item-page-rooms-table-price-night-amount {
    font-weight: bold;
    font-size: 32px !important;
    letter-spacing: 0.64px;
    font-family: "Euclid Flex Bold", Arial;
    color: #0093d2;
    line-height: 1 !important;
    margin-bottom: 0;
}

.theme-item-page-rooms-table-price-total-amount {
    font-size: 22px !important;
    font-family: "Euclid Square Regular", Arial;
    line-height: 1em !important;
    margin-bottom: 0;
}

.theme-item-page-rooms-table-price-note {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    color: #4d4d4d;
}

.theme-item-page-rooms-table-booking-note {
    margin-top: 10px;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.35em;
    color: #a6a6a6;
}

.theme-payment-page-item-thumb {
    border: none;
    -webkit-box-shadow: none !important;
    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;
}

ul.amenities {
    display: table;
    padding: 0;
}

.icon-box-icon-block,
.icon-box-round,
.icon-box-text,
.list-thumb-box,
ul.amenities li {
    display: inline-block
}

ul.amenities li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px;
    font-size: 15px
}

ul.amenities.noIcon li:before {
    position: absolute;
    content: "\f058";
    font-family: FontAwesome;
    left: 0;
    color: #33a9de;
    font-size: 18px;
}

.noIconImage {
    color: #33a9de;
    font-size: 16px;
}

ul.amenities.two li {
    width: 50%
}

ul.amenities.third li {
    width: 33.3333%
}

ul.amenities.fourth li {
    width: 25%
}

ul.infoListing li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}

ul.infoListing li:last-child {
    margin-bottom: 0;
}

ul.infoListing li strong {
    font-family: "Euclid Flex Bold", Arial;
}

.form-body.without-side {
    width: 100%;
}

.page-section-medium-padding {
    padding: 90px 0;
    position: relative;
}

.page-section-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bakground-desert {
    background-image: url(../../img/front/about.jpg);
}

.genius .genius-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .genius {
        padding: 0;
        background: #fff
    }
}

.genius .genius-header-content {
    position: relative;
    z-index: 300;
    padding-bottom: 30px
}

@media (max-width: 991px) {
    .genius .genius-header-content {
        padding: 0 22px 22px
    }
}

.genius .genius-content {
    position: relative;
    z-index: 100
}

@media (max-width: 991px) {
    .genius .genius-content {
        width: 100%
    }
}

.genius .genius-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.genius .genius-medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
    text-align: center;
}

.genius-without-padding-bottom {
    padding-bottom: 70px;
}

.genius-card-padding-bottom {
    padding-bottom: 62px
}

.genius .genius-content {
    position: relative;
    z-index: 100;
}

.card-ticket {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    /* border: 1px solid #eee9e5; */
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 18px 0 rgba(150, 150, 150, 0.1);
}

.card-ticket-content,
.card-middle {
    padding: 50px 30px;
}

.concept-video {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.concept-video-image-wrap {
    display: inline-block;
    position: relative;
    padding: 0px 31px;
}

.concept-video-image {
    width: 100%;
    max-width: 340px;
}

.concept-video-action-wrap {
    position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center
}

.concept-video-action {
    position: relative
}

@media (min-width: 768px) {
    .concept-video-action {
        margin-bottom: 12px
    }
}

.concept-video-action-label {
    display: block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #129cab;
    cursor: pointer
}

.concept-video-role.traveler {
    font-size: 20px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 7px;
    color: #2d2d2d;
}

.concept-video-role.expert {
    font-size: 20px;
    margin-top: 0;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    margin-bottom: 7px;
    color: #2d2d2d;
}

.concept-video-left {
    float: left;
    text-align: right
}

.concept-video-right {
    float: right;
    text-align: left
}

.concept-video-left,
.concept-video-right {
    /* margin-top: 46px; */
    width: 35%;
    color: rgb(119, 119, 119);
    font-size: 14px;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    line-height: 26px;
}

@media (max-width: 991px) {

    .concept-video-left,
    .concept-video-right {
        display: inline-block;
        float: none;
        margin-top: 12px;
        width: 49.5%;
        text-align: center
    }
}

.concept-video-text {
    margin: 30px 30px 0;
    font-size: 1.4em;
    text-align: center;
    color: #868e96
}

@media (max-width: 991px) {
    .concept-video-text {
        margin: 15px 0 0
    }
}

.wave-after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.wave-white-soil {
    box-shadow: inset 0 -1px 0 0 #faf9f8;
}

.genius .wave-after {
    z-index: 1;
}

.genius-header-content.genius-medium h1 {
    font-size: 30px;
    margin: 0;
    color: #ffffff;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.genius-background.page-section-background.bakground-desert:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.39);
    width: 100%;
    height: 100%;
}

.block-wrap {
    display: table;
    width: 100%;
    background: #fff;
}

.block-half {
    text-align: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    padding: 5.5em 0
}

@media (min-width: 54em) {
    .block-half {
        width: 50% !important;
        display: table-cell !important;
        padding: 8% 0
    }

    .contact .block-half {
        padding: 5%;
    }
}

.block-half.block-text {
    padding: 1em .5em 2em;
    text-align: left;
    background-color: #fff
}

.contact .block-contact {
    background-image: url("../../img/front/contact-address-bg2.jpg");
    text-align: left
}

.contact .block-contact h3 {
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: "Euclid Flex Bold", Arial;
    letter-spacing: 0;
}

.contact .block-contact p {
    color: #fff;
    font-size: 120%
}

@media (min-width: 54em) {
    .contact .block-contact p {
        font-size: 16px;
        line-height: 1.8;
        margin: 0;
    }
}

.contact .block-contact p span {
    color: #33a9df;
}

.contact .block-form {
    background-color: #eaeaeb;
    position: relative
}

.contact .block-form h3 {
    margin-top: 0;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.contact .block-form form br {
    display: none
}

.contact .block-form .btn {
    font-size: 110%;
    margin-top: 1.4em;
    padding: .4em 2em .23em
}

.contact .sect-gmaps {
    position: relative
}

hr.sep-left {
    margin: .7em 0;
    width: 40%;
    display: block;
    border: 1px solid #33a9df;
    clear: both;
}

hr.sep {
    display: block;
    width: 15%;
    margin: 1em auto;
    border: 1px solid #33a9df;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

form#contact-us-form {
    text-align: left;
}

.intl-tel-input .country-list .country {
    padding: 5px 10px;
    margin: 0;
}

ul#gform_fields_1 input {
    height: 45px;
    font-size: 15px;
}

.itinerary-card__properties ul li {
    color: #6b6b6b;
    font-size: 15px;
}

.navigation .page-numbers {
    margin: 0px 2px;
}

.filter-bar .filter-tabs .dropdown.dropWithGlobalSearchbar {
    width: 50%;
}

.filter-bar .filter-tabs .dropdown.dropWithGlobalSearchbar.accDestination {
    width: 25% !important;
}

.filter-bar .filter-tabs .dropdown.dropWithGlobalSearchbar .h_explorContainer.activity_destination {
    margin: 0 !important;
    width: 100%;
    display: block !important;
    padding: 13px 10px !important;
}

.filter-bar .filter-tabs .dropdown.dropWithGlobalSearchbar .h_explorContainer.activity_destination .klook-icon-search {
    top: 23px !important;
    right: 22px;
}

.filter-bar .filter-tabs .dropdown.dropWithGlobalSearchbar .h_explorContainer.activity_destination input::-webkit-input-placeholder {
    color: #9ba2a6;
}

.soundwave-btn,
.mute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    padding: 0;
    border: none;
    z-index: 9999;
}

.speaker {
    height: 30px;
    width: 30px;
    position: absolute;
    overflow: hidden;
    display: inline-block;
    right: 30px;
    bottom: 20px;
    z-index: 99999999;
    opacity: 1;
    color: #fff;
}

.speaker span {
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 11px 0 0 2px;
}

.speaker span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 10px 14px 10px 15px;
    left: -13px;
    top: 5px;
}

.speaker span:before {
    transform: rotate(45deg);
    border-radius: 0 50px 0 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-style: double;
    border-color: #fff;
    border-width: 7px 7px 0 0;
    left: 18px;
    top: 8px;
    transition: all 0.2s ease-out;
}

.speaker:hover span:before {
    transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}

.speaker.mute span:before {
    transform: scale(0.5) translate(-15px, 0) rotate(36deg);
    opacity: 0;
}

.page-hero.pageHeroVideoContainer.page-hero-lg.page-hero-align-center .ci-theme-video-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
    cursor: pointer;
}

.page-hero.pageHeroVideoContainer.page-hero-lg.page-hero-align-center:before {
    display: none;
}

label.error {
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #E34F4F;
    color: #FFFFFF;
    font-weight: 400;
    padding: 0 6px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}


/*intercom CSS start*/
@-webkit-keyframes intercom-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes intercom-notification-animation {
    0% {
        opacity: 0;
        height: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    50% {
        opacity: 0;
        max-height: 120px;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        max-height: 120px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-notification-animation {
    0% {
        opacity: 0;
        height: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    50% {
        opacity: 0;
        max-height: 120px;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        max-height: 120px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-notification-body-animation {

    0%,
    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-notification-body-animation {

    0%,
    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes intercom-positioner-animation-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-positioner-animation-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-positioner-animation-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-positioner-animation-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-positioner-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-positioner-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-positioner-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-positioner-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes video-replay-wiggle {
    50% {
        -webkit-transform: rotate(-66deg);
        transform: rotate(-66deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes video-replay-wiggle {
    50% {
        -webkit-transform: rotate(-66deg);
        transform: rotate(-66deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes intercom-chat-animation {
    0% {
        -webkit-transform: translateY(102px);
        transform: translateY(102px);
        opacity: 0
    }

    20% {
        -webkit-transform: translateY(52px);
        transform: translateY(52px)
    }

    70% {
        -webkit-transform: translateY(52px);
        transform: translateY(52px);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-chat-animation {
    0% {
        -webkit-transform: translateY(102px);
        transform: translateY(102px);
        opacity: 0
    }

    20% {
        -webkit-transform: translateY(52px);
        transform: translateY(52px)
    }

    70% {
        -webkit-transform: translateY(52px);
        transform: translateY(52px);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-chat-card-avatar-animation {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
}

@keyframes intercom-chat-card-avatar-animation {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes intercom-chat-composer-animation {
    0% {
        opacity: 0
    }

    70% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-chat-composer-animation {
    0% {
        opacity: 0
    }

    70% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-messenger-body-view-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-messenger-body-view-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes intercom-messenger-body-view-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes intercom-messenger-body-view-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes intercom-messenger-body-view-slide-left-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@keyframes intercom-messenger-body-view-slide-left-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@-webkit-keyframes intercom-messenger-body-view-slide-right-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
}

@keyframes intercom-messenger-body-view-slide-right-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
}

@-webkit-keyframes intercom-messenger-body-view-slide-left-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-messenger-body-view-slide-left-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-messenger-body-view-slide-right-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-messenger-body-view-slide-right-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-messenger-link-view-appear-active {
    0% {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
        -webkit-box-shadow: 0 -10px 10px 1px transparent;
        box-shadow: 0 -10px 10px 1px transparent
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-messenger-link-view-appear-active {
    0% {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
        -webkit-box-shadow: 0 -10px 10px 1px transparent;
        box-shadow: 0 -10px 10px 1px transparent
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-messenger-link-view-exit-active {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .5
    }

    to {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
        opacity: 0
    }
}

@keyframes intercom-messenger-link-view-exit-active {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: .5
    }

    to {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
        opacity: 0
    }
}

@-webkit-keyframes intercom-messenger-link-view-enter-active {
    0% {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
        -webkit-box-shadow: 0 -10px 10px 1px transparent;
        box-shadow: 0 -10px 10px 1px transparent
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-messenger-link-view-enter-active {
    0% {
        -webkit-transform: translateY(42px);
        transform: translateY(42px);
        -webkit-box-shadow: 0 -10px 10px 1px transparent;
        box-shadow: 0 -10px 10px 1px transparent
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-conversation-summary-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversation-summary-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversation-summary-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversation-summary-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversation-summary-exit-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@keyframes intercom-conversation-summary-exit-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@-webkit-keyframes intercom-conversation-summary-exit-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
}

@keyframes intercom-conversation-summary-exit-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }
}

@-webkit-keyframes intercom-new-conversation-button-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
        transform: translateY(8px) translateX(-50%) scale(.96)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) scale(1);
        transform: translateY(0) translateX(-50%) scale(1)
    }
}

@keyframes intercom-new-conversation-button-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
        transform: translateY(8px) translateX(-50%) scale(.96)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) scale(1);
        transform: translateY(0) translateX(-50%) scale(1)
    }
}

@-webkit-keyframes intercom-new-conversation-button-exit {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) scale(1);
        transform: translateY(0) translateX(-50%) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
        transform: translateY(8px) translateX(-50%) scale(.96)
    }
}

@keyframes intercom-new-conversation-button-exit {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(-50%) scale(1);
        transform: translateY(0) translateX(-50%) scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
        transform: translateY(8px) translateX(-50%) scale(.96)
    }
}

@-webkit-keyframes intercom-conversation-footer-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-conversation-footer-slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-conversation-footer-slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes intercom-conversation-footer-slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@-webkit-keyframes intercom-borderless-animation {

    0%,
    20%,
    70% {
        -webkit-transform: translateY(52px);
        transform: translateY(52px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-borderless-animation {

    0%,
    20%,
    70% {
        -webkit-transform: translateY(52px);
        transform: translateY(52px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-borderless-body-animation {

    0%,
    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-borderless-body-animation {

    0%,
    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes intercom-borderless-avatar-animation {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
}

@keyframes intercom-borderless-avatar-animation {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes intercom-borderless-composer-animation {

    0%,
    70% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-borderless-composer-animation {

    0%,
    70% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes animate-is-typing-avatar {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animate-is-typing-avatar {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animate-is-typing-bubble {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animate-is-typing-bubble {

    0%,
    50% {
        opacity: 0;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes collapse-is-typing-bubble {
    0% {
        opacity: 0;
        height: 53px
    }

    to {
        opacity: 0;
        height: 0
    }
}

@keyframes collapse-is-typing-bubble {
    0% {
        opacity: 0;
        height: 53px
    }

    to {
        opacity: 0;
        height: 0
    }
}

@-webkit-keyframes is-typing-dot {

    0%,
    30%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    15% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@keyframes is-typing-dot {

    0%,
    30%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    15% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
}

@-webkit-keyframes intercom-launcher-frame-appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes intercom-launcher-frame-appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes intercom-launcher-discovery-scale-and-rotate-open-icon {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(.75);
        transform: rotate(0deg) scale(.75)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(30deg) scale(0);
        transform: rotate(30deg) scale(0)
    }
}

@keyframes intercom-launcher-discovery-scale-and-rotate-open-icon {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(.75);
        transform: rotate(0deg) scale(.75)
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(30deg) scale(0);
        transform: rotate(30deg) scale(0)
    }
}

@-webkit-keyframes intercom-launcher-badge-frame-appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes intercom-launcher-badge-frame-appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes intercom-launcher-discovery-show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-launcher-discovery-show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes intercom-launcher-discovery-hide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes intercom-launcher-discovery-hide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes intercom-launcher-discovery-frame-opening {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        width: 70px
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 70px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes intercom-launcher-discovery-frame-opening {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        width: 70px
    }

    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 70px
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes intercom-launcher-discovery-frame-closing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 70px
    }

    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        width: 70px
    }
}

@keyframes intercom-launcher-discovery-frame-closing {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 70px
    }

    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        width: 70px
    }
}

@-webkit-keyframes intercom-home-screen-card-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-home-screen-card-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes intercom-home-screen-card-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-home-screen-card-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-home-screen-card-exit {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }
}

@keyframes intercom-home-screen-card-exit {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px)
    }
}

@-webkit-keyframes intercom-link-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes intercom-link-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes intercom-link-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes intercom-link-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes intercom-home-screen-header-body-appear {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-home-screen-header-body-appear {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-home-screen-header-close-button-appear {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes intercom-home-screen-header-close-button-appear {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes intercom-home-screen-header-body-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-home-screen-header-body-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-home-screen-header-close-button-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-home-screen-header-close-button-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-home-screen-header-body-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes intercom-home-screen-header-body-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes intercom-home-screen-header-close-button-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes intercom-home-screen-header-close-button-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes intercom-conversation-header-body-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversation-header-body-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversation-header-button-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversation-header-button-enter {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversation-header-body-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes intercom-conversation-header-body-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes intercom-conversation-header-button-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes intercom-conversation-header-button-leave {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes intercom-conversations-header-body-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversations-header-body-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversations-header-back-button-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversations-header-back-button-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversations-header-close-button-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversations-header-close-button-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversations-header-body-leave-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes intercom-conversations-header-body-leave-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes intercom-conversations-header-back-button-leave-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes intercom-conversations-header-back-button-leave-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes intercom-conversations-header-close-button-leave-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@keyframes intercom-conversations-header-close-button-leave-left {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@-webkit-keyframes intercom-conversations-header-body-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversations-header-body-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversations-header-back-button-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversations-header-back-button-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversations-header-close-button-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes intercom-conversations-header-close-button-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes intercom-conversations-header-body-leave-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes intercom-conversations-header-body-leave-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes intercom-conversations-header-back-button-leave-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes intercom-conversations-header-back-button-leave-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes intercom-conversations-header-close-button-leave-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes intercom-conversations-header-close-button-leave-right {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.intercom-mobile-messenger-active {
    overflow: visible !important
}

.intercom-mobile-messenger-active>body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
}

.intercom-conversation-body,
.intercom-conversations-body,
.intercom-messenger,
.intercom-scrollable {
    -webkit-overflow-scrolling: touch
}

html.intercom-modal-open {
    overflow: hidden !important
}

.intercom-namespace address,
.intercom-namespace article,
.intercom-namespace aside,
.intercom-namespace blockquote,
.intercom-namespace canvas,
.intercom-namespace center,
.intercom-namespace dd,
.intercom-namespace details,
.intercom-namespace div,
.intercom-namespace div.form,
.intercom-namespace dl,
.intercom-namespace dt,
.intercom-namespace fieldset,
.intercom-namespace figcaption,
.intercom-namespace figure,
.intercom-namespace footer,
.intercom-namespace form,
.intercom-namespace h1,
.intercom-namespace h2,
.intercom-namespace h3,
.intercom-namespace h4,
.intercom-namespace h5,
.intercom-namespace h6,
.intercom-namespace header,
.intercom-namespace hgroup,
.intercom-namespace li,
.intercom-namespace menu,
.intercom-namespace nav,
.intercom-namespace ol,
.intercom-namespace p,
.intercom-namespace pre,
.intercom-namespace section,
.intercom-namespace summary,
.intercom-namespace ul {
    font-style: normal;
    font-weight: 400;
    cursor: auto
}

.intercom-namespace abbr,
.intercom-namespace acronym,
.intercom-namespace applet,
.intercom-namespace audio,
.intercom-namespace big,
.intercom-namespace caption,
.intercom-namespace cite,
.intercom-namespace code,
.intercom-namespace del,
.intercom-namespace dfn,
.intercom-namespace iframe,
.intercom-namespace img,
.intercom-namespace input[type],
.intercom-namespace ins,
.intercom-namespace kbd,
.intercom-namespace label,
.intercom-namespace legend,
.intercom-namespace mark,
.intercom-namespace object,
.intercom-namespace q,
.intercom-namespace s,
.intercom-namespace samp,
.intercom-namespace small,
.intercom-namespace span,
.intercom-namespace strike,
.intercom-namespace sub,
.intercom-namespace sup,
.intercom-namespace table,
.intercom-namespace tbody,
.intercom-namespace td,
.intercom-namespace tfoot,
.intercom-namespace th,
.intercom-namespace thead,
.intercom-namespace time,
.intercom-namespace tr,
.intercom-namespace tt,
.intercom-namespace u,
.intercom-namespace var,
.intercom-namespace video {
    font-style: normal;
    font-weight: 400;
    cursor: auto;
    display: inline
}

.intercom-namespace a,
.intercom-namespace button,
.intercom-namespace textarea {
    font-style: normal;
    font-weight: 400;
    display: inline
}

.intercom-namespace a,
.intercom-namespace abbr,
.intercom-namespace acronym,
.intercom-namespace address,
.intercom-namespace applet,
.intercom-namespace article,
.intercom-namespace aside,
.intercom-namespace audio,
.intercom-namespace b,
.intercom-namespace big,
.intercom-namespace blockquote,
.intercom-namespace button,
.intercom-namespace canvas,
.intercom-namespace caption,
.intercom-namespace center,
.intercom-namespace cite,
.intercom-namespace code,
.intercom-namespace dd,
.intercom-namespace del,
.intercom-namespace details,
.intercom-namespace dfn,
.intercom-namespace div.form,
.intercom-namespace dl,
.intercom-namespace dt,
.intercom-namespace em,
.intercom-namespace fieldset,
.intercom-namespace figcaption,
.intercom-namespace figure,
.intercom-namespace footer,
.intercom-namespace form,
.intercom-namespace h1,
.intercom-namespace h2,
.intercom-namespace h3,
.intercom-namespace h4,
.intercom-namespace h5,
.intercom-namespace h6,
.intercom-namespace header,
.intercom-namespace hgroup,
.intercom-namespace i,
.intercom-namespace iframe,
.intercom-namespace img,
.intercom-namespace input,
.intercom-namespace input[type],
.intercom-namespace ins,
.intercom-namespace kbd,
.intercom-namespace label,
.intercom-namespace legend,
.intercom-namespace li,
.intercom-namespace mark,
.intercom-namespace menu,
.intercom-namespace nav,
.intercom-namespace object,
.intercom-namespace ol,
.intercom-namespace p,
.intercom-namespace pre,
.intercom-namespace q,
.intercom-namespace s,
.intercom-namespace samp,
.intercom-namespace section,
.intercom-namespace small,
.intercom-namespace span,
.intercom-namespace strike,
.intercom-namespace strong,
.intercom-namespace sub,
.intercom-namespace summary,
.intercom-namespace sup,
.intercom-namespace table,
.intercom-namespace tbody,
.intercom-namespace td,
.intercom-namespace textarea,
.intercom-namespace tfoot,
.intercom-namespace th,
.intercom-namespace thead,
.intercom-namespace time,
.intercom-namespace tr,
.intercom-namespace tt,
.intercom-namespace u,
.intercom-namespace ul,
.intercom-namespace var,
.intercom-namespace video {
    font-size-adjust: none;
    font-size: 100%;
    letter-spacing: normal;
    font-stretch: normal;
    font-variant: normal;
    font: 100% "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    text-align: left;
    text-align-last: initial;
    text-decoration: none;
    -webkit-text-emphasis: none;
    text-emphasis: none;
    text-height: auto;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    alignment-adjust: auto;
    alignment-baseline: baseline;
    -webkit-animation: none 0 ease 0 1 normal;
    animation: none 0 ease 0 1 normal;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    azimuth: center;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: 0 0 auto padding-box;
    background-color: transparent;
    background-image: none;
    baseline-shift: baseline;
    binding: none;
    bleed: 6pt;
    bookmark-label: content();
    bookmark-level: none;
    bookmark-state: open;
    bookmark-target: none;
    border: 0 transparent;
    border-radius: 0;
    bottom: auto;
    box-align: stretch;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
    box-direction: normal;
    box-flex: 0;
    box-flex-group: 1;
    box-lines: single;
    box-ordinal-group: 1;
    box-orient: inline-axis;
    box-pack: start;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-column-break-after: auto;
    break-after: auto;
    -webkit-column-break-before: auto;
    break-before: auto;
    -webkit-column-break-inside: auto;
    break-inside: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    color-profile: auto;
    -webkit-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium medium #1f1f1f;
    column-rule: medium medium #1f1f1f;
    -webkit-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    column-width: auto;
    -webkit-columns: auto auto;
    columns: auto auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    crop: auto;
    direction: ltr;
    dominant-baseline: auto;
    drop-initial-after-adjust: text-after-edge;
    drop-initial-after-align: baseline;
    drop-initial-before-adjust: text-before-edge;
    drop-initial-before-align: caps-height;
    drop-initial-size: auto;
    drop-initial-value: initial;
    elevation: level;
    empty-cells: show;
    fit: fill;
    fit-position: 0% 0%;
    float: none;
    float-offset: 0 0;
    grid-columns: none;
    grid-rows: none;
    hanging-punctuation: none;
    height: auto;
    hyphenate-after: auto;
    hyphenate-before: auto;
    hyphenate-character: auto;
    hyphenate-lines: no-limit;
    hyphenate-resource: none;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    icon: auto;
    image-orientation: auto;
    image-rendering: auto;
    image-resolution: normal;
    inline-box-align: last;
    left: auto;
    line-height: inherit;
    line-stacking: inline-line-height exclude-ruby consider-shifts;
    list-style: disc outside none;
    margin: 0;
    marks: none;
    marquee-direction: forward;
    marquee-loop: 1;
    marquee-play-count: 1;
    marquee-speed: normal;
    marquee-style: scroll;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    move-to: normal;
    nav-down: auto;
    nav-index: auto;
    nav-left: auto;
    nav-right: auto;
    nav-up: auto;
    opacity: 1;
    orphans: 2;
    outline: invert medium;
    outline-offset: 0;
    overflow: visible;
    overflow-style: auto;
    padding: 0;
    page: auto;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    page-policy: start;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    presentation-level: 0;
    punctuation-trim: none;
    quotes: none;
    rendering-intent: auto;
    resize: none;
    right: auto;
    rotation: 0;
    rotation-point: 50% 50%;
    ruby-align: auto;
    ruby-overhang: none;
    ruby-position: before;
    ruby-span: none;
    size: auto;
    string-set: none;
    table-layout: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all 0 ease 0;
    transition: all 0 ease 0;
    unicode-bidi: normal;
    vertical-align: baseline;
    white-space: normal;
    white-space-collapse: collapse;
    widows: 2;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: auto;
    text-align: start;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.intercom-namespace em,
.intercom-namespace i {
    font-weight: 400;
    cursor: auto;
    display: inline;
    font-style: italic
}

.intercom-namespace b,
.intercom-namespace input,
.intercom-namespace strong {
    font-style: normal
}

.intercom-namespace b,
.intercom-namespace strong {
    cursor: auto;
    display: inline;
    font-weight: 700
}

.intercom-namespace input {
    font-weight: 400
}

.intercom-namespace address,
.intercom-namespace article,
.intercom-namespace aside,
.intercom-namespace blockquote,
.intercom-namespace canvas,
.intercom-namespace center,
.intercom-namespace dd,
.intercom-namespace details,
.intercom-namespace dir,
.intercom-namespace div.form,
.intercom-namespace dl,
.intercom-namespace dt,
.intercom-namespace fieldset,
.intercom-namespace figcaption,
.intercom-namespace figure,
.intercom-namespace footer,
.intercom-namespace form,
.intercom-namespace frame,
.intercom-namespace frameset,
.intercom-namespace h1,
.intercom-namespace h2,
.intercom-namespace h3,
.intercom-namespace h4,
.intercom-namespace h5,
.intercom-namespace h6,
.intercom-namespace header,
.intercom-namespace hgroup,
.intercom-namespace hr,
.intercom-namespace menu,
.intercom-namespace nav,
.intercom-namespace noframes,
.intercom-namespace ol,
.intercom-namespace p,
.intercom-namespace pre,
.intercom-namespace section,
.intercom-namespace summary,
.intercom-namespace ul {
    display: block
}

.intercom-namespace li {
    display: list-item
}

.intercom-namespace table {
    display: table
}

.intercom-namespace tr {
    display: table-row
}

.intercom-namespace thead {
    display: table-header-group
}

.intercom-namespace tbody {
    display: table-row-group
}

.intercom-namespace tfoot {
    display: table-footer-group
}

.intercom-namespace col {
    display: table-column
}

.intercom-namespace colgroup {
    display: table-column-group
}

.intercom-namespace td,
.intercom-namespace th {
    display: table-cell
}

.intercom-namespace caption {
    display: table-caption
}

.intercom-namespace input,
.intercom-namespace select {
    display: inline-block
}

.intercom-namespace b>em,
.intercom-namespace b>i,
.intercom-namespace em>b,
.intercom-namespace em>strong,
.intercom-namespace i>b,
.intercom-namespace i>strong,
.intercom-namespace strong>em,
.intercom-namespace strong>i {
    font-weight: 700;
    font-style: italic
}

.intercom-namespace input,
.intercom-namespace textarea {
    cursor: text
}

.intercom-namespace input::selection,
.intercom-namespace textarea::selection {
    background-color: #b3d4fc
}

.intercom-namespace input::-webkit-input-placeholder,
.intercom-namespace textarea::-webkit-input-placeholder {
    font-size-adjust: none;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-variant: normal;
    font-weight: 400;
    font: 100% "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    text-align: left;
    text-align-last: initial;
    text-decoration: none;
    -webkit-text-emphasis: none;
    text-emphasis: none;
    text-height: auto;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    background-color: inherit;
    color: inherit
}

.intercom-namespace input::-moz-placeholder,
.intercom-namespace textarea::-moz-placeholder {
    font-size-adjust: none;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-variant: normal;
    font-weight: 400;
    font: 100% "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    text-align: left;
    text-align-last: initial;
    text-decoration: none;
    text-emphasis: none;
    text-height: auto;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    background-color: inherit;
    color: inherit
}

.intercom-namespace input:-ms-input-placeholder,
.intercom-namespace textarea:-ms-input-placeholder {
    font-size-adjust: none;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-variant: normal;
    font-weight: 400;
    font: 100% "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    text-align: left;
    text-align-last: initial;
    text-decoration: none;
    text-emphasis: none;
    text-height: auto;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    background-color: inherit;
    color: inherit
}

.intercom-namespace input[type=checkbox],
.intercom-namespace input[type=radio] {
    cursor: default
}

.intercom-namespace a *,
.intercom-namespace a span,
.intercom-namespace button,
.intercom-namespace button *,
.intercom-namespace button span,
.intercom-namespace input[type=reset],
.intercom-namespace input[type=submit] {
    cursor: pointer
}

.intercom-namespace :focus {
    outline: 0
}

.intercom-namespace a:active,
.intercom-namespace a:hover,
.intercom-namespace a:link,
.intercom-namespace a:visited {
    color: inherit;
    background: 0 0;
    text-shadow: none
}

.intercom-namespace button::-moz-focus-inner {
    border: 0;
    padding: 0
}

#intercom-container-body {
    overflow: hidden
}

body>.intercom-container {
    position: fixed
}

.intercom-namespace .intercom-validating-input textarea {
    width: 100%;
    height: 40px;
    padding: 11px 40px 11px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .07);
    border: 1px solid #e1e1e1;
    color: #000;
    border-radius: 4px;
    background: #fafafa;
    -webkit-appearance: none;
}

@media print {
    #intercom-container {
        display: none
    }
}

.intercom-namespace {
    line-height: 1
}

.intercom-namespace .intercom-anchor,
.intercom-namespace a,
.intercom-namespace a:visited {
    color: rgb(51, 51, 51);
    cursor: pointer
}

.intercom-namespace .intercom-anchor:hover,
.intercom-namespace a:hover,
.intercom-namespace a:visited:hover {
    color: rgb(77, 77, 77)
}

.intercom-namespace .intercom-anchor:active,
.intercom-namespace a:active,
.intercom-namespace a:visited:active {
    color: rgb(102, 102, 102)
}

.intercom-namespace .intercom-visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px)
}

.intercom-namespace .intercom-scrollable {
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.intercom-namespace .intercom-loading-spinner-wrapper .intercom-loading-spinner {
    border-top: 2px solid rgb(51, 51, 51);
    border-right: 2px solid rgba(51, 51, 51, 0.3);
    border-bottom: 2px solid rgba(51, 51, 51, 0.3);
    border-left: 2px solid rgba(51, 51, 51, 0.3)
}

.intercom-namespace .intercom-loading-spinner-wrapper .intercom-loading-spinner-white {
    border-top: 2px solid #fff;
    border-right: 2px solid rgba(255, 255, 255, .3);
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    border-left: 2px solid rgba(255, 255, 255, .3)
}

.intercom-namespace .intercom-loading-spinner-wrapper .intercom-loading-spinner-grey {
    border-top: 2px solid #737376;
    border-right: 2px solid rgba(115, 115, 118, .3);
    border-bottom: 2px solid rgba(115, 115, 118, .3);
    border-left: 2px solid rgba(115, 115, 118, .3)
}

.intercom-namespace .intercom-loading-spinner-wrapper .intercom-loading-spinner-black {
    border-top: 2px solid #000;
    border-right: 2px solid rgba(0, 0, 0, .3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
    border-left: 2px solid rgba(0, 0, 0, .3)
}

.intercom-namespace .intercom-loading-spinner-wrapper .intercom-loading-spinner {
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    -webkit-animation: intercom-spin .6s infinite linear;
    animation: intercom-spin .6s infinite linear
}

.intercom-namespace .intercom-loading-spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.intercom-namespace .intercom-loading-spinner-wrapper .intercom-loading-spinner-regular {
    border-width: 1px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-author-avatar .intercom-avatar img,
.intercom-namespace .intercom-link-card-container .intercom-link-card-author-avatar .intercom-avatar img,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-author-avatar .intercom-avatar img,
.intercom-namespace .intercom-loading-spinner-wrapper .intercom-loading-spinner-small {
    width: 16px;
    height: 16px
}

.intercom-namespace .intercom-app-hidden {
    opacity: 0;
    pointer-events: none
}

.intercom-namespace .intercom-avatar {
    margin: 0 auto;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.intercom-namespace .intercom-avatar img {
    border-radius: 50%
}

.intercom-namespace .intercom-avatar-initial {
    text-transform: uppercase;
    background-color: #000000;
    color: #fff;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-user-avatar-initial {
    background-color: #f5f5f5;
    color: #94abb6
}

.intercom-namespace .intercom-admin-avatar-stack {
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.intercom-namespace .intercom-admin-avatar-stack-avatar {
    padding: 0;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 56px;
    flex: 1 1 56px;
    margin-left: -2px
}

.intercom-namespace .intercom-admin-avatar-stack-avatar .intercom-avatar {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 26px;
    border: 2px solid #fff
}

.intercom-namespace .intercom-admin-avatar-stack-avatar .intercom-avatar img {
    width: 52px;
    height: 52px
}

.intercom-namespace .intercom-admin-avatar-stack-avatar+.intercom-admin-avatar-stack-avatar {
    margin-left: -8px
}

.intercom-namespace .intercom-active-state,
.intercom-namespace .intercom-away-state {
    width: 8px;
    height: 8px;
    border: 2px solid #333333;
    margin: 0 auto;
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
    right: 3px;
    bottom: 3px;
    position: absolute
}

.intercom-namespace .intercom-active-state {
    background-color: #7ed321
}

.intercom-namespace .intercom-away-state {
    background-color: #f1c743
}

.intercom-namespace .intercom-admin-profile-compact .intercom-active-state,
.intercom-namespace .intercom-admin-profile-compact .intercom-away-state {
    width: 6px;
    height: 6px;
    right: 8px;
    bottom: 2px
}

.intercom-namespace .intercom-team-profile-compact-avatar-container .intercom-active-state,
.intercom-namespace .intercom-team-profile-compact-avatar-container .intercom-away-state {
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-team-avatar-container {
    width: 35px;
    height: 35px;
    position: relative;
    float: left
}

.intercom-namespace .intercom-team-avatar {
    border-radius: 50%;
    position: absolute;
    border: 2px solid #fff;
    background-color: #000000;
    color: #fff;
    text-align: center;
    font-size: 17.5px;
    font-weight: 700
}

.intercom-namespace .intercom-team-avatar-small {
    width: 20px;
    height: 20px;
    line-height: 20px
}

.intercom-namespace .intercom-team-avatar-large {
    width: 100%;
    height: 100%;
    line-height: 35px
}

.intercom-namespace .intercom-first-of-two-admins {
    top: 9px;
    left: -2px;
    z-index: 1
}

.intercom-namespace .intercom-second-of-two-admins {
    top: 9px;
    right: -2px;
    z-index: 2
}

.intercom-namespace .intercom-first-of-three-admins {
    top: -1;
    left: 6px;
    z-index: 2
}

.intercom-namespace .intercom-second-of-three-admins {
    top: 15px;
    right: 14px;
    z-index: 3
}

.intercom-namespace .intercom-third-of-three-admins {
    top: 15px;
    left: 14px;
    z-index: 1
}

.intercom-namespace .intercom-booting-error {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.intercom-namespace .intercom-booting-error-header {
    font-size: 18px;
    text-align: center;
    padding-bottom: 6px
}

.intercom-namespace .intercom-booting-error-message {
    font-size: 16px;
    text-align: center;
    color: #737376
}

.intercom-namespace .intercom-booting-retry-button-container {
    text-align: center
}

.intercom-namespace .intercom-booting-retry-button {
    font-size: 16px;
    background-color: #333333;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 4px
}

.intercom-namespace .intercom-loadable-booting {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-loadable-booting .intercom-booting {
    width: 100%
}

.intercom-namespace .intercom-messenger,
.intercom-namespace .intercom-messenger-sheet {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.intercom-namespace .intercom-messenger {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* position:absolute */
}

.intercom-namespace .intercom-messenger-sheet {
    z-index: 2147483003;
    background-color: #fff;
    position: fixed
}

.intercom-namespace .intercom-messenger-sheet-form {
    display: none
}

.intercom-namespace .intercom-messenger-sheet-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    height: 75px;
    color: rgb(255, 255, 255);
    background-color: #333333;
    font-size: 20px;
    position: relative
}

.intercom-namespace .intercom-messenger-sheet-header-title {
    width: 100%;
    text-align: center
}

.intercom-namespace .intercom-messenger-sheet-header-buttons-close-button {
    z-index: 2147483003;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background-position: center;
    margin: 12.5px 11px 12.5px 12.5px;
    cursor: pointer
}

.intercom-namespace .intercom-messenger-sheet-header-buttons-close-button * {
    cursor: pointer
}

.intercom-namespace .intercom-messenger-sheet-header-buttons-close-button-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.intercom-namespace .intercom-messenger-sheet-header-buttons-close-button-body:hover {
    background-color: rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-messenger-sheet-proxy {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.intercom-namespace .intercom-messenger-sheet-proxy-frame {
    position: absolute;
    width: 100%;
    height: 100%
}

@media only screen and (max-device-width: 667px) {
    .intercom-namespace .intercom-messenger-sheet-proxy {
        overflow-y: scroll
    }
}

.intercom-namespace .intercom-progress-bar {
    z-index: 2147483005;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #333333
}

.intercom-namespace .intercom-notifications {
    position: fixed;
    bottom: 5px;
    right: 5px
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-notifications {
    bottom: calc(20px + 80px)
}

.intercom-namespace .intercom-notifications-dismiss-button {
    background-color: #5d6c80;
    color: #fff;
    font-size: 13px;
    float: right;
    padding: 8px 20px;
    opacity: 0;
    border-radius: 100px
}

.intercom-namespace .intercom-notifications:hover .intercom-notifications-dismiss-button {
    opacity: .8
}

.intercom-namespace .intercom-notifications:hover .intercom-notifications-dismiss-button:hover {
    opacity: .9
}

.intercom-namespace .intercom-notifications-dismiss-button-visible {
    opacity: 1
}

.intercom-namespace .intercom-notifications-dismiss-button-icon {
    background-image: url(https://js.intercomcdn.com/images/dismiss.249568e7.png);
    background-size: 8px 8px;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-notifications-dismiss-button-icon {
        background-image: url(https://js.intercomcdn.com/images/dismiss@2x.1c82ba79.png)
    }
}

.intercom-namespace .intercom-notification {
    padding-top: 10px;
    max-height: 120px;
    -webkit-animation: intercom-notification-animation 250ms ease;
    animation: intercom-notification-animation 250ms ease;
    clear: both
}

.intercom-namespace .intercom-authored-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    width: 100%
}

.intercom-namespace .intercom-authored-container-top {
    padding: 24px 24px 16px;
    white-space: nowrap
}

.intercom-namespace .intercom-authored-container-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.intercom-namespace .intercom-authored-container-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-authored-container-avatar .intercom-avatar img {
    width: 32px;
    height: 32px
}

.intercom-namespace .intercom-author-summary {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #737376;
    line-height: 1.2;
    padding-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 32px - 8px)
}

.intercom-namespace .intercom-author-summary span {
    white-space: nowrap
}

.intercom-namespace .intercom-note .intercom-author-summary,
.intercom-namespace .intercom-pointer .intercom-author-summary {
    width: calc(100% - 32px - 8px - 36px)
}

.intercom-namespace .intercom-chat .intercom-author-summary,
.intercom-namespace .intercom-chat-snippet .intercom-author-summary {
    width: 100%
}

.intercom-namespace .intercom-author-summary-name {
    font-weight: 700;
    color: #686868
}

.intercom-namespace .intercom-author-summary-name-from {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-author-summary-from-clause {
    color: #737376
}

.intercom-namespace .intercom-author-last-active {
    color: #737376;
    opacity: .7
}

.intercom-namespace .intercom-align-center {
    text-align: center
}

.intercom-namespace .intercom-post-container {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.intercom-namespace .intercom-post {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14);
    font-size: 14px;
    color: #000;
    overflow: hidden
}

.intercom-namespace .intercom-post .intercom-authored-container {
    height: 100%
}

.intercom-namespace .intercom-post-scrolled .intercom-authored-container-top {
    position: relative;
    z-index: 2147483003;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3)
}

.intercom-namespace .intercom-post-close {
    position: absolute;
    z-index: 2147483003;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px
}

.intercom-namespace .intercom-post-close,
.intercom-namespace .intercom-post-close:hover {
    background-position: center;
    background-image: url(https://js.intercomcdn.com/images/close.1359f860.png);
    background-size: 12px 12px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-post-close,
    .intercom-namespace .intercom-post-close:hover {
        background-image: url(https://js.intercomcdn.com/images/close@2x.570e24e7.png)
    }
}

.intercom-namespace .intercom-post-footer {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.intercom-namespace .intercom-post-footer-visible {
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity .16s, bottom .28s;
    transition: opacity .16s, bottom .28s;
    visibility: visible
}

.intercom-namespace .intercom-post-body {
    height: calc(100% - 72px)
}

.intercom-namespace .intercom-chat-card-body a,
.intercom-namespace .intercom-note-body a,
.intercom-namespace .intercom-note-card-body a,
.intercom-namespace .intercom-post-body a,
.intercom-namespace .intercom-post-card-body a {
    color: rgb(51, 51, 51)
}

.intercom-namespace .intercom-post-composer {
    border-top: 1px solid #d2d7db;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 38px;
    border-radius: 0 0 8px 8px;
    color: #737376;
    font-size: 14px;
    line-height: 26px;
    cursor: text
}

.intercom-namespace .intercom-composer-placeholder {
    display: inline-block
}

.intercom-namespace .intercom-post-body .intercom-block-messenger-card {
    width: 320px;
    margin: 16px auto
}

.intercom-namespace .intercom-post-body .intercom-messenger-card-wrapper {
    -webkit-box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    border: 1px solid #eee;
    border-top: none
}

.intercom-namespace .intercom-post-footer-text-center {
    text-align: center;
    background: #fff
}

.intercom-namespace .intercom-note-frame {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 342px;
    z-index: 2147483001;
    -webkit-box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14)
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-note-frame {
    bottom: calc(20px + 80px)
}

.intercom-namespace .intercom-app-left-aligned .intercom-note-frame {
    left: 20px;
    right: auto
}

.intercom-namespace .intercom-note {
    z-index: 2147483001;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 342px;
    background: #fff;
    border-radius: 7px;
    font-size: 13px;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    color: #000;
    overflow: hidden
}

.intercom-namespace .intercom-note-scrolled .intercom-authored-container-top {
    position: relative;
    z-index: 2147483003;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3)
}

.intercom-namespace .intercom-note-body>.intercom-scrollable {
    max-height: 320px;
    border-radius: 0 0 8px 8px
}

.intercom-namespace .intercom-note-close {
    position: absolute;
    z-index: 2147483003;
    top: 0;
    right: 0;
    width: 72px;
    height: 72px
}

.intercom-namespace .intercom-note-close,
.intercom-namespace .intercom-note-close:hover {
    background-position: center;
    background-image: url(https://js.intercomcdn.com/images/close.1359f860.png);
    background-size: 12px 12px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-note-close,
    .intercom-namespace .intercom-note-close:hover {
        background-image: url(https://js.intercomcdn.com/images/close@2x.570e24e7.png)
    }
}

.intercom-namespace .intercom-note-footer {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.intercom-namespace .intercom-note-footer-visible {
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity .16s, bottom .28s;
    transition: opacity .16s, bottom .28s;
    visibility: visible
}

.intercom-namespace .intercom-note-composer {
    border-top: 1px solid #d2d7db;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 25px;
    color: #737376;
    font-size: 14px;
    line-height: 26px;
    cursor: text
}

.intercom-namespace .intercom-note-composer span,
.intercom-namespace .intercom-post-composer span {
    cursor: text
}

.intercom-namespace .intercom-note-body .intercom-block-messenger-card {
    width: 280px;
    margin: 16px auto
}

.intercom-namespace .intercom-note-body .intercom-messenger-card-wrapper {
    -webkit-box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    border: 1px solid #eee;
    border-top: none
}

.intercom-namespace .intercom-note-footer-text-center {
    text-align: center;
    background: #fff
}

.intercom-namespace .intercom-note-reply-to-body .intercom-scrollable .intercom-blocks {
    padding-bottom: 30px
}

.intercom-namespace .intercom-story-container {
    z-index: 2147483001;
    font-size: 13px;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    color: #000;
    position: relative
}

.intercom-namespace .intercom-story-container-standalone {
    position: fixed;
    bottom: 20px;
    right: 20px
}

.intercom-namespace .intercom-story-container-standalone .intercom-story {
    margin-top: 54px
}

.intercom-namespace .intercom-story-container-standalone.intercom-story-container-expanded .intercom-story {
    margin-top: 42px
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-story-container {
    bottom: calc(20px + 80px)
}

.intercom-namespace .intercom-story-overlay {
    position: absolute;
    width: 100%;
    z-index: 2147483001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.intercom-namespace .intercom-story {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .14), 0 1px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .14), 0 1px 6px rgba(0, 0, 0, .06);
    border-radius: 5px;
    -webkit-transition: width 200ms ease, height 200ms ease, margin 200ms, -webkit-transform 150ms ease;
    transition: transform 150ms ease, width 200ms ease, height 200ms ease, margin 200ms;
    transition: transform 150ms ease, width 200ms ease, height 200ms ease, margin 200ms, -webkit-transform 150ms ease;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    width: 340px;
    height: 255px
}

.intercom-namespace .intercom-story-container-loaded:hover .intercom-story-dismiss-button {
    opacity: 1
}

.intercom-namespace .intercom-composer-story-wrapper .intercom-chat-composer {
    margin-top: 10px
}

.intercom-namespace .intercom-video-composer-enter .intercom-chat-composer {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0
}

.intercom-namespace .intercom-video-composer-enter .intercom-composer-buttons,
.intercom-namespace .intercom-video-composer-enter .intercom-composer-placeholder {
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

.intercom-namespace .intercom-video-composer-enter-active .intercom-chat-composer {
    opacity: 1;
    height: 52px;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-transition-property: height, opacity, padding, margin;
    transition-property: height, opacity, padding, margin;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    margin-top: 10px
}

.intercom-namespace .intercom-chat-dismiss-button span:hover,
.intercom-namespace .intercom-story-dismiss-button span:hover,
.intercom-namespace .intercom-video-composer-enter-active .intercom-composer-buttons,
.intercom-namespace .intercom-video-composer-enter-active .intercom-composer-placeholder {
    opacity: 1
}

.intercom-namespace .intercom-story-dismiss-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease
}

.intercom-namespace .intercom-story-dismiss-button span {
    display: block;
    background-color: #5d6c80;
    opacity: .8;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    border-radius: 16px;
    cursor: pointer;
    background-position: center;
    background-image: url(https://js.intercomcdn.com/images/dismiss.249568e7.png);
    background-size: 8px 8px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-story-dismiss-button span {
        background-image: url(https://js.intercomcdn.com/images/dismiss@2x.1c82ba79.png)
    }
}

.intercom-namespace .intercom-chat {
    z-index: 2147483000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 240px;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif
}

.intercom-namespace .intercom-app-left-aligned .intercom-chat {
    left: 20px;
    right: auto
}

.intercom-namespace .intercom-app-left-aligned .intercom-chat .intercom-chat-card-with-avatar {
    margin-left: 55px !important
}

.intercom-namespace .intercom-app-left-aligned .intercom-chat .intercom-chat-card-with-avatar .intercom-chat-card-avatar,
.intercom-namespace .intercom-app-left-aligned .intercom-chat .intercom-chat-card-with-avatar .intercom-comment-container-admin-borderless-avatar {
    left: -50px !important
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-chat {
    bottom: calc(20px + 80px)
}

.intercom-namespace .intercom-chat-card,
.intercom-namespace .intercom-chat-card-borderless-single {
    position: relative;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.intercom-namespace .intercom-chat-card {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    padding-bottom: 15px
}

.intercom-namespace .intercom-chat-card .intercom-block-attachment-list {
    padding: 0 20px
}

.intercom-namespace .intercom-chat-card-scrolled .intercom-chat-card-author {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 3px 2px -1px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 2px -1px rgba(0, 0, 0, .3)
}

.intercom-namespace .intercom-chat-card-borderless {
    padding-top: 15px;
    clear: both
}

.intercom-namespace .intercom-chat-card-borderless-single {
    -webkit-box-shadow: none;
    box-shadow: none
}

.intercom-namespace .intercom-chat-card-borderless-single .intercom-image {
    background: #fff
}

.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-image img {
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    vertical-align: bottom
}

.intercom-namespace .intercom-chat-card-with-avatar {
    border-bottom-left-radius: 0
}

.intercom-namespace .intercom-chat-card-avatar {
    position: absolute;
    bottom: 0;
    left: -40px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-radius: 100%
}

.intercom-namespace .intercom-chat-card-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-admin-profile-conversation-participant .intercom-avatar img,
.intercom-namespace .intercom-chat-card-avatar .intercom-avatar img,
.intercom-namespace .intercom-chat-snippet-avatar .intercom-avatar img,
.intercom-namespace .intercom-conversation-rating-card-admin-avatar .intercom-avatar img,
.intercom-namespace .intercom-conversation-summary-avatar .intercom-avatar img {
    width: 32px;
    height: 32px
}

.intercom-namespace .intercom-chat-card-avatar-team {
    -webkit-box-shadow: none;
    box-shadow: none
}

.intercom-namespace .intercom-chat-card-author {
    font-size: 10px;
    color: rgba(115, 115, 118, .7);
    padding: 0 20px 10px
}

.intercom-namespace .intercom-chat-card-body>.intercom-scrollable {
    padding: 0 20px;
    max-height: 300px
}

.intercom-namespace .intercom-chat-card-body-scrollable>.intercom-scrollable {
    padding-bottom: 10px
}

.intercom-namespace .intercom-chat-card-body-scrollable:after {
    position: absolute;
    content: ' ';
    bottom: 15px;
    left: 0;
    right: 0;
    height: 15px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 15px);
    border-radius: 0 0 8px 8px
}

.intercom-namespace .intercom-chat-card-body-scrollable-borderless>.intercom-scrollable {
    max-height: 100%
}

.intercom-namespace .intercom-chat-composer {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 20px;
    margin-top: 5px;
    width: 100%;
    height: 52px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    color: #737376;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16)
}

.intercom-namespace .intercom-chat-composer .intercom-composer-placeholder {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
    line-height: 18px
}

.intercom-namespace .intercom-chat-composer .intercom-composer-buttons {
    right: 18px
}

.intercom-namespace .intercom-chat-composer .intercom-composer-emoji-button:before,
.intercom-namespace .intercom-chat-composer .intercom-composer-upload-button:before {
    top: 18px
}

.intercom-namespace .intercom-chat-dismiss-button {
    position: absolute;
    bottom: 100%;
    padding-bottom: 15px;
    right: 0;
    display: none
}

.intercom-namespace .intercom-chat-dismiss-button span {
    background-color: #5d6c80;
    opacity: .8;
    color: #fff;
    font-size: 13px;
    padding: 8px 35px 8px 20px;
    border-radius: 100px;
    cursor: pointer;
    background-position: calc(100% - 19px) center;
    background-image: url(https://js.intercomcdn.com/images/dismiss.249568e7.png);
    background-size: 8px 8px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-chat-dismiss-button span {
        background-image: url(https://js.intercomcdn.com/images/dismiss@2x.1c82ba79.png)
    }
}

.intercom-namespace .intercom-chat:hover .intercom-chat-dismiss-button {
    display: block
}

.intercom-namespace .intercom-chat-dismiss-button-mobile {
    opacity: 1;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 12px;
    height: 12px;
    padding: 10px;
    background-position: center;
    background-image: url(https://js.intercomcdn.com/images/close.1359f860.png);
    background-size: 12px 12px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-chat-dismiss-button-mobile {
        background-image: url(https://js.intercomcdn.com/images/close@2x.570e24e7.png)
    }
}

.intercom-namespace .intercom-chat-dismiss-button-mobile span {
    display: none
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-pointer-close,
    .intercom-namespace .intercom-pointer-close:hover {
        background-image: url(https://js.intercomcdn.com/images/close@2x.570e24e7.png)
    }
}

.intercom-namespace .intercom-positioner-wrapper {
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    z-index: 2147483001
}

.intercom-namespace .intercom-positioner-arrow-wrapper {
    position: absolute
}

.intercom-namespace .intercom-positioner-arrow-frame {
    height: 38px;
    width: 38px
}

.intercom-namespace .intercom-positioner-arrow {
    width: 13px;
    height: 25px;
    position: relative;
    overflow: hidden
}

.intercom-namespace .intercom-positioner-arrow:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px
}

.intercom-namespace .intercom-positioner-wrapper[x-placement] {
    padding: 15px
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=top] .intercom-positioner-arrow-wrapper {
    bottom: -13.5px
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=top] .intercom-positioner-animation-wrapper {
    -webkit-animation: intercom-positioner-animation-top 300ms ease;
    animation: intercom-positioner-animation-top 300ms ease
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=right] .intercom-positioner-arrow-wrapper {
    left: -5.5px
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=right] .intercom-positioner-animation-wrapper {
    -webkit-animation: intercom-positioner-animation-right 300ms ease;
    animation: intercom-positioner-animation-right 300ms ease
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=bottom] .intercom-positioner-arrow-wrapper {
    top: -5.5px
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=bottom] .intercom-positioner-animation-wrapper {
    -webkit-animation: intercom-positioner-animation-bottom 300ms ease;
    animation: intercom-positioner-animation-bottom 300ms ease
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=left] .intercom-positioner-arrow-wrapper {
    right: -14px
}

.intercom-namespace .intercom-positioner-wrapper[x-placement^=left] .intercom-positioner-animation-wrapper {
    -webkit-animation: intercom-positioner-animation-left 300ms ease;
    animation: intercom-positioner-animation-left 300ms ease
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=top] {
    height: 13px;
    width: 25px
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=top]:after {
    top: -12px;
    left: 2px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .08)
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=right] {
    height: 25px;
    width: 13px
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=right]:after {
    -webkit-box-shadow: 1px -1px 1px 2px rgba(0, 0, 0, .08);
    box-shadow: 1px -1px 1px 2px rgba(0, 0, 0, .08);
    right: -12.5px
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=bottom] {
    height: 13px;
    width: 25px
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=bottom]:after {
    top: 4.5px;
    left: 2px;
    -webkit-box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, .08);
    box-shadow: -1px -1px 1px 0 rgba(0, 0, 0, .08)
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=left] {
    height: 25px;
    width: 13px
}

.intercom-namespace .intercom-positioner-arrow[x-placement^=left]:after {
    -webkit-box-shadow: -1px 1px 1px 2px rgba(0, 0, 0, .08);
    box-shadow: -1px 1px 1px 2px rgba(0, 0, 0, .08);
    left: -12.5px
}

.intercom-namespace .intercom-positioner-mask {
    z-index: 2147483000;
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.intercom-namespace .intercom-positioner-mask-post {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, .15)
}

.intercom-namespace .intercom-positioner-mask-step {
    display: block;
    -webkit-box-shadow: 0 0 0 4000px rgba(0, 0, 0, .15), 0 0 0 3px #333333;
    box-shadow: 0 0 0 4000px rgba(0, 0, 0, .15), 0 0 0 3px #333333
}

.intercom-namespace .intercom-positioner-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2147483000
}

.intercom-namespace .intercom-article.intercom-post .intercom-post-body {
    height: 100%
}

.intercom-namespace .intercom-article.intercom-post .intercom-article-content {
    margin-top: 60px;
    margin-bottom: 84px;
    color: #737376
}

.intercom-namespace .intercom-article.intercom-post .intercom-article-title {
    font-size: 33px;
    line-height: 1.24;
    margin: 0 15.27% 17px;
    color: #333333;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: break-word
}

.intercom-namespace .intercom-article.intercom-post .intercom-article-description {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 15.27% 17px;
    color: #737376;
    overflow-wrap: break-word;
    word-break: break-word
}

.intercom-namespace .intercom-article.intercom-post .intercom-authored-container {
    height: auto;
    margin: 0 15.27% 30px
}

.intercom-namespace .intercom-article.intercom-post .intercom-authored-container .intercom-author-summary {
    width: calc(100% - 2 * 15.27% - 32px - 8px)
}

.intercom-namespace .intercom-article.intercom-post .intercom-authored-container .intercom-author-summary-name {
    font-weight: 400;
    color: #737376
}

.intercom-namespace .intercom-article.intercom-post .intercom-authored-container .intercom-author-summary-from-clause,
.intercom-namespace .intercom-article.intercom-post .intercom-block-ordered-list li,
.intercom-namespace .intercom-article.intercom-post .intercom-block-unordered-list li {
    color: #000
}

.intercom-namespace .intercom-article.intercom-post .intercom-authored-container .intercom-authored-container-avatar {
    margin-right: 10px
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-image {
    margin: 0 15.27% 34px
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-image .intercom-image {
    height: inherit !important
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-heading {
    line-height: 1.24;
    color: #000;
    margin-bottom: 17px;
    font-size: 22px
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-heading a,
.intercom-namespace .intercom-article.intercom-post .intercom-block-subheading a {
    text-decoration: underline
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-heading a:active,
.intercom-namespace .intercom-article.intercom-post .intercom-block-heading a:focus,
.intercom-namespace .intercom-article.intercom-post .intercom-block-heading a:hover,
.intercom-namespace .intercom-article.intercom-post .intercom-block-subheading a:active,
.intercom-namespace .intercom-article.intercom-post .intercom-block-subheading a:focus,
.intercom-namespace .intercom-article.intercom-post .intercom-block-subheading a:hover {
    text-decoration: none
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-subheading {
    line-height: 1.24;
    color: #000;
    font-size: 18px;
    font-weight: 600
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-ordered-list,
.intercom-namespace .intercom-article.intercom-post .intercom-block-unordered-list {
    line-height: 1.53
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-paragraph {
    line-height: 1.53;
    color: #000
}

.intercom-namespace .intercom-article.intercom-post .intercom-block-code {
    margin: 1em 15.27%;
    padding: 16px;
    overflow: auto;
    line-height: 1.45;
    background-color: #f5f5f5;
    border-radius: 3px
}

.intercom-namespace .intercom-article.intercom-post code {
    font-family: Courier, monospace;
    background-color: #f5f5f5;
    padding: .2em 0;
    margin: 0;
    font-size: 85%;
    border-radius: 3px
}

.intercom-namespace .intercom-snippet {
    max-height: 120px;
    width: 340px;
    cursor: pointer
}

.intercom-namespace .intercom-snippet * {
    cursor: pointer
}

.intercom-namespace .intercom-snippet .intercom-authored-container-top {
    padding: 0
}

.intercom-namespace .intercom-snippet .intercom-authored-container {
    border-radius: 5px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09)
}

.intercom-namespace .intercom-snippet-body {
    margin: 5px 0 0;
    font-size: 14px;
    overflow: hidden;
    line-height: 22px;
    max-height: 44px;
    color: #000;
    -webkit-animation: intercom-notification-body-animation 500ms ease;
    animation: intercom-notification-body-animation 500ms ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.intercom-namespace .intercom-chat-snippet {
    height: 100%;
    width: 340px;
    position: relative
}

.intercom-namespace .intercom-chat-snippet * {
    cursor: pointer
}

.intercom-namespace .intercom-chat-snippet .intercom-snippet-body {
    margin-top: 12px
}

.intercom-namespace .intercom-chat-snippet-avatar,
.intercom-namespace .intercom-chat-snippet-card {
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09)
}

.intercom-namespace .intercom-chat-snippet-avatar {
    bottom: 0;
    left: 3px;
    position: absolute;
    border-radius: 50%
}

.intercom-namespace .intercom-chat-snippet-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-chat-snippet-card {
    margin-left: 45px;
    padding: 17px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    font-size: 13px;
    line-height: 1.5;
    height: 100%;
    position: relative
}

.intercom-namespace .intercom-messenger-header-buttons-back-button {
    z-index: 2147483000;
    position: absolute;
    background-position: center;
    width: 51px;
    height: 51px;
    margin: 12px 2px 12px 8px;
    top: 0;
    left: 0;
    cursor: pointer
}

.intercom-namespace .intercom-messenger-header-buttons-back-button * {
    cursor: pointer
}

.intercom-namespace .intercom-messenger-header-buttons-back-button-body {
    width: 51px;
    height: 51px;
    padding: 8px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.intercom-namespace .intercom-messenger-header-buttons-back-button-body:hover,
.intercom-namespace .intercom-messenger-header-buttons-close-button-body:hover {
    background-color: rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-messenger-header-buttons-back-icon {
    margin: 0 auto;
    width: 9px;
    height: 15px
}

.intercom-namespace .intercom-close-icon>g>g,
.intercom-namespace .intercom-messenger-header-buttons-back-icon>g>g {
    fill: rgb(0, 0, 0);
}

.intercom-namespace .intercom-messenger-header-buttons-close-button {
    z-index: 2147483003;
    position: absolute;
    width: 51px;
    height: 51px;
    top: 0;
    right: 0;
    background-position: center;
    margin: 12px 8px 12px 2px;
    display: none;
    cursor: pointer
}

.intercom-namespace .intercom-messenger-header-buttons-close-button * {
    cursor: pointer
}

.intercom-namespace .intercom-messenger-header-buttons-close-button-body {
    width: 51px;
    height: 51px;
    margin: 0 auto;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.intercom-namespace .intercom-is-mobile-screen-size .intercom-messenger-header-buttons-close-button,
.intercom-namespace .intercom-messenger-header-buttons-close-button-enabled {
    display: block
}

.intercom-namespace .intercom-close-icon {
    margin: 0 auto;
    width: 12px;
    height: 12px
}

.intercom-namespace .intercom-messenger-header-buttons-unread-count {
    display: inline-block;
    right: 0;
    top: 0;
    background: #fc576b;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .27);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .27);
    position: absolute
}

.intercom-namespace .intercom-conversations-header .intercom-messenger-header-buttons-unread-count {
    display: none
}

.intercom-namespace .intercom-borderless .intercom-typing-admin .intercom-typing-admin-bubble:after,
.intercom-namespace .intercom-chat-card.intercom-chat-card-with-avatar:after,
.intercom-namespace .intercom-chat-snippet-card:after,
.intercom-namespace .intercom-comment-body-borderless.intercom-comment-body-admin-with-avatar .intercom-comment-body-block-group-text:last-child:after,
.intercom-namespace .intercom-comment-container-borderless-with-avatar .intercom-comment:not(.intercom-comment-with-body):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 5px;
    border-color: transparent transparent #fff
}

.intercom-namespace .intercom-conversations-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75px
}

.intercom-namespace .intercom-conversations-header-body {
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 75px
}

.intercom-namespace .intercom-conversations {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.intercom-namespace .intercom-conversations-body {
    overflow-y: auto;
    height: 100%
}

.intercom-namespace .intercom-conversations-body-conversations {
    padding-bottom: 105px
}

.intercom-namespace .intercom-conversations-body-empty {
    height: 100%;
    background-image: url(https://js.intercomcdn.com/images/dummy-rows.943c931a.png);
    background-size: 360px 512px;
    background-position: top center;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-conversations-body-empty {
        background-image: url(https://js.intercomcdn.com/images/dummy-rows@2x.567b64f5.png)
    }
}

.intercom-namespace .intercom-conversations-body-empty-text-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.intercom-namespace .intercom-conversations-body-empty-header {
    font-size: 17px;
    text-align: center;
    padding-bottom: 6px
}

.intercom-namespace .intercom-conversations-body-empty-text {
    font-size: 15px;
    text-align: center;
    color: #737376
}

.intercom-namespace .intercom-conversations-footer {
    z-index: 2147483001;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 6px 6px;
    height: 90px;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0))
}

.intercom-namespace .intercom-conversation {
    bottom: 0
}

.intercom-namespace .intercom-conversation,
.intercom-namespace .intercom-conversation-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.intercom-namespace .intercom-conversation-header-close-button-enabled .intercom-admin-profile-compact,
.intercom-namespace .intercom-conversation-header-close-button-enabled .intercom-team-profile-compact {
    right: 61px
}

.intercom-namespace .intercom-admin-profile-conversation-participants-wrapper {
    font-size: 13px;
    padding: 10px 30px 24px 72px;
    margin: 0 -30px 0 -75px;
    color: #fff
}

.intercom-namespace .intercom-admin-profile-conversation-participants-header {
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding-left: 3px;
    padding-top: 16px;
    line-height: 1.5;
    margin-bottom: 5px
}

.intercom-namespace .intercom-admin-profile-conversation-participants:after,
.intercom-namespace .intercom-admin-profile-conversation-participants:before {
    content: " ";
    display: table
}

.intercom-namespace .intercom-admin-profile-conversation-participants:after {
    clear: both
}

.intercom-namespace .intercom-admin-profile-conversation-participant {
    display: inline-block;
    position: relative;
    float: left;
    margin: 3px;
    cursor: default
}

.intercom-namespace .intercom-admin-profile-conversation-participant .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    cursor: default
}

.intercom-namespace .intercom-admin-profile-conversation-participant:hover .intercom-admin-profile-conversation-participant-name {
    visibility: visible
}

.intercom-namespace .intercom-admin-profile-conversation-participant-name {
    z-index: 2147483001;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    background-color: #737376;
    color: #fff;
    white-space: nowrap
}

.intercom-namespace .intercom-admin-profile-conversation-participant-name:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent transparent #516072;
    border-width: 5px;
    margin-left: -5px
}

.intercom-namespace .intercom-admin-profile-conversation-participant-name-wrapper {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-admin-profile-remaining-participants {
    margin: 3px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    float: left;
    white-space: nowrap
}

.intercom-namespace .intercom-conversation-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 6px 6px
}

.intercom-namespace .intercom-conversation-body,
.intercom-namespace .intercom-conversation-body-parts {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-conversation-body-parts {
    overflow-x: hidden;
    overflow-y: scroll
}

.intercom-namespace .intercom-conversation-body-quick-replies {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 19px 14px
}

.intercom-namespace .intercom-conversation-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    padding: 24px;
    cursor: pointer
}

.intercom-namespace .intercom-conversation-summary * {
    cursor: pointer
}

.intercom-namespace .intercom-conversation-summary:hover {
    background-color: #fafafa
}

.intercom-namespace .intercom-conversation-summary:after,
.intercom-namespace .intercom-conversation-summary:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid #eee
}

.intercom-namespace .intercom-conversation-summary:before {
    border-top: 2px solid transparent
}

.intercom-namespace .intercom-conversation-summary:first-child:after {
    border-top: none
}

.intercom-namespace .intercom-conversation-summary:last-child:after {
    border-bottom: 1px solid #eee
}

.intercom-namespace .intercom-home-screen .intercom-conversation-summary:after {
    left: 24px;
    right: 24px
}

.intercom-namespace .intercom-conversation-summary-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.intercom-namespace .intercom-conversation-summary-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-conversation-summary-avatar .intercom-team-avatar-container {
    height: 32px
}

.intercom-namespace .intercom-conversation-summary-avatar .intercom-team-avatar-large {
    width: 36px;
    height: 36px;
    line-height: 36px
}

.intercom-namespace .intercom-conversation-summary-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px
}

.intercom-namespace .intercom-conversation-summary-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px
}

.intercom-namespace .intercom-conversation-summary-body-author,
.intercom-namespace .intercom-conversation-summary-timestamp {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #737376
}

.intercom-namespace .intercom-conversation-summary-timestamp {
    text-align: right
}

.intercom-namespace .intercom-conversation-summary-content-container {
    color: #3a3c4c;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intercom-namespace .intercom-conversation-summary-content-container span {
    display: inline-block
}

.intercom-namespace .intercom-conversation-summary-content-author-prefix {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    white-space: pre
}

.intercom-namespace .intercom-conversation-summary-content-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 15px;
}

.intercom-namespace .intercom-conversation-summary-content-text-single-block {
    font-style: italic
}

.intercom-namespace .intercom-conversation-summary-unread-dot {
    position: absolute;
    background-color: #d22628;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    left: 9px;
    top: calc(50% - 3px)
}

.intercom-namespace .intercom-conversation-summary-unread .intercom-conversation-summary-body-author,
.intercom-namespace .intercom-conversation-summary-unread .intercom-conversation-summary-content-text {
    font-weight: 700;
    color: #3a3c4c
}

.intercom-namespace .intercom-conversation-summary-unread .intercom-conversation-summary-body-author span,
.intercom-namespace .intercom-conversation-summary-unread .intercom-conversation-summary-content-text span {
    font-weight: 400
}

.intercom-namespace .intercom-conversation-summary-timestamp .intercom-conversation-summary-unread-dot,
.intercom-namespace .intercom-conversation-summary-user-icon {
    display: none
}

.intercom-namespace .intercom-conversation-part {
    padding-bottom: 16px
}

.intercom-namespace .intercom-conversation-part:after,
.intercom-namespace .intercom-conversation-part:before {
    content: " ";
    display: table
}

.intercom-namespace .intercom-conversation-part:after {
    clear: both
}

.intercom-namespace .intercom-conversation-part-failed * {
    cursor: pointer
}

.intercom-namespace .intercom-conversation-part-grouped {
    padding-bottom: 8px
}

.intercom-namespace .intercom-conversation-part-last,
.intercom-namespace .intercom-conversation-part-last-spaced {
    padding-bottom: 24px
}

.intercom-namespace .intercom-conversation-part-metadata {
    clear: both;
    color: #737376;
    font-size: 13px;
    padding-top: 7px;
    width: 75%
}

.intercom-namespace .intercom-conversation-part-metadata-attribution {
    display: inline
}

.intercom-namespace .intercom-conversation-part-metadata-save-state {
    white-space: nowrap;
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .intercom-conversation-part-admin .intercom-conversation-part-metadata {
    padding-left: 45px
}

.intercom-namespace .intercom-conversation-part-user .intercom-conversation-part-metadata,
.intercom-namespace .intercom-conversation-part-user .intercom-conversation-part-metadata-save-state {
    float: right
}

.intercom-namespace .intercom-conversation-part-other-user .intercom-conversation-part-metadata {
    padding-left: 45px
}

.intercom-namespace .intercom-conversation-part-failed .intercom-conversation-part-metadata {
    background-image: url(https://js.intercomcdn.com/images/warning-icon.cc84a0dd.png);
    background-size: 11px 11px;
    padding-left: 15px;
    background-position: left 7px;
    background-repeat: no-repeat;
    color: #d22628;
    width: auto
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-conversation-part-failed .intercom-conversation-part-metadata {
        background-image: url(https://js.intercomcdn.com/images/warning-icon@2x.d238804a.png)
    }
}

.intercom-namespace .intercom-conversation-parts,
.intercom-namespace .intercom-conversation-parts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.intercom-namespace .intercom-conversation-parts-wrapper {
    min-height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-anchor: none;
    height: auto;
    -webkit-box-orient: vertical
}

.intercom-namespace .intercom-conversation-parts {
    padding: 24px 24px 0;
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.intercom-namespace .intercom-conversation-parts>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.intercom-namespace .intercom-conversation-parts-date-divider {
    text-align: center;
    color: #737376;
    font-size: 13px;
    clear: both;
    padding-top: 14px;
    padding-bottom: 14px
}

.intercom-namespace .intercom-conversation-parts-date-divider:first-child {
    padding-top: 0
}

.intercom-namespace .intercom-borderless .intercom-conversation-part-last,
.intercom-namespace .intercom-borderless .intercom-conversation-parts {
    padding: 0
}

.intercom-namespace .intercom-borderless .intercom-conversation-parts-faded {
    opacity: .2
}

.intercom-namespace .intercom-conversation-rating {
    margin: 30px 0;
    position: relative;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-conversation-rating-options-container {
    padding: 20px 20px 0
}

.intercom-namespace .intercom-conversation-rating-remark-container {
    padding: 5px 15px;
    border-top: 1px solid #eee
}

.intercom-namespace .intercom-conversation-rating-thanks-remark {
    border-top: 1px solid #eee;
    color: #737376;
    font-size: 14px;
    line-height: 19px;
    max-height: 140px;
    overflow-y: auto;
    padding: 16px 24px
}

.intercom-namespace .intercom-conversation-rating-input-container {
    position: relative;
    display: table;
    width: 100%
}

.intercom-namespace .intercom-conversation-rating-input-container div,
.intercom-namespace .intercom-notification-channels-input-container div {
    display: table-cell;
    vertical-align: top
}

.intercom-namespace .intercom-conversation-rating-input-container .intercom-conversation-rating-input-submit-container {
    width: 40px
}

.intercom-namespace .intercom-conversation-rating-title-container {
    position: relative;
    margin-bottom: 5px
}

.intercom-namespace .intercom-conversation-rating-title {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    -webkit-transition: opacity 300ms 1000ms, max-height 400ms 1000ms;
    transition: opacity 300ms 1000ms, max-height 400ms 1000ms;
    position: static;
    max-height: 48px;
    text-align: center
}

.intercom-namespace .intercom-conversation-rating-emojis-container {
    margin: 8px 10px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intercom-namespace .intercom-conversation-rating-emoji-wrapper {
    display: inline-block
}

.intercom-namespace .intercom-conversation-rating-emoji-container {
    width: 30px;
    margin: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.intercom-namespace .intercom-conversation-rating-emoji-container.chosen .intercom-conversation-rating-emoji {
    -webkit-transform: scale(1.28);
    transform: scale(1.28)
}

.intercom-namespace .intercom-conversation-rating-emoji-container.other-chosen .intercom-conversation-rating-emoji {
    -webkit-filter: grayscale(1) opacity(.3);
    filter: grayscale(1) opacity(.3)
}

.intercom-namespace .intercom-conversation-rating-emoji {
    display: inline-block;
    width: 28px;
    height: 28px
}

.intercom-namespace .intercom-conversation-rating-emoji-1,
.intercom-namespace .intercom-conversation-rating-emoji-1:hover {
    background-image: url(https://js.intercomcdn.com/images/rating-1.d23e2d60.png);
    background-size: 28px 28px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-conversation-rating-emoji-1,
    .intercom-namespace .intercom-conversation-rating-emoji-1:hover {
        background-image: url(https://js.intercomcdn.com/images/rating-1@2x.a3ce1c38.png)
    }
}

.intercom-namespace .intercom-conversation-rating-emoji-3,
.intercom-namespace .intercom-conversation-rating-emoji-3:hover {
    background-image: url(https://js.intercomcdn.com/images/rating-3.347818fe.png);
    background-size: 28px 28px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-conversation-rating-emoji-3,
    .intercom-namespace .intercom-conversation-rating-emoji-3:hover {
        background-image: url(https://js.intercomcdn.com/images/rating-3@2x.b98f99f2.png)
    }
}

.intercom-namespace .intercom-conversation-rating-emoji-4,
.intercom-namespace .intercom-conversation-rating-emoji-4:hover {
    background-image: url(https://js.intercomcdn.com/images/rating-4.e79b0027.png);
    background-size: 28px 28px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-conversation-rating-emoji-4,
    .intercom-namespace .intercom-conversation-rating-emoji-4:hover {
        background-image: url(https://js.intercomcdn.com/images/rating-4@2x.76967faf.png)
    }
}

.intercom-namespace .intercom-conversation-rating-emoji-5,
.intercom-namespace .intercom-conversation-rating-emoji-5:hover {
    background-image: url(https://js.intercomcdn.com/images/rating-5.10d57bbf.png);
    background-size: 28px 28px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-conversation-rating-emoji-5,
    .intercom-namespace .intercom-conversation-rating-emoji-5:hover {
        background-image: url(https://js.intercomcdn.com/images/rating-5@2x.e5f22789.png)
    }
}

.intercom-namespace .intercom-conversation-rating-emoji-2,
.intercom-namespace .intercom-conversation-rating-emoji-2:hover {
    background-image: url(https://js.intercomcdn.com/images/rating-2.b6481b2d.png);
    background-size: 28px 28px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-conversation-rating-emoji-2,
    .intercom-namespace .intercom-conversation-rating-emoji-2:hover {
        background-image: url(https://js.intercomcdn.com/images/rating-2@2x.bac056e1.png)
    }
}

.intercom-namespace .intercom-conversation-rating-emoji-tooltip {
    visibility: hidden;
    margin-top: 5px;
    cursor: pointer;
    font-size: 13px;
    color: #737376;
    text-align: center
}

.intercom-namespace .intercom-conversation-rating-emoji-container:hover .intercom-conversation-rating-emoji {
    -webkit-transform: scale(1.28);
    transform: scale(1.28);
    -webkit-filter: none;
    filter: none
}

.intercom-namespace .intercom-conversation-rating-emoji-container:hover .intercom-conversation-rating-emoji-tooltip {
    visibility: visible
}

.intercom-namespace .intercom-conversation-rating-thanks-container {
    padding: 24px
}

.intercom-namespace .intercom-conversation-rating-chosen-rating {
    font-size: 14px;
    color: #3a3c4c;
    line-height: 22px;
    text-align: center;
    margin-bottom: 3px
}

.intercom-namespace .intercom-conversation-rating-thanks {
    font-size: 13px;
    line-height: 19px;
    color: #737376;
    text-align: center
}

.intercom-namespace .intercom-conversation-rating-emoji-thanks,
.intercom-namespace .intercom-conversation-rating-emoji-thanks:hover {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    vertical-align: sub
}

.intercom-namespace .intercom-conversation-rating-input {
    position: relative;
    max-width: 180px
}

.intercom-namespace .intercom-conversation-rating-input pre,
.intercom-namespace .intercom-conversation-rating-input textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    border: 0;
    line-height: 19px;
    white-space: pre-wrap;
    word-wrap: break-word
}

.intercom-namespace .intercom-conversation-rating-input textarea {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    resize: none;
    overflow-y: hidden
}

.intercom-namespace .intercom-conversation-rating-input textarea::-webkit-input-placeholder {
    color: #737376;
    font-style: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    opacity: .7
}

.intercom-namespace .intercom-conversation-rating-input textarea::-moz-placeholder {
    color: #737376;
    font-style: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    opacity: .7
}

.intercom-namespace .intercom-conversation-rating-input textarea:-ms-input-placeholder {
    color: #737376;
    font-style: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    opacity: .7
}

.intercom-namespace .intercom-conversation-rating-input pre {
    visibility: hidden;
    max-height: 140px
}

.intercom-namespace .intercom-conversation-rating-input-submit-button {
    width: 40px;
    height: 40px;
    border: 0;
    -webkit-transition: border-radius 300ms, opacity 300ms 600ms, height 400ms 1000ms;
    transition: border-radius 300ms, opacity 300ms 600ms, height 400ms 1000ms
}

.intercom-namespace .intercom-conversation-rating-input-submit-icon {
    position: absolute;
    top: 2px;
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: opacity 150ms ease, -webkit-transform 300ms linear;
    transition: transform 300ms linear, opacity 150ms ease;
    transition: transform 300ms linear, opacity 150ms ease, -webkit-transform 300ms linear;
    background-position: center;
    background-image: url(https://js.intercomcdn.com/images/send-button.48bc69b8.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    opacity: .8
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-conversation-rating-input-submit-icon {
        background-image: url(https://js.intercomcdn.com/images/send-button@2x.40884887.png)
    }
}

.intercom-namespace .intercom-conversation-rating-input-submit-icon:hover {
    opacity: 1
}

.intercom-namespace .intercom-conversation-rating-card {
    width: 100%;
    position: relative;
    float: left
}

.intercom-namespace .intercom-conversation-rating-card .intercom-conversation-rating {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 45px
}

.intercom-namespace .intercom-conversation-rating-card-borderless .intercom-conversation-rating {
    margin-left: 45px
}

.intercom-namespace .intercom-conversation-rating-card-admin-avatar {
    position: absolute;
    left: 0;
    bottom: 10px
}

.intercom-namespace .intercom-conversation-rating-card-admin-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 11px 0
}

.intercom-namespace .intercom-link-container .intercom-link-container-icon {
    width: 16px;
    height: 16px;
    color: #777678;
    vertical-align: sub;
    padding-right: 8px
}

.intercom-namespace .intercom-link-container .intercom-link-container-icon>g {
    fill: #286efa
}

.intercom-namespace .intercom-link-container a.intercom-link-target {
    display: inline-block;
    color: #777678;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 16px;
    -webkit-transition: all 80ms;
    transition: all 80ms
}

.intercom-namespace .intercom-link-container a.intercom-link-target:hover {
    background: #f5f5f5
}

.intercom-namespace .intercom-messenger-link-container {
    z-index: 2147483002
}

.intercom-namespace .intercom-messenger-link-container .intercom-link-container {
    position: absolute;
    opacity: .97;
    bottom: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 10px 1px rgba(0, 0, 0, .04);
    box-shadow: 0 -10px 10px 1px rgba(0, 0, 0, .04);
    pointer-events: none
}

.intercom-namespace .intercom-messenger-link-container .intercom-link-container,
.intercom-namespace .intercom-messenger-link-container .intercom-link-container .intercom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intercom-namespace .intercom-under-construction-banner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAGCAIAAAAOtlpdAAAANElEQVQoz2P4etGEEnRxi0lHFdXQ8slQYxkGoZsochbt3ES+s2jqJjKdRWs3keMsOrgJiAB4ItlirqqJGgAAAABJRU5ErkJggg==);
    background-repeat: repeat-x;
    background-size: 25px 3px;
    margin-left: -16px;
    margin-right: -16px
}

.intercom-namespace .intercom-notification-channels {
    margin: 30px 0;
    padding: 16px 20px 20px;
    color: #000;
    position: relative;
    border-radius: 5px;
    text-align: left;
    background-color: #fff
}

.intercom-namespace .intercom-notification-channels-responder .intercom-notification-channels-input input {
    border: 1px solid #e1e1e1;
    border-right: 0
}

.intercom-namespace .intercom-notification-channels-responder .intercom-notification-channels-input-submit-button {
    background-color: #333333
}

.intercom-namespace .intercom-notification-channels-responder .intercom-notification-channels-input-success input {
    border: 1px solid #fff;
    border-right: 0
}

.intercom-namespace .intercom-notification-channels-input-container {
    position: relative;
    display: table;
    width: 100%
}

.intercom-namespace .intercom-notification-channels-input-container .intercom-notification-channels-input-submit-container {
    width: 40px
}

.intercom-namespace .intercom-notification-channels-input-container .intercom-notification-channels-input-submit-container-deactivated {
    width: 1px;
    -webkit-transition: width 300ms 1000ms;
    transition: width 300ms 1000ms
}

.intercom-namespace .intercom-notification-channels-title-container {
    position: relative;
    margin-bottom: 5px
}

.intercom-namespace .intercom-notification-channels-title,
.intercom-namespace .intercom-notification-channels-title-success {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    -webkit-transition: opacity 300ms 1000ms, max-height 400ms 1000ms;
    transition: opacity 300ms 1000ms, max-height 400ms 1000ms
}

.intercom-namespace .intercom-notification-channels-title {
    position: static;
    max-height: 48px
}

.intercom-namespace .intercom-notification-channels-success .intercom-notification-channels-title,
.intercom-namespace .intercom-notification-channels-title-success {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    max-height: 24px
}

.intercom-namespace .intercom-notification-channels-success .intercom-notification-channels-title-success {
    position: static;
    opacity: 1;
    visibility: visible;
    max-height: 48px
}

.intercom-namespace .intercom-notification-channels-success-message .intercom-notification-channels-title {
    opacity: 1
}

.intercom-namespace .intercom-notification-channels-existing-value,
.intercom-namespace .intercom-notification-channels-placeholder {
    font-size: 14px;
    line-height: 19px;
    color: #737376;
    text-overflow: ellipsis;
    overflow: hidden
}

.intercom-namespace .intercom-notification-channels-placeholder {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding: 4px 12px 0;
    font-weight: 400;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    line-height: 32px;
    cursor: text;
    z-index: 1
}

.intercom-namespace .intercom-notification-channels-input {
    position: relative
}

.intercom-namespace .intercom-notification-channels-input input {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    color: #000;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    -webkit-appearance: none;
    -webkit-transition: border 300ms, color 400ms 600ms, padding 300ms 600ms, height 400ms 1000ms;
    transition: border 300ms, color 400ms 600ms, padding 300ms 600ms, height 400ms 1000ms
}

.intercom-namespace .intercom-notification-channels-input input:disabled {
    opacity: .7
}

.intercom-namespace .intercom-notification-channels-input-success input {
    border: 1px solid #fff;
    border-right: 0;
    padding: 0;
    height: 20px;
    font-weight: 400;
    color: #000;
    -webkit-text-fill-color: #000;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-notification-channels-input-success input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #000 !important
}

.intercom-namespace .intercom-notification-channels-input-error input {
    border: 1px solid #fcedef;
    background-color: #fcedef
}

.intercom-namespace .intercom-notification-channels-phone-input .intercom-flag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms
}

.intercom-namespace .intercom-notification-channels-phone-input .intercom-notification-channels-placeholder,
.intercom-namespace .intercom-notification-channels-phone-input input {
    padding-left: 33px
}

.intercom-namespace .intercom-notification-channels-input-success .intercom-flag {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.intercom-namespace .intercom-notification-channels-input-success input {
    padding-left: 0
}

.intercom-namespace .intercom-notification-channels-input-submit-button {
    width: 35px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background-color: #333333;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    -webkit-transition: border-radius 300ms, opacity 300ms 600ms, height 400ms 1000ms;
    transition: border-radius 300ms, opacity 300ms 600ms, height 400ms 1000ms
}

.intercom-namespace .intercom-notification-channels-input-submit-button-saving,
.intercom-namespace .intercom-notification-channels-input-submit-button:hover {
    opacity: .7
}

.intercom-namespace .intercom-notification-channels-input-submit-icon,
.intercom-namespace .intercom-notification-channels-input-valid-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 40px;
    -webkit-transition: opacity 150ms linear, -webkit-transform 300ms linear;
    transition: transform 300ms linear, opacity 150ms linear;
    transition: transform 300ms linear, opacity 150ms linear, -webkit-transform 300ms linear;
    background-position: center
}

.intercom-namespace .intercom-notification-channels-input-submit-icon {
    background-image: url(https://js.intercomcdn.com/images/next-icon.a9124933.png);
    background-size: 8px 13px;
    background-repeat: no-repeat;
    opacity: 1
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-notification-channels-input-submit-icon {
        background-image: url(https://js.intercomcdn.com/images/next-icon@2x.f3c3e26a.png)
    }
}

.intercom-namespace .intercom-notification-channels-input-valid-icon {
    background-image: url(https://js.intercomcdn.com/images/check-icon.7cabe467.png);
    background-size: 18px 14px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: rotate(-90deg) scale(.5);
    transform: rotate(-90deg) scale(.5)
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-notification-channels-input-valid-icon {
        background-image: url(https://js.intercomcdn.com/images/check-icon@2x.2c09c31c.png)
    }
}

.intercom-namespace .intercom-notification-channels-input-submit-button-success {
    background-color: #38a652;
    opacity: 0;
    border-radius: 4px;
    height: 20px
}

.intercom-namespace .intercom-image img,
.intercom-namespace .intercom-notification-channels-input-submit-button-success:hover {
    opacity: 0
}

.intercom-namespace .intercom-notification-channels-input-submit-button-success .intercom-notification-channels-input-submit-icon {
    opacity: 0;
    -webkit-transform: rotate(270deg) translate(-4px, -3px);
    transform: rotate(270deg) translate(-4px, -3px)
}

.intercom-namespace .intercom-notification-channels-input-submit-button-success .intercom-notification-channels-input-valid-icon {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}

.intercom-namespace .intercom-notification-channels-error {
    position: relative;
    height: 23px
}

.intercom-namespace .intercom-notification-channels-error-text {
    position: absolute;
    bottom: 0;
    color: #d22628;
    font-size: 13px;
    line-height: 13px
}

.intercom-namespace .intercom-notification-channels-card {
    width: 100%;
    position: relative;
    float: left
}

.intercom-namespace .intercom-notification-channels-card .intercom-notification-channels {
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: 45px
}

.intercom-namespace .intercom-notification-channels-card .intercom-notification-channels-option {
    margin-right: 19px
}

.intercom-namespace .intercom-notification-channels-card-borderless .intercom-notification-channels {
    margin-left: 45px
}

.intercom-namespace .intercom-notification-channels-card-borderless .intercom-notification-channels-option {
    margin-right: 9px
}

.intercom-namespace .intercom-notification-channels-card-admin-avatar {
    position: absolute;
    left: 0;
    bottom: 10px
}

.intercom-namespace .intercom-notification-channels-card-admin-avatar .intercom-avatar {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.intercom-namespace .intercom-notification-channels-card-admin-avatar .intercom-avatar img {
    width: 28px;
    height: 28px
}

.intercom-namespace .intercom-notification-channels-option-container {
    height: 30px;
    opacity: 1;
    -webkit-transition: opacity 300ms 300ms, height 400ms 1000ms;
    transition: opacity 300ms 300ms, height 400ms 1000ms
}

.intercom-namespace .intercom-notification-channels-option-container-success {
    height: 0;
    opacity: 0
}

.intercom-namespace .intercom-notification-channels-option {
    font-size: 13px;
    line-height: 20px;
    color: #737376;
    margin-right: 39px
}

.intercom-namespace .intercom-notification-channels-option:last-child {
    margin-right: 0
}

.intercom-namespace .intercom-notification-channels-option:hover {
    color: #fafafa;
    border-bottom: 1px solid
}

.intercom-namespace .intercom-notification-channels-option-selected {
    color: #000;
    border-bottom: 1px solid
}

.intercom-namespace .fb-send-to-messenger {
    max-height: 57px
}

.intercom-namespace .test-toggle {
    position: absolute;
    bottom: -60px
}

.intercom-namespace .intercom-participant-event {
    max-width: 100%;
    font-size: 14px;
    vertical-align: middle;
    line-height: 14px;
    position: relative
}

.intercom-namespace .intercom-participant-event-text-container {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
    margin-left: 15px;
    max-width: calc(100% - 45px);
    color: #78909c;
    line-height: 1.3
}

.intercom-namespace .intercom-participant-event-text {
    color: #737376;
    overflow-wrap: break-word;
    word-break: break-word
}

.intercom-namespace .intercom-participant-event-avatar {
    width: 30px;
    display: inline-block;
    vertical-align: middle
}

.intercom-namespace .intercom-participant-event-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-participant-event-avatar .intercom-avatar img {
    width: 32px;
    height: 32px
}

.intercom-namespace .intercom-team-profile-collapsed,
.intercom-namespace .intercom-team-profile-collapsed * {
    cursor: pointer
}

.intercom-namespace .intercom-admin-profile-collapsed:hover .intercom-admin-profile-compact-contents,
.intercom-namespace .intercom-team-profile-collapsed:hover .intercom-team-profile-compact-contents {
    background-color: rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-team-profile-full {
    padding: 24px 24px 0 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.intercom-namespace .intercom-team-profile-full-team-name {
    color: rgb(0, 0, 0);
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Euclid Flex Bold", Arial;
}

.intercom-namespace .intercom-team-profile-full-admin-name {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    width: 100%;
    max-width: 85px;
    text-align: center;
    padding-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.intercom-namespace .intercom-team-profile-full-intro,
.intercom-namespace .intercom-team-profile-response-delay-office-hours:before {
    display: none
}

.intercom-namespace .intercom-team-profile-full-introduction {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    line-height: 21px;
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .intercom-team-profile-full-introduction span {
    word-break: break-word
}

.intercom-namespace .intercom-team-profile-full-avatar-container {
    padding: 18px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.intercom-namespace .intercom-team-profile-full-avatar {
    display: inline-block;
    padding-right: 20px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    vertical-align: top;
    text-align: center
}

.intercom-namespace .intercom-team-profile-full-avatar .intercom-avatar {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 25.5px
}

.intercom-namespace .intercom-team-profile-full-avatar .intercom-avatar img {
    width: 51px;
    height: 51px
}

.intercom-namespace .intercom-team-profile-response-delay-wrapper {
    margin-bottom: 30px
}

.intercom-namespace .intercom-team-profile-compact {
    position: absolute;
    height: 75px;
    top: 0;
    left: 60px;
    right: 20px;
    padding-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.intercom-namespace .intercom-team-profile-expanded .intercom-team-profile-compact,
.intercom-namespace .intercom-team-profile-expanded .intercom-team-profile-compact * {
    pointer-events: none
}

.intercom-namespace .intercom-team-profile-compact-avatar-container {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    float: left;
    padding-right: 10px
}

.intercom-namespace .intercom-team-profile-compact-avatar {
    border: 2px solid #333333;
    position: relative;
    display: inline-block;
    border-radius: 100%
}

.intercom-namespace .intercom-team-profile-compact-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-admin-profile-compact-avatar .intercom-avatar img,
.intercom-namespace .intercom-team-profile-compact-avatar .intercom-avatar img {
    width: 32px;
    height: 32px
}

.intercom-namespace .intercom-team-profile-compact-contents {
    border-radius: 8px;
    padding: 8px;
    height: 51px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden
}

.intercom-namespace .intercom-team-profile-compact-body {
    display: block;
    vertical-align: middle;
    padding-left: 10px
}

.intercom-namespace .intercom-team-profile-compact-team-name {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-team-profile-compact-response-delay {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.3em;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intercom-namespace .intercom-team-profile-compact-response-delay .intercom-out-of-office-icon {
    min-width: 8px;
    margin-top: 3px
}

.intercom-namespace .intercom-team-profile-compact-response-delay .intercom-team-profile-response-delay-text,
.intercom-namespace .intercom-team-profile-response-delay {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.intercom-namespace .intercom-team-profile-response-delay {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: rgb(255, 255, 255)
}

.intercom-namespace .intercom-team-profile-response-delay-office-hours {
    color: rgb(255, 255, 255)
}

.intercom-namespace .intercom-team-profile-compact-response-delay .intercom-out-of-office-icon,
.intercom-namespace .intercom-team-profile-compact-response-delay-office-hours .intercom-out-of-office-icon,
.intercom-namespace .intercom-team-profile-response-delay-wrapper .intercom-out-of-office-icon {
    padding-bottom: 0
}

.intercom-namespace .intercom-team-profile-compact-response-delay .intercom-out-of-office-icon-fill,
.intercom-namespace .intercom-team-profile-compact-response-delay-office-hours .intercom-out-of-office-icon-fill,
.intercom-namespace .intercom-team-profile-response-delay-wrapper .intercom-out-of-office-icon-fill {
    fill: rgb(255, 255, 255)
}

.intercom-namespace .intercom-admin-profile-compact-contents {
    padding: 8px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px
}

.intercom-namespace .intercom-admin-profile-collapsed,
.intercom-namespace .intercom-admin-profile-collapsed * {
    cursor: pointer
}

.intercom-namespace .intercom-admin-profile-compact {
    position: absolute;
    height: 75px;
    top: 0;
    left: 65px;
    right: 20px;
    padding-top: 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.intercom-namespace .intercom-admin-profile-expanded .intercom-admin-profile-compact,
.intercom-namespace .intercom-admin-profile-expanded .intercom-admin-profile-compact * {
    pointer-events: none
}

.intercom-namespace .intercom-admin-profile-compact-avatar {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding-right: 10px;
    position: relative
}

.intercom-namespace .intercom-admin-profile-compact-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-admin-profile-compact-body {
    display: block;
    vertical-align: middle;
    padding-left: 10px
}

.intercom-namespace .intercom-admin-profile-compact-admin-name {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-admin-profile-compact-admin-name-and-participants {
    line-height: 33px
}

.intercom-namespace .intercom-admin-profile-compact-last-active {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-admin-profile-full {
    padding: 30px 30px 30px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.intercom-namespace .intercom-admin-profile-full-with-participants {
    padding-bottom: 0
}

.intercom-namespace .intercom-admin-profile-full-with-close-button {
    padding: 30px 30px 24px 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.intercom-namespace .intercom-admin-profile-full-avatar {
    display: table-cell;
    position: relative
}

.intercom-namespace .intercom-admin-profile-full-avatar .intercom-avatar {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px
}

.intercom-namespace .intercom-admin-profile-full-avatar .intercom-avatar img {
    width: 60px;
    height: 60px
}

.intercom-namespace .intercom-admin-profile-full-body {
    display: table-cell;
    vertical-align: top;
    padding-top: 16px;
    padding-left: 20px
}

.intercom-namespace .intercom-admin-profile-full-admin-name {
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1.1em;
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-admin-profile-full-title {
    color: rgb(255, 255, 255);
    font-size: 13px;
    white-space: nowrap;
    margin-bottom: 5px
}

.intercom-namespace .intercom-admin-profile-full-last-active {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.1em;
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-admin-profile-full-intro {
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intercom-namespace .intercom-admin-profile-full-intro-text {
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.intercom-namespace .intercom-admin-profile-full-local-time {
    color: rgb(255, 255, 255);
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px
}

.intercom-namespace .intercom-admin-profile-full-social-account {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    display: inline-block
}

.intercom-namespace .intercom-admin-profile-full-public-links {
    position: absolute;
    top: 29px;
    right: 24px;
    margin-top: 0
}

.intercom-namespace .intercom-admin-profile-full-public-links .intercom-admin-profile-full-social-account {
    margin-left: 16px;
    margin-right: 0;
    padding-bottom: 3px
}

.intercom-namespace .intercom-conversation-header-close-button-enabled .intercom-admin-profile-full-public-links,
.intercom-namespace .intercom-conversation-header-download-transcript-button-enabled .intercom-admin-profile-full-public-links,
.intercom-namespace .intercom-is-mobile-screen-size .intercom-admin-profile-full-public-links {
    position: inherit;
    margin-top: 11px
}

.intercom-namespace .intercom-conversation-header-close-button-enabled .intercom-admin-profile-full-public-links .intercom-admin-profile-full-social-account,
.intercom-namespace .intercom-conversation-header-download-transcript-button-enabled .intercom-admin-profile-full-public-links .intercom-admin-profile-full-social-account,
.intercom-namespace .intercom-is-mobile-screen-size .intercom-admin-profile-full-public-links .intercom-admin-profile-full-social-account {
    margin-left: 0;
    margin-right: 16px
}

.intercom-namespace .intercom-admin-profile-full-social-account-twitter {
    width: 18px;
    height: 15px;
    opacity: .7
}

.intercom-namespace .intercom-admin-profile-full-calendar:hover,
.intercom-namespace .intercom-admin-profile-full-social-account-linkedin:hover,
.intercom-namespace .intercom-admin-profile-full-social-account-twitter:hover {
    opacity: 1
}

.intercom-namespace .intercom-admin-profile-full-calendar,
.intercom-namespace .intercom-admin-profile-full-social-account-linkedin {
    opacity: .7
}

.intercom-namespace .intercom-admin-profile-full-background {
    visibility: hidden;
    z-index: 2147483000;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .05;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.intercom-namespace .intercom-admin-profile-full-title-and-location {
    margin-top: 18px;
    line-height: 1.4
}

.intercom-namespace .intercom-admin-profile-bio-icon,
.intercom-namespace .intercom-admin-profile-job-title-icon,
.intercom-namespace .intercom-admin-profile-location-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: text-bottom
}

.intercom-namespace .intercom-admin-profile-bio-icon>g>g,
.intercom-namespace .intercom-admin-profile-job-title-icon>g>g,
.intercom-namespace .intercom-admin-profile-location-icon>g>g {
    stroke: rgb(255, 255, 255)
}

.intercom-namespace .intercom-admin-profile-bio-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.intercom-namespace .intercom-admin-profile-full-calendar>path,
.intercom-namespace .intercom-admin-profile-full-social-account-linkedin>g>g,
.intercom-namespace .intercom-admin-profile-full-social-account-twitter>g>g {
    fill: rgba(255, 255, 255, 0.7)
}

.intercom-namespace .intercom-composer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 56px;
    max-height: 200px;
    border-top: 1px solid #e6e6e6
}

.intercom-namespace .intercom-composer pre,
.intercom-namespace .intercom-composer textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 60px 18px 29px;
    width: 100%;
    height: 100%;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.33;
    background-color: #fff;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .intercom-composer textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    resize: none;
    border: 0;
    -webkit-transition: background-color ease 200ms, -webkit-box-shadow ease 200ms;
    transition: background-color ease 200ms, box-shadow ease 200ms;
    transition: background-color ease 200ms, box-shadow ease 200ms, -webkit-box-shadow ease 200ms;
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .intercom-composer textarea::-webkit-input-placeholder {
    color: #737376;
    font-style: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.33
}

.intercom-namespace .intercom-composer textarea::-moz-placeholder {
    color: #737376;
    font-style: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.33
}

.intercom-namespace .intercom-composer textarea:-ms-input-placeholder {
    color: #737376;
    font-style: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.33
}

.intercom-namespace .intercom-composer textarea:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-composer pre {
    visibility: hidden
}

.intercom-namespace .intercom-composer-borderless {
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-top: none
}

.intercom-namespace .intercom-composer-borderless pre,
.intercom-namespace .intercom-composer-borderless textarea {
    padding-left: 21px;
    border-radius: 5px
}

.intercom-namespace .intercom-composer-borderless textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.intercom-namespace .intercom-composer-borderless .intercom-composer-buttons {
    right: 24px
}

.intercom-namespace .intercom-composer-borderless .intercom-composer-popover {
    right: 0
}

.intercom-namespace .intercom-composer-buttons {
    position: absolute;
    top: 0;
    right: 21px
}

.intercom-namespace .intercom-composer-emoji-button,
.intercom-namespace .intercom-composer-gif-button,
.intercom-namespace .intercom-composer-send-button,
.intercom-namespace .intercom-composer-upload-button {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: .8;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    height: 51px;
    margin-top: 2px
}

.intercom-namespace .intercom-composer-emoji-button:hover,
.intercom-namespace .intercom-composer-gif-button:hover,
.intercom-namespace .intercom-composer-send-button:hover,
.intercom-namespace .intercom-composer-upload-button:hover,
.intercom-namespace .intercom-image-loaded img {
    opacity: 1
}

.intercom-namespace .intercom-composer-emoji-button:before,
.intercom-namespace .intercom-composer-gif-button:before,
.intercom-namespace .intercom-composer-send-button:before,
.intercom-namespace .intercom-composer-upload-button:before {
    position: absolute;
    top: 20px;
    background-position: center
}

.intercom-namespace .intercom-composer-emoji-button svg,
.intercom-namespace .intercom-composer-gif-button svg,
.intercom-namespace .intercom-composer-send-button svg,
.intercom-namespace .intercom-composer-upload-button svg {
    position: absolute;
    top: 18px
}

.intercom-namespace .intercom-composer-buttons-not-readable .intercom-composer-emoji-button-active svg path,
.intercom-namespace .intercom-composer-buttons-not-readable .intercom-composer-gif-button-active svg path,
.intercom-namespace .intercom-composer-buttons-not-readable .intercom-composer-send-button svg path,
.intercom-namespace .intercom-composer-emoji-button svg path,
.intercom-namespace .intercom-composer-gif-button svg path,
.intercom-namespace .intercom-composer-send-button svg path,
.intercom-namespace .intercom-composer-upload-button svg path {
    fill: #737376
}

.intercom-namespace .intercom-composer-send-button {
    width: 15px;
    padding-left: 8px;
    padding-right: 8px;
    top: 1px
}

.intercom-namespace .intercom-composer-send-button svg {
    height: 16px;
    width: 15px
}

@media only screen and (max-device-width: 667px) {
    .intercom-namespace .intercom-composer-send-button {
        width: 38px;
        text-align: center
    }

    .intercom-namespace .intercom-composer-send-button svg {
        position: static
    }
}

.intercom-namespace .intercom-composer-emoji-button,
.intercom-namespace .intercom-composer-gif-button,
.intercom-namespace .intercom-composer-upload-button {
    width: 28px;
    padding-left: 8px;
    padding-right: 8px
}

.intercom-namespace .intercom-composer-emoji-button svg,
.intercom-namespace .intercom-composer-upload-button svg {
    height: 18px;
    width: 18px
}

.intercom-namespace .intercom-composer-gif-button {
    width: 29px
}

.intercom-namespace .intercom-composer-gif-button svg {
    height: 18px
}

.intercom-namespace .intercom-composer-emoji-button-active svg path,
.intercom-namespace .intercom-composer-gif-button-active svg path,
.intercom-namespace .intercom-composer-send-button svg path {
    fill: #333333
}

.intercom-namespace .intercom-post-composer>.intercom-composer-buttons {
    display: none
}

.intercom-namespace .intercom-reaction-picker {
    height: 45px;
    background-color: #fafafa;
    padding: 5px;
    border-radius: 0 0 6px 6px;
    text-align: center;
    overflow: hidden
}

.intercom-namespace .intercom-reaction-picker.intercom-reaction-picker-with-prompt {
    height: 74px
}

.intercom-namespace .intercom-reaction-picker .intercom-reaction-prompt {
    padding-top: 9px;
    padding-bottom: 4px;
    text-align: center
}

.intercom-namespace .intercom-reaction-picker .intercom-reaction {
    width: 50px;
    height: 48px;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    -webkit-transition: -webkit-transform .16s cubic-bezier(.65, .61, .18, 1.8) .02s, -webkit-filter .32s linear;
    transition: transform .16s cubic-bezier(.65, .61, .18, 1.8) .02s, filter .32s linear;
    transition: transform .16s cubic-bezier(.65, .61, .18, 1.8) .02s, filter .32s linear, -webkit-transform .16s cubic-bezier(.65, .61, .18, 1.8) .02s, -webkit-filter .32s linear;
    cursor: pointer;
    -webkit-transform-origin: 50% 60%;
    transform-origin: 50% 60%;
    position: relative;
    top: 2px
}

.intercom-namespace .intercom-reaction-picker .intercom-reaction span {
    cursor: pointer;
    line-height: 51px
}

.intercom-namespace .intercom-reaction-picker .intercom-reaction:active,
.intercom-namespace .intercom-reaction-picker .intercom-reaction:hover {
    -webkit-transform: scale(1.32);
    transform: scale(1.32);
    -webkit-transition: -webkit-transform .04s;
    transition: transform .04s;
    transition: transform .04s, -webkit-transform .04s
}

.intercom-namespace .intercom-reaction-picker .intercom-reaction:active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.intercom-namespace .intercom-reaction-picker-reaction-selected .intercom-reaction {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.intercom-namespace .intercom-reaction-picker-reaction-selected .intercom-reaction-selected {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.32);
    transform: scale(1.32)
}

.intercom-namespace .intercom-reaction-picker-reaction-selected .intercom-reaction-selected:active,
.intercom-namespace .intercom-reaction-picker-reaction-selected .intercom-reaction-selected:hover {
    -webkit-transform: scale(1.32);
    transform: scale(1.32)
}

.intercom-namespace .intercom-emoji-sub-icon {
    background-image: url(https://js.intercomcdn.com/images/emoji-spritemap-16.af4e0d5e.png);
    background-size: 576px 576px;
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    margin: 1px
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-emoji-sub-icon {
        background-image: url(https://js.intercomcdn.com/images/emoji-spritemap-32.5bf93f13.png)
    }
}

.intercom-namespace .intercom-reaction-picker .intercom-emoji-sub-icon {
    background-image: url(https://js.intercomcdn.com/images/emoji-spritemap-32.5bf93f13.png);
    background-size: 1152px 1152px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-reaction-picker .intercom-emoji-sub-icon {
        background-image: url(https://js.intercomcdn.com/images/emoji-spritemap-32.5bf93f13.png)
    }
}

.intercom-namespace .intercom-sticker-native {
    font-size: 96px;
    line-height: 96px;
    margin-top: 12px
}

.intercom-namespace .intercom-sticker-image {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px
}

.intercom-namespace .intercom-snippet .intercom-sticker-native {
    font-size: 38px;
    line-height: 38px;
    margin-top: 4.75px;
    margin-bottom: -4.75px
}

.intercom-namespace .intercom-snippet .intercom-sticker-image {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px
}

.intercom-namespace .intercom-chat-snippet .intercom-sticker-native {
    font-size: 45px;
    line-height: 45px;
    margin-top: 5.625px;
    margin-bottom: -5.625px
}

.intercom-namespace .intercom-chat-snippet .intercom-sticker-image {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px
}

.intercom-namespace .intercom-post-card {
    background-color: #fff;
    font-size: 13px;
    color: #000;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    max-height: 180px;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
    cursor: pointer
}

.intercom-namespace .intercom-post-card:hover {
    -webkit-box-shadow: 0 8px 20px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px -10px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.intercom-namespace .intercom-post-card * {
    cursor: pointer
}

.intercom-namespace .intercom-post-card-body {
    padding: 0 24px 17px
}

.intercom-namespace .intercom-post-card.intercom-post-card-truncated:after {
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity ease 100ms;
    transition: opacity ease 100ms;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60px;
    content: ' ';
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0));
    border-radius: 0 0 5px 5px
}

.intercom-namespace .intercom-post-card-body .intercom-messenger-card-wrapper {
    -webkit-box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    border: 1px solid #eee;
    border-top: none
}

.intercom-namespace .intercom-note-card {
    background-color: #fff;
    font-size: 13px;
    color: #000;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    overflow: hidden
}

.intercom-namespace .intercom-note-card-body {
    padding: 0 24px 24px
}

.intercom-namespace .intercom-note-card-body .intercom-block-messenger-card {
    margin: 16px auto
}

.intercom-namespace .intercom-note-card-body .intercom-messenger-card-wrapper {
    -webkit-box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    border: 1px solid #eee;
    border-top: none
}

.intercom-namespace .intercom-link-card-container {
    padding-left: 45px
}

.intercom-namespace .intercom-link-card-container-borderless {
    margin-left: 45px
}

.intercom-namespace .intercom-link-card-container,
.intercom-namespace .intercom-link-card-container-borderless {
    position: relative
}

.intercom-namespace .intercom-link-card-inner-container {
    background-color: #fff;
    border-radius: 5px;
    color: #000
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card,
.intercom-namespace .intercom-link-card-container .intercom-link-card,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out;
    text-decoration: none !important;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card:first-child,
.intercom-namespace .intercom-link-card-container .intercom-link-card:first-child,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card:first-child {
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    border-radius: 3px 3px 0 0
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card:last-child,
.intercom-namespace .intercom-link-card-container .intercom-link-card:last-child,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card:last-child {
    border-radius: 0 0 3px 3px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-light .intercom-link-card-title,
.intercom-namespace .intercom-link-card-container .intercom-link-card-light .intercom-link-card-title,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-light .intercom-link-card-title {
    color: #000
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-content-container,
.intercom-namespace .intercom-link-card-container .intercom-link-card-content-container,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-content-container {
    padding: 20px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-title,
.intercom-namespace .intercom-link-card-container .intercom-link-card-title,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-title {
    color: #333333;
    font-size: 14px;
    line-height: 1.2;
    overflow: wrap
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-description,
.intercom-namespace .intercom-link-card-container .intercom-link-card-description,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-description {
    color: #000;
    font-size: 13px;
    line-height: 1.38;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-author,
.intercom-namespace .intercom-link-card-container .intercom-link-card-author,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-author {
    margin-top: 11px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-author-avatar,
.intercom-namespace .intercom-link-card-container .intercom-link-card-author-avatar,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-author-avatar {
    display: inline-block;
    margin-right: 8px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-author-avatar .intercom-avatar,
.intercom-namespace .intercom-link-card-container .intercom-link-card-author-avatar .intercom-avatar,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-author-avatar .intercom-avatar {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-author-summary,
.intercom-namespace .intercom-link-card-container .intercom-link-card-author-summary,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-author-summary {
    width: calc(100% - 24px);
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    color: #737376;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-author-summary span,
.intercom-namespace .intercom-link-card-container .intercom-link-card-author-summary span,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-author-summary span {
    white-space: nowrap
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-grouped,
.intercom-namespace .intercom-link-card-container .intercom-link-card-grouped,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-grouped {
    border-bottom: 1px solid #eee
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-grouped:hover,
.intercom-namespace .intercom-link-card-container .intercom-link-card-grouped:hover,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-grouped:hover {
    background-color: #fafafa;
    -webkit-transform: none;
    transform: none
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-grouped .intercom-link-card-author,
.intercom-namespace .intercom-link-card-container .intercom-link-card-grouped .intercom-link-card-author,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-grouped .intercom-link-card-author {
    margin-top: 5px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-grouped .intercom-link-card-content-container,
.intercom-namespace .intercom-link-card-container .intercom-link-card-grouped .intercom-link-card-content-container,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-grouped .intercom-link-card-content-container {
    padding: 15px 20px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-grouped:last-child,
.intercom-namespace .intercom-link-card-container .intercom-link-card-grouped:last-child,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-grouped:last-child {
    border-bottom: none
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-title-link-icon svg,
.intercom-namespace .intercom-link-card-container .intercom-link-card-title-link-icon svg,
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-title-link-icon svg {
    fill: #333333 !important;
    height: 13px;
    width: 13px;
    padding-right: 5px
}

.intercom-namespace .intercom-block.intercom-block-link .intercom-link-card-title[type="educate.help_center"],
.intercom-namespace .intercom-link-card-container .intercom-link-card-title[type="educate.help_center"],
.intercom-namespace .intercom-link-card-container-borderless .intercom-link-card-title[type="educate.help_center"] {
    text-align: center;
    font-size: 13px
}

.intercom-namespace .intercom-link-card-container-message {
    width: 100%;
    padding-left: 0
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-content-container {
    padding: 21px 30px
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-title {
    margin-bottom: 8px;
    font-size: 20px
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-description {
    font-size: 14px;
    line-height: 20px
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-author {
    height: 26px;
    font-size: 13px
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-author-avatar {
    margin-right: 8px
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-author-avatar .intercom-avatar {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-author-avatar .intercom-avatar img {
    width: 24px;
    height: 24px
}

.intercom-namespace .intercom-link-card-container-message .intercom-link-card-author-summary {
    width: calc(100% - 32px);
    padding-top: 3px;
    font-size: 13px
}

.intercom-namespace .intercom-link-card-avatar {
    position: absolute;
    left: 0;
    bottom: 10px
}

.intercom-namespace .intercom-link-card-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-attribute-collector-card-avatar .intercom-avatar img,
.intercom-namespace .intercom-borderless .intercom-borderless-card-avatar .intercom-avatar img,
.intercom-namespace .intercom-borderless .intercom-typing-admin .intercom-typing-admin-avatar .intercom-avatar img,
.intercom-namespace .intercom-comment-container-admin-avatar .intercom-avatar img,
.intercom-namespace .intercom-comment-container-admin-borderless-avatar .intercom-avatar img,
.intercom-namespace .intercom-link-card-avatar .intercom-avatar img,
.intercom-namespace .intercom-notification-channel-collector-card-avatar .intercom-avatar img,
.intercom-namespace .intercom-typing-admin-avatar .intercom-avatar img {
    width: 32px;
    height: 32px
}

.intercom-namespace .intercom-link-card-asked-about {
    text-align: center;
    color: #737376;
    font-size: 13px;
    clear: both;
    padding-top: 0;
    padding-bottom: 14px
}

.intercom-namespace .intercom-comment-container,
.intercom-namespace .intercom-comment-container-borderless-single {
    position: relative
}

.intercom-namespace .intercom-comment-container-user {
    float: right;
    padding-left: 48px;
    width: calc(100% - 48px)
}

.intercom-namespace .intercom-comment-container-user .intercom-block-messenger-card,
.intercom-namespace .intercom-comment-container-user .intercom-comment-single {
    float: right
}

.intercom-namespace .intercom-comment-container-other-user {
    float: left;
    padding-left: 48px
}

.intercom-namespace .intercom-comment-container-other-user .intercom-block-messenger-card {
    float: left
}

.intercom-namespace .intercom-comment-container-admin {
    float: left;
    padding-left: 45px;
    width: calc(100% - 48px)
}

.intercom-namespace .intercom-comment-container-borderless .intercom-block-messenger-card {
    padding-bottom: 8px
}

.intercom-namespace .intercom-chat .intercom-comment-container-admin {
    float: none;
    padding-left: 0;
    width: 100%
}

.intercom-namespace .intercom-comment-container-admin-avatar {
    position: absolute;
    left: 0;
    bottom: 10px
}

.intercom-namespace .intercom-comment-container-admin-avatar .intercom-avatar,
.intercom-namespace .intercom-comment-container-admin-borderless-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-comment-container-admin-borderless-avatar {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-radius: 100%
}

.intercom-namespace .intercom-comment:not(.intercom-comment-with-body) {
    padding: 12px 20px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 75%;
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .intercom-comment:not(.intercom-comment-with-body) pre span {
    color: inherit !important;
    background-color: inherit !important;
    font-weight: inherit !important;
    word-wrap: break-word
}

.intercom-namespace .intercom-comment-single .intercom-image-progress {
    border-radius: 5px
}

.intercom-namespace .intercom-conversation-part-failed .intercom-comment {
    opacity: .8
}

.intercom-namespace .intercom-comment-container-user .intercom-comment {
    color: #fff
}

.intercom-namespace .intercom-comment-container-user .intercom-comment a {
    color: #fff;
    text-decoration: underline
}

.intercom-namespace .intercom-comment-container-user .intercom-comment.intercom-comment-light {
    color: #000;
    border: 1px solid #e1e1e1
}

.intercom-namespace .intercom-comment-container-user .intercom-comment.intercom-comment-light a {
    color: #000;
    text-decoration: underline
}

.intercom-namespace .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) {
    background-color: #333333;
    float: right
}

.intercom-namespace .intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body) .intercom-block-attachment-list>a,
.intercom-namespace .intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body) .intercom-block-button:hover,
.intercom-namespace .intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) .intercom-block-button:hover,
.intercom-namespace .intercom-comment-container-user .intercom-comment:not(.intercom-comment-with-body) .intercom-block-attachment-list>a {
    text-decoration: none
}

.intercom-namespace .intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body),
.intercom-namespace .intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) {
    color: #000;
    background-color: #f5f5f5
}

.intercom-namespace .intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body) a {
    color: rgb(51, 51, 51);
    text-decoration: underline
}

.intercom-namespace .intercom-comment-container-admin .intercom-comment:not(.intercom-comment-with-body) .intercom-block-button-container,
.intercom-namespace .intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) .intercom-block-button-container {
    margin-bottom: 10px
}

.intercom-namespace .intercom-comment-container-other-user .intercom-comment:not(.intercom-comment-with-body) a {
    color: #000;
    text-decoration: underline
}

.intercom-namespace .intercom-comment-container-admin.intercom-comment-container-borderless .intercom-comment:not(.intercom-comment-with-body) {
    background-color: #fff
}

.intercom-namespace .intercom-comment-container-admin.intercom-comment-container-borderless .intercom-comment:not(.intercom-comment-with-body) a {
    color: #737376
}

.intercom-namespace .intercom-comment-tooltip {
    z-index: 2147483001;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.16;
    background-color: #737376;
    color: #fff;
    position: absolute;
    white-space: nowrap
}

.intercom-namespace .intercom-comment-accessibility-tooltip,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-comment-tooltip {
    display: none
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-comment-container {
    padding-bottom: 20px
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-comment-accessibility-tooltip {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    bottom: -5px;
    color: #737376
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-comment .intercom-comment-accessibility-tooltip {
    bottom: -17px;
    margin-left: -15px
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-comment-single .intercom-comment-accessibility-tooltip,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-comment-with-body .intercom-comment-accessibility-tooltip {
    bottom: -1px;
    margin-left: 0
}

.intercom-namespace .intercom-comment-body {
    position: relative
}

.intercom-namespace .intercom-comment-body-block-group {
    margin-bottom: 8px
}

.intercom-namespace .intercom-comment-body-block-group:after,
.intercom-namespace .intercom-comment-body-block-group:before {
    content: " ";
    display: table
}

.intercom-namespace .intercom-comment-body-block-group:after {
    clear: both
}

.intercom-namespace .intercom-comment-body-block-group-text {
    max-width: 100%;
    padding: 17px 20px;
    border-radius: 6px;
    display: inline-block
}

.intercom-namespace .intercom-comment-body-block-group:last-child {
    margin-bottom: 0
}

.intercom-namespace .intercom-comment-body-block-group-messenger-card {
    margin-bottom: 16px
}

.intercom-namespace .intercom-comment-body-user .intercom-comment-body-block-group-text {
    color: #fff;
    background-color: #333333
}

.intercom-namespace .intercom-comment-body-admin .intercom-comment-body-block-group-text,
.intercom-namespace .intercom-comment-body-other-user .intercom-comment-body-block-group-text {
    color: #000;
    background-color: #f5f5f5
}

.intercom-namespace .intercom-comment-body-admin .intercom-comment-body-block-group-text a,
.intercom-namespace .intercom-comment-body-other-user .intercom-comment-body-block-group-text a {
    text-decoration: underline
}

.intercom-namespace .intercom-comment-body-borderless.intercom-comment-body-admin .intercom-comment-body-block-group-text,
.intercom-namespace .intercom-comment-body-borderless.intercom-comment-body-other-user .intercom-comment-body-block-group-text {
    background-color: #fff
}

.intercom-namespace .intercom-comment-body-borderless.intercom-comment-body-admin .intercom-comment-body-block-group-text a,
.intercom-namespace .intercom-comment-body-borderless.intercom-comment-body-other-user .intercom-comment-body-block-group-text a {
    color: #000
}

.intercom-namespace .intercom-comment-body-borderless.intercom-comment-body-admin-with-avatar .intercom-comment-body-block-group-text:last-child {
    border-bottom-left-radius: 0
}

.intercom-namespace .intercom-borderless .intercom-comment-single .intercom-block-attachment-list>a,
.intercom-namespace .intercom-comment-body-borderless .intercom-comment-body-block-group-text,
.intercom-namespace .intercom-comment-single .intercom-borderless .intercom-block-attachment-list>a {
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09)
}

.intercom-namespace .intercom-modal {
    z-index: 2147483003
}

.intercom-namespace .intercom-modal-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.intercom-namespace .intercom-modal-inner {
    width: 100%;
    height: 100%
}

.intercom-namespace .intercom-modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .35)
}

.intercom-namespace .intercom-modal-overlay-z {
    z-index: 2147483003
}

.intercom-namespace .intercom-modal-overlay-close {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 30px;
    right: 40px;
    background-image: url(https://js.intercomcdn.com/images/close-button.3f88d81d.png);
    background-size: 19px 19px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-modal-overlay-close {
        background-image: url(https://js.intercomcdn.com/images/close-button@2x.0b71c094.png)
    }
}

.intercom-namespace .intercom-modal-overlay-close:hover {
    cursor: pointer
}

.intercom-namespace .intercom-modal-frame {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 2147483003
}

.intercom-namespace .intercom-modal-frame-below {
    z-index: 2147482999
}

.intercom-namespace .intercom-modal-frame-visible {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0
}

.intercom-namespace .intercom-typing-admin {
    position: relative;
    padding-left: 45px;
    padding-bottom: 24px
}

.intercom-namespace .intercom-typing-admin-avatar {
    position: absolute;
    left: 0;
    bottom: 34px
}

.intercom-namespace .intercom-typing-admin-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-typing-admin-bubble {
    height: 53px;
    width: 66px;
    padding: 0;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.intercom-namespace .intercom-typing-admin-bubble div {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #737376;
    position: absolute;
    top: 24px;
    -webkit-animation: is-typing-dot 1s infinite ease-in;
    animation: is-typing-dot 1s infinite ease-in
}

.intercom-namespace .intercom-typing-admin-bubble .intercom-typing-admin-dot-1 {
    left: 20px
}

.intercom-namespace .intercom-typing-admin-bubble .intercom-typing-admin-dot-2 {
    left: 30px
}

.intercom-namespace .intercom-typing-admin-bubble .intercom-typing-admin-dot-3 {
    left: 40px
}

.intercom-namespace .intercom-image {
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out
}

.intercom-namespace .intercom-image-zoomable img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.intercom-namespace .intercom-image-placeholder {
    width: 100%
}

.intercom-namespace .intercom-image-progress {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .5;
    -webkit-transition: width 1s linear;
    transition: width 1s linear
}

.intercom-namespace .intercom-zoomed-image-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.intercom-namespace .intercom-zoomed-image {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    max-width: 90vw;
    max-height: 90vh;
    -webkit-transition: max-width ease 200ms, max-height ease 200ms;
    transition: max-width ease 200ms, max-height ease 200ms
}

.intercom-namespace .intercom-gradient {
    z-index: 2147482998;
    position: fixed;
    width: 500px;
    height: 500px;
    bottom: 0;
    right: 0;
    content: '';
    pointer-events: none;
    background: radial-gradient(ellipse at bottom right, rgba(29, 39, 54, .16) 0%, rgba(29, 39, 54, 0) 72%)
}

.intercom-namespace .intercom-app-left-aligned .intercom-gradient {
    background: radial-gradient(ellipse at bottom left, rgba(29, 39, 54, .16) 0%, rgba(29, 39, 54, 0) 72%);
    left: 0 !important;
    right: auto
}

.intercom-namespace .intercom-emoji-picker {
    width: 330px;
    height: 260px
}

.intercom-namespace .intercom-emoji-picker-small {
    width: 145px;
    height: 115px
}

.intercom-namespace .intercom-emoji-picker-group {
    margin: 10px -5px;
    padding-left: 3px
}

.intercom-namespace .intercom-emoji-picker-group-title {
    color: #737376;
    font-weight: 600;
    font-size: 11px;
    margin: 5px;
    text-transform: uppercase;
    line-height: 1.27
}

.intercom-namespace .intercom-emoji-picker-emoji {
    padding: 6px;
    width: 30px;
    line-height: 1.07;
    display: inline-table;
    text-align: justify;
    cursor: pointer;
    vertical-align: middle;
    font-size: 28px;
    -webkit-transition: -webkit-transform 60ms ease-out;
    transition: transform 60ms ease-out;
    transition: transform 60ms ease-out, -webkit-transform 60ms ease-out;
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"
}

.intercom-namespace .intercom-emoji-picker-emoji-active {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.intercom-namespace .intercom-emoji-picker-image {
    background-image: url(https://js.intercomcdn.com/images/emoji-spritemap-16.af4e0d5e.png);
    background-size: 576px 576px;
    background-repeat: no-repeat;
    border: 10px solid;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    cursor: pointer
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-emoji-picker-image {
        background-image: url(https://js.intercomcdn.com/images/emoji-spritemap-32.5bf93f13.png)
    }
}

.intercom-namespace .emoji-skintone-picker-popover {
    height: 50px;
    width: 290px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .08);
    border-radius: 6px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.intercom-namespace .emoji-skintone-picker-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    background-color: transparent;
    z-index: 1
}

.intercom-namespace .emoji-skintone-picker-caret,
.intercom-namespace .emoji-skintone-picker-outer-caret {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.intercom-namespace .emoji-skintone-picker-caret {
    border-top: 8px solid #fff;
    bottom: -8px
}

.intercom-namespace .emoji-skintone-picker-outer-caret {
    bottom: -9px
}

.intercom-namespace .emoji-skintone-picker-emoji {
    padding: 3px;
    width: 36px;
    line-height: 1.28;
    display: inline-block;
    height: 36px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    font-size: 28px;
    margin: 4px 5px 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"
}

.intercom-namespace .emoji-skintone-picker-emoji:hover {
    background-color: #fafafa;
    border-radius: 3px
}

.intercom-namespace .emoji-skintone-picker-divider {
    border-right: 1px solid #eee;
    height: 36px;
    width: 1px
}

.intercom-namespace .intercom-gif-picker {
    width: 330px;
    height: 260px
}

.intercom-namespace .intercom-gif-picker-results {
    margin: 5px -5px;
    overflow: hidden
}

.intercom-namespace .intercom-gif-picker-gif-container {
    float: left;
    width: 50%;
    height: 150px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.intercom-namespace .intercom-gif-picker-gif {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 2px
}

.intercom-namespace .intercom-gif-picker-gif:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3)
}

.intercom-namespace .intercom-borderless {
    z-index: 2147483000;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
    max-height: 100%
}

.intercom-namespace .intercom-borderless-header {
    z-index: 2147483001;
    position: absolute;
    top: 0;
    width: 340px;
    padding: 0 10px;
    height: 40px
}

.intercom-namespace .intercom-borderless-body {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 340px;
    padding: 50px 10px 10px
}

.intercom-namespace .intercom-borderless-dismiss-button,
.intercom-namespace .intercom-borderless-view-more-button {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    opacity: 0;
    -webkit-transition: all 120ms ease-out 80ms;
    transition: all 120ms ease-out 80ms
}

.intercom-namespace .intercom-borderless-dismiss-button span {
    padding: 0 8px
}

.intercom-namespace .intercom-borderless-dismiss-button span,
.intercom-namespace .intercom-borderless-view-more-button span {
    display: block;
    background-color: #67788f;
    color: #fff;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    cursor: pointer;
    background-position: center
}

.intercom-namespace .intercom-borderless-dismiss-button span:hover,
.intercom-namespace .intercom-borderless-view-more-button span:hover {
    background-color: #5c6c80
}

.intercom-namespace .intercom-borderless-header-visible .intercom-borderless-dismiss-button,
.intercom-namespace .intercom-borderless-header-visible .intercom-borderless-view-more-button,
.intercom-namespace .intercom-borderless-header:hover .intercom-borderless-dismiss-button,
.intercom-namespace .intercom-borderless-header:hover .intercom-borderless-view-more-button {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-borderless-dismiss-button {
    position: absolute;
    top: 10px;
    right: 0
}

.intercom-namespace .intercom-borderless-dismiss-button span {
    padding-right: 16px;
    padding-left: 16px;
    background-image: url(https://js.intercomcdn.com/images/dismiss.249568e7.png);
    background-size: 8px 8px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-borderless-dismiss-button span {
        background-image: url(https://js.intercomcdn.com/images/dismiss@2x.1c82ba79.png)
    }
}

.intercom-namespace .intercom-borderless-view-more-button {
    display: inline-block
}

.intercom-namespace .intercom-borderless-view-more-button span {
    padding: 0 20px
}

.intercom-namespace .intercom-borderless-button-wrapper {
    padding-top: 10px;
    position: relative;
    margin-left: 45px;
    text-align: center
}

.intercom-namespace .intercom-borderless-conversation-body-inner {
    padding-bottom: 10px
}

.intercom-namespace .intercom-borderless-conversation-body {
    overflow-anchor: none;
    max-height: 100%;
    padding-top: 10px;
    padding-right: 10px;
    margin-right: -10px
}

.intercom-namespace .intercom-borderless-conversation-body-enable-scroll {
    overflow: auto
}

.intercom-namespace .intercom-borderless-conversation-body-enable-scroll.intercom-borderless-conversation-body-visible-scrollbars {
    margin-right: 0
}

.intercom-namespace .intercom-borderless-conversation-composer {
    padding-top: 0;
    padding-left: 45px
}

.intercom-namespace .intercom-borderless-conversation-quick-replies {
    -webkit-transition: height 200ms ease 500ms, opacity 100ms ease 600ms;
    transition: height 200ms ease 500ms, opacity 100ms ease 600ms
}

.intercom-namespace .intercom-borderless .intercom-borderless-card-avatar {
    position: absolute;
    bottom: 21px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-radius: 100%
}

.intercom-namespace .intercom-borderless .intercom-borderless-card-avatar .intercom-avatar,
.intercom-namespace .intercom-borderless .intercom-typing-admin .intercom-typing-admin-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-borderless .intercom-borderless-link-card-avatar {
    left: -40px;
    bottom: 0
}

.intercom-namespace .intercom-borderless .intercom-comment:not(.intercom-comment-with-body) {
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-radius: 6px
}

.intercom-namespace .intercom-borderless .intercom-comment-single video {
    border-radius: 6px
}

.intercom-namespace .intercom-borderless .intercom-chat-card-borderless-single .intercom-image,
.intercom-namespace .intercom-borderless .intercom-typing-admin .intercom-typing-admin-avatar {
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09)
}

.intercom-namespace .intercom-borderless .intercom-typing-admin {
    padding-left: 45px;
    padding-bottom: 0;
    padding-top: 10px;
    position: static
}

.intercom-namespace .intercom-borderless .intercom-typing-admin .intercom-typing-admin-avatar {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100%
}

.intercom-namespace .intercom-borderless .intercom-typing-admin .intercom-typing-admin-bubble {
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-bottom-left-radius: 0
}

.intercom-namespace .intercom-borderless .intercom-comment-container-admin.intercom-comment-container-borderless .intercom-comment {
    color: #000
}

.intercom-namespace .intercom-borderless .intercom-notification-channels-last-part {
    margin-top: 5px;
    margin-bottom: 0
}

.intercom-namespace .intercom-borderless .intercom-notification-channels-next-part-by-admin {
    margin-top: 0;
    margin-bottom: 5px
}

.intercom-namespace .intercom-borderless .intercom-conversation-part-admin .intercom-comment-container-borderless .intercom-conversation-part-metadata {
    padding: 0;
    margin-top: 6px
}

.intercom-namespace .intercom-borderless .intercom-conversation-part-admin .intercom-chat-card-borderless .intercom-conversation-part-metadata,
.intercom-namespace .intercom-borderless .intercom-conversation-part-admin .intercom-chat-card-borderless-single .intercom-conversation-part-metadata {
    padding: 5px 20px
}

.intercom-namespace .intercom-borderless .intercom-conversation-part-user .intercom-comment-container-borderless .intercom-conversation-part-metadata {
    float: none;
    color: #fff;
    opacity: .5;
    width: auto
}

.intercom-namespace .intercom-borderless .intercom-conversation-part-user .intercom-comment-container-borderless .intercom-conversation-part-metadata-save-state {
    float: none
}

.intercom-namespace .intercom-borderless .intercom-chat-card-borderless {
    margin-left: 45px;
    margin-bottom: 8px
}

.intercom-namespace .intercom-borderless .intercom-chat-card-borderless .intercom-chat-card-avatar-team {
    left: -46px
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-chat-card-with-avatar {
    margin-left: 95px !important
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-chat-card-with-avatar .intercom-chat-card-avatar,
.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-chat-card-with-avatar .intercom-comment-container-admin-borderless-avatar {
    left: -50px !important
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-comment-container-borderless-with-avatar {
    margin-left: 55px !important
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-comment-container-borderless-with-avatar .intercom-chat-card-avatar,
.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-comment-container-borderless-with-avatar .intercom-comment-container-admin-borderless-avatar {
    left: -10px !important
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-comment-container-admin {
    width: calc(100% - 100px)
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-typing-admin {
    padding-left: 95px !important
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-typing-admin .intercom-typing-admin-avatar {
    left: 45px !important
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-quick-replies-wrapper {
    padding-left: 40px
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned img.intercom-team-avatar-small {
    width: 17px;
    height: 17px;
    line-height: 17px
}

.intercom-namespace .intercom-borderless.intercom-borderless-left-aligned .intercom-borderless-body {
    width: calc(340px + 50px)
}

.intercom-namespace .intercom-comment-container-borderless-with-avatar .intercom-comment:not(.intercom-comment-with-body) {
    border-bottom-left-radius: 0
}

.intercom-namespace .intercom-quick-replies-wrapper {
    -webkit-transition: opacity linear 100ms;
    transition: opacity linear 100ms
}

.intercom-namespace .intercom-quick-replies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.intercom-namespace .quick-reply-button {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 5px 10px;
    padding: 10px;
    border: 1px solid #333333;
    border-radius: 6px;
    background-color: #fff;
    color: #333333
}

.intercom-namespace .quick-reply-button:hover {
    background-color: #333333;
    color: #fff
}

.intercom-namespace .quick-reply-button.quick-reply-button-borderless {
    margin: 5px 0 0 5px
}

.intercom-namespace .quick-reply-button.quick-reply-button-light {
    border: 1px solid #000;
    color: #000
}

.intercom-namespace .quick-reply-button.quick-reply-button-light:hover {
    color: #000
}

.intercom-namespace .intercom-install-card {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 244px;
    width: 524px;
    background-color: #fff
}

.intercom-namespace .intercom-install-card-body {
    height: 174px;
    display: block;
    margin: 40px 104px 34px 40px
}

.intercom-namespace .intercom-install-card-dismiss-button {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url(https://js.intercomcdn.com/images/close.1359f860.png);
    background-size: 10px 10px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-install-card-dismiss-button {
        background-image: url(https://js.intercomcdn.com/images/close@2x.570e24e7.png)
    }
}

.intercom-namespace .intercom-install-card-description {
    display: block;
    width: 380px;
    height: 100%
}

.intercom-namespace .intercom-install-card-description-copy {
    height: 140px
}

.intercom-namespace .intercom-install-card-description-text {
    font-size: 14px;
    line-height: 20px
}

.intercom-namespace .intercom-install-card-description-text code {
    padding: 3px 5px;
    display: inline-block;
    background: #f6f6f6;
    border-radius: 3px;
    font-family: monospace
}

.intercom-namespace .intercom-install-card-heading {
    font-weight: lighter;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px
}

.intercom-namespace .intercom-install-card-link:hover {
    text-decoration: underline;
    color: #286efa !important
}

.intercom-namespace .intercom-install-card-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-install-card-button {
    display: inline-block;
    background: #286efa !important;
    border: 1px solid #0549d1;
    border-radius: 4px;
    color: #fff !important;
    letter-spacing: -.2px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px
}

.intercom-namespace .intercom-install-card-link {
    color: #286efa !important;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    cursor: pointer
}

.intercom-namespace .intercom-install-card-button:hover {
    background: #0549d1 !important
}

.intercom-namespace .intercom-install-card-spacer {
    height: 15px
}

.intercom-namespace .intercom-install-card-missing-launcher-outline {
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-image: url(https://js.intercomcdn.com/images/missing-messenger.e94bc44d.svg)
}

.intercom-namespace .intercom-install-card-list {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-install-card-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px
}

.intercom-namespace .intercom-install-card-list-item-name {
    letter-spacing: .7px;
    font-weight: 700
}

.intercom-namespace .intercom-install-card-list-item-value.o__green {
    color: #17c65d
}

.intercom-namespace .intercom-install-card-list-item-name.o__grey,
.intercom-namespace .intercom-install-card-list-item-value.o__grey {
    color: #888
}

.intercom-namespace .intercom-install-card-list-item-value.o__red,
.intercom-namespace .intercom-upfront-email-composer label {
    color: #fd3a57
}

.intercom-namespace .intercom-flag {
    width: 16px;
    height: 16px;
    background-position: 0 0;
    background-image: url(https://js.intercomcdn.com/images/flags.4fc63683.png);
    background-size: 240px 240px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-flag {
        background-image: url(https://js.intercomcdn.com/images/flags@2x.a60fc35b.png)
    }
}

.intercom-namespace .intercom-flag.ad {
    background-position: -16px 0
}

.intercom-namespace .intercom-flag.ae {
    background-position: -32px 0
}

.intercom-namespace .intercom-flag.af {
    background-position: -48px 0
}

.intercom-namespace .intercom-flag.ag {
    background-position: -64px 0
}

.intercom-namespace .intercom-flag.ai {
    background-position: -80px 0
}

.intercom-namespace .intercom-flag.al {
    background-position: -96px 0
}

.intercom-namespace .intercom-flag.am {
    background-position: -112px 0
}

.intercom-namespace .intercom-flag.an {
    background-position: -128px 0
}

.intercom-namespace .intercom-flag.ao {
    background-position: -144px 0
}

.intercom-namespace .intercom-flag.ar {
    background-position: -160px 0
}

.intercom-namespace .intercom-flag.as {
    background-position: -176px 0
}

.intercom-namespace .intercom-flag.at {
    background-position: -192px 0
}

.intercom-namespace .intercom-flag.au {
    background-position: -208px 0
}

.intercom-namespace .intercom-flag.aw {
    background-position: -224px 0
}

.intercom-namespace .intercom-flag.az {
    background-position: 0 -16px
}

.intercom-namespace .intercom-flag.ba {
    background-position: -16px -16px
}

.intercom-namespace .intercom-flag.bb {
    background-position: -32px -16px
}

.intercom-namespace .intercom-flag.bd {
    background-position: -48px -16px
}

.intercom-namespace .intercom-flag.be {
    background-position: -64px -16px
}

.intercom-namespace .intercom-flag.bf {
    background-position: -80px -16px
}

.intercom-namespace .intercom-flag.bg {
    background-position: -96px -16px
}

.intercom-namespace .intercom-flag.bh {
    background-position: -112px -16px
}

.intercom-namespace .intercom-flag.bi {
    background-position: -128px -16px
}

.intercom-namespace .intercom-flag.bj {
    background-position: -144px -16px
}

.intercom-namespace .intercom-flag.bm {
    background-position: -160px -16px
}

.intercom-namespace .intercom-flag.bn {
    background-position: -176px -16px
}

.intercom-namespace .intercom-flag.bo {
    background-position: -192px -16px
}

.intercom-namespace .intercom-flag.br {
    background-position: -208px -16px
}

.intercom-namespace .intercom-flag.bs {
    background-position: -224px -16px
}

.intercom-namespace .intercom-flag.bt {
    background-position: 0 -32px
}

.intercom-namespace .intercom-flag.bw {
    background-position: -16px -32px
}

.intercom-namespace .intercom-flag.by {
    background-position: -32px -32px
}

.intercom-namespace .intercom-flag.bz {
    background-position: -48px -32px
}

.intercom-namespace .intercom-flag.ca {
    background-position: -64px -32px
}

.intercom-namespace .intercom-flag.cd {
    background-position: -80px -32px
}

.intercom-namespace .intercom-flag.cf {
    background-position: -96px -32px
}

.intercom-namespace .intercom-flag.cg {
    background-position: -112px -32px
}

.intercom-namespace .intercom-flag.ch {
    background-position: -128px -32px
}

.intercom-namespace .intercom-flag.ci {
    background-position: -144px -32px
}

.intercom-namespace .intercom-flag.ck {
    background-position: -160px -32px
}

.intercom-namespace .intercom-flag.cl {
    background-position: -176px -32px
}

.intercom-namespace .intercom-flag.cm {
    background-position: -192px -32px
}

.intercom-namespace .intercom-flag.cn {
    background-position: -208px -32px
}

.intercom-namespace .intercom-flag.co {
    background-position: -224px -32px
}

.intercom-namespace .intercom-flag.cr {
    background-position: 0 -48px
}

.intercom-namespace .intercom-flag.cu {
    background-position: -16px -48px
}

.intercom-namespace .intercom-flag.cv {
    background-position: -32px -48px
}

.intercom-namespace .intercom-flag.cy {
    background-position: -48px -48px
}

.intercom-namespace .intercom-flag.cz {
    background-position: -64px -48px
}

.intercom-namespace .intercom-flag.de {
    background-position: -80px -48px
}

.intercom-namespace .intercom-flag.dj {
    background-position: -96px -48px
}

.intercom-namespace .intercom-flag.dk {
    background-position: -112px -48px
}

.intercom-namespace .intercom-flag.dm {
    background-position: -128px -48px
}

.intercom-namespace .intercom-flag.do {
    background-position: -144px -48px
}

.intercom-namespace .intercom-flag.dz {
    background-position: -160px -48px
}

.intercom-namespace .intercom-flag.ec {
    background-position: -176px -48px
}

.intercom-namespace .intercom-flag.ee {
    background-position: -192px -48px
}

.intercom-namespace .intercom-flag.eg {
    background-position: -208px -48px
}

.intercom-namespace .intercom-flag.eh {
    background-position: -224px -48px
}

.intercom-namespace .intercom-flag.er {
    background-position: 0 -64px
}

.intercom-namespace .intercom-flag.es {
    background-position: -16px -64px
}

.intercom-namespace .intercom-flag.et {
    background-position: -32px -64px
}

.intercom-namespace .intercom-flag.fi {
    background-position: -48px -64px
}

.intercom-namespace .intercom-flag.fj {
    background-position: -64px -64px
}

.intercom-namespace .intercom-flag.fm {
    background-position: -80px -64px
}

.intercom-namespace .intercom-flag.fo {
    background-position: -96px -64px
}

.intercom-namespace .intercom-flag.fr {
    background-position: -112px -64px
}

.intercom-namespace .intercom-flag.ga {
    background-position: -128px -64px
}

.intercom-namespace .intercom-flag.gb {
    background-position: -144px -64px
}

.intercom-namespace .intercom-flag.gd {
    background-position: -160px -64px
}

.intercom-namespace .intercom-flag.ge {
    background-position: -176px -64px
}

.intercom-namespace .intercom-flag.gg {
    background-position: -192px -64px
}

.intercom-namespace .intercom-flag.gh {
    background-position: -208px -64px
}

.intercom-namespace .intercom-flag.gi {
    background-position: -224px -64px
}

.intercom-namespace .intercom-flag.gl {
    background-position: 0 -80px
}

.intercom-namespace .intercom-flag.gm {
    background-position: -16px -80px
}

.intercom-namespace .intercom-flag.gn {
    background-position: -32px -80px
}

.intercom-namespace .intercom-flag.gp {
    background-position: -48px -80px
}

.intercom-namespace .intercom-flag.gq {
    background-position: -64px -80px
}

.intercom-namespace .intercom-flag.gr {
    background-position: -80px -80px
}

.intercom-namespace .intercom-flag.gt {
    background-position: -96px -80px
}

.intercom-namespace .intercom-flag.gu {
    background-position: -112px -80px
}

.intercom-namespace .intercom-flag.gw {
    background-position: -128px -80px
}

.intercom-namespace .intercom-flag.gy {
    background-position: -144px -80px
}

.intercom-namespace .intercom-flag.hk {
    background-position: -160px -80px
}

.intercom-namespace .intercom-flag.hn {
    background-position: -176px -80px
}

.intercom-namespace .intercom-flag.hr {
    background-position: -192px -80px
}

.intercom-namespace .intercom-flag.ht {
    background-position: -208px -80px
}

.intercom-namespace .intercom-flag.hu {
    background-position: -224px -80px
}

.intercom-namespace .intercom-flag.id {
    background-position: 0 -96px
}

.intercom-namespace .intercom-flag.ie {
    background-position: -16px -96px
}

.intercom-namespace .intercom-flag.il {
    background-position: -32px -96px
}

.intercom-namespace .intercom-flag.im {
    background-position: -48px -96px
}

.intercom-namespace .intercom-flag.in {
    background-position: -64px -96px
}

.intercom-namespace .intercom-flag.iq {
    background-position: -80px -96px
}

.intercom-namespace .intercom-flag.ir {
    background-position: -96px -96px
}

.intercom-namespace .intercom-flag.is {
    background-position: -112px -96px
}

.intercom-namespace .intercom-flag.it {
    background-position: -128px -96px
}

.intercom-namespace .intercom-flag.je {
    background-position: -144px -96px
}

.intercom-namespace .intercom-flag.jm {
    background-position: -160px -96px
}

.intercom-namespace .intercom-flag.jo {
    background-position: -176px -96px
}

.intercom-namespace .intercom-flag.jp {
    background-position: -192px -96px
}

.intercom-namespace .intercom-flag.ke {
    background-position: -208px -96px
}

.intercom-namespace .intercom-flag.kg {
    background-position: -224px -96px
}

.intercom-namespace .intercom-flag.kh {
    background-position: 0 -112px
}

.intercom-namespace .intercom-flag.ki {
    background-position: -16px -112px
}

.intercom-namespace .intercom-flag.km {
    background-position: -32px -112px
}

.intercom-namespace .intercom-flag.kn {
    background-position: -48px -112px
}

.intercom-namespace .intercom-flag.kp {
    background-position: -64px -112px
}

.intercom-namespace .intercom-flag.kr {
    background-position: -80px -112px
}

.intercom-namespace .intercom-flag.kw {
    background-position: -96px -112px
}

.intercom-namespace .intercom-flag.ky {
    background-position: -112px -112px
}

.intercom-namespace .intercom-flag.kz {
    background-position: -128px -112px
}

.intercom-namespace .intercom-flag.la {
    background-position: -144px -112px
}

.intercom-namespace .intercom-flag.lb {
    background-position: -160px -112px
}

.intercom-namespace .intercom-flag.lc {
    background-position: -176px -112px
}

.intercom-namespace .intercom-flag.li {
    background-position: -192px -112px
}

.intercom-namespace .intercom-flag.lk {
    background-position: -208px -112px
}

.intercom-namespace .intercom-flag.lr {
    background-position: -224px -112px
}

.intercom-namespace .intercom-flag.ls {
    background-position: 0 -128px
}

.intercom-namespace .intercom-flag.lt {
    background-position: -16px -128px
}

.intercom-namespace .intercom-flag.lu {
    background-position: -32px -128px
}

.intercom-namespace .intercom-flag.lv {
    background-position: -48px -128px
}

.intercom-namespace .intercom-flag.ly {
    background-position: -64px -128px
}

.intercom-namespace .intercom-flag.ma {
    background-position: -80px -128px
}

.intercom-namespace .intercom-flag.mc {
    background-position: -96px -128px
}

.intercom-namespace .intercom-flag.md {
    background-position: -112px -128px
}

.intercom-namespace .intercom-flag.me {
    background-position: -128px -128px
}

.intercom-namespace .intercom-flag.mg {
    background-position: -144px -128px
}

.intercom-namespace .intercom-flag.mh {
    background-position: -160px -128px
}

.intercom-namespace .intercom-flag.mk {
    background-position: -176px -128px
}

.intercom-namespace .intercom-flag.ml {
    background-position: -192px -128px
}

.intercom-namespace .intercom-flag.mm {
    background-position: -208px -128px
}

.intercom-namespace .intercom-flag.mn {
    background-position: -224px -128px
}

.intercom-namespace .intercom-flag.mo {
    background-position: 0 -144px
}

.intercom-namespace .intercom-flag.mq {
    background-position: -16px -144px
}

.intercom-namespace .intercom-flag.mr {
    background-position: -32px -144px
}

.intercom-namespace .intercom-flag.ms {
    background-position: -48px -144px
}

.intercom-namespace .intercom-flag.mt {
    background-position: -64px -144px
}

.intercom-namespace .intercom-flag.mu {
    background-position: -80px -144px
}

.intercom-namespace .intercom-flag.mv {
    background-position: -96px -144px
}

.intercom-namespace .intercom-flag.mw {
    background-position: -112px -144px
}

.intercom-namespace .intercom-flag.mx {
    background-position: -128px -144px
}

.intercom-namespace .intercom-flag.my {
    background-position: -144px -144px
}

.intercom-namespace .intercom-flag.mz {
    background-position: -160px -144px
}

.intercom-namespace .intercom-flag.na {
    background-position: -176px -144px
}

.intercom-namespace .intercom-flag.nc {
    background-position: -192px -144px
}

.intercom-namespace .intercom-flag.ne {
    background-position: -208px -144px
}

.intercom-namespace .intercom-flag.ng {
    background-position: -224px -144px
}

.intercom-namespace .intercom-flag.ni {
    background-position: 0 -160px
}

.intercom-namespace .intercom-flag.nl {
    background-position: -16px -160px
}

.intercom-namespace .intercom-flag.no {
    background-position: -32px -160px
}

.intercom-namespace .intercom-flag.np {
    background-position: -48px -160px
}

.intercom-namespace .intercom-flag.nr {
    background-position: -64px -160px
}

.intercom-namespace .intercom-flag.nz {
    background-position: -80px -160px
}

.intercom-namespace .intercom-flag.om {
    background-position: -96px -160px
}

.intercom-namespace .intercom-flag.pa {
    background-position: -112px -160px
}

.intercom-namespace .intercom-flag.pe {
    background-position: -128px -160px
}

.intercom-namespace .intercom-flag.pf {
    background-position: -144px -160px
}

.intercom-namespace .intercom-flag.pg {
    background-position: -160px -160px
}

.intercom-namespace .intercom-flag.ph {
    background-position: -176px -160px
}

.intercom-namespace .intercom-flag.pk {
    background-position: -192px -160px
}

.intercom-namespace .intercom-flag.pl {
    background-position: -208px -160px
}

.intercom-namespace .intercom-flag.pr {
    background-position: -224px -160px
}

.intercom-namespace .intercom-flag.ps {
    background-position: 0 -176px
}

.intercom-namespace .intercom-flag.pt {
    background-position: -16px -176px
}

.intercom-namespace .intercom-flag.pw {
    background-position: -32px -176px
}

.intercom-namespace .intercom-flag.py {
    background-position: -48px -176px
}

.intercom-namespace .intercom-flag.qa {
    background-position: -64px -176px
}

.intercom-namespace .intercom-flag.re {
    background-position: -80px -176px
}

.intercom-namespace .intercom-flag.ro {
    background-position: -96px -176px
}

.intercom-namespace .intercom-flag.rs {
    background-position: -112px -176px
}

.intercom-namespace .intercom-flag.ru {
    background-position: -128px -176px
}

.intercom-namespace .intercom-flag.rw {
    background-position: -144px -176px
}

.intercom-namespace .intercom-flag.sa {
    background-position: -160px -176px
}

.intercom-namespace .intercom-flag.sb {
    background-position: -176px -176px
}

.intercom-namespace .intercom-flag.sc {
    background-position: -192px -176px
}

.intercom-namespace .intercom-flag.sd {
    background-position: -208px -176px
}

.intercom-namespace .intercom-flag.se {
    background-position: -224px -176px
}

.intercom-namespace .intercom-flag.sg {
    background-position: 0 -192px
}

.intercom-namespace .intercom-flag.si {
    background-position: -16px -192px
}

.intercom-namespace .intercom-flag.sk {
    background-position: -32px -192px
}

.intercom-namespace .intercom-flag.sl {
    background-position: -48px -192px
}

.intercom-namespace .intercom-flag.sm {
    background-position: -64px -192px
}

.intercom-namespace .intercom-flag.sn {
    background-position: -80px -192px
}

.intercom-namespace .intercom-flag.so {
    background-position: -96px -192px
}

.intercom-namespace .intercom-flag.sr {
    background-position: -112px -192px
}

.intercom-namespace .intercom-flag.st {
    background-position: -128px -192px
}

.intercom-namespace .intercom-flag.sv {
    background-position: -144px -192px
}

.intercom-namespace .intercom-flag.sy {
    background-position: -160px -192px
}

.intercom-namespace .intercom-flag.sz {
    background-position: -176px -192px
}

.intercom-namespace .intercom-flag.tc {
    background-position: -192px -192px
}

.intercom-namespace .intercom-flag.td {
    background-position: -208px -192px
}

.intercom-namespace .intercom-flag.tg {
    background-position: -224px -192px
}

.intercom-namespace .intercom-flag.th {
    background-position: 0 -208px
}

.intercom-namespace .intercom-flag.tj {
    background-position: -16px -208px
}

.intercom-namespace .intercom-flag.tl {
    background-position: -32px -208px
}

.intercom-namespace .intercom-flag.tm {
    background-position: -48px -208px
}

.intercom-namespace .intercom-flag.tn {
    background-position: -64px -208px
}

.intercom-namespace .intercom-flag.to {
    background-position: -80px -208px
}

.intercom-namespace .intercom-flag.tr {
    background-position: -96px -208px
}

.intercom-namespace .intercom-flag.tt {
    background-position: -112px -208px
}

.intercom-namespace .intercom-flag.tv {
    background-position: -128px -208px
}

.intercom-namespace .intercom-flag.tw {
    background-position: -144px -208px
}

.intercom-namespace .intercom-flag.tz {
    background-position: -160px -208px
}

.intercom-namespace .intercom-flag.ua {
    background-position: -176px -208px
}

.intercom-namespace .intercom-flag.ug {
    background-position: -192px -208px
}

.intercom-namespace .intercom-flag.us {
    background-position: -208px -208px
}

.intercom-namespace .intercom-flag.uy {
    background-position: -224px -208px
}

.intercom-namespace .intercom-flag.uz {
    background-position: 0 -224px
}

.intercom-namespace .intercom-flag.va {
    background-position: -16px -224px
}

.intercom-namespace .intercom-flag.vc {
    background-position: -32px -224px
}

.intercom-namespace .intercom-flag.ve {
    background-position: -48px -224px
}

.intercom-namespace .intercom-flag.vg {
    background-position: -64px -224px
}

.intercom-namespace .intercom-flag.vi {
    background-position: -80px -224px
}

.intercom-namespace .intercom-flag.vn {
    background-position: -96px -224px
}

.intercom-namespace .intercom-flag.vu {
    background-position: -112px -224px
}

.intercom-namespace .intercom-flag.ws {
    background-position: -128px -224px
}

.intercom-namespace .intercom-flag.ye {
    background-position: -144px -224px
}

.intercom-namespace .intercom-flag.za {
    background-position: -160px -224px
}

.intercom-namespace .intercom-flag.zm {
    background-position: -176px -224px
}

.intercom-namespace .intercom-flag.zw {
    background-position: -192px -224px
}

.intercom-namespace .intercom-launcher {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #0086b2;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
}

.intercom-namespace .intercom-launcher * {
    cursor: pointer
}

.intercom-namespace .intercom-launcher-mobile {
    background: #333333
}

.intercom-namespace .intercom-launcher-close-icon,
.intercom-namespace .intercom-launcher-open-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: opacity .08s linear, -webkit-transform .16s linear;
    transition: transform .16s linear, opacity .08s linear;
    transition: transform .16s linear, opacity .08s linear, -webkit-transform .16s linear
}

.intercom-namespace .intercom-launcher-open-icon {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1)
}

.intercom-namespace .intercom-launcher-open-icon svg {
    width: 28px;
    height: 32px
}

.intercom-namespace .intercom-launcher-close-icon svg path,
.intercom-namespace .intercom-launcher-open-icon svg path,
.intercom-namespace .new-conversation-button .intercom-new-conversation-icon path,
.intercom-namespace .new-conversation-button__secondary.new-conversation-button-light .intercom-new-conversation-icon path,
.intercom-namespace .new-message-button .intercom-new-message-icon path {
    fill: rgb(255, 255, 255)
}

.intercom-namespace .intercom-launcher-close-icon {
    opacity: 1;
    -webkit-transform: rotate(-30deg);
    transform: rotate(0deg)
}

.intercom-namespace .intercom-launcher-close-icon svg {
    width: 14px;
    height: 14px
}

.intercom-namespace .intercom-launcher-active .intercom-launcher-open-icon {
    opacity: 0;
    -webkit-transform: rotate(30deg) scale(0);
    transform: rotate(30deg) scale(0)
}

.intercom-namespace .intercom-launcher-active .intercom-launcher-close-icon {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.intercom-namespace .intercom-launcher-discovery-mode .intercom-launcher-open-icon {
    -webkit-transition: -webkit-transform .4s ease .2s;
    transition: transform .4s ease .2s;
    transition: transform .4s ease .2s, -webkit-transform .4s ease .2s
}

.intercom-namespace .intercom-launcher-discovery-mode-open .intercom-launcher-open-icon {
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.intercom-namespace .intercom-launcher-discovery-mode-opening-messenger .intercom-launcher-close-icon {
    -webkit-transition: opacity .2s linear .2s, -webkit-transform .4s linear;
    transition: transform .4s linear, opacity .2s linear .2s;
    transition: transform .4s linear, opacity .2s linear .2s, -webkit-transform .4s linear;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.intercom-namespace .intercom-launcher-discovery {
    padding: 9px;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 35px
}

.intercom-namespace .intercom-launcher-discovery * {
    cursor: pointer
}

.intercom-namespace .intercom-launcher-discovery .intercom-launcher-discovery-container {
    white-space: nowrap;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.intercom-namespace .intercom-launcher-discovery-show {
    -webkit-animation: intercom-launcher-discovery-show 200ms linear both;
    animation: intercom-launcher-discovery-show 200ms linear both;
    -webkit-animation-delay: 320ms;
    animation-delay: 320ms
}

.intercom-namespace .intercom-launcher-discovery-hide {
    -webkit-animation: intercom-launcher-discovery-hide 200ms linear both;
    animation: intercom-launcher-discovery-hide 200ms linear both
}

.intercom-namespace .intercom-launcher-discovery-team-avatar,
.intercom-namespace .intercom-launcher-discovery-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: inline-block;
    vertical-align: middle
}

.intercom-namespace .intercom-launcher-discovery-text {
    padding-left: 4px;
    padding-right: 50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.intercom-namespace .intercom-launcher-discovery-team-avatar .intercom-team-profile-compact-avatar-container {
    padding-right: 4px
}

.intercom-namespace .intercom-launcher-discovery-team-avatar .intercom-team-profile-compact-avatar-container .intercom-team-profile-compact-avatar {
    border: 2px solid #fff
}

.intercom-namespace .intercom-launcher-discovery-text .intercom-launcher-discovery-title {
    font-size: 15px;
    color: #3a3c4c;
    font-weight: 500;
    padding-top: 1px
}

.intercom-namespace .intercom-launcher-discovery-text .intercom-launcher-discovery-response-delay {
    padding-top: 7px;
    font-size: 14px;
    opacity: .8;
    font-weight: 500;
    white-space: nowrap;
    color: #737376
}

.intercom-namespace .intercom-launcher-discovery-left .intercom-launcher-discovery-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 58px;
    padding-right: 10px
}

.intercom-namespace .intercom-launcher-discovery-left .intercom-launcher-discovery-team-avatar {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.intercom-namespace .intercom-launcher-badge {
    position: fixed;
    top: 0;
    right: 0;
    background: #d22628;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

.intercom-namespace .intercom-composer-popover {
    z-index: 2147483003;
    position: absolute;
    max-height: 260px;
    bottom: 100%;
    right: calc(50% - 165px);
    -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .12);
    background-color: #fff;
    border-radius: 6px
}

.intercom-namespace .intercom-composer-popover-caret {
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff
}

.intercom-namespace .intercom-composer-emoji-popover .intercom-composer-popover-caret {
    right: 41px
}

.intercom-namespace .intercom-composer-gif-popover .intercom-composer-popover-caret {
    right: 81px
}

.intercom-namespace .intercom-composer-uploads-hidden .intercom-composer-emoji-popover .intercom-composer-popover-caret {
    right: 7px
}

.intercom-namespace .intercom-composer-uploads-hidden .intercom-composer-gif-popover .intercom-composer-popover-caret {
    right: 47px
}

.intercom-namespace .intercom-composer-popover-header {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 40px;
    border-bottom: 1px #e1e1e1 solid
}

.intercom-namespace .intercom-composer-popover-input {
    background-image: url(https://js.intercomcdn.com/images/search.23b42295.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 12px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 10px 0 10px 25px;
    height: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-composer-popover-input {
        background-image: url(https://js.intercomcdn.com/images/search@2x.b93d3be5.png)
    }
}

.intercom-namespace .intercom-composer-popover-input::-webkit-input-placeholder,
.intercom-namespace .intercom-validating-input input::-webkit-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-composer-popover-input::-moz-placeholder,
.intercom-namespace .intercom-validating-input input::-moz-placeholder {
    color: #737376
}

.intercom-namespace .intercom-composer-popover-input:-ms-input-placeholder,
.intercom-namespace .intercom-validating-input input:-ms-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-composer-popover-body {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0 20px;
    overflow-y: scroll
}

.intercom-namespace .intercom-composer-popover-message {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -7px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.intercom-namespace .intercom-borderless .intercom-composer-popover {
    height: 236px;
    top: -236px;
    right: 7px
}

.intercom-namespace .intercom-borderless .intercom-composer-emoji-popover .intercom-composer-popover-caret {
    right: 52px
}

.intercom-namespace .intercom-borderless .intercom-composer-gif-popover .intercom-composer-popover-caret {
    right: 92px
}

.intercom-namespace .intercom-borderless .intercom-composer-uploads-hidden .intercom-composer-emoji-popover .intercom-composer-popover-caret {
    right: 18px
}

.intercom-namespace .intercom-borderless .intercom-composer-uploads-hidden .intercom-composer-gif-popover .intercom-composer-popover-caret {
    right: 58px
}

.intercom-namespace .intercom-bound-event-creator-header-container {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px
}

.intercom-namespace .intercom-bound-event-creator-header-title {
    color: #1d364b;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 10px
}

.intercom-namespace .intercom-bound-event-creator-body-container {
    background: #f7fafc;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(9, 23, 30, .15), inset 0 -1px 0 0 rgba(9, 23, 30, .12);
    box-shadow: inset 0 1px 1px 0 rgba(9, 23, 30, .15), inset 0 -1px 0 0 rgba(9, 23, 30, .12);
    padding: 16px 20px
}

.intercom-namespace .intercom-bound-event-creator-button {
    border: 1px solid rgba(29, 54, 75, .2);
    border-radius: 3px;
    padding: 5px 18px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-box-shadow linear 40ms;
    transition: box-shadow linear 40ms;
    transition: box-shadow linear 40ms, -webkit-box-shadow linear 40ms;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-left: 10px
}

.intercom-namespace .intercom-bound-event-creator-button:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(29, 54, 75, .1);
    box-shadow: 0 1px 5px 0 rgba(29, 54, 75, .1)
}

.intercom-namespace .intercom-bound-event-creator-button.primary {
    background-color: #1f8ceb;
    color: #fff
}

.intercom-namespace .intercom-bound-event-creator-button.primary:hover {
    background-color: #1271c4
}

.intercom-namespace .intercom-bound-event-creator-button.secondary {
    background-color: #fff;
    color: #62778c
}

.intercom-namespace .intercom-bound-event-creator-button.secondary:hover {
    background-color: #f8fafb
}

.intercom-namespace .intercom-bound-event-creator-button.disabled {
    opacity: .5;
    pointer-events: none
}

.intercom-namespace .intercom-bound-event-creator-small-caps {
    color: #8da2b5;
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 3px
}

.intercom-namespace .intercom-bound-event-creator-secondary-text {
    color: #62778c
}

.intercom-namespace .intercom-bound-event-creator-selector-preview {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    overflow-x: auto;
    margin-bottom: 16px;
    padding: 5px 11px;
    white-space: nowrap;
    width: 100%
}

.intercom-namespace .intercom-bound-event-creator-input-label {
    cursor: pointer;
    margin-top: 15px
}

.intercom-namespace .intercom-bound-event-creator-radio-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.intercom-namespace .intercom-bound-event-creator-radio-input {
    margin-bottom: 5px !important;
    margin-right: 10px !important
}

.intercom-namespace .intercom-bound-event-creator-footer-container {
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 20px;
    right: 20px;
    padding: 12px
}

.intercom-namespace .intercom-bound-event-creator-event-type-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 200px;
    border: 1px solid #e1e1e1
}

.intercom-namespace .intercom-bound-event-creator-event-type-box,
.intercom-namespace .intercom-bound-event-creator-event-type-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-bound-event-creator-event-type-box {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 25px 50px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intercom-namespace .intercom-bound-event-creator-event-type-box.selected {
    -webkit-box-shadow: inset 0 0 0 2px #1f8ceb;
    box-shadow: inset 0 0 0 2px #1f8ceb
}

.intercom-namespace .intercom-bound-event-creator-event-type-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center
}

.intercom-namespace .intercom-bound-event-creator-event-type-description {
    margin-top: 10px;
    text-align: center;
    color: #8da2b5
}

.intercom-namespace .intercom-bound-event-creator-icon-container {
    height: 40px;
    width: 40px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intercom-namespace .intercom-bound-event-creator-event-type-icon {
    fill: #8da2b5;
    margin: auto
}

.intercom-namespace .intercom-bound-event-creator-event-type-icon.selected {
    fill: #1f8ceb
}

.intercom-namespace .intercom-bound-event-creator-small-check {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 11px;
    height: 10px;
    background-image: url(https://js.intercomcdn.com/images/small-check.91b9b0b4.png);
    background-size: 11px 10px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-bound-event-creator-small-check {
        background-image: url(https://js.intercomcdn.com/images/small-check@2x.24fc1acc.png)
    }
}

.intercom-namespace .intercom-bound-event-creator-element-confirmation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.intercom-namespace .intercom-bound-event-creator-element-confirmation span+span {
    margin-left: 10px
}

.intercom-namespace .intercom-bound-event-creator-element-confirmation-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.intercom-namespace .intercom-bound-event-creator {
    color: #1d364b;
    font-size: 14px;
    margin: -8px
}

.intercom-namespace .intercom-bound-event-creator p {
    line-height: 22px;
    margin-bottom: 16px
}

.intercom-namespace .intercom-bound-event-creator a {
    text-decoration: underline;
    color: #62778c;
    font-size: 12px;
    white-space: nowrap
}

.intercom-namespace .intercom-bound-event-creator .footer-container {
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 20px;
    position: absolute;
    right: 20px
}

.intercom-namespace .intercom-bound-event-creator-dynamic-url-editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #e1e1e1;
    margin-top: 10px
}

.intercom-namespace .intercom-bound-event-creator-dynamic-segment-picker {
    line-height: 1.6em
}

.intercom-namespace .intercom-bound-event-creator-dynamic-segment {
    background-color: #fff;
    color: #1f8ceb;
    border: 1px solid #1f8ceb;
    padding: 2px 4px;
    border-radius: 4px;
    margin: 0 2px;
    word-break: break-all;
    cursor: pointer
}

.intercom-namespace .intercom-bound-event-creator-dynamic-segment.selected,
.intercom-namespace .intercom-bound-event-creator-dynamic-segment:hover {
    background-color: #1f8ceb;
    color: #fff
}

.intercom-namespace .intercom-bound-event-creator-button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.intercom-namespace .intercom-bound-event-creator-button-row .intercom-bound-event-creator-button {
    padding: 5px 10px;
    margin-left: 0;
    margin-right: 10px;
    font-size: 11px;
    line-height: 15px
}

.intercom-namespace .intercom-bound-event-creator-header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 34px
}

.intercom-namespace .intercom-bound-event-creator-header,
.intercom-namespace .intercom-bound-event-creator-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-bound-event-creator-header-text {
    color: #fff;
    font-size: 14px
}

.intercom-namespace .intercom-bound-event-creator-header .intercom-icon {
    width: 30px;
    height: 30px;
    background-image: url(https://js.intercomcdn.com/images/intercom-icon.ea4cbfc6.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    opacity: 1;
    margin-right: 20px
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-bound-event-creator-header .intercom-icon {
        background-image: url(https://js.intercomcdn.com/images/intercom-icon@2x.de10c04e.png)
    }
}

.intercom-namespace .intercom-bound-event-creator-header .event-icon {
    width: 13px;
    height: 15px;
    background-image: url(https://js.intercomcdn.com/images/event-icon.c55f484a.png);
    background-size: 13px 15px;
    background-repeat: no-repeat;
    opacity: 1;
    margin: 0 10px
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-bound-event-creator-header .event-icon {
        background-image: url(https://js.intercomcdn.com/images/event-icon@2x.f8e0c749.png)
    }
}

.intercom-namespace .intercom-bound-event-creator-header-stages,
.intercom-namespace .intercom-bound-event-creator-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.intercom-namespace .intercom-bound-event-creator-header-stage-number {
    background-color: #62778c;
    border-radius: 50%;
    color: #1d364b;
    height: 24px;
    width: 24px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500
}

.intercom-namespace .intercom-bound-event-creator-header-stage-number.active {
    background-color: #fff
}

.intercom-namespace .intercom-bound-event-creator-header-exit-link {
    color: #8da2b5;
    font-size: 13px;
    cursor: pointer
}

.intercom-namespace .intercom-bound-event-creator-header-exit-link:hover {
    text-decoration: underline
}

.intercom-namespace .intercom-notification-channel-collector-card {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    float: left;
}

.intercom-namespace .intercom-notification-channel-collector-card-avatar {
    position: absolute;
    left: 0;
    bottom: 10px
}

.intercom-namespace .intercom-notification-channel-collector-card-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-notification-channel-collector-card-body {
    padding: 26px 24px 24px;
    margin-left: 48px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-notification-channel-collector-card-borderless .intercom-notification-channel-collector-card-body {
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-color: #fff;
    background-color: #fff;
    margin-left: 45px
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-message,
.intercom-namespace .intercom-notification-channel-collector-card-controls-prompt {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    color: #000;
    -webkit-transition: opacity 300ms 1000ms, max-height 400ms 1000ms;
    transition: opacity 300ms 1000ms, max-height 400ms 1000ms
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-message {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 24px
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-channels {
    font-size: 13px;
    line-height: 20px;
    height: 30px;
    color: #737376;
    -webkit-transition: opacity 300ms 300ms, height 400ms 1000ms;
    transition: opacity 300ms 300ms, height 400ms 1000ms
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-channel {
    margin-right: 20px;
    color: #737376
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-channel.intercom-notification-channel-collector-card-controls-channel-selected,
.intercom-namespace .intercom-notification-channel-collector-card-controls-channel:hover {
    color: #000;
    border-bottom: 1px solid
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-saved .intercom-notification-channel-collector-card-controls-prompt {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 24px
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-saved .intercom-notification-channel-collector-card-controls-message {
    position: static;
    opacity: 1;
    visibility: visible;
    max-height: 48px
}

.intercom-namespace .intercom-notification-channel-collector-card-controls-saved .intercom-notification-channel-collector-card-controls-channels {
    height: 0;
    opacity: 0
}

.intercom-namespace .intercom-attribute-collector-card {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
    float: left
}

.intercom-namespace .intercom-attribute-collector-card-avatar {
    position: absolute;
    left: 0;
    bottom: 10px
}

.intercom-namespace .intercom-attribute-collector-card-avatar .intercom-avatar {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

.intercom-namespace .intercom-attribute-collector-card-body {
    position: relative;
    height: 100%;
    padding: 26px 24px 24px;
    margin-left: 45px;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-attribute-collector-card-attribute {
    margin: 0 0 16px
}

.intercom-namespace .intercom-attribute-collector-card-attribute:last-child {
    margin: 0
}

.intercom-namespace .intercom-attribute-collector-card-position {
    position: absolute;
    right: 24px;
    top: 26px;
    color: #737376;
    font-size: 14px;
    line-height: 20px
}

.intercom-namespace .intercom-attribute-collector-card-label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px
}

.intercom-namespace .intercom-attribute-collector-card-borderless {
    min-height: 57px
}

.intercom-namespace .intercom-attribute-collector-card-borderless .intercom-attribute-collector-card-body {
    -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
    border-color: #fff
}

.intercom-namespace .intercom-attribute-collector-card-reply-type {
    margin-top: 3px
}

.intercom-namespace .intercom-attribute-collector-card-borderless.intercom-attribute-collector-card-reply-type .intercom-attribute-collector-card-body {
    padding: 0
}

.intercom-namespace .intercom-attribute-collector-card-borderless.intercom-attribute-collector-card-reply-type .intercom-attribute-collector-card-attribute {
    margin: 0;
    height: 52px
}

.intercom-namespace .intercom-attribute-collector-card-borderless.intercom-attribute-collector-card-reply-type .intercom-attribute-collector-card-label {
    display: none
}

.intercom-namespace .intercom-attribute-collector-card-mobile.intercom-attribute-collector-card-reply-type .intercom-attribute-collector-card-body {
    margin-left: 0
}

.intercom-namespace .intercom-boolean-attribute {
    position: relative;
    width: 100%
}

.intercom-namespace .intercom-boolean-attribute-saved .intercom-boolean-attribute-option,
.intercom-namespace .intercom-boolean-attribute-saving .intercom-boolean-attribute-option {
    border: 1px solid #333333
}

.intercom-namespace .intercom-boolean-attribute-saved .intercom-boolean-attribute-option,
.intercom-namespace .intercom-boolean-attribute-saved .intercom-boolean-attribute-option *,
.intercom-namespace .intercom-boolean-attribute-saving .intercom-boolean-attribute-option,
.intercom-namespace .intercom-boolean-attribute-saving .intercom-boolean-attribute-option * {
    cursor: default
}

.intercom-namespace .intercom-boolean-attribute-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333333;
    color: #333333;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    padding: 12px;
    text-align: center;
    width: calc(50% - 1px);
    cursor: pointer
}

.intercom-namespace .intercom-boolean-attribute-option * {
    cursor: pointer
}

.intercom-namespace .intercom-boolean-attribute-option .intercom-boolean-attribute-text,
.intercom-namespace .intercom-note .intercom-block-button>span,
.intercom-namespace .intercom-note-card .intercom-block-button>span,
.intercom-namespace .intercom-pointer .intercom-block-button>span,
.intercom-namespace .intercom-post .intercom-block-button>span,
.intercom-namespace .intercom-post-card .intercom-block-button>span,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-button>span,
.intercom-namespace .intercom-tour-step-post .intercom-block-button>span {
    font-weight: 700
}

.intercom-namespace .intercom-boolean-attribute-option-unsubmitted {
    color: #333333;
    cursor: pointer
}

.intercom-namespace .intercom-boolean-attribute-option-unsubmitted:focus,
.intercom-namespace .intercom-boolean-attribute-option-unsubmitted:hover {
    border-color: rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-boolean-attribute-option-unsubmitted.intercom-boolean-attribute-option.intercom-boolean-attribute-option-right:focus,
.intercom-namespace .intercom-boolean-attribute-option-unsubmitted.intercom-boolean-attribute-option.intercom-boolean-attribute-option-right:hover {
    border-left-width: 1px;
    margin-left: -1px;
    width: 50%
}

.intercom-namespace .intercom-boolean-attribute-option.intercom-boolean-attribute-option-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.intercom-namespace .intercom-boolean-attribute-option.intercom-boolean-attribute-option-left.intercom-boolean-attribute-option.intercom-boolean-attribute-option-submitted-not-chosen {
    border-right-width: 0
}

.intercom-namespace .intercom-boolean-attribute-option.intercom-boolean-attribute-option-right {
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.intercom-namespace .intercom-boolean-attribute-option.intercom-boolean-attribute-option-submitted-chosen {
    border-left-width: 1px
}

.intercom-namespace .intercom-boolean-attribute-option.intercom-boolean-attribute-option-submitted-chosen .intercom-boolean-attribute-text {
    color: #000
}

.intercom-namespace .intercom-boolean-attribute-option.intercom-boolean-attribute-option-submitted-not-chosen .intercom-boolean-attribute-text {
    opacity: .2
}

.intercom-namespace .intercom-button-group-attribute {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 8px
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute {
    margin: 0;
    border: 1px solid #333333;
    color: #333333;
    display: inline-block;
    padding: 8px 2px;
    cursor: pointer;
    border-radius: 0;
    border-right: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    text-align: center;
    position: relative
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute:last-child {
    border-right: 1px solid #333333;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute-text {
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    line-height: 1.5;
    opacity: 1
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled),
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled) {
    color: #333333
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled),
.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled) *,
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled),
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled) * {
    cursor: pointer
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):hover,
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):hover {
    border-color: #0b0b0b;
    border-right: 1px solid #0b0b0b;
    margin-right: -1px
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):hover:not(.intercom-button-group-item-attribute-selected),
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):hover:not(.intercom-button-group-item-attribute-selected) {
    color: #0b0b0b
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):active,
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):active {
    border-color: #000000;
    border-right: 1px solid #000000
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):active:not(.intercom-button-group-item-attribute-selected),
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):active:not(.intercom-button-group-item-attribute-selected) {
    color: #000000
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):last-child:focus,
.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):last-child:hover,
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):last-child:focus,
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled):last-child:hover {
    margin-right: 0
}

.intercom-namespace .intercom-button-group-attribute-failed:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled).intercom-button-group-item-attribute-selected,
.intercom-namespace .intercom-button-group-attribute-unsaved:not(.intercom-button-group-attribute-disabled) .intercom-button-group-item-attribute:not(.intercom-button-group-item-attribute-disabled).intercom-button-group-item-attribute-selected {
    background-color: #333333;
    color: #fff
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute-disabled,
.intercom-namespace .intercom-button-group-attribute-saved .intercom-button-group-item-attribute {
    color: #bcbcbc;
    border-color: #bcbcbc
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute-disabled,
.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute-disabled *,
.intercom-namespace .intercom-button-group-attribute-saved .intercom-button-group-item-attribute,
.intercom-namespace .intercom-button-group-attribute-saved .intercom-button-group-item-attribute * {
    cursor: default
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute-disabled:last-child,
.intercom-namespace .intercom-button-group-attribute-saved .intercom-button-group-item-attribute:last-child {
    border-right: 1px solid #bcbcbc
}

.intercom-namespace .intercom-button-group-attribute .intercom-button-group-item-attribute-disabledintercom-button-group-item-attribute-selected,
.intercom-namespace .intercom-button-group-attribute-saved .intercom-button-group-item-attributeintercom-button-group-item-attribute-selected {
    background-color: #eee
}

.intercom-namespace .intercom-button-group-attribute-saving .intercom-button-group-item-attribute,
.intercom-namespace .intercom-button-group-attribute-saving .intercom-button-group-item-attribute * {
    cursor: default
}

.intercom-namespace .intercom-messenger-card-single-select-loading .intercom-button-group-item-attribute-selected {
    background-color: #333333;
    color: #fff
}

.intercom-namespace .intercom-validating-input {
    position: relative
}

.intercom-namespace .intercom-validating-input input {
    width: 100%;
    height: 40px;
    padding: 11px 40px 11px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .07);
    border: 1px solid #e1e1e1;
    color: #000;
    border-radius: 4px;
    background: #fafafa;
    -webkit-appearance: none
}

.intercom-namespace .intercom-validating-input input:focus {
    background: #fff
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-failed input {
    background-color: #fef0f0;
    color: #d22628;
    border-color: #fbdbdb
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-failed input::-webkit-input-placeholder {
    color: #68676b
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-failed input::-moz-placeholder {
    color: #68676b
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-failed input:-ms-input-placeholder {
    color: #68676b
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-saved input {
    border: 1px solid #e1e1e1;
    color: #737376;
    -webkit-text-fill-color: #737376;
    -webkit-opacity: 1
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-saved .intercom-submittable-input-submit-button,
.intercom-namespace .intercom-validating-input.intercom-validating-input-saving .intercom-submittable-input-submit-button .intercom-submittable-input-submit-icon,
.intercom-namespace .intercom-validating-input.intercom-validating-input-saving .intercom-submittable-input-success-icon {
    visibility: hidden
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-notification-channel.intercom-validating-input-saved input {
    background: #fff;
    color: #737376;
    border-color: #fff;
    padding: 0;
    height: 20px;
    -webkit-transition: color 400ms 600ms, border 300ms, padding 300ms 600ms, height 400ms 1000ms;
    transition: color 400ms 600ms, border 300ms, padding 300ms 600ms, height 400ms 1000ms;
    -webkit-box-shadow: none;
    box-shadow: none
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-notification-channel.intercom-validating-input-saved .intercom-submittable-input-submit-button {
    opacity: 0;
    -webkit-transition: opacity 300ms, visibility 0 300ms;
    transition: opacity 300ms, visibility 0 300ms
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-notification-channel.intercom-validating-input-saved .intercom-submittable-input-success-icon {
    visibility: hidden
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-borderless.intercom-validating-input-reply-type input {
    height: 52px;
    border: 0;
    padding-left: 20px
}

.intercom-namespace .intercom-validating-input.intercom-validating-input-borderless.intercom-validating-input-reply-type .intercom-submittable-input-submit-button {
    top: 6px;
    right: 6px;
    bottom: 6px;
    margin: 0;
    border-radius: 3px
}

.intercom-namespace .intercom-submittable-input-submit-button {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: rgb(51, 51, 51);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-submittable-input-submit-button:hover:not(.intercom-submittable-input-submit-button-disabled):not(.intercom-submittable-input-submit-button-saving) {
    background-color: rgb(77, 77, 77)
}

.intercom-namespace .intercom-submittable-input-submit-button:active:not(.intercom-submittable-input-submit-button-disabled):not(.intercom-submittable-input-submit-button-saving) {
    background-color: rgb(102, 102, 102)
}

.intercom-namespace .intercom-submittable-input-submit-button-light {
    border: 1px solid #d2d7db
}

.intercom-namespace .intercom-submittable-input-success-icon {
    position: absolute;
    height: 12px;
    width: 15px;
    top: 14px;
    right: 14px;
    stroke: #39c089;
    z-index: 0
}

.intercom-namespace .intercom-validating-input-borderless .intercom-submittable-input-success-icon {
    top: 20px
}

.intercom-namespace .intercom-submittable-input-submit-button.intercom-submittable-input-submit-button-disabled {
    cursor: default;
    background-color: #eee
}

.intercom-namespace .intercom-submittable-input-submit-button.intercom-submittable-input-submit-button-disabled * {
    cursor: default
}

.intercom-namespace .intercom-submittable-input-submit-button.intercom-submittable-input-submit-button-disabled .intercom-submittable-input-submit-icon {
    stroke: #bcbcbc
}

.intercom-namespace .intercom-submittable-input-submit-button .intercom-submittable-input-submit-icon {
    position: absolute;
    height: 15px;
    width: 10px;
    top: 12px;
    right: 14px;
    stroke: rgb(255, 255, 255)
}

.intercom-namespace .intercom-list-attribute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 40px;
    padding: 0 0 0 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    color: #000;
    background: #fff;
    border: 1px solid #e1e1e1
}

.intercom-namespace .intercom-list-attribute:focus {
    border: 1px solid rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-list-attribute,
.intercom-namespace .intercom-list-attribute * {
    cursor: pointer
}

.intercom-namespace .intercom-list-attribute-placeholder,
.intercom-namespace .intercom-list-attribute-value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.intercom-namespace .intercom-list-attribute-open {
    border: 1px solid rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-list-attribute-disabled:focus {
    border: 1px solid #e1e1e1
}

.intercom-namespace .intercom-list-attribute-disabled,
.intercom-namespace .intercom-list-attribute-disabled * {
    cursor: default
}

.intercom-namespace .intercom-list-attribute-saved,
.intercom-namespace .intercom-list-attribute-saving {
    border: 1px solid #333333
}

.intercom-namespace .intercom-list-attribute-saved,
.intercom-namespace .intercom-list-attribute-saved *,
.intercom-namespace .intercom-list-attribute-saving,
.intercom-namespace .intercom-list-attribute-saving * {
    cursor: default
}

.intercom-namespace .intercom-list-attribute-saved {
    border-color: #e1e1e1;
    background: #fafafa;
    color: #737376
}

.intercom-namespace .intercom-list-attribute-open-icon,
.intercom-namespace .intercom-list-attribute-success-icon {
    width: 35px;
    background-position: center
}

.intercom-namespace .intercom-list-attribute-open-icon {
    border: 0;
    background-image: url(https://js.intercomcdn.com/images/open-list-icon.a09533f7.png);
    background-size: 8px 4px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-list-attribute-open-icon {
        background-image: url(https://js.intercomcdn.com/images/open-list-icon@2x.22c61e88.png)
    }
}

.intercom-namespace .intercom-list-attribute-success-icon {
    background-image: url(https://js.intercomcdn.com/images/green-check-icon.9828d61b.png);
    background-size: 14px 12px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-list-attribute-success-icon {
        background-image: url(https://js.intercomcdn.com/images/green-check-icon@2x.65fa2c1a.png)
    }
}

.intercom-namespace .intercom-list-attribute-placeholder {
    color: #333333;
    font-weight: 600;
    border: 0
}

.intercom-namespace .intercom-list-attribute-disabled .intercom-list-attribute-placeholder {
    color: #bcbcbc
}

.intercom-namespace .intercom-list-attribute-options {
    z-index: 2147483002;
    position: absolute;
    bottom: 41px;
    left: -1px;
    right: -1px;
    padding: 10px 0;
    max-height: 120px;
    border-radius: 4px;
    background-color: #fff;
    overflow: scroll;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-list-attribute-option {
    padding: 6px 28px 6px 14px;
    line-height: 20px;
    position: relative
}

.intercom-namespace .intercom-list-attribute-option-selected .intercom-check-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 8px;
    fill: #333333
}

.intercom-namespace .intercom-list-attribute-option:not(.intercom-list-attribute-option-disabled):hover {
    color: #fff;
    background-color: #333333
}

.intercom-namespace .intercom-list-attribute-option:not(.intercom-list-attribute-option-disabled).intercom-list-attribute-option-selected:hover .intercom-check-icon {
    fill: #fff
}

.intercom-namespace .intercom-list-attribute-option-disabled {
    color: #bcbcbc
}

.intercom-namespace .intercom-list-attribute-option-disabled:hover {
    cursor: default
}

.intercom-namespace .intercom-list-attribute-option-disabled.intercom-list-attribute-option-selected .intercom-check-icon {
    fill: #bcbcbc
}

.intercom-namespace .intercom-messenger-card-wrapper-light .intercom-list-attribute-placeholder {
    color: #737376
}

.intercom-namespace .intercom-messenger-card-wrapper-light .intercom-list-attribute-option:not(.intercom-list-attribute-option-disabled):hover {
    color: #000
}

.intercom-namespace .intercom-phone-number-input {
    position: relative;
    background: #fafafa
}

.intercom-namespace .intercom-phone-number-input input {
    position: absolute;
    padding: 11px 35px;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

.intercom-namespace .intercom-phone-number-input,
.intercom-namespace .intercom-phone-number-input .intercom-phone-number-input-placeholder,
.intercom-namespace .intercom-phone-number-input input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.intercom-namespace .intercom-phone-number-input .intercom-phone-number-input-placeholder-prefix,
.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-saved .intercom-phone-number-input-placeholder,
.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-saved .intercom-phone-number-input-submit-button,
.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-saving .intercom-phone-number-input-placeholder,
.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-saving .intercom-phone-number-input-submit-button {
    visibility: hidden
}

.intercom-namespace .intercom-phone-number-input input::-webkit-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-phone-number-input input::-moz-placeholder {
    color: #737376
}

.intercom-namespace .intercom-phone-number-input input:-ms-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-invalid {
    background-color: #fef0f0;
    color: #d22628;
    border-color: #fbdbdb
}

.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-saved input,
.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-saving input {
    border: 1px solid #e1e1e1
}

.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-notification-channel.intercom-phone-number-input-submitted,
.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-notification-channel.intercom-phone-number-input-submitted input {
    color: #000;
    border-color: #fff;
    padding: 0;
    height: 20px;
    -webkit-transition: color 400ms 600ms, border 300ms, padding 300ms 600ms, height 400ms 1000ms;
    transition: color 400ms 600ms, border 300ms, padding 300ms 600ms, height 400ms 1000ms
}

.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-notification-channel.intercom-phone-number-input-submitted .intercom-phone-number-input-flag,
.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-notification-channel.intercom-phone-number-input-submitted .intercom-phone-number-input-submit-button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms, visibility 0 300ms;
    transition: opacity 300ms, visibility 0 300ms
}

.intercom-namespace .intercom-phone-number-input.intercom-phone-number-input-notification-channel.intercom-phone-number-input-submitted .intercom-phone-number-input-success-icon {
    visibility: hidden
}

.intercom-namespace .intercom-phone-number-input-placeholder {
    position: absolute;
    padding: 0 35px;
    color: #737376;
    cursor: text
}

.intercom-namespace .intercom-phone-number-input-flag {
    position: absolute;
    left: 13px;
    top: 12px
}

.intercom-namespace .intercom-phone-number-input-submit-button,
.intercom-namespace .intercom-phone-number-input-success-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position: center
}

.intercom-namespace .intercom-phone-number-input-submit-button {
    cursor: pointer;
    background-color: #333333;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.intercom-namespace .intercom-phone-number-input-success-icon {
    background-image: url(https://js.intercomcdn.com/images/green-check-icon.9828d61b.png);
    background-size: 14px 12px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .intercom-namespace .intercom-phone-number-input-success-icon {
        background-image: url(https://js.intercomcdn.com/images/green-check-icon@2x.65fa2c1a.png)
    }
}

.intercom-namespace .intercom-pre-conversation-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 16px 20px 0;
    padding: 16px 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-pre-conversation-search-input {
    margin-top: 10px;
    position: relative
}

.intercom-namespace .intercom-pre-conversation-search-input input {
    width: 100%;
    height: 38px;
    padding: 7px 35px 7px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    border-radius: 4px
}

.intercom-namespace .intercom-pre-conversation-search-input input::-webkit-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-pre-conversation-search-input input::-moz-placeholder {
    color: #737376
}

.intercom-namespace .intercom-pre-conversation-search-input input:-ms-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-pre-conversation-search-input input:focus {
    border: 1px solid rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-pre-conversation-search-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position: center;
    background-image: url(https://js.intercomcdn.com/images/search.c60d2222.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #333333;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15)
}

.intercom-namespace .intercom-pre-conversation-search-button:hover {
    opacity: .9;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms
}

.intercom-namespace .intercom-messenger-card-body-container {
    height: 100%
}

.intercom-namespace .intercom-messenger-card-body {
    padding: 26px 24px 24px;
    line-height: 1.5
}

.intercom-namespace .intercom-messenger-card-component:last-child {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-wrapper {
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    position: relative;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-messenger-card-wrapper-light {
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-messenger-card-wrapper-fetching {
    overflow: hidden
}

.intercom-namespace .intercom-home-screen {
    z-index: 2147483002;
    /* position:fixed; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* overflow-y:auto; */
}

.intercom-namespace .intercom-home-screen-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    /* min-height:100% */
    margin-top: -60px;
}

.intercom-namespace .intercom-home-screen-body.intercom-home-screen-body-improved-link {
    /* padding-bottom:55px */
}

.intercom-namespace .intercom-home-screen-cards-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.intercom-namespace .intercom-home-screen-cards-container.intercom-home-screen-cards-container-increased-visibility {
    padding-bottom: 76px
}

.intercom-namespace .intercom-home-screen .intercom-messenger-card-wrapper {
    margin-bottom: 16px
}

.intercom-namespace .intercom-home-screen .intercom-link {
    opacity: 1
}

.intercom-namespace .intercom-home-screen-card-content {
    padding: 26px 24px 24px;
    line-height: 1.5
}

.intercom-namespace .intercom-home-screen-conversations .intercom-conversation-summary {
    padding: 16px 24px;
    margin: 0 -24px
}

.intercom-namespace .intercom-home-screen-conversations .intercom-conversation-summary-meta {
    margin-bottom: 0
}

.intercom-namespace .intercom-home-screen-conversations .intercom-conversation-summary-avatar {
    left: 15px
}

.intercom-namespace .intercom-home-screen-conversations .intercom-conversation-summary-unread-dot {
    left: 9px
}

.intercom-namespace .intercom-home-screen-conversation-body .intercom-home-screen-conversations-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-home-screen-conversation-body .intercom-home-screen-conversations-title .intercom-messenger-card-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.intercom-namespace .intercom-home-screen-conversation-body .intercom-home-screen-conversations-title a {
    color: #333333
}

.intercom-namespace .intercom-home-screen-conversation-body.intercom-home-screen-conversation-body-light .intercom-home-screen-conversations-title a {
    color: #000;
    text-decoration: underline
}

.intercom-namespace .intercom-home-screen-conversations-footer {
    padding: 16px 0 0
}

.intercom-namespace .intercom-out-of-office-icon {
    width: 8px;
    height: 10px;
    padding-right: 6px;
    padding-bottom: 10px
}

.intercom-namespace .intercom-home-screen-start-conversation-card-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-empty-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intercom-namespace .intercom-empty-screen .intercom-close-button {
    text-align: center;
    border-radius: 9999px;
    border: 2px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #737376;
    position: relative;
    display: block;
    font-weight: 700;
    padding: 0 24px;
    min-height: 40px;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-empty-screen .intercom-messenger-card-text {
    text-align: center;
    margin-bottom: 0
}

.intercom-namespace .intercom-empty-screen .intercom-messenger-card-text-muted {
    margin-bottom: 8px
}

.intercom-namespace .intercom-messenger-empty-screen .intercom-link-container {
    -webkit-box-shadow: none;
    box-shadow: none
}

.intercom-namespace .new-conversation-button {
    height: 40px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 40px;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 120ms;
    transition: all 120ms;
    padding: 0 24px;
}

.intercom-namespace .new-conversation-button span,
.intercom-namespace .new-message-button span {
    padding-left: 10px;
    white-space: nowrap;
    font-weight: 600
}

.intercom-namespace .new-conversation-button .intercom-new-conversation-icon {
    width: 15px;
    height: 16px
}

.intercom-namespace .new-conversation-button-contents {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .new-conversation-button__default {
    background-color: rgb(51, 169, 222);
    color: rgb(255, 255, 255);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s;
}
.intercom-namespace .new-conversation-button__default:disabled {
   cursor: not-allowed !important;
}

.intercom-namespace .new-conversation-button__default:disabled .new-conversation-button-contents{
   cursor: not-allowed !important;
}

.intercom-namespace .new-conversation-button__default:hover,
.intercom-namespace .new-conversation-button__secondary.new-conversation-button-light:hover {
    background-color: rgb(40, 137, 184);
}

.intercom-namespace .new-conversation-button__default:active,
.intercom-namespace .new-conversation-button__secondary.new-conversation-button-light:active {
    background-color: rgb(102, 102, 102)
}

.intercom-namespace .new-conversation-button__secondary.new-conversation-button-light {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s;
    border: 1px solid #d2d7db
}

.intercom-namespace .new-conversation-button__secondary:not(.new-conversation-button-light) {
    background-color: #fff;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(51, 51, 51);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s
}

.intercom-namespace .new-conversation-button__secondary:not(.new-conversation-button-light) .intercom-new-conversation-icon path {
    fill: rgb(51, 51, 51)
}

.intercom-namespace .new-conversation-button__secondary:not(.new-conversation-button-light):hover {
    color: rgb(77, 77, 77);
    border: 1px solid rgb(77, 77, 77)
}

.intercom-namespace .new-conversation-button__secondary:not(.new-conversation-button-light):hover .intercom-new-conversation-icon path {
    fill: rgb(77, 77, 77)
}

.intercom-namespace .new-conversation-button__secondary:not(.new-conversation-button-light):active {
    color: rgb(102, 102, 102);
    border: 1px solid rgb(102, 102, 102)
}

.intercom-namespace .new-conversation-button__secondary:not(.new-conversation-button-light):active .intercom-new-conversation-icon path {
    fill: rgb(102, 102, 102)
}

.intercom-namespace .new-conversation-button__fixed,
.intercom-namespace .new-conversation-button__fixed:active {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.intercom-namespace .new-conversation-button__fixed {
    background-color: #333333;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.intercom-namespace .new-conversation-button__fixed:hover {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.intercom-namespace .new-conversation-button__fixed:active {
    -webkit-transform: translateX(-50%) translateY(2px);
    transform: translateX(-50%) translateY(2px)
}

.intercom-namespace .new-message-button {
    height: 40px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 40px;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    -webkit-transition: all 120ms;
    transition: all 120ms;
    padding: 0 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .new-message-button .intercom-new-message-icon {
    width: 16px;
    height: 12px
}

.intercom-namespace .new-message-button__default {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s
}

.intercom-namespace .new-message-button__default:hover,
.intercom-namespace .new-message-button__secondary.new-message-button-light:hover {
    background-color: rgb(77, 77, 77)
}

.intercom-namespace .new-message-button__default:active,
.intercom-namespace .new-message-button__secondary.new-message-button-light:active {
    background-color: rgb(102, 102, 102)
}

.intercom-namespace .new-message-button__secondary.new-message-button-light {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s
}

.intercom-namespace .new-message-button__secondary.new-message-button-light .intercom-new-message-icon path {
    fill: rgb(255, 255, 255)
}

.intercom-namespace .new-message-button__secondary:not(.new-message-button-light) {
    background-color: #fff;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(51, 51, 51);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s
}

.intercom-namespace .new-message-button__secondary:not(.new-message-button-light) .intercom-new-message-icon path {
    fill: rgb(51, 51, 51)
}

.intercom-namespace .new-message-button__secondary:not(.new-message-button-light):hover {
    color: rgb(77, 77, 77);
    border: 1px solid rgb(77, 77, 77)
}

.intercom-namespace .new-message-button__secondary:not(.new-message-button-light):hover .intercom-new-message-icon path {
    fill: rgb(77, 77, 77)
}

.intercom-namespace .new-message-button__secondary:not(.new-message-button-light):active {
    color: rgb(102, 102, 102);
    border: 1px solid rgb(102, 102, 102)
}

.intercom-namespace .new-message-button__secondary:not(.new-message-button-light):active .intercom-new-message-icon path {
    fill: rgb(102, 102, 102)
}

.intercom-namespace .new-message-button__fixed,
.intercom-namespace .new-message-button__fixed:active {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.intercom-namespace .new-message-button__fixed {
    background-color: #333333;
    position: absolute;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.intercom-namespace .new-message-button__fixed:hover {
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.intercom-namespace .new-message-button__fixed:active {
    -webkit-transform: translateX(-50%) translateY(2px);
    transform: translateX(-50%) translateY(2px)
}

.intercom-namespace .intercom-home-screen-conversation-card .new-message-button {
    margin-right: 8px
}

.intercom-namespace .intercom-messenger-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    -webkit-box-shadow: inset 0 21px 4px -20px rgba(0, 0, 0, .2);
    box-shadow: inset 0 21px 4px -20px rgba(0, 0, 0, .2)
}

.intercom-namespace .intercom-messenger-body-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-messenger-header {
    position: relative;
    min-height: 75px;
    background: linear-gradient(135deg, #33a9de 0, #126e98 100%);
    background-blend-mode: overlay;
    color: #fff;
    -webkit-transition: height 160ms ease-out;
    transition: height 160ms ease-out;
}

.intercom-namespace .intercom-messenger-header-scrolling {
    -webkit-transition: height 0ms;
    transition: height 0ms
}

.intercom-namespace .intercom-messenger-header-background-1::before,
.intercom-namespace .intercom-messenger-header-background-2::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://js.intercomcdn.com/images/background-1.9cde5385.png);
    position: absolute;
    background-size: 432.5px 428px, cover;
    pointer-events: none
}

.intercom-namespace .intercom-messenger-header-background-2::before {
    background-image: url(https://js.intercomcdn.com/images/background-2.ce3907be.png)
}

.intercom-namespace .intercom-messenger-header-background-3::before,
.intercom-namespace .intercom-messenger-header-background-4::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://js.intercomcdn.com/images/background-3.60608886.png);
    position: absolute;
    background-size: 419px 181px, cover;
    pointer-events: none
}

.intercom-namespace .intercom-messenger-header-background-4::before {
    background-image: url(https://js.intercomcdn.com/images/background-4.122f4c2f.png);
    background-size: 325px 323.5px, cover
}

.intercom-namespace .intercom-messenger-header-background-5::before,
.intercom-namespace .intercom-messenger-header-background-6::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://js.intercomcdn.com/images/background-5.dc164d3a.png);
    position: absolute;
    background-size: 352px 390px, cover;
    pointer-events: none
}

.intercom-namespace .intercom-messenger-header-background-6::before {
    background-image: url(https://js.intercomcdn.com/images/background-6.411a7002.png);
    background-size: 196.5px 225px, cover
}

.intercom-namespace .intercom-messenger-header-background-7::before,
.intercom-namespace .intercom-messenger-header-background-8::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 69px 60px, cover;
    pointer-events: none
}

.intercom-namespace .intercom-messenger-header-background-8::before {
    background-size: 832px 439px, cover
}

.intercom-namespace .intercom-messenger-header-background-10::before,
.intercom-namespace .intercom-messenger-header-background-9::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://js.intercomcdn.com/images/background-9.2b0eab6b.png);
    position: absolute;
    background-size: 378px 378px, cover;
    pointer-events: none
}

.intercom-namespace .intercom-messenger-header-background-10::before {
    background-image: url(https://js.intercomcdn.com/images/background-10.5cdf3998.png);
    background-size: 376px 376px, cover
}

.intercom-namespace .intercom-messenger-header-background-11::before,
.intercom-namespace .intercom-messenger-header-background-12::before,
.intercom-namespace .intercom-messenger-header-background-13::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://js.intercomcdn.com/images/background-11.0f55b3a6.png);
    position: absolute;
    background-size: 378px 378px, cover;
    pointer-events: none
}

.intercom-namespace .intercom-messenger-header-background-12::before,
.intercom-namespace .intercom-messenger-header-background-13::before {
    background-image: url(https://js.intercomcdn.com/images/background-12.f1fbb874.png)
}

.intercom-namespace .intercom-messenger-header-background-13::before {
    background-image: url(https://js.intercomcdn.com/images/background-13.361d6364.png)
}

.intercom-namespace .intercom-messenger-header-background-14::before,
.intercom-namespace .intercom-messenger-header-background-15::before,
.intercom-namespace .intercom-messenger-header-background-16::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://js.intercomcdn.com/images/background-14.30924b67.png);
    position: absolute;
    background-size: 378px 378px, cover;
    pointer-events: none
}

.intercom-namespace .intercom-messenger-header-background-15::before,
.intercom-namespace .intercom-messenger-header-background-16::before {
    background-image: url(https://js.intercomcdn.com/images/background-15.248360ae.png)
}

.intercom-namespace .intercom-messenger-header-background-16::before {
    background-image: url(https://js.intercomcdn.com/images/background-16.8e2e0b27.png)
}

.intercom-namespace .intercom-home-screen-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 14px 40px 87px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.intercom-namespace .intercom-home-screen-header-close-button-enabled {
    padding-right: 51px
}

.intercom-namespace .intercom-home-screen-header .intercom-messenger-header-buttons-close-button-body {
    -webkit-transition: background-color ease 200ms;
    transition: background-color ease 200ms
}

.intercom-namespace .intercom-home-screen-header-greeting {
    color: #fff;
    display: block;
    line-height: 1.5em;
}

.intercom-namespace .intercom-home-screen-header-intro {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.intercom-namespace .intercom-home-screen-header-logo {
    height: 52px;
    padding-bottom: 6px;
}

.intercom-namespace .intercom-home-screen-header-logo img {
    max-width: 100%;
    max-height: 100%;
    margin: auto 0;
    display: block
}

.intercom-namespace .intercom-home-screen-conversation-card {
    margin-bottom: 17px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-home-screen-conversation-card-body {
    position: absolute
}

.intercom-namespace .intercom-home-screen-card-spinner-container {
    height: 159px
}

.intercom-namespace .intercom-home-screen-card-spinner-conversation {
    height: 40px
}

.intercom-namespace .intercom-home-screen-start-conversation-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px
}

.intercom-namespace .intercom-home-screen-start-conversation-card-content .new-conversation-button {
    margin-right: 8px
}

.intercom-namespace .intercom-home-screen-start-conversation-card-content a {
    white-space: nowrap
}

.intercom-namespace .intercom-home-screen-start-conversation-card-content>* {
    margin-top: 10px
}

.intercom-namespace .intercom-booting-header {
    height: 75px
}

.intercom-namespace .intercom-messenger-alerts,
.intercom-namespace .intercom-messenger-card-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.intercom-namespace .intercom-messenger-alerts {
    z-index: 2147483004;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: calc(267px - 16px - 16px);
    background-color: #fff;
    border: 1px solid #d22628;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    height: 21px;
    padding: 8px 16px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #d22628
}

.intercom-namespace .intercom-messenger-alerts svg {
    width: 18px;
    height: 17px;
    stroke: #d22628;
    margin-right: 8px;
    padding-bottom: 2px
}

.intercom-namespace .intercom-messenger-alerts span {
    line-height: 1.5
}

.intercom-namespace .intercom-messenger-alerts .try-again,
.intercom-namespace .intercom-messenger-card-error .try-again {
    text-decoration: underline
}

.intercom-namespace .intercom-messenger-alerts .try-again:hover,
.intercom-namespace .intercom-messenger-card-error .try-again:hover {
    cursor: pointer
}

.intercom-namespace .intercom-messenger-card-error {
    padding-top: 2px;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #737376
}

.intercom-namespace .intercom-messenger-card-error svg {
    width: 18px;
    height: 17px;
    stroke: #737376;
    margin-bottom: 5px
}

.intercom-namespace .intercom-messenger-card-error-inline {
    display: block;
    font-size: 13px;
    text-align: center
}

.intercom-namespace .intercom-messenger-card-error-inline .intercom-messenger-card-error-copy {
    padding: 0 5px
}

.intercom-namespace .intercom-messenger-card-error-inline svg {
    margin: 0;
    position: relative;
    top: 4px
}

.intercom-namespace .intercom-fit-text,
.intercom-namespace .intercom-fit-text>span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .intercom-fit-text>span>span {
    white-space: pre
}

.intercom-namespace .intercom-see-all {
    position: relative;
    white-space: nowrap
}

.intercom-namespace .intercom-see-all-more {
    position: absolute;
    background-color: #d22628;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 6px
}

.intercom-namespace .intercom-see-all-link-padded {
    padding-left: 14px
}

.intercom-namespace .intercom-upfront-email-composer {
    background-color: #fff;
    padding: 0 25px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.intercom-namespace .intercom-upfront-email-composer .intercom-upfront-email-actions {
    position: absolute;
    bottom: 0;
    right: 28px
}

.intercom-namespace .intercom-upfront-email-composer .intercom-upfront-email-composer-emoji-popover {
    bottom: 55px
}

.intercom-namespace .intercom-upfront-email-composer .intercom-upfront-email-composer-emoji-popover .intercom-composer-popover-input {
    padding-left: 25px
}

.intercom-namespace .intercom-upfront-email-composer .intercom-upfront-email-composer-emoji-popover .intercom-composer-popover-caret {
    right: 40px
}

.intercom-namespace .intercom-upfront-email-composer .intercom-composer-send-button-disabled {
    cursor: auto
}

.intercom-namespace .intercom-upfront-email-composer .intercom-composer-send-button-disabled svg {
    opacity: .65;
    cursor: auto
}

.intercom-namespace .intercom-upfront-email-composer .intercom-composer-send-button-disabled svg path {
    cursor: auto;
    fill: #737376
}

.intercom-namespace .intercom-upfront-email-composer .intercom-composer-send-button-disabled:hover {
    opacity: .8
}

.intercom-namespace .intercom-upfront-email-composer .intercom-composer-send-button-not-readable svg path {
    fill: #737376
}

.intercom-namespace .intercom-upfront-email-composer .intercom-composer-send-button-not-readable:hover {
    opacity: .65
}

.intercom-namespace .intercom-upfront-email-composer .email-error-input {
    border-bottom: 1px solid #fd3a57;
    margin-bottom: 8px
}

.intercom-namespace .intercom-upfront-email-composer input,
.intercom-namespace .intercom-upfront-email-composer textarea {
    width: 100%;
    padding: 20px 0
}

.intercom-namespace .intercom-upfront-email-composer input {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 16px
}

.intercom-namespace .intercom-upfront-email-composer textarea {
    line-height: 1.33;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 -25px 50px 0;
    width: calc(100% + 25px)
}

.intercom-namespace .intercom-upfront-email-composer input::-webkit-input-placeholder,
.intercom-namespace .intercom-upfront-email-composer textarea::-webkit-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-upfront-email-composer input::-ms-input-placeholder,
.intercom-namespace .intercom-upfront-email-composer textarea::-ms-input-placeholder {
    color: #737376
}

.intercom-namespace .intercom-upfront-email-composer input::placeholder,
.intercom-namespace .intercom-upfront-email-composer textarea::placeholder {
    color: #737376
}

.intercom-namespace .intercom-small-state-upfront-email-composer {
    -webkit-box-shadow: rgba(0, 0, 0, .1) -1px -4px 20px 3px;
    box-shadow: rgba(0, 0, 0, .1) -1px -4px 20px 3px;
    min-height: 200px;
    height: 200px !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-small-state-upfront-email-composer textarea {
    height: 70px
}

.intercom-namespace .intercom-download-transcript-button {
    z-index: 2147483003;
    position: absolute;
    width: 51px;
    height: 51px;
    top: 0;
    right: 0;
    background-position: center;
    margin: 12px 8px 12px 2px;
    cursor: pointer
}

.intercom-namespace .intercom-download-transcript-button * {
    cursor: pointer
}

.intercom-namespace .intercom-download-transcript-button-body {
    width: 51px;
    height: 51px;
    margin: 0 auto;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.intercom-namespace .intercom-download-transcript-button-body:hover {
    background-color: rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-download-transcript-button-secondary {
    right: 51px
}

.intercom-namespace .intercom-download-transcript-button-appear {
    opacity: 0
}

.intercom-namespace .intercom-download-transcript-button-appear-active {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in
}

.intercom-namespace .intercom-download-transcript-button-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(0, 0, 0, .35);
    padding: 4px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms
}

.intercom-namespace .intercom-download-transcript-button-tooltip-enter {
    opacity: 0
}

.intercom-namespace .intercom-download-transcript-button-tooltip-enter-active {
    opacity: 1
}

.intercom-namespace .intercom-download-transcript-button-tooltip-exit {
    opacity: 0
}

.intercom-namespace .intercom-download-transcript-button-tooltip span {
    white-space: nowrap
}

.intercom-namespace .intercom-download-transcript-button-tooltip:after {
    bottom: 100%;
    right: 20.5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, .35);
    border-width: 5px
}

.intercom-namespace .intercom-reply-to-button {
    padding: 10px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 40px;
    margin: 20px;
    width: 240px;
    text-align: center;
    font-size: 14px;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255)
}

.intercom-namespace .intercom-reply-to-button .intercom-new-message-icon path,
.intercom-namespace .intercom-video-control-button svg path,
.intercom-namespace .intercom-video-control-button svg rect {
    fill: rgb(51, 51, 51)
}

.intercom-namespace .intercom-reply-to-button .intercom-reply-message-icon {
    position: relative;
    top: 2px;
    right: 8px
}

.intercom-namespace .intercom-borderless-body .intercom-reply-to-button {
    margin: 8px 0 0 42px;
    width: 81%
}

.intercom-namespace .intercom-video-player-captions {
    padding: 25px 16px 0;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    z-index: 2;
    pointer-events: none;
    text-shadow: 1px 1px #000
}

.intercom-namespace .intercom-video-player-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 .5px 1px rgba(0, 0, 0, .25);
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(.165, .84, .44, 1);
    transition: opacity 300ms cubic-bezier(.165, .84, .44, 1)
}

.intercom-namespace .intercom-video-player-controls .video-pause-icon,
.intercom-namespace .intercom-video-player-controls .video-play-icon {
    width: 24px;
    margin-left: -6px;
    fill: #fff;
    cursor: pointer
}

.intercom-namespace .intercom-video-player-container video,
.intercom-namespace .intercom-video-player-controls .intercom-video-player-scrubber {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.intercom-namespace .intercom-video-player-controls .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-player-controls .intercom-video-control-audio-unmuted {
    position: static;
    right: auto;
    bottom: auto;
    margin-left: 8px;
    fill: #fff;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    width: 24px
}

.intercom-namespace .intercom-video-player-controls .intercom-video-player-controls-time-remaining {
    width: 35px
}

.intercom-namespace .intercom-video-player-container .intercom-video-player-container-has-captions .intercom-video-player-controls {
    padding-top: 0
}

.intercom-namespace .intercom-video-player-container .intercom-video-player-controls {
    height: 16px;
    padding: 12px 12px 12px 16px
}

.intercom-namespace input[type=range].intercom-video-player-scrubber {
    -webkit-appearance: none;
    background: 0 0;
    margin: 0 8px
}

.intercom-namespace input[type=range].intercom-video-player-scrubber::-moz-range-track {
    background: rgba(255, 255, 255, .4);
    height: 4px;
    border-radius: 10px
}

.intercom-namespace input[type=range].intercom-video-player-scrubber::-ms-track {
    background: rgba(255, 255, 255, .4);
    height: 4px;
    border-radius: 10px
}

.intercom-namespace input[type=range].intercom-video-player-scrubber::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: rgba(255, 255, 255, .4);
    height: 4px;
    border-radius: 10px
}

.intercom-namespace input[type=range].intercom-video-player-scrubber::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
    cursor: pointer
}

.intercom-namespace input[type=range].intercom-video-player-scrubber::-moz-range-thumb {
    border: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
    cursor: pointer
}

.intercom-namespace input[type=range].intercom-video-player-scrubber::-ms-thumb {
    border: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
    cursor: pointer
}

.intercom-namespace.intercom-tab-navigation-enabled :focus {
    outline-offset: 0;
    outline-style: auto;
    outline-width: 5px
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-messenger:focus:after {
    outline-style: auto;
    outline-width: 5px
}

.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=default] .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=default] :focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=default] .intercom-messenger-header .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=default] .intercom-messenger-header :focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=default] .intercom-messenger-sheet-header .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=default] .intercom-messenger-sheet-header :focus {
    outline-color: #3b99fc
}

.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=default] .intercom-launcher:focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=default] .intercom-messenger-header .intercom-launcher:focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=default] .intercom-messenger-sheet-header .intercom-launcher:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 5px #3b99fc;
    box-shadow: inset 0 0 0 5px #3b99fc
}

.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=dark] .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=dark] :focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=dark] .intercom-messenger-header .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=dark] .intercom-messenger-header :focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=dark] .intercom-messenger-sheet-header .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=dark] .intercom-messenger-sheet-header :focus {
    outline-color: #38373e
}

.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=dark] .intercom-launcher:focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=dark] .intercom-messenger-header .intercom-launcher:focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=dark] .intercom-messenger-sheet-header .intercom-launcher:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 5px #38373e;
    box-shadow: inset 0 0 0 5px #38373e
}

.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=light] .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=light] :focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=light] .intercom-messenger-header .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=light] .intercom-messenger-header :focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=light] .intercom-messenger-sheet-header .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=light] .intercom-messenger-sheet-header :focus {
    outline-color: #cdcecd
}

.intercom-namespace.intercom-tab-navigation-enabled[data-accessibility-theme=light] .intercom-launcher:focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=light] .intercom-messenger-header .intercom-launcher:focus,
.intercom-namespace.intercom-tab-navigation-enabled[data-secondary-accessibility-theme=light] .intercom-messenger-sheet-header .intercom-launcher:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 5px #cdcecd;
    box-shadow: inset 0 0 0 5px #cdcecd
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-borderless-dismiss-button,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-borderless-view-more-button,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-notifications-dismiss-button {
    opacity: 1
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-borderless:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-composer textarea:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-conversation-body-parts:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-conversation-header:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-conversation-summary:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-image img:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-messenger-sheet-proxy,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-messenger-sheet-proxy-frame,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-messenger:focus:after,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-modal-inner:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-modal-overlay:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-note-close:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-post-close:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-reaction-selected:focus,
.intercom-namespace.intercom-tab-navigation-enabled .intercom-scrollable {
    outline-offset: -5px
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-launcher-discovery:focus {
    outline-offset: -7px
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-messenger:focus {
    outline: 0
}

.intercom-namespace.intercom-tab-navigation-enabled .intercom-messenger:focus:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2147483003
}

.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-launcher {
    background: #000;
    border: 1px solid #fff
}

.intercom-namespace.intercom-accessibility-contrast-mode-enabled [role=button],
.intercom-namespace.intercom-accessibility-contrast-mode-enabled button {
    border: 1px solid #fff;
    background: #000;
    color: #fff
}

.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-chat-card,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-comment,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-composer-borderless,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-home-screen-card-content,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-link-card-content-container,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-messenger,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-messenger-card-wrapper,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-post,
.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-submittable-input-submit-button {
    border: 1px solid #fff
}

.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-post-card.intercom-post-card-truncated:after {
    display: none
}

.intercom-namespace.intercom-accessibility-contrast-mode-enabled .intercom-messenger-header {
    background: #000
}

@media (-ms-high-contrast: active) {

    .intercom-namespace .intercom-launcher,
    .intercom-namespace [role=button],
    .intercom-namespace button {
        background: #000;
        border: 1px solid #fff
    }

    .intercom-namespace [role=button],
    .intercom-namespace button {
        color: #fff
    }

    .intercom-namespace .intercom-chat-card,
    .intercom-namespace .intercom-comment,
    .intercom-namespace .intercom-composer-borderless,
    .intercom-namespace .intercom-home-screen-card-content,
    .intercom-namespace .intercom-link-card-content-container,
    .intercom-namespace .intercom-messenger,
    .intercom-namespace .intercom-messenger-card-wrapper,
    .intercom-namespace .intercom-post,
    .intercom-namespace .intercom-submittable-input-submit-button {
        border: 1px solid #fff
    }

    .intercom-namespace .intercom-post-card.intercom-post-card-truncated:after {
        display: none
    }

    .intercom-namespace .intercom-messenger-header {
        background: #000
    }
}

.intercom-namespace .intercom-pointer-frame {
    z-index: 2147483001;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14);
    border: 1px solid rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-pointer {
    width: 272px;
    font-size: 13px;
    margin: -8px;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    color: #000
}

.intercom-namespace .intercom-pointer .intercom-reaction-picker {
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 1px solid #e6e6e6
}

.intercom-namespace .intercom-pointer .intercom-reaction-picker .intercom-reaction {
    width: 45px;
    height: 45px;
    font-size: 24px
}

.intercom-namespace .intercom-app-left-aligned .intercom-pointer {
    left: 20px;
    right: auto
}

.intercom-namespace .intercom-pointer .intercom-authored-container-top {
    padding: 16px 24px
}

.intercom-namespace .intercom-pointer-scrolled .intercom-authored-container-top {
    position: relative;
    z-index: 2147483003;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3)
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-pointer {
    bottom: calc(20px + 80px)
}

.intercom-namespace .intercom-pointer-body>.intercom-scrollable {
    max-height: 320px;
    border-radius: 0 0 8px 8px
}

.intercom-namespace .intercom-pointer-body-full-width {
    width: 100%
}

.intercom-namespace .intercom-pointer-close {
    z-index: 2147483003;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -5px;
    width: 72px;
    height: 64px
}

.intercom-namespace .intercom-pointer-close,
.intercom-namespace .intercom-pointer-close:hover {
    background-position: center;
    background-image: url(https://js.intercomcdn.com/images/close.1359f860.png);
    background-size: 12px 12px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .intercom-namespace .intercom-pointer-close,
    .intercom-namespace .intercom-pointer-close:hover {
        background-image: url(https://js.intercomcdn.com/images/close@2x.570e24e7.png)
    }
}

.intercom-namespace .intercom-pointer-footer {
    position: absolute;
    bottom: -20px;
    height: 55px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.intercom-namespace .intercom-pointer-footer-visible {
    opacity: 1;
    bottom: 0;
    -webkit-transition: opacity .16s, bottom .28s;
    transition: opacity .16s, bottom .28s;
    visibility: visible
}

.intercom-namespace .intercom-pointer-composer {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16.5px 20px;
    color: #737376;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer
}

.intercom-namespace .intercom-pointer-composer span {
    cursor: pointer
}

.intercom-namespace .intercom-pointer-composer .intercom-chat-bubble-icon {
    fill: #737376;
    margin-bottom: -3px;
    margin-right: 8px
}

.intercom-namespace .intercom-pointer-body .intercom-block-messenger-card {
    width: auto;
    margin: 17px
}

.intercom-namespace .intercom-pointer-body .intercom-messenger-card-wrapper {
    -webkit-box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    border: 1px solid #eee;
    border-top: none
}

.intercom-namespace .intercom-pointer-body {
    padding: 0 24px 24px
}

.intercom-namespace .intercom-pointer .intercom-scrollable .intercom-blocks {
    margin-bottom: 30px;
    padding-bottom: 24px
}

.intercom-namespace .intercom-pointer .intercom-scrollable .intercom-blocks .intercom-block-paragraph {
    margin-left: 0;
    margin-right: 0
}

.intercom-namespace .intercom-replies-disabled .intercom-scrollable .intercom-blocks {
    padding-bottom: 0;
    margin-bottom: 0
}

.intercom-namespace .intercom-pointer-inbox .intercom-pointer-body {
    padding-bottom: 0
}

.intercom-namespace .intercom-pointer-footer-text-center {
    text-align: center;
    background: #fff
}

.intercom-namespace .intercom-pointer-reply-to-body .intercom-scrollable .intercom-blocks {
    padding-bottom: 30px
}

.intercom-namespace .intercom-pointer-inbox {
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none
}

.intercom-namespace .intercom-pointer-inbox .intercom-positioner-arrow {
    -webkit-box-shadow: -1px 1px 0 #eee;
    box-shadow: -1px 1px 0 #eee;
    margin-left: 25px
}

.intercom-namespace .intercom-tour-frame {
    z-index: 2147483001;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .14);
    border: 1px solid rgba(0, 0, 0, .1)
}

.intercom-namespace .intercom-tour-step {
    z-index: 2147483002;
    font-size: 13px;
    padding: 0;
    margin: -8px;
    font-family: "intercom-font", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
    color: #000
}

.intercom-namespace .intercom-tour-step-pointer {
    width: 272px
}

.intercom-namespace .intercom-tour-step-pointer .intercom-author-summary-name-from {
    width: calc(100% - 24px)
}

.intercom-namespace .intercom-tour-step-post .intercom-tour-step-content>.intercom-scrollable {
    max-height: 500px
}

.intercom-namespace .intercom-tour-step .intercom-authored-container-top {
    padding: 16px 24px
}

.intercom-namespace .intercom-tour-step-scrolled .intercom-authored-container-top {
    position: relative;
    z-index: 2147483003;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3)
}

.intercom-namespace .intercom-tour-close {
    z-index: 2147483003;
    cursor: pointer;
    position: absolute;
    padding: 8px;
    top: 18px;
    right: 16px
}

.intercom-namespace .intercom-tour-close .intercom-close-icon {
    width: 12px;
    height: 12px
}

.intercom-namespace .intercom-tour-close .intercom-close-icon>g>g {
    fill: #8b8b8b
}

.intercom-namespace .intercom-tour-step-content {
    padding-top: 0
}

.intercom-namespace .intercom-tour-step-content>.intercom-scrollable {
    max-height: 320px
}

.intercom-namespace .intercom-tour-step-footer {
    position: relative;
    padding: 8px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee
}

.intercom-namespace .intercom-tour-step-button,
.intercom-namespace .intercom-tour-step-progress {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative
}

.intercom-namespace .intercom-tour-step-progress {
    padding-left: 14px;
    color: #888
}

.intercom-namespace .intercom-tour-step-progress .intercom-tour-step-progress-step {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    width: 5px;
    height: 5px;
    margin: 0 3px
}

.intercom-namespace .intercom-tour-step-progress .intercom-tour-step-progress-current-step {
    background-color: #c1c1c1
}

.intercom-namespace .intercom-tour-step-button button {
    font-size: 14px;
    background-color: #333333;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 4px
}

.intercom-namespace .intercom-tour-step-content .intercom-block-messenger-card {
    margin: 16px auto;
    width: 230px
}

.intercom-namespace .intercom-tour-step-content .intercom-messenger-card-wrapper {
    -webkit-box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    border: 1px solid #eee;
    border-top: none
}

.intercom-namespace .intercom-tour-step-post-content .intercom-block-messenger-card {
    width: 320px;
    margin: 16px auto
}

.intercom-namespace .intercom-tooltip-wrapper {
    position: relative
}

.intercom-namespace .intercom-tooltip {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms
}

.intercom-namespace .intercom-tooltip-enter {
    opacity: 0
}

.intercom-namespace .intercom-tooltip-enter-active {
    opacity: .95
}

.intercom-namespace .intercom-tooltip-exit,
.intercom-namespace .intercom-video-player-container-loading:after {
    opacity: 0
}

.intercom-namespace .intercom-tooltip-content {
    background: #8b8b8b;
    opacity: .95;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    padding: 0 4px
}

.intercom-namespace .intercom-launcher-frame {
    z-index: 2147483000 !important;
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: #333333 !important
}

.intercom-namespace .intercom-app.intercom-app-left-aligned .intercom-launcher-frame {
    left: 20px;
    right: auto
}

.intercom-namespace .intercom-launcher-frame-mobile {
    -webkit-transition: -webkit-box-shadow 80ms ease-in-out;
    transition: box-shadow 80ms ease-in-out;
    transition: box-shadow 80ms ease-in-out, -webkit-box-shadow 80ms ease-in-out;
    pointer-events: auto !important
}

.intercom-namespace .intercom-launcher-frame-mobile:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24) !important
}

.intercom-namespace .intercom-launcher-frame-mobile,
.intercom-namespace .intercom-launcher-frame-mobile:active {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important
}

.intercom-namespace .intercom-launcher-frame-shadow {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16)
}

.intercom-namespace .intercom-launcher-discovery-frame {
    z-index: 2147482999 !important;
    position: fixed !important;
    bottom: calc(20px - 5px);
    right: calc(20px - 5px);
    height: 70px;
    width: 70px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    border-radius: 35px;
    background-color: #fff;
    opacity: 0;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16) !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16) !important
}

.intercom-namespace .intercom-app.intercom-app-left-aligned .intercom-launcher-discovery-frame {
    left: calc(20px - 5px);
    right: auto
}

.intercom-namespace .intercom-launcher-discovery-frame-opening {
    opacity: 1;
    -webkit-animation: intercom-launcher-discovery-frame-opening 400ms ease both;
    animation: intercom-launcher-discovery-frame-opening 400ms ease both
}

.intercom-namespace .intercom-launcher-discovery-frame-closing {
    opacity: 1;
    -webkit-animation: intercom-launcher-discovery-frame-closing 400ms ease both;
    animation: intercom-launcher-discovery-frame-closing 400ms ease both;
    -webkit-animation-delay: 160ms;
    animation-delay: 160ms
}

.intercom-namespace .intercom-launcher-badge-frame {
    z-index: 2147483001 !important;
    position: fixed !important;
    bottom: calc(20px + 40px);
    right: calc(20px - 4px);
    width: 22px !important;
    height: 22px !important;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .27) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .27) !important;
    border-radius: 50% !important
}

.intercom-namespace .intercom-app.intercom-app-left-aligned .intercom-launcher-badge-frame {
    left: calc(20px - 4px + 45px);
    right: auto
}

.intercom-namespace .intercom-messenger-frame {
    height: calc(100% - 20px - 20px);
    width: 376px !important;
    min-height: 250px !important;
    max-height: 704px !important;
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    opacity: 1 !important
}

.intercom-namespace .intercom-messenger-frame>iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute
}

.intercom-namespace .intercom-app-left-aligned .intercom-messenger-frame {
    left: 20px;
    right: auto
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-messenger-frame {
    height: calc(100% - 20px - 80px - 20px);
    bottom: calc(20px + 80px)
}

.intercom-namespace .intercom-messenger-frame,
.intercom-namespace .intercom-notifications-frame {
    right: 20px;
    position: fixed !important;
    bottom: 20px;
    z-index: 2147483000 !important
}

.intercom-namespace .intercom-app-left-aligned .intercom-notifications-frame {
    left: 20px;
    right: auto
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-notifications-frame {
    bottom: calc(20px + 80px)
}

.intercom-namespace .intercom-borderless-frame {
    z-index: 2147483000;
    position: fixed !important;
    bottom: calc(20px - 10px);
    right: calc(20px - 10px);
    max-height: calc(100% - 20px + 10px);
    width: 360px !important
}

.intercom-namespace .intercom-borderless-frame.intercom-borderless-frame-extended {
    min-height: 350px
}

.intercom-namespace .intercom-app-left-aligned .intercom-borderless-frame {
    left: calc(10px + 20px - 64px + 50px);
    right: auto
}

.intercom-namespace .intercom-app-launcher-enabled .intercom-borderless-frame {
    bottom: calc(20px + 80px - 10px);
    max-height: calc(100% - 20px - 80px + 10px)
}

.intercom-namespace .intercom-bound-event-creator-frame {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
    bottom: 20px;
    position: fixed;
    right: 20px;
    width: 520px;
    z-index: 2147483000 !important
}

.intercom-namespace .intercom-bound-event-creator-frame.centered-with-overlay {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 2px 32px rgba(0, 0, 0, .32), rgba(40, 47, 51, .76) 0 0 0 10000px !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 2px 32px rgba(0, 0, 0, .32), rgba(40, 47, 51, .76) 0 0 0 10000px !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}

.intercom-namespace .intercom-bound-event-creator-header-frame {
    background: #1d364b;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    z-index: 2147483001 !important
}

.intercom-namespace .intercom-chat .intercom-block,
.intercom-namespace .intercom-chat-card .intercom-block,
.intercom-namespace .intercom-chat-card-borderless-single .intercom-block,
.intercom-namespace .intercom-comment .intercom-block,
.intercom-namespace .intercom-comment-single .intercom-block,
.intercom-namespace .intercom-note .intercom-block,
.intercom-namespace .intercom-note-card .intercom-block,
.intercom-namespace .intercom-pointer .intercom-block,
.intercom-namespace .intercom-post .intercom-block,
.intercom-namespace .intercom-post-card .intercom-block,
.intercom-namespace .intercom-tour-step-pointer .intercom-block,
.intercom-namespace .intercom-tour-step-post .intercom-block {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

.intercom-namespace .intercom-chat .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-chat .intercom-block:last-child,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-chat-card .intercom-block:last-child,
.intercom-namespace .intercom-chat-card-borderless-single .intercom-block:last-child,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-comment .intercom-block:last-child,
.intercom-namespace .intercom-comment-single .intercom-block:last-child,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-note .intercom-block:last-child,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-note-card .intercom-block:last-child,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-pointer .intercom-block:last-child,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-post .intercom-block:last-child,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-post-card .intercom-block:last-child,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-tour-step-pointer .intercom-block:last-child,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li:last-child,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li:last-child,
.intercom-namespace .intercom-tour-step-post .intercom-block:last-child {
    margin-bottom: 0
}

.intercom-namespace .intercom-note .intercom-block-heading,
.intercom-namespace .intercom-note-card .intercom-block-heading,
.intercom-namespace .intercom-pointer .intercom-block-heading,
.intercom-namespace .intercom-post .intercom-block-heading,
.intercom-namespace .intercom-post-card .intercom-block-heading,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-heading,
.intercom-namespace .intercom-tour-step-post .intercom-block-heading {
    color: #333333;
    font-weight: 400
}

.intercom-namespace .intercom-post .intercom-block-heading,
.intercom-namespace .intercom-tour-step-post .intercom-block-heading {
    font-size: 33px;
    line-height: 1.24;
    margin: 0 15.27% 30px
}

.intercom-namespace .intercom-note-card .intercom-block-heading,
.intercom-namespace .intercom-post-card .intercom-block-heading {
    font-size: 20px;
    line-height: 1.33;
    margin: 0 0 10px
}

.intercom-namespace .intercom-note .intercom-block-heading,
.intercom-namespace .intercom-pointer .intercom-block-heading,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-heading {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 7.31% 14px
}

.intercom-namespace .intercom-chat .intercom-block-heading,
.intercom-namespace .intercom-chat-card .intercom-block-heading {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.33
}

.intercom-namespace .intercom-block-heading {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
    line-height: 1.14
}

.intercom-namespace .intercom-post .intercom-block-subheading {
    color: #000;
    font-size: 20px;
    line-height: 1.24;
    margin: 0 15.27% 15px
}

.intercom-namespace .intercom-post-card .intercom-block-subheading {
    color: #000;
    line-height: 1.24
}

.intercom-namespace .intercom-note .intercom-block-subheading {
    color: #000;
    font-size: 20px;
    line-height: 1.24
}

.intercom-namespace .intercom-note-card .intercom-block-subheading {
    color: #000;
    line-height: 1.24
}

.intercom-namespace .intercom-pointer .intercom-block-subheading {
    color: #000;
    font-size: 20px;
    line-height: 1.24
}

.intercom-namespace .intercom-tour-step-pointer .intercom-block-subheading,
.intercom-namespace .intercom-tour-step-post .intercom-block-subheading {
    color: #000;
    font-size: 20px;
    line-height: 1.24;
    margin: 0 15.27% 15px
}

.intercom-namespace .intercom-chat .intercom-block-subheading,
.intercom-namespace .intercom-chat-card .intercom-block-subheading {
    color: #000
}

.intercom-namespace .intercom-note-card .intercom-block-subheading,
.intercom-namespace .intercom-post-card .intercom-block-subheading {
    margin: 0 0 10px;
    font-size: 17px
}

.intercom-namespace .intercom-note .intercom-block-subheading,
.intercom-namespace .intercom-pointer .intercom-block-subheading {
    margin: 0 7.31% 15px
}

.intercom-namespace .intercom-chat .intercom-block-subheading,
.intercom-namespace .intercom-chat-card .intercom-block-subheading {
    font-size: 14px;
    line-height: 1.33;
    margin: 0 0 10px
}

.intercom-namespace .intercom-block-subheading {
    font-size: 19px;
    font-weight: 700;
    padding: 1px 0 11px
}

.intercom-namespace .intercom-chat .intercom-block-image,
.intercom-namespace .intercom-chat-card .intercom-block-image,
.intercom-namespace .intercom-comment .intercom-block-image,
.intercom-namespace .intercom-comment-single .intercom-block-image,
.intercom-namespace .intercom-note .intercom-block-image,
.intercom-namespace .intercom-note-card .intercom-block-image,
.intercom-namespace .intercom-pointer .intercom-block-image,
.intercom-namespace .intercom-post .intercom-block-image,
.intercom-namespace .intercom-post-card .intercom-block-image,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-image,
.intercom-namespace .intercom-tour-step-post .intercom-block-image {
    display: block;
    text-align: center;
    max-width: 100%
}

.intercom-namespace .intercom-chat .intercom-block-image img,
.intercom-namespace .intercom-chat-card .intercom-block-image img,
.intercom-namespace .intercom-comment .intercom-block-image img,
.intercom-namespace .intercom-comment-single .intercom-block-image img,
.intercom-namespace .intercom-note .intercom-block-image img,
.intercom-namespace .intercom-note-card .intercom-block-image img,
.intercom-namespace .intercom-pointer .intercom-block-image img,
.intercom-namespace .intercom-post .intercom-block-image img,
.intercom-namespace .intercom-post-card .intercom-block-image img,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-image img,
.intercom-namespace .intercom-tour-step-post .intercom-block-image img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    vertical-align: bottom
}

.intercom-namespace .intercom-note .intercom-block-image,
.intercom-namespace .intercom-pointer .intercom-block-image,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-image {
    margin-bottom: 23px
}

.intercom-namespace .intercom-post .intercom-block-image,
.intercom-namespace .intercom-tour-step-post .intercom-block-image {
    margin-bottom: 34px
}

.intercom-namespace .intercom-chat .intercom-block-image,
.intercom-namespace .intercom-chat-card .intercom-block-image {
    margin-bottom: 10px;
    -webkit-transition: all .12s ease-out;
    transition: all .12s ease-out
}

.intercom-namespace .intercom-note-card .intercom-block-image,
.intercom-namespace .intercom-post-card .intercom-block-image {
    margin-bottom: 10px
}

.intercom-namespace .intercom-comment-single .intercom-block-image img {
    border-radius: 4px
}

.intercom-namespace .intercom-chat .intercom-block-unordered-list>li,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li {
    margin: 0 0 5px 15px;
    padding: 0;
    list-style-position: outside;
    list-style-type: disc
}

.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li {
    color: #000;
    margin: 0 0 5px 15px;
    padding: 0;
    list-style-position: outside;
    list-style-type: disc
}

.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li {
    margin: 0 0 5px 15px;
    padding: 0;
    list-style-position: outside;
    list-style-type: disc
}

.intercom-namespace .intercom-comment .intercom-block-unordered-list>li {
    color: #000;
    list-style-type: disc
}

.intercom-namespace .intercom-chat .intercom-block-ordered-list>li,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li {
    margin: 0 0 5px 15px;
    padding: 0;
    list-style-position: outside
}

.intercom-namespace .intercom-comment .intercom-block-ordered-list>li {
    color: #000
}

.intercom-namespace .intercom-chat .intercom-block-ordered-list>li,
.intercom-namespace .intercom-chat .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-chat .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-chat .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-chat .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-chat .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-chat .intercom-block-paragraph a,
.intercom-namespace .intercom-chat .intercom-block-paragraph b,
.intercom-namespace .intercom-chat .intercom-block-paragraph em,
.intercom-namespace .intercom-chat .intercom-block-paragraph i,
.intercom-namespace .intercom-chat .intercom-block-paragraph p,
.intercom-namespace .intercom-chat .intercom-block-paragraph strong,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph a,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph b,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph em,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph i,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph p,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph strong,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-comment .intercom-block-paragraph a,
.intercom-namespace .intercom-comment .intercom-block-paragraph b,
.intercom-namespace .intercom-comment .intercom-block-paragraph em,
.intercom-namespace .intercom-comment .intercom-block-paragraph i,
.intercom-namespace .intercom-comment .intercom-block-paragraph p,
.intercom-namespace .intercom-comment .intercom-block-paragraph strong,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-note .intercom-block-paragraph a,
.intercom-namespace .intercom-note .intercom-block-paragraph b,
.intercom-namespace .intercom-note .intercom-block-paragraph em,
.intercom-namespace .intercom-note .intercom-block-paragraph i,
.intercom-namespace .intercom-note .intercom-block-paragraph p,
.intercom-namespace .intercom-note .intercom-block-paragraph strong,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-note-card .intercom-block-paragraph a,
.intercom-namespace .intercom-note-card .intercom-block-paragraph b,
.intercom-namespace .intercom-note-card .intercom-block-paragraph em,
.intercom-namespace .intercom-note-card .intercom-block-paragraph i,
.intercom-namespace .intercom-note-card .intercom-block-paragraph p,
.intercom-namespace .intercom-note-card .intercom-block-paragraph strong,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-pointer .intercom-block-paragraph a,
.intercom-namespace .intercom-pointer .intercom-block-paragraph b,
.intercom-namespace .intercom-pointer .intercom-block-paragraph em,
.intercom-namespace .intercom-pointer .intercom-block-paragraph i,
.intercom-namespace .intercom-pointer .intercom-block-paragraph p,
.intercom-namespace .intercom-pointer .intercom-block-paragraph strong,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-post .intercom-block-paragraph a,
.intercom-namespace .intercom-post .intercom-block-paragraph b,
.intercom-namespace .intercom-post .intercom-block-paragraph em,
.intercom-namespace .intercom-post .intercom-block-paragraph i,
.intercom-namespace .intercom-post .intercom-block-paragraph p,
.intercom-namespace .intercom-post .intercom-block-paragraph strong,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-post-card .intercom-block-paragraph a,
.intercom-namespace .intercom-post-card .intercom-block-paragraph b,
.intercom-namespace .intercom-post-card .intercom-block-paragraph em,
.intercom-namespace .intercom-post-card .intercom-block-paragraph i,
.intercom-namespace .intercom-post-card .intercom-block-paragraph p,
.intercom-namespace .intercom-post-card .intercom-block-paragraph strong,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph a,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph b,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph em,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph i,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph p,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph strong,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li strong,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li b,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li em,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li i,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li strong,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph a,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph b,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph em,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph i,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph p,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph strong,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li b,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li em,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li i,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li strong {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.intercom-namespace .intercom-chat .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-chat .intercom-block-paragraph a,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph a,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-comment .intercom-block-paragraph a,
.intercom-namespace .intercom-comment .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-note .intercom-block-paragraph a,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-note-card .intercom-block-paragraph a,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-pointer .intercom-block-paragraph a,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-post .intercom-block-paragraph a,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-post-card .intercom-block-paragraph a,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph a,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list>li a,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li a,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph a,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list>li a {
    text-decoration: underline
}

.intercom-namespace .intercom-chat .intercom-block-ordered-list>li,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-comment .intercom-block-ordered-list>li,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li {
    list-style-type: decimal
}

.intercom-namespace .intercom-comment .intercom-block-ordered-list,
.intercom-namespace .intercom-comment .intercom-block-unordered-list,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list {
    font-size: 14px;
    margin: 0 0 10px 10px;
    line-height: 1.33
}

.intercom-namespace .intercom-post .intercom-block-ordered-list,
.intercom-namespace .intercom-post .intercom-block-unordered-list,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list,
.intercom-namespace .intercom-tour-step-post .intercom-block-unordered-list {
    font-size: 17px;
    line-height: 1.41;
    margin: 0 15.27% 27px;
    padding: 0 0 0 16px
}

.intercom-namespace .intercom-chat .intercom-block-ordered-list,
.intercom-namespace .intercom-chat .intercom-block-unordered-list,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list {
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 0 8px;
    line-height: 1.33
}

.intercom-namespace .intercom-note .intercom-block-ordered-list,
.intercom-namespace .intercom-note .intercom-block-unordered-list,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-unordered-list {
    font-size: 14px;
    margin: 0 7.31% 10px;
    padding: 0 0 0 8px;
    line-height: 1.33
}

.intercom-namespace .intercom-chat .intercom-block-ordered-list>li,
.intercom-namespace .intercom-chat .intercom-block-unordered-list>li,
.intercom-namespace .intercom-chat-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-chat-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-note .intercom-block-ordered-list>li,
.intercom-namespace .intercom-note .intercom-block-unordered-list>li,
.intercom-namespace .intercom-note-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-note-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-pointer .intercom-block-unordered-list>li,
.intercom-namespace .intercom-post .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post .intercom-block-unordered-list>li,
.intercom-namespace .intercom-post-card .intercom-block-ordered-list>li,
.intercom-namespace .intercom-post-card .intercom-block-unordered-list>li,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-ordered-list>li,
.intercom-namespace .intercom-tour-step-post .intercom-block-ordered-list>li {
    color: #000
}

.intercom-namespace .intercom-chat .intercom-block-video,
.intercom-namespace .intercom-chat-card .intercom-block-video,
.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video,
.intercom-namespace .intercom-comment .intercom-block-video,
.intercom-namespace .intercom-note .intercom-block-video,
.intercom-namespace .intercom-note-card .intercom-block-video,
.intercom-namespace .intercom-pointer .intercom-block-video,
.intercom-namespace .intercom-post .intercom-block-video,
.intercom-namespace .intercom-post-card .intercom-block-video,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-video,
.intercom-namespace .intercom-tour-step-post .intercom-block-video {
    position: relative;
    display: block
}

.intercom-namespace .intercom-chat .intercom-block-video:before,
.intercom-namespace .intercom-chat-card .intercom-block-video:before,
.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video:before,
.intercom-namespace .intercom-comment .intercom-block-video:before,
.intercom-namespace .intercom-note .intercom-block-video:before,
.intercom-namespace .intercom-note-card .intercom-block-video:before,
.intercom-namespace .intercom-pointer .intercom-block-video:before,
.intercom-namespace .intercom-post .intercom-block-video:before,
.intercom-namespace .intercom-post-card .intercom-block-video:before,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-video:before,
.intercom-namespace .intercom-tour-step-post .intercom-block-video:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%
}

.intercom-namespace .intercom-note .intercom-block-video iframe,
.intercom-namespace .intercom-note .intercom-block-video video,
.intercom-namespace .intercom-pointer .intercom-block-video iframe,
.intercom-namespace .intercom-pointer .intercom-block-video video,
.intercom-namespace .intercom-post .intercom-block-video iframe,
.intercom-namespace .intercom-post .intercom-block-video video,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-video iframe,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-video video,
.intercom-namespace .intercom-tour-step-post .intercom-block-video iframe,
.intercom-namespace .intercom-tour-step-post .intercom-block-video video {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-chat .intercom-block-video iframe,
.intercom-namespace .intercom-chat .intercom-block-video video,
.intercom-namespace .intercom-comment .intercom-block-video iframe,
.intercom-namespace .intercom-comment .intercom-block-video video {
    width: 100%;
    height: 100%;
    vertical-align: top;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-note-card .intercom-block-video iframe,
.intercom-namespace .intercom-note-card .intercom-block-video video,
.intercom-namespace .intercom-post-card .intercom-block-video iframe,
.intercom-namespace .intercom-post-card .intercom-block-video video {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-chat-card .intercom-block-video iframe,
.intercom-namespace .intercom-chat-card .intercom-block-video video {
    width: 100%;
    height: 100%;
    vertical-align: top;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video iframe,
.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video video {
    width: 100%;
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-chat .intercom-block-video iframe,
.intercom-namespace .intercom-chat .intercom-block-video video,
.intercom-namespace .intercom-chat-card .intercom-block-video iframe,
.intercom-namespace .intercom-chat-card .intercom-block-video video,
.intercom-namespace .intercom-comment .intercom-block-video iframe,
.intercom-namespace .intercom-comment .intercom-block-video video {
    position: static;
    margin-top: -56.25%
}

.intercom-namespace .intercom-note .intercom-block-video,
.intercom-namespace .intercom-pointer .intercom-block-video,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-video {
    margin: 0 7.31% 24px
}

.intercom-namespace .intercom-post .intercom-block-video,
.intercom-namespace .intercom-tour-step-post .intercom-block-video {
    margin: 0 15.27% 40px
}

.intercom-namespace .intercom-chat .intercom-block-video,
.intercom-namespace .intercom-comment .intercom-block-video {
    height: 120px
}

.intercom-namespace .intercom-chat .intercom-block-video,
.intercom-namespace .intercom-chat-card .intercom-block-video,
.intercom-namespace .intercom-note-card .intercom-block-video,
.intercom-namespace .intercom-post-card .intercom-block-video {
    margin-bottom: 10px
}

.intercom-namespace .intercom-comment-single .intercom-block-video iframe,
.intercom-namespace .intercom-comment-single .intercom-block-video video {
    border-radius: 4px
}

.intercom-namespace .intercom-block-video-file {
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    z-index: 0
}

.intercom-namespace .intercom-video-player-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-video-player-container.intercom-video-player-container-has-audio:after,
.intercom-namespace .intercom-video-player-container.intercom-video-player-container-has-captions:after {
    width: 100%;
    height: 80px;
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: 100% 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.intercom-namespace .intercom-video-loading {
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff
}

.intercom-namespace .intercom-video-player {
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.intercom-namespace .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-control-audio-unmuted,
.intercom-namespace .intercom-video-overlay {
    position: absolute;
    z-index: 2;
    -webkit-transition: opacity 200ms cubic-bezier(.165, .84, .44, 1);
    transition: opacity 200ms cubic-bezier(.165, .84, .44, 1)
}

.intercom-namespace .intercom-video-overlay {
    opacity: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.intercom-namespace .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-control-audio-unmuted {
    right: 2px;
    bottom: 2px;
    width: 44px;
    height: 44px;
    pointer-events: auto;
    cursor: pointer;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: drop-shadow(0 .5px 1px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 .5px 1px rgba(0, 0, 0, .15))
}

.intercom-namespace .intercom-video-control-audio-muted {
    background-image: url(https://js.intercomcdn.com/images/muted.ea7260d8.svg)
}

.intercom-namespace .intercom-video-control-audio-unmuted {
    background-image: url(https://js.intercomcdn.com/images/not-muted.95881bfe.svg)
}

.intercom-namespace .intercom-video-control-button,
.intercom-namespace .intercom-video-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.intercom-namespace .intercom-video-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none
}

.intercom-namespace .intercom-video-control-button {
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    pointer-events: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 120px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-shadow: 0 2px 32px rgba(0, 0, 0, .14), 0 1px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 32px rgba(0, 0, 0, .14), 0 1px 6px rgba(0, 0, 0, .06)
}

.intercom-namespace .intercom-video-control-button:hover {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.intercom-namespace .intercom-video-player-container-complete a.intercom-video-control-button svg {
    -webkit-animation-name: video-replay-wiggle;
    animation-name: video-replay-wiggle;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.intercom-namespace .intercom-video-player-container-complete .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-player-container-complete .intercom-video-control-audio-unmuted,
.intercom-namespace .intercom-video-player-container-complete .intercom-video-overlay,
.intercom-namespace .intercom-video-player-container-paused .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-player-container-paused .intercom-video-control-audio-unmuted,
.intercom-namespace .intercom-video-player-container-paused .intercom-video-overlay,
.intercom-namespace .intercom-video-player-container-playing:hover .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-player-container-playing:hover .intercom-video-control-audio-unmuted,
.intercom-namespace .intercom-video-player-container-playing:hover .intercom-video-overlay,
.intercom-namespace .intercom-video-player-container-ready .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-player-container-ready .intercom-video-control-audio-unmuted,
.intercom-namespace .intercom-video-player-container-ready .intercom-video-overlay {
    opacity: 1
}

.intercom-namespace .intercom-video-player-container-complete .intercom-video-control-audio-muted:hover,
.intercom-namespace .intercom-video-player-container-complete .intercom-video-control-audio-unmuted:hover,
.intercom-namespace .intercom-video-player-container-paused .intercom-video-control-audio-muted:hover,
.intercom-namespace .intercom-video-player-container-paused .intercom-video-control-audio-unmuted:hover,
.intercom-namespace .intercom-video-player-container-playing:hover .intercom-video-control-audio-muted:hover,
.intercom-namespace .intercom-video-player-container-playing:hover .intercom-video-control-audio-unmuted:hover,
.intercom-namespace .intercom-video-player-container-ready .intercom-video-control-audio-muted:hover,
.intercom-namespace .intercom-video-player-container-ready .intercom-video-control-audio-unmuted:hover {
    opacity: .85
}

.intercom-namespace .intercom-video-player-container-loading .intercom-video-control-audio-muted,
.intercom-namespace .intercom-video-player-container-loading .intercom-video-control-audio-unmuted,
.intercom-namespace .intercom-video-player-container-loading .intercom-video-player-bottom-overlay {
    opacity: 0
}

.intercom-namespace .intercom-video-player-container-playing .intercom-video-summary {
    display: none
}

.intercom-namespace .intercom-comment-single .intercom-video-loading {
    background-color: #eee
}

.intercom-namespace .intercom-video-player-container-mobile .intercom-video-overlay {
    opacity: 1
}

.intercom-namespace .intercom-video-player-container-mobile.intercom-video-player-container-playing .intercom-video-overlay {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0
}

.intercom-namespace .intercom-chat-card-borderless.intercom-chat-card-borderless-single .intercom-block-video-file {
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .14), 0 1px 6px rgba(0, 0, 0, .06);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .14), 0 1px 6px rgba(0, 0, 0, .06)
}

.intercom-namespace .intercom-note .intercom-block-video-file,
.intercom-namespace .intercom-post .intercom-block-video-file {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.intercom-namespace .intercom-note .intercom-block-video-file .intercom-video-player,
.intercom-namespace .intercom-note .intercom-block-video-file .intercom-video-player-container,
.intercom-namespace .intercom-post .intercom-block-video-file .intercom-video-player,
.intercom-namespace .intercom-post .intercom-block-video-file .intercom-video-player-container {
    border-radius: 0
}

.intercom-namespace .intercom-video-player-bottom-overlay {
    opacity: 1;
    position: absolute;
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
    bottom: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    background-size: 100% 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1)
}

.intercom-namespace .intercom-video-player-container-has-captions .intercom-video-player-bottom-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .0001)), color-stop(40%, rgba(0, 0, 0, .5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 40%)
}

.intercom-namespace .intercom-video-player-container-complete .intercom-video-player-bottom-overlay,
.intercom-namespace .intercom-video-player-container-paused .intercom-video-player-bottom-overlay,
.intercom-namespace .intercom-video-player-container-show-controls .intercom-video-player-bottom-overlay {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-video-player-container-complete .intercom-video-player-controls,
.intercom-namespace .intercom-video-player-container-paused .intercom-video-player-controls,
.intercom-namespace .intercom-video-player-container-show-controls .intercom-video-player-controls {
    opacity: 1
}

.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video-reply,
.intercom-namespace .intercom-comment .intercom-block-video-reply,
.intercom-namespace .intercom-comment-single .intercom-block-video-reply {
    position: relative;
    display: block
}

.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video-reply:before,
.intercom-namespace .intercom-comment .intercom-block-video-reply:before,
.intercom-namespace .intercom-comment-single .intercom-block-video-reply:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 75%
}

.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video-reply iframe,
.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video-reply video,
.intercom-namespace .intercom-comment .intercom-block-video-reply iframe,
.intercom-namespace .intercom-comment .intercom-block-video-reply video,
.intercom-namespace .intercom-comment-single .intercom-block-video-reply iframe,
.intercom-namespace .intercom-comment-single .intercom-block-video-reply video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intercom-namespace .intercom-comment .intercom-block-video-reply,
.intercom-namespace .intercom-comment-single .intercom-block-video-reply {
    width: 232px
}

.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-video-reply {
    width: 240px
}

.intercom-namespace .intercom-chat .intercom-block-paragraph,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph,
.intercom-namespace .intercom-note .intercom-block-paragraph,
.intercom-namespace .intercom-note-card .intercom-block-paragraph,
.intercom-namespace .intercom-pointer .intercom-block-paragraph,
.intercom-namespace .intercom-post .intercom-block-paragraph,
.intercom-namespace .intercom-post-card .intercom-block-paragraph {
    color: #000
}

.intercom-namespace .intercom-note .intercom-block-paragraph,
.intercom-namespace .intercom-pointer .intercom-block-paragraph,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 7.31% 10px
}

.intercom-namespace .intercom-post .intercom-block-paragraph,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph {
    font-size: 17px;
    line-height: 1.4;
    margin: 0 15.27% 17px
}

.intercom-namespace .intercom-chat .intercom-block-paragraph,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph,
.intercom-namespace .intercom-comment .intercom-block-paragraph,
.intercom-namespace .intercom-note-card .intercom-block-paragraph,
.intercom-namespace .intercom-post-card .intercom-block-paragraph {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .intercom-chat .intercom-block-paragraph a:active,
.intercom-namespace .intercom-chat .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-chat .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph a:active,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-comment .intercom-block-paragraph a:active,
.intercom-namespace .intercom-comment .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-comment .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-note .intercom-block-paragraph a:active,
.intercom-namespace .intercom-note .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-note .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-note-card .intercom-block-paragraph a:active,
.intercom-namespace .intercom-note-card .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-note-card .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-pointer .intercom-block-paragraph a:active,
.intercom-namespace .intercom-pointer .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-pointer .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-post .intercom-block-paragraph a:active,
.intercom-namespace .intercom-post .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-post .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-post-card .intercom-block-paragraph a:active,
.intercom-namespace .intercom-post-card .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-post-card .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph a:active,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph a:hover,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph a:active,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph a:focus,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph a:hover {
    text-decoration: none
}

.intercom-namespace .intercom-chat .intercom-block-paragraph code,
.intercom-namespace .intercom-chat-card .intercom-block-paragraph code,
.intercom-namespace .intercom-comment .intercom-block-paragraph code,
.intercom-namespace .intercom-note .intercom-block-paragraph code,
.intercom-namespace .intercom-note-card .intercom-block-paragraph code,
.intercom-namespace .intercom-pointer .intercom-block-paragraph code,
.intercom-namespace .intercom-post .intercom-block-paragraph code,
.intercom-namespace .intercom-post-card .intercom-block-paragraph code,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-paragraph code,
.intercom-namespace .intercom-tour-step-post .intercom-block-paragraph code {
    padding: 1px;
    background-color: #f5f5f5;
    font-family: Courier, monospace
}

.intercom-namespace .intercom-block-html {
    font-size: 13px
}

.intercom-namespace .intercom-post .intercom-block-button {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #333333;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 40px;
    text-decoration: none
}

.intercom-namespace .intercom-note .intercom-block-button,
.intercom-namespace .intercom-pointer .intercom-block-button,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-button {
    font-size: 14px
}

.intercom-namespace .intercom-note .intercom-block-button,
.intercom-namespace .intercom-note-card .intercom-block-button,
.intercom-namespace .intercom-pointer .intercom-block-button,
.intercom-namespace .intercom-post-card .intercom-block-button,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-button,
.intercom-namespace .intercom-tour-step-post .intercom-block-button {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #333333;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 40px;
    text-decoration: none
}

.intercom-namespace .intercom-note-card .intercom-block-button,
.intercom-namespace .intercom-post-card .intercom-block-button {
    font-size: 14px
}

.intercom-namespace .intercom-post .intercom-block-button,
.intercom-namespace .intercom-tour-step-post .intercom-block-button {
    margin: 0 15.27%;
    font-size: 17px;
    line-height: 1.4
}

.intercom-namespace .intercom-note .intercom-block-button,
.intercom-namespace .intercom-pointer .intercom-block-button,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-button {
    margin: 0 7.31%;
    line-height: 1.4
}

.intercom-namespace .intercom-chat .intercom-block-button,
.intercom-namespace .intercom-chat-card .intercom-block-button {
    color: #333333;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px
}

.intercom-namespace .intercom-chat .intercom-block-button:hover,
.intercom-namespace .intercom-chat-card .intercom-block-button:hover {
    text-decoration: none
}

.intercom-namespace .intercom-note-card .intercom-block-button,
.intercom-namespace .intercom-post-card .intercom-block-button {
    margin: 0;
    line-height: 1.4
}

.intercom-namespace .intercom-post .intercom-block-button-container,
.intercom-namespace .intercom-tour-step-post .intercom-block-button-container {
    margin-bottom: 17px
}

.intercom-namespace .intercom-note .intercom-block-button-container {
    margin-bottom: 9px
}

.intercom-namespace .intercom-chat .intercom-block-button-container,
.intercom-namespace .intercom-note-card .intercom-block-button-container,
.intercom-namespace .intercom-post-card .intercom-block-button-container {
    margin-bottom: 10px
}

.intercom-namespace .intercom-chat .intercom-block-facebook iframe,
.intercom-namespace .intercom-chat .intercom-block-twitter iframe,
.intercom-namespace .intercom-chat-card .intercom-block-facebook iframe,
.intercom-namespace .intercom-chat-card .intercom-block-twitter iframe,
.intercom-namespace .intercom-note .intercom-block-facebook iframe,
.intercom-namespace .intercom-note .intercom-block-twitter iframe,
.intercom-namespace .intercom-note-card .intercom-block-facebook iframe,
.intercom-namespace .intercom-note-card .intercom-block-twitter iframe,
.intercom-namespace .intercom-pointer .intercom-block-facebook iframe,
.intercom-namespace .intercom-pointer .intercom-block-twitter iframe,
.intercom-namespace .intercom-post .intercom-block-facebook iframe,
.intercom-namespace .intercom-post .intercom-block-twitter iframe,
.intercom-namespace .intercom-post-card .intercom-block-facebook iframe,
.intercom-namespace .intercom-post-card .intercom-block-twitter iframe,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-facebook iframe,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-twitter iframe,
.intercom-namespace .intercom-tour-step-post .intercom-block-facebook iframe,
.intercom-namespace .intercom-tour-step-post .intercom-block-twitter iframe {
    max-height: 20px;
    max-width: 100%
}

.intercom-namespace .intercom-note .intercom-block-twitter,
.intercom-namespace .intercom-pointer .intercom-block-twitter,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-twitter {
    margin: 0 7.31% 9px
}

.intercom-namespace .intercom-post .intercom-block-twitter,
.intercom-namespace .intercom-tour-step-post .intercom-block-twitter {
    margin: 0 15.27% 9px
}

.intercom-namespace .intercom-chat .intercom-block-facebook .intercom-chat-card .intercom-block-facebook,
.intercom-namespace .intercom-chat .intercom-block-twitter,
.intercom-namespace .intercom-chat-card .intercom-block-twitter,
.intercom-namespace .intercom-chat-card .intercom-chat .intercom-block-facebook .intercom-block-facebook,
.intercom-namespace .intercom-note-card .intercom-block-twitter,
.intercom-namespace .intercom-post-card .intercom-block-twitter {
    margin: 0 0 10px
}

.intercom-namespace .intercom-note .intercom-block-facebook,
.intercom-namespace .intercom-pointer .intercom-block-facebook,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-facebook {
    margin: 0 7.31% 9px
}

.intercom-namespace .intercom-post .intercom-block-facebook,
.intercom-namespace .intercom-tour-step-post .intercom-block-facebook {
    margin: 0 15.27% 9px
}

.intercom-namespace .intercom-note-card .intercom-block-facebook,
.intercom-namespace .intercom-post-card .intercom-block-facebook {
    margin: 0 0 10px
}

.intercom-namespace .intercom-chat .intercom-block-attachment-list>a,
.intercom-namespace .intercom-chat-card .intercom-block-attachment-list>a,
.intercom-namespace .intercom-comment .intercom-block-attachment-list>a,
.intercom-namespace .intercom-note .intercom-block-attachment-list>a,
.intercom-namespace .intercom-note-card .intercom-block-attachment-list>a,
.intercom-namespace .intercom-pointer .intercom-block-attachment-list>a,
.intercom-namespace .intercom-post .intercom-block-attachment-list>a,
.intercom-namespace .intercom-post-card .intercom-block-attachment-list>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    margin-top: 10px;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden
}

.intercom-namespace .intercom-note .intercom-block-attachment-list,
.intercom-namespace .intercom-pointer .intercom-block-attachment-list,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-attachment-list {
    margin: 0 7.31%
}

.intercom-namespace .intercom-post .intercom-block-attachment-list,
.intercom-namespace .intercom-tour-step-post .intercom-block-attachment-list {
    margin: 0 15.27%
}

.intercom-namespace .intercom-chat .intercom-block-attachment-list,
.intercom-namespace .intercom-chat-card .intercom-block-attachment-list {
    margin: 0
}

.intercom-namespace .intercom-comment-single .intercom-block-attachment-list>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 15px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #000;
    padding: 16px 24px 13px;
    text-decoration: none
}

.intercom-namespace .intercom-comment-single .intercom-block-attachment-list>a>.intercom-block-attachment-list-progress {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    opacity: .5;
    -webkit-transition: width 1s linear;
    transition: width 1s linear
}

.intercom-namespace .intercom-block-attachment-list-name {
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: underline;
    font-size: 14px
}

.intercom-namespace .intercom-block-attachment-list-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-right: 4px
}

.intercom-namespace .intercom-block-attachment-list-icon svg {
    width: 16px;
    height: 18px
}

.intercom-namespace .intercom-comment-container-user .intercom-comment .intercom-block-attachment-list-icon svg>path {
    fill: #fff
}

.intercom-namespace .intercom-comment-container-admin .intercom-comment .intercom-block-attachment-list-icon svg>path {
    fill: #333333
}

.intercom-namespace .intercom-chat .intercom-block-code,
.intercom-namespace .intercom-chat-card .intercom-block-code,
.intercom-namespace .intercom-comment .intercom-block-code,
.intercom-namespace .intercom-note .intercom-block-code,
.intercom-namespace .intercom-note-card .intercom-block-code,
.intercom-namespace .intercom-pointer .intercom-block-code,
.intercom-namespace .intercom-post .intercom-block-code,
.intercom-namespace .intercom-post-card .intercom-block-code,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-code,
.intercom-namespace .intercom-tour-step-post .intercom-block-code {
    margin: 0 0 10px;
    padding: 10px;
    background-color: #f5f5f5;
    overflow: auto
}

.intercom-namespace .intercom-chat .intercom-block-code>code,
.intercom-namespace .intercom-chat-card .intercom-block-code>code,
.intercom-namespace .intercom-comment .intercom-block-code>code,
.intercom-namespace .intercom-note .intercom-block-code>code,
.intercom-namespace .intercom-note-card .intercom-block-code>code,
.intercom-namespace .intercom-pointer .intercom-block-code>code,
.intercom-namespace .intercom-post .intercom-block-code>code,
.intercom-namespace .intercom-post-card .intercom-block-code>code,
.intercom-namespace .intercom-tour-step-pointer .intercom-block-code>code,
.intercom-namespace .intercom-tour-step-post .intercom-block-code>code {
    font-family: Courier, monospace;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap
}

.intercom-namespace .intercom-chat .intercom-block-link,
.intercom-namespace .intercom-chat-card .intercom-block-link,
.intercom-namespace .intercom-chat-card-borderless-single .intercom-block-link,
.intercom-namespace .intercom-comment .intercom-block-link {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03);
    margin-bottom: 10px
}

.intercom-namespace .intercom-block-messenger-card {
    width: 100%
}

.intercom-namespace .intercom-chat-card-borderless .intercom-block-messenger-card {
    padding-bottom: 10px
}

.intercom-namespace .intercom-block-center {
    text-align: center
}

.intercom-namespace .intercom-note .intercom-blocks,
.intercom-namespace .intercom-post .intercom-blocks {
    margin-bottom: 56px;
    padding-bottom: 16px
}

.intercom-namespace .intercom-pointer .intercom-blocks {
    margin-bottom: 49px;
    padding-bottom: 16px
}

.intercom-namespace .intercom-tour-step .intercom-blocks {
    padding-bottom: 16px
}

.intercom-namespace .intercom-pointer-inbox .intercom-blocks {
    margin-bottom: 0;
    padding-bottom: 16px
}

.intercom-namespace a.intercom-messenger-card-button,
.intercom-namespace button.intercom-messenger-card-button {
    text-align: center;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    font-weight: 700;
    padding: 6px 12px;
    min-height: 40px;
    margin-bottom: 8px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    word-break: break-word
}

.intercom-namespace a.intercom-messenger-card-button-loading,
.intercom-namespace button.intercom-messenger-card-button-loading {
    cursor: default
}

.intercom-namespace a.intercom-messenger-card-button-primary,
.intercom-namespace button.intercom-messenger-card-button-primary {
    border-radius: 3px;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s
}

.intercom-namespace a.intercom-messenger-card-button-primary:hover,
.intercom-namespace button.intercom-messenger-card-button-primary:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(77, 77, 77)
}

.intercom-namespace a.intercom-messenger-card-button-primary:active,
.intercom-namespace button.intercom-messenger-card-button-primary:active {
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102)
}

.intercom-namespace a.intercom-messenger-card-button-primary:disabled,
.intercom-namespace button.intercom-messenger-card-button-primary:disabled {
    background-color: #d2d7db;
    color: #bcbcbc;
    cursor: default
}

.intercom-namespace a.intercom-messenger-card-button-secondary,
.intercom-namespace button.intercom-messenger-card-button-secondary {
    border-radius: 3px;
    background-color: #fff;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(51, 51, 51);
    -webkit-transition: color background-color .3s;
    transition: color background-color .3s
}

.intercom-namespace a.intercom-messenger-card-button-secondary:hover,
.intercom-namespace button.intercom-messenger-card-button-secondary:hover {
    border-color: rgb(77, 77, 77);
    color: rgb(77, 77, 77)
}

.intercom-namespace a.intercom-messenger-card-button-secondary:active:not(.intercom-messenger-card-button-loading):not([disabled]),
.intercom-namespace button.intercom-messenger-card-button-secondary:active:not(.intercom-messenger-card-button-loading):not([disabled]) {
    border-color: rgb(102, 102, 102);
    color: rgb(102, 102, 102)
}

.intercom-namespace a.intercom-messenger-card-button-secondary:disabled,
.intercom-namespace button.intercom-messenger-card-button-secondary:disabled {
    background-color: #fff;
    border-color: #bcbcbc;
    color: #bcbcbc;
    cursor: default
}

.intercom-namespace a.intercom-messenger-card-button-link,
.intercom-namespace button.intercom-messenger-card-button-link {
    background-color: transparent;
    color: rgb(51, 51, 51)
}

.intercom-namespace a.intercom-messenger-card-button-link:hover:not(.intercom-messenger-card-button-loading):not([disabled]),
.intercom-namespace button.intercom-messenger-card-button-link:hover:not(.intercom-messenger-card-button-loading):not([disabled]) {
    color: rgb(77, 77, 77)
}

.intercom-namespace a.intercom-messenger-card-button-link:active:not(.intercom-messenger-card-button-loading):not([disabled]),
.intercom-namespace button.intercom-messenger-card-button-link:active:not(.intercom-messenger-card-button-loading):not([disabled]) {
    color: rgb(102, 102, 102)
}

.intercom-namespace a.intercom-messenger-card-button-link:disabled,
.intercom-namespace button.intercom-messenger-card-button-link:disabled {
    background-color: transparent;
    color: #bcbcbc;
    cursor: default
}

.intercom-namespace a.intercom-messenger-card-button-last-component,
.intercom-namespace a.intercom-messenger-card-button-margin-bottom-none,
.intercom-namespace button.intercom-messenger-card-button-last-component,
.intercom-namespace button.intercom-messenger-card-button-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace a.intercom-messenger-card-button-light,
.intercom-namespace button.intercom-messenger-card-button-light {
    border: 1px solid #d2d7db
}

.intercom-namespace a.intercom-messenger-card-button {
    display: inline-block;
    line-height: 2
}

.intercom-namespace a.intercom-messenger-card-button-disabled.intercom-messenger-card-button-primary {
    background-color: #d2d7db;
    color: #bcbcbc;
    cursor: default
}

.intercom-namespace a.intercom-messenger-card-button-disabled.intercom-messenger-card-button-secondary {
    background-color: #fff;
    border-color: #bcbcbc;
    color: #bcbcbc;
    cursor: default
}

.intercom-namespace a.intercom-messenger-card-button-disabled.intercom-messenger-card-button-link {
    background-color: transparent;
    color: #bcbcbc;
    cursor: default
}

.intercom-namespace .intercom-messenger-card-text {
    line-height: 1.5;
    margin-bottom: 8px;
    word-break: break-word
}

.intercom-namespace .intercom-messenger-card-text-paragraph {
    font-size: 14px
}

.intercom-namespace .intercom-messenger-card-text-header {
    font-size: 16px;
    color: #000
}

.intercom-namespace .intercom-messenger-card-text.intercom-messenger-card-text-muted {
    color: #737376;
    font-size: 14px
}

.intercom-namespace .intercom-messenger-card-text.intercom-messenger-card-text-muted .intercom-messenger-card-text-link {
    color: #737376
}

.intercom-namespace .intercom-messenger-card-text.intercom-messenger-card-text-error {
    color: #d22628;
    font-size: 14px
}

.intercom-namespace .intercom-messenger-card-text.intercom-messenger-card-text-error .intercom-messenger-card-text-link {
    color: #d22628
}

.intercom-namespace .intercom-messenger-card-text-left {
    text-align: left
}

.intercom-namespace .intercom-messenger-card-text-center {
    text-align: center
}

.intercom-namespace .intercom-messenger-card-text-right {
    text-align: right
}

.intercom-namespace .intercom-messenger-card-text .intercom-messenger-card-text-link {
    text-decoration: underline;
    color: #333333
}

.intercom-namespace .intercom-messenger-card-text .intercom-messenger-card-text-bold {
    font-weight: 600
}

.intercom-namespace .intercom-messenger-card-text-last-component,
.intercom-namespace .intercom-messenger-card-text-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-spacer {
    width: 100%
}

.intercom-namespace .intercom-messenger-card-spacer-xs {
    height: 4px
}

.intercom-namespace .intercom-messenger-card-spacer-s {
    height: 8px
}

.intercom-namespace .intercom-messenger-card-spacer-m {
    height: 16px
}

.intercom-namespace .intercom-messenger-card-spacer-l {
    height: 24px
}

.intercom-namespace .intercom-messenger-card-spacer-xl {
    height: 32px
}

.intercom-namespace .intercom-messenger-card-divider {
    border-top: 1px solid #eee;
    height: 0;
    margin: 0 -24px 8px
}

.intercom-namespace .intercom-messenger-card-divider-last-component,
.intercom-namespace .intercom-messenger-card-divider-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-bottom: 8px;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-messenger-card-image-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.intercom-namespace .intercom-messenger-card-image-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intercom-namespace .intercom-messenger-card-image-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.intercom-namespace .intercom-messenger-card-image-full-width {
    margin: auto -24px 8px
}

.intercom-namespace .intercom-messenger-card-image-full-width.intercom-messenger-card-image-first-component {
    margin: -24px -24px 8px
}

.intercom-namespace .intercom-messenger-card-image-full-width.intercom-messenger-card-image-last-component {
    margin-bottom: -24px
}

.intercom-namespace .intercom-messenger-card-image-full-width.intercom-messenger-card-image-last-component .intercom-messenger-card-image-wrapper {
    border-radius: 0 0 3px 3px
}

.intercom-namespace .intercom-messenger-card-image-wrapper {
    overflow: hidden
}

.intercom-namespace .intercom-messenger-card-image img {
    display: block
}

.intercom-namespace .intercom-messenger-card-image-round img {
    border-radius: 50%
}

.intercom-namespace .intercom-messenger-card-image-full-width.intercom-messenger-card-image-margin-bottom-none,
.intercom-namespace .intercom-messenger-card-image-last-component,
.intercom-namespace .intercom-messenger-card-image-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-image-active,
.intercom-namespace .intercom-messenger-card-image-active * {
    cursor: pointer
}

.intercom-namespace .intercom-messenger-card-image-disabled {
    opacity: .5
}

.intercom-namespace .intercom-messenger-card-list {
    position: relative;
    margin: 0 -24px 8px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-messenger-card-list-first-component {
    border-top: 0;
    margin-top: -24px
}

.intercom-namespace .intercom-messenger-card-list-first-component .intercom-messenger-card-list-item:not(.intercom-messenger-card-list-item-light):first-child,
.intercom-namespace .intercom-messenger-card-list-first-component .intercom-messenger-card-list-item:not(.intercom-messenger-card-list-item-light):first-child:active,
.intercom-namespace .intercom-messenger-card-list-first-component .intercom-messenger-card-list-item:not(.intercom-messenger-card-list-item-light):first-child:hover {
    margin-top: 2px;
    border-radius: 3px 3px 0 0
}

.intercom-namespace .intercom-messenger-card-list-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-list-last-component {
    border-bottom: 0;
    margin-bottom: -24px
}

.intercom-namespace .intercom-messenger-card-list-last-component.intercom-messenger-card-list-margin-bottom-none {
    margin-bottom: -24px
}

.intercom-namespace .intercom-messenger-card-list-item {
    background-color: #fff;
    padding: 16px 24px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.intercom-namespace .intercom-messenger-card-list-item-light .intercom-messenger-card-list-item-text-title-action {
    color: #000
}

.intercom-namespace .intercom-messenger-card-list-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.intercom-namespace .intercom-messenger-card-list-item-text-title {
    color: #000;
    font-size: 14px
}

.intercom-namespace .intercom-messenger-card-list-item-text-title-action {
    color: #333333
}

.intercom-namespace .intercom-messenger-card-list-item-text-title-disabled {
    color: #737376
}

.intercom-namespace .intercom-messenger-card-list-item-text-subtitle {
    font-size: 14px;
    color: #737376
}

.intercom-namespace .intercom-messenger-card-list-item-text-subtitle-tertiary-text:not(:first-child):before {
    content: '\A0\2022\A0'
}

.intercom-namespace .intercom-messenger-card-list-item-active,
.intercom-namespace .intercom-messenger-card-list-item-active * {
    cursor: pointer
}

.intercom-namespace .intercom-messenger-card-list-item-disabled {
    pointer-events: none;
    background-color: #fff
}

.intercom-namespace .intercom-messenger-card-list-item-active:hover {
    background-color: #fafafa
}

.intercom-namespace .intercom-messenger-card-list-item-active:active .intercom-messenger-card-list-item-action-arrow,
.intercom-namespace .intercom-messenger-card-list-item-active:hover .intercom-messenger-card-list-item-action-arrow {
    border: solid #333333;
    border-width: 0 2px 2px 0
}

.intercom-namespace .intercom-messenger-card-list-item-active:active {
    background-color: #f8f8f8
}

.intercom-namespace .intercom-messenger-card-list-item .intercom-messenger-card-image {
    margin-bottom: 0;
    margin-right: 8px
}

.intercom-namespace .intercom-messenger-card-list-item:last-child {
    border-bottom: 0
}

.intercom-namespace .intercom-messenger-card-input {
    margin-bottom: 8px
}

.intercom-namespace .intercom-messenger-card-input-label {
    display: block;
    margin-bottom: 8px
}

.intercom-namespace .intercom-messenger-card-input-last-component,
.intercom-namespace .intercom-messenger-card-input-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-input-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    zIndex: 1;
    background: 0 0
}

.intercom-namespace .intercom-messenger-card-dropdown {
    margin: 0 0 8px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-messenger-card-dropdown-label {
    display: block
}

.intercom-namespace .intercom-messenger-card-dropdown-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-dropdown-label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px
}

.intercom-namespace .intercom-messenger-card-single-select {
    margin: 0 0 8px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-messenger-card-single-select-label {
    display: block
}

.intercom-namespace .intercom-messenger-card-single-select-margin-bottom-none {
    margin-bottom: 0
}

.intercom-namespace .intercom-messenger-card-single-select-label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px
}

.intercom-namespace .intercom-messenger-card-single-select .intercom-notification-channels-error {
    position: relative;
    top: -8px
}

.intercom-namespace .intercom-chat {
    -webkit-animation: intercom-chat-animation 750ms ease;
    animation: intercom-chat-animation 750ms ease
}

.intercom-namespace .intercom-chat .intercom-chat-card-avatar {
    -webkit-animation: intercom-chat-card-avatar-animation 500ms ease;
    animation: intercom-chat-card-avatar-animation 500ms ease
}

.intercom-namespace .intercom-chat .intercom-chat-card-body {
    -webkit-animation: intercom-notification-body-animation 500ms ease;
    animation: intercom-notification-body-animation 500ms ease
}

.intercom-namespace .intercom-chat .intercom-chat-composer {
    -webkit-animation: intercom-chat-composer-animation 750ms ease;
    animation: intercom-chat-composer-animation 750ms ease
}

.intercom-namespace .intercom-booting-body-enter-active,
.intercom-namespace .intercom-booting-body-exit-active {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease
}

.intercom-namespace .intercom-booting-body-enter {
    opacity: 0
}

.intercom-namespace .intercom-booting-body-enter-active,
.intercom-namespace .intercom-booting-body-exit {
    opacity: 1
}

.intercom-namespace .intercom-booting-body-exit-active {
    opacity: 0
}

.intercom-namespace .intercom-note.intercom-message-enter {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.intercom-namespace .intercom-modal-exit.intercom-modal-exit-active .intercom-post,
.intercom-namespace .intercom-note.intercom-message-enter.intercom-message-enter-active,
.intercom-namespace .intercom-note.intercom-message-exit.intercom-message-exit-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms
}

.intercom-namespace .intercom-note.intercom-message-exit {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-modal-exit.intercom-modal-exit-active .intercom-post,
.intercom-namespace .intercom-note.intercom-message-exit.intercom-message-exit-active {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.intercom-namespace .intercom-modal .intercom-post {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.intercom-namespace .intercom-modal-enter-active .intercom-post,
.intercom-namespace .intercom-modal-enter-done .intercom-post {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms
}

.intercom-namespace .intercom-modal-exit .intercom-post {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-snippet-exit {
    opacity: 1
}

.intercom-namespace .intercom-snippet-exit.intercom-snippet-exit-active {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms
}

.intercom-namespace .intercom-link-container.intercom-messenger-link-view-appear-active,
.intercom-namespace .intercom-link-container.intercom-messenger-link-view-exit-active {
    -webkit-animation-name: intercom-messenger-link-view-appear-active;
    animation-name: intercom-messenger-link-view-appear-active;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1150ms;
    animation-delay: 1150ms
}

.intercom-namespace .intercom-link-container.intercom-messenger-link-view-exit-active {
    -webkit-animation-name: intercom-messenger-link-view-exit-active;
    animation-name: intercom-messenger-link-view-exit-active;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary,
.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .new-conversation-button,
.intercom-namespace .intercom-link-container.intercom-messenger-link-view-enter-active {
    -webkit-animation-name: intercom-messenger-link-view-enter-active;
    animation-name: intercom-messenger-link-view-enter-active;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter {
    z-index: 2147483001
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary,
.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .new-conversation-button {
    -webkit-animation-name: intercom-new-conversation-button-enter;
    animation-name: intercom-new-conversation-button-enter
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary {
    -webkit-animation-name: intercom-conversation-summary-enter-right;
    animation-name: intercom-conversation-summary-enter-right
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-0 {
    -webkit-animation-delay: 220ms;
    animation-delay: 220ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-1 {
    -webkit-animation-delay: 260ms;
    animation-delay: 260ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-2 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-3 {
    -webkit-animation-delay: 340ms;
    animation-delay: 340ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-4 {
    -webkit-animation-delay: 380ms;
    animation-delay: 380ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-5 {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-6 {
    -webkit-animation-delay: 460ms;
    animation-delay: 460ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-7 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary-8 {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms
}

.intercom-namespace .intercom-messenger-from-conversation .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary,
.intercom-namespace .intercom-messenger-from-new-conversation .intercom-conversations.intercom-messenger-body-view-enter .intercom-conversation-summary {
    -webkit-animation-name: intercom-conversation-summary-enter-left;
    animation-name: intercom-conversation-summary-enter-left
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-exit,
.intercom-namespace .intercom-messenger-body-view-enter.intercom-conversation {
    z-index: 2147483000
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-exit .intercom-conversation-summary,
.intercom-namespace .intercom-conversations.intercom-messenger-body-view-exit .new-conversation-button {
    -webkit-animation-name: intercom-new-conversation-button-exit;
    animation-name: intercom-new-conversation-button-exit;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversations.intercom-messenger-body-view-exit .intercom-conversation-summary {
    -webkit-animation-name: intercom-conversation-summary-exit-right;
    animation-name: intercom-conversation-summary-exit-right
}

.intercom-namespace .intercom-messenger-conversation .intercom-conversations.intercom-messenger-body-view-exit .intercom-conversation-summary,
.intercom-namespace .intercom-messenger-new-conversation .intercom-conversations.intercom-messenger-body-view-exit .intercom-conversation-summary {
    -webkit-animation-name: intercom-conversation-summary-exit-left;
    animation-name: intercom-conversation-summary-exit-left
}

.intercom-namespace .intercom-messenger-body-view-exit.intercom-conversation {
    z-index: 2147483001
}

.intercom-namespace .intercom-messenger-body-view-exit.intercom-conversation .intercom-conversation-parts {
    -webkit-animation-name: intercom-messenger-body-view-slide-right-out;
    animation-name: intercom-messenger-body-view-slide-right-out;
    -webkit-animation-duration: 320ms;
    animation-duration: 320ms;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-delay: 20ms;
    animation-delay: 20ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversation .intercom-conversation-parts,
.intercom-namespace .intercom-messenger-body-view-exit.intercom-conversation .intercom-conversation-footer,
.intercom-namespace .intercom-messenger-body-view-exit.intercom-conversation .intercom-link,
.intercom-namespace .intercom-messenger-body-view-exit.intercom-conversation .intercom-quick-replies {
    -webkit-animation-name: intercom-conversation-footer-slide-out;
    animation-name: intercom-conversation-footer-slide-out;
    -webkit-animation-duration: 320ms;
    animation-duration: 320ms;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversation .intercom-conversation-parts {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-name: intercom-messenger-body-view-slide-left-in;
    animation-name: intercom-messenger-body-view-slide-left-in;
    -webkit-animation-delay: 230ms;
    animation-delay: 230ms;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.intercom-namespace .intercom-conversation .intercom-conversation-footer,
.intercom-namespace .intercom-conversation .intercom-link,
.intercom-namespace .intercom-conversation .intercom-quick-replies {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-name: intercom-conversation-footer-slide-in;
    animation-name: intercom-conversation-footer-slide-in;
    -webkit-animation-duration: 320ms;
    animation-duration: 320ms;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversation.intercom-conversation-fetching .intercom-conversation-footer,
.intercom-namespace .intercom-conversation.intercom-conversation-fetching .intercom-conversation-parts,
.intercom-namespace .intercom-conversation.intercom-conversation-fetching .intercom-link,
.intercom-namespace .intercom-conversation.intercom-conversation-fetching .intercom-quick-replies {
    opacity: 0;
    -webkit-animation: none;
    animation: none
}

.intercom-namespace .intercom-conversation-part-user.intercom-conversation-part-enter {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.intercom-namespace .intercom-conversation-part-user.intercom-conversation-part-enter.intercom-conversation-part-enter-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms
}

.intercom-namespace .intercom-conversation-parts-scrolled .intercom-conversation-part-user.intercom-conversation-part-enter {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-conversation-part-admin.intercom-conversation-part-enter {
    opacity: 0
}

.intercom-namespace .intercom-conversation-part-admin.intercom-conversation-part-enter.intercom-conversation-part-enter-active {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

.intercom-namespace .intercom-conversation-parts {
    -webkit-transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    overflow-anchor: none
}

.intercom-namespace .intercom-conversation-parts-scrolling {
    -webkit-transition: none;
    transition: none
}

.intercom-namespace .intercom-conversation-rating-enter,
.intercom-namespace .intercom-conversation-rating-remark-container-enter .intercom-conversation-rating-input-container {
    opacity: 0
}

.intercom-namespace .intercom-conversation-rating-enter-active,
.intercom-namespace .intercom-conversation-rating-remark-container-enter.intercom-conversation-rating-remark-container-enter-active .intercom-conversation-rating-input-container {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in 150ms;
    transition: opacity 300ms ease-in 150ms
}

.intercom-namespace .intercom-conversation-rating-leave,
.intercom-namespace .intercom-conversation-rating-remark-container-exit .intercom-conversation-rating-input-container {
    opacity: 1
}

.intercom-namespace .intercom-conversation-rating-leave-active,
.intercom-namespace .intercom-conversation-rating-remark-container-exit.intercom-conversation-rating-remark-container-exit-active .intercom-conversation-rating-input-container {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in
}

.intercom-namespace .intercom-conversation-rating-height {
    -webkit-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out
}

.intercom-namespace .intercom-notification-channels-error-enter .intercom-notification-channels-error-text,
.intercom-namespace .intercom-notification-channels.intercom-conversation-part-enter {
    opacity: 0
}

.intercom-namespace .intercom-notification-channels.intercom-conversation-part-enter.intercom-conversation-part-enter-active {
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in 3000ms;
    transition: opacity 200ms ease-in 3000ms
}

.intercom-namespace .intercom-notification-channels-error-enter {
    height: 0
}

.intercom-namespace .intercom-notification-channels-error-enter.intercom-notification-channels-error-enter-active {
    height: 22px;
    -webkit-transition: height 300ms ease-in;
    transition: height 300ms ease-in
}

.intercom-namespace .intercom-notification-channels-error-enter.intercom-notification-channels-error-enter-active .intercom-notification-channels-error-text {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in 150ms;
    transition: opacity 300ms ease-in 150ms
}

.intercom-namespace .intercom-notification-channels-error-exit {
    height: 22px
}

.intercom-namespace .intercom-notification-channels-error-exit .intercom-notification-channels-error-text {
    opacity: 1
}

.intercom-namespace .intercom-notification-channels-error-exit.intercom-notification-channels-error-exit-active {
    height: 0;
    -webkit-transition: height 300ms ease-in 150ms;
    transition: height 300ms ease-in 150ms
}

.intercom-namespace .intercom-notification-channels-error-exit.intercom-notification-channels-error-exit-active .intercom-notification-channels-error-text {
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in
}

.intercom-namespace .intercom-borderless-has-composer {
    -webkit-animation: intercom-borderless-animation 750ms ease;
    animation: intercom-borderless-animation 750ms ease
}

.intercom-namespace .intercom-borderless .intercom-borderless-avatar {
    -webkit-animation: intercom-borderless-avatar-animation 500ms ease;
    animation: intercom-borderless-avatar-animation 500ms ease
}

.intercom-namespace .intercom-borderless .intercom-borderless-body {
    -webkit-animation: intercom-borderless-body-animation 500ms ease;
    animation: intercom-borderless-body-animation 500ms ease
}

.intercom-namespace .intercom-borderless .intercom-attribute-collector-card-reply-type,
.intercom-namespace .intercom-borderless .intercom-composer {
    -webkit-animation: intercom-borderless-composer-animation 750ms ease;
    animation: intercom-borderless-composer-animation 750ms ease
}

.intercom-namespace .intercom-modal .intercom-modal-overlay {
    opacity: 0
}

.intercom-namespace .intercom-modal-enter-active .intercom-modal-overlay,
.intercom-namespace .intercom-modal-enter-done .intercom-modal-overlay {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

.intercom-namespace .intercom-modal-exit .intercom-modal-overlay {
    opacity: 1
}

.intercom-namespace .intercom-modal-exit.intercom-modal-exit-active .intercom-modal-overlay {
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms
}

.intercom-namespace .intercom-modal .intercom-zoomed-image {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.intercom-namespace .intercom-modal-enter-active .intercom-zoomed-image,
.intercom-namespace .intercom-modal-enter-done .intercom-zoomed-image,
.intercom-namespace .intercom-modal-exit.intercom-modal-exit-active .intercom-zoomed-image {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, transform 200ms;
    transition: opacity 200ms, transform 200ms, -webkit-transform 200ms
}

.intercom-namespace .intercom-modal-exit .intercom-zoomed-image {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-modal-exit.intercom-modal-exit-active .intercom-zoomed-image {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.intercom-namespace .intercom-typing-admin.intercom-conversation-part-enter .intercom-typing-admin-avatar {
    -webkit-animation: animate-is-typing-avatar 100ms ease-in;
    animation: animate-is-typing-avatar 100ms ease-in
}

.intercom-namespace .intercom-typing-admin.intercom-conversation-part-enter .intercom-typing-admin-bubble {
    -webkit-animation: animate-is-typing-bubble 300ms ease-in;
    animation: animate-is-typing-bubble 300ms ease-in
}

.intercom-namespace .intercom-typing-admin.intercom-conversation-part-enter-active {
    -webkit-transition: -webkit-transform 100ms;
    transition: transform 100ms;
    transition: transform 100ms, -webkit-transform 100ms
}

.intercom-namespace .intercom-typing-admin.intercom-conversation-part-exit-active {
    -webkit-animation: collapse-is-typing-bubble 300ms 300ms ease-in;
    animation: collapse-is-typing-bubble 300ms 300ms ease-in
}

.intercom-namespace .intercom-typing-admin.intercom-conversation-part-exit-active .intercom-typing-admin-avatar {
    animation: animate-is-typing-avatar 100ms 200ms ease-in reverse
}

.intercom-namespace .intercom-typing-admin.intercom-conversation-part-exit-active .intercom-typing-admin-bubble {
    animation: animate-is-typing-bubble 300ms ease-in reverse
}

.intercom-namespace .intercom-typing-admin-bubble .intercom-typing-admin-dot-2 {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.intercom-namespace .intercom-typing-admin-bubble .intercom-typing-admin-dot-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.intercom-namespace .intercom-conversation-part-metadata-enter,
.intercom-namespace .intercom-conversation-part-metadata-enter-active,
.intercom-namespace .intercom-conversation-part-metadata-exit,
.intercom-namespace .intercom-conversation-part-metadata-exit-active {
    display: none
}

.intercom-namespace .intercom-gradient-enter-active,
.intercom-namespace .intercom-gradient-exit-active {
    -webkit-transition: opacity 200ms cubic-bezier(.4, 0, .2, 1);
    transition: opacity 200ms cubic-bezier(.4, 0, .2, 1)
}

.intercom-namespace .intercom-gradient-enter {
    opacity: 0
}

.intercom-namespace .intercom-gradient-enter-active,
.intercom-namespace .intercom-gradient-exit {
    opacity: 1
}

.intercom-namespace .intercom-gradient-exit-active {
    opacity: 0
}

.intercom-namespace .intercom-composer-popover-enter {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.intercom-namespace .intercom-composer-popover-enter-active,
.intercom-namespace .intercom-composer-popover-exit {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-composer-popover-exit-active {
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.intercom-namespace .intercom-composer-popover-enter-active,
.intercom-namespace .intercom-composer-popover-exit-active {
    -webkit-transition: opacity ease 200ms, -webkit-transform ease 200ms;
    transition: opacity ease 200ms, transform ease 200ms;
    transition: opacity ease 200ms, transform ease 200ms, -webkit-transform ease 200ms
}

.intercom-namespace .intercom-messenger-frame-enter {
    opacity: 0 !important;
    -webkit-transform: translateY(20px) !important;
    transform: translateY(20px) !important
}

.intercom-namespace .intercom-messenger-frame-enter.intercom-messenger-frame-enter-active,
.intercom-namespace .intercom-messenger-frame-exit.intercom-messenger-frame-exit-active {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    -webkit-transition: opacity 250ms ease-out, -webkit-transform 250ms ease-out !important;
    transition: opacity 250ms ease-out, transform 250ms ease-out !important;
    transition: opacity 250ms ease-out, transform 250ms ease-out, -webkit-transform 250ms ease-out !important
}

.intercom-namespace .intercom-messenger-frame-exit {
    opacity: 1 !important
}

.intercom-namespace .intercom-messenger-frame-exit.intercom-messenger-frame-exit-active {
    opacity: 0 !important;
    -webkit-transform: translateY(20px) !important;
    transform: translateY(20px) !important
}

.intercom-namespace .intercom-launcher-frame {
    -webkit-animation: intercom-launcher-frame-appear 250ms ease !important;
    animation: intercom-launcher-frame-appear 250ms ease !important
}

.intercom-namespace .intercom-launcher-discovery-scale-and-rotate-open-icon {
    -webkit-animation: intercom-launcher-discovery-scale-and-rotate-open-icon .4s linear both;
    animation: intercom-launcher-discovery-scale-and-rotate-open-icon .4s linear both;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.intercom-namespace .intercom-launcher-badge-frame {
    -webkit-animation: intercom-launcher-badge-frame-appear 150ms ease 150ms 1 normal backwards !important;
    animation: intercom-launcher-badge-frame-appear 150ms ease 150ms 1 normal backwards !important
}

.intercom-namespace .intercom-messenger-card-wrapper {
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.intercom-namespace .intercom-messenger-card-body-enter {
    opacity: 0
}

.intercom-namespace .intercom-messenger-card-body-enter.intercom-messenger-card-body-enter-active,
.intercom-namespace .intercom-messenger-card-body-leave.intercom-messenger-card-body-leave-active {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.intercom-namespace .intercom-messenger-card-body-enter.intercom-messenger-card-body-enter-active {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    opacity: 1
}

.intercom-namespace .intercom-messenger-card-body-leave {
    opacity: 1
}

.intercom-namespace .intercom-messenger-card-body-leave.intercom-messenger-card-body-leave-active {
    opacity: 0
}

.intercom-namespace .intercom-messenger-card-body-height,
.intercom-namespace .intercom-messenger-card-component-enter.intercom-messenger-card-component-enter-active {
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.intercom-namespace .intercom-messenger-card-component-enter {
    opacity: 0
}

.intercom-namespace .intercom-messenger-card-component-enter.intercom-messenger-card-component-enter-active {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms
}

.intercom-namespace .intercom-messenger-sheet-enter {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.intercom-namespace .intercom-messenger-sheet-enter.intercom-messenger-sheet-enter-active,
.intercom-namespace .intercom-messenger-sheet-exit.intercom-messenger-sheet-exit-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.intercom-namespace .intercom-messenger-sheet-exit {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.intercom-namespace .intercom-messenger-sheet-exit.intercom-messenger-sheet-exit-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.intercom-namespace .intercom-pre-conversation-search-enter {
    opacity: 0
}

.intercom-namespace .intercom-pre-conversation-search-enter-active {
    opacity: 1;
    -webkit-transition: opacity ease 320ms 160ms;
    transition: opacity ease 320ms 160ms
}

.intercom-namespace .intercom-pre-conversation-search-appear {
    opacity: 0
}

.intercom-namespace .intercom-pre-conversation-search-appear-active {
    opacity: 1;
    -webkit-transition: opacity ease 320ms 160ms;
    transition: opacity ease 320ms 160ms
}

.intercom-namespace .intercom-pre-conversation-search-leave {
    opacity: 1
}

.intercom-namespace .intercom-pre-conversation-search-leave-active {
    opacity: 0;
    -webkit-transition: opacity ease 160ms;
    transition: opacity ease 160ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-card,
.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-card {
    -webkit-animation-name: intercom-home-screen-card-appear;
    animation-name: intercom-home-screen-card-appear;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-conversation-card {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-messenger-card-0 {
    -webkit-animation-delay: 850ms;
    animation-delay: 850ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-messenger-card-1 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-messenger-card-2 {
    -webkit-animation-delay: 1150ms;
    animation-delay: 1150ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-messenger-card-3 {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-messenger-card-4 {
    -webkit-animation-delay: 1450ms;
    animation-delay: 1450ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-home-screen-messenger-card-5 {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-link,
.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-card {
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-appear .intercom-link {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
    -webkit-animation-name: intercom-link-fade-in;
    animation-name: intercom-link-fade-in
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-card {
    -webkit-animation-name: intercom-home-screen-card-enter;
    animation-name: intercom-home-screen-card-enter
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-conversation-card {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-0 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-1 {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-2 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-3 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-4 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-5 {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-enter .intercom-link {
    -webkit-animation-name: intercom-link-fade-in;
    animation-name: intercom-link-fade-in;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-conversation-card {
    -webkit-animation-delay: 550ms;
    animation-delay: 550ms
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-0 {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-1 {
    -webkit-animation-delay: 850ms;
    animation-delay: 850ms
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-2 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-3 {
    -webkit-animation-delay: 1150ms;
    animation-delay: 1150ms
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-4 {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-home-screen-messenger-card-5 {
    -webkit-animation-delay: 1450ms;
    animation-delay: 1450ms
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-exit .intercom-home-screen-card,
.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen.intercom-messenger-body-view-enter .intercom-link {
    -webkit-animation-name: intercom-link-fade-in;
    animation-name: intercom-link-fade-in;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 550ms;
    animation-delay: 550ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-exit .intercom-home-screen-card {
    -webkit-animation-name: intercom-home-screen-card-exit;
    animation-name: intercom-home-screen-card-exit;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.intercom-namespace .intercom-home-screen.intercom-messenger-body-view-exit .intercom-link {
    -webkit-animation-name: intercom-link-fade-out;
    animation-name: intercom-link-fade-out;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-timing-function: intercom-home-screen-card-transition-curve;
    animation-timing-function: intercom-home-screen-card-transition-curve;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-messenger-card-failed-animation-exit {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.intercom-namespace .intercom-messenger-card-failed-animation-appear,
.intercom-namespace .intercom-messenger-card-failed-animation-enter {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.intercom-namespace .intercom-messenger-card-failed-animation-appear-done,
.intercom-namespace .intercom-messenger-card-failed-animation-enter-done {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.intercom-namespace .intercom-home-screen-conversation-card-body-enter {
    opacity: 0
}

.intercom-namespace .intercom-home-screen-conversation-card-body-enter.intercom-home-screen-conversation-card-body-enter-active {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms
}

.intercom-namespace .intercom-home-screen-conversation-card-body-leave {
    opacity: 1
}

.intercom-namespace .intercom-home-screen-conversation-card-body-leave.intercom-home-screen-conversation-card-body-leave-active {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.intercom-namespace .intercom-home-screen-conversation-card-body-height {
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms
}

.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-appear .intercom-home-screen-header-body,
.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-appear .intercom-home-screen-header-close-button,
.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-enter .intercom-home-screen-header-body {
    -webkit-animation-name: intercom-home-screen-header-body-appear;
    animation-name: intercom-home-screen-header-body-appear;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-appear .intercom-home-screen-header-close-button,
.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-enter .intercom-home-screen-header-body {
    -webkit-animation-name: intercom-home-screen-header-close-button-appear;
    animation-name: intercom-home-screen-header-close-button-appear
}

.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-enter .intercom-home-screen-header-body {
    -webkit-animation-name: intercom-home-screen-header-body-enter;
    animation-name: intercom-home-screen-header-body-enter;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms
}

.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-enter .intercom-messenger-header-buttons-close-button,
.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen-header.intercom-messenger-header-view-enter .intercom-home-screen-header-body {
    -webkit-animation-name: intercom-home-screen-header-close-button-enter;
    animation-name: intercom-home-screen-header-close-button-enter;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-messenger-from-booting .intercom-home-screen-header.intercom-messenger-header-view-enter .intercom-home-screen-header-body {
    -webkit-animation-name: intercom-home-screen-header-body-appear;
    animation-name: intercom-home-screen-header-body-appear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-enter .intercom-conversation-header-body,
.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-exit .intercom-home-screen-header-body,
.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-exit .intercom-messenger-header-buttons-close-button {
    -webkit-animation-name: intercom-home-screen-header-body-leave;
    animation-name: intercom-home-screen-header-body-leave;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-enter .intercom-conversation-header-body,
.intercom-namespace .intercom-home-screen-header.intercom-messenger-header-view-exit .intercom-messenger-header-buttons-close-button {
    -webkit-animation-name: intercom-home-screen-header-close-button-leave;
    animation-name: intercom-home-screen-header-close-button-leave
}

.intercom-namespace .intercom-link-enter {
    opacity: .01
}

.intercom-namespace .intercom-link-enter.intercom-link-enter-active {
    opacity: 1;
    -webkit-transition: opacity 100ms ease-in 300ms;
    transition: opacity 100ms ease-in 300ms
}

.intercom-namespace .intercom-link-exit {
    opacity: 1
}

.intercom-namespace .intercom-link-exit.intercom-link-exit-active {
    opacity: 0;
    -webkit-transition: opacity 100ms ease-out;
    transition: opacity 100ms ease-out
}

.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-enter .intercom-conversation-header-body {
    -webkit-animation-name: intercom-conversation-header-body-enter;
    animation-name: intercom-conversation-header-body-enter;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms
}

.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-enter .intercom-conversation-header-back-button,
.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-enter .intercom-conversation-header-close-button,
.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-enter .intercom-download-transcript-button,
.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-exit .intercom-conversation-header-body {
    -webkit-animation-name: intercom-conversation-header-button-enter;
    animation-name: intercom-conversation-header-button-enter;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-exit .intercom-conversation-header-body {
    -webkit-animation-name: intercom-conversation-header-body-leave;
    animation-name: intercom-conversation-header-body-leave;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-exit .intercom-conversation-header-back-button,
.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-exit .intercom-conversation-header-close-button,
.intercom-namespace .intercom-conversation-header.intercom-messenger-header-view-exit .intercom-download-transcript-button {
    -webkit-animation-name: intercom-conversation-header-button-leave;
    animation-name: intercom-conversation-header-button-leave;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-back-button,
.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-body,
.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-body-enter-right;
    animation-name: intercom-conversations-header-body-enter-right;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-back-button,
.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-back-button-enter-right;
    animation-name: intercom-conversations-header-back-button-enter-right
}

.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-close-button-enter-right;
    animation-name: intercom-conversations-header-close-button-enter-right
}

.intercom-namespace .intercom-messenger-from-conversation .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-body,
.intercom-namespace .intercom-messenger-from-new-conversation .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-body {
    -webkit-animation-name: intercom-conversations-header-body-enter-left;
    animation-name: intercom-conversations-header-body-enter-left
}

.intercom-namespace .intercom-messenger-from-conversation .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-back-button,
.intercom-namespace .intercom-messenger-from-new-conversation .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-back-button {
    -webkit-animation-name: intercom-conversations-header-back-button-enter-left;
    animation-name: intercom-conversations-header-back-button-enter-left
}

.intercom-namespace .intercom-messenger-from-conversation .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-close-button,
.intercom-namespace .intercom-messenger-from-new-conversation .intercom-conversations-header.intercom-messenger-header-view-enter .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-close-button-enter-left;
    animation-name: intercom-conversations-header-close-button-enter-left
}

.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-back-button,
.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-body,
.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-body-leave-right;
    animation-name: intercom-conversations-header-body-leave-right;
    -webkit-animation-duration: 250ms;
    animation-duration: 250ms;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-back-button,
.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-back-button-leave-right;
    animation-name: intercom-conversations-header-back-button-leave-right
}

.intercom-namespace .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-close-button-leave-right;
    animation-name: intercom-conversations-header-close-button-leave-right
}

.intercom-namespace .intercom-messenger-conversation .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-body,
.intercom-namespace .intercom-messenger-new-conversation .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-body {
    -webkit-animation-name: intercom-conversations-header-body-leave-left;
    animation-name: intercom-conversations-header-body-leave-left
}

.intercom-namespace .intercom-messenger-conversation .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-back-button,
.intercom-namespace .intercom-messenger-new-conversation .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-back-button {
    -webkit-animation-name: intercom-conversations-header-back-button-leave-left;
    animation-name: intercom-conversations-header-back-button-leave-left
}

.intercom-namespace .intercom-messenger-conversation .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-close-button,
.intercom-namespace .intercom-messenger-new-conversation .intercom-conversations-header.intercom-messenger-header-view-exit .intercom-conversations-header-close-button {
    -webkit-animation-name: intercom-conversations-header-close-button-leave-left;
    animation-name: intercom-conversations-header-close-button-leave-left
}

.intercom-namespace .intercom-spinner-animation-appear,
.intercom-namespace .intercom-spinner-animation-enter {
    opacity: 0
}

.intercom-namespace .intercom-spinner-animation-appear.intercom-spinner-animation-appear-active,
.intercom-namespace .intercom-spinner-animation-enter.intercom-spinner-animation-enter-active {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: 600ms;
    transition-timing-function: 600ms;
    -webkit-transition-delay: ease-in-out;
    transition-delay: ease-in-out
}

.intercom-namespace .intercom-spinner-animation-exit {
    opacity: 1
}

.intercom-namespace .intercom-spinner-animation-exit.intercom-spinner-animation-exit-active {
    opacity: .01;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.intercom-namespace .intercom-messenger-card-error-animation-appear,
.intercom-namespace .intercom-messenger-card-error-animation-enter {
    opacity: 0;
    display: none
}

.intercom-namespace .intercom-messenger-card-error-animation-enter-done {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: block
}

.intercom-namespace .intercom-messenger-card-error-animation-exit,
.intercom-namespace .intercom-messenger-from-home-screen .intercom-messenger-card-error-animation-enter-done,
.intercom-namespace .intercom-messenger-new-conversation .intercom-messenger-card-error-animation-enter-done {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.intercom-namespace .intercom-messenger-card-error-animation-exit-done {
    display: none
}

@media only screen and (max-device-width: 667px),
screen and (max-width: 450px) {

    .intercom-namespace .intercom-note,
    .intercom-namespace .intercom-pointer,
    .intercom-namespace .intercom-post {
        -webkit-text-size-adjust: 100%
    }

    .intercom-namespace .intercom-messenger-frame {
        z-index: 2147483001 !important;
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: 0 !important
    }

    .intercom-namespace .intercom-admin-profile-compact,
    .intercom-namespace .intercom-team-profile-compact {
        right: 8px
    }

    .intercom-namespace .intercom-is-mobile-screen-size .intercom-admin-profile-compact,
    .intercom-namespace .intercom-is-mobile-screen-size .intercom-team-profile-compact {
        right: 61px
    }

    .intercom-namespace .intercom-chat {
        right: 20px !important;
        bottom: 20px !important;
        width: calc(100% - 100px);
        max-width: 260px
    }

    .intercom-namespace .intercom-note-frame {
        right: 0;
        left: 0;
        bottom: 20px !important;
        margin: 0 auto
    }

    .intercom-namespace .intercom-post-container {
        padding: 0
    }

    .intercom-namespace .intercom-messenger-gradient {
        display: none
    }

    .intercom-namespace .intercom-launcher-discovery-frame,
    .intercom-namespace .intercom-launcher-frame {
        right: 20px !important;
        bottom: 20px !important
    }

    .intercom-namespace .intercom-borderless-frame {
        right: calc(20px - 10px) !important;
        bottom: calc(20px - 10px) !important;
        max-height: calc(100% - 20px + 10px) !important
    }

    .intercom-namespace .intercom-launcher-badge-frame {
        right: calc(20px - 4px) !important;
        bottom: calc(20px + 40px) !important
    }

    .intercom-namespace .intercom-notifications-frame {
        right: 20px !important;
        bottom: 20px !important
    }

    .intercom-namespace .intercom-app-launcher-enabled .intercom-messenger-frame {
        height: 100% !important;
        bottom: 0 !important
    }

    .intercom-namespace .intercom-app-launcher-enabled .intercom-chat,
    .intercom-namespace .intercom-app-launcher-enabled .intercom-note-frame,
    .intercom-namespace .intercom-app-launcher-enabled .intercom-notifications,
    .intercom-namespace .intercom-app-launcher-enabled .intercom-notifications-frame {
        bottom: calc(20px + 80px) !important
    }

    .intercom-namespace .intercom-app-launcher-enabled .intercom-borderless-frame {
        bottom: calc(20px + 80px - 10px) !important;
        max-height: calc(100% - 20px - 80px + 10px) !important
    }

    .intercom-namespace .intercom-app-left-aligned .intercom-messenger-frame {
        left: 0 !important;
        right: auto
    }

    .intercom-namespace .intercom-app-left-aligned .intercom-borderless-frame {
        left: calc(10px + 20px - 64px) !important;
        right: auto
    }

    .intercom-namespace .intercom-app-left-aligned .intercom-chat {
        left: 20px !important;
        right: auto
    }

    .intercom-namespace .intercom-app-left-aligned .intercom-note {
        left: 0 !important;
        right: auto
    }

    .intercom-namespace .intercom-app-left-aligned .intercom-launcher-badge-frame {
        left: calc(20px - 4px + 45px) !important;
        right: auto
    }

    .intercom-namespace .intercom-app-left-aligned .intercom-launcher-frame,
    .intercom-namespace .intercom-app-left-aligned .intercom-notifications-frame {
        left: 20px !important;
        right: auto
    }
}

@media only screen and (max-device-width: 667px) {

    .intercom-namespace .intercom-launcher-close-icon,
    .intercom-namespace .intercom-launcher-open-icon {
        -webkit-transform: none;
        transform: none
    }

    .intercom-namespace .intercom-launcher-active .intercom-launcher-open-icon {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .intercom-namespace .intercom-launcher-active .intercom-launcher-close-icon {
        opacity: 0
    }

    .intercom-namespace .intercom-notifications {
        width: 260px
    }

    .intercom-namespace .intercom-chat-card-borderless {
        padding-top: 35px
    }

    .intercom-namespace .intercom-chat-card-borderless .intercom-block-video-file {
        width: 220px;
        height: 165px
    }

    .intercom-namespace .intercom-chat-card-borderless.intercom-chat-card-borderless-single .intercom-block-video-file {
        width: 260px;
        height: 195px
    }

    .intercom-namespace .intercom-chat-snippet {
        width: 100%
    }

    .intercom-namespace .intercom-snippet {
        margin: 0 auto;
        width: calc(100% - 20px)
    }

    .intercom-namespace .intercom-story {
        width: 240px;
        height: 180px;
        margin-left: 10px
    }
}

@supports (-webkit-overflow-scrolling:touch) {
    @media only screen and (min-device-width: 768px) {
        .intercom-namespace .intercom-chat-card-borderless {
            padding-top: 35px
        }

        .intercom-namespace .intercom-chat-card-borderless.intercom-chat-card-borderless-single .intercom-block-video-file {
            width: 240px;
            height: 180px
        }

        .intercom-namespace .intercom-chat-card-borderless .intercom-block-video-file {
            width: 200px;
            height: 150px
        }
    }
}

.intercom-namespace .intercom-fallback-card-error {
    position: absolute;
    width: calc(100% - 2px);
    margin: 20px 0
}

.intercom-namespace .intercom-fallback-card-error-header {
    font-size: 18px;
    text-align: center;
    padding-bottom: 6px
}

.intercom-namespace .intercom-fallback-card-error-message {
    font-size: 16px;
    text-align: center;
    color: #737376
}

.intercom-namespace .intercom-fallback-card-button-container {
    text-align: center
}

.intercom-namespace .intercom-fallback-card-retry-button {
    font-size: 16px;
    background-color: #333333;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(51, 51, 51, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-messenger-card-view-app {
    margin: 60px 0
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-wrapper {
    margin-left: auto;
    margin-right: auto
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-wrapper,
.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-sheet {
    width: 376px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 2px 0 0 rgba(51, 51, 51, 0.5)
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-wrapper {
    overflow: hidden
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-sheet {
    height: 704px;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    margin: 60px auto
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #3a3b3e
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-animation-enter {
    opacity: 0
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-animation-enter.intercom-messenger-card-animation-enter-active {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal-enter .intercom-messenger-card-view-sheet-container .intercom-messenger-sheet {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal-enter.intercom-messenger-card-view-sheet-modal-enter-active .intercom-messenger-card-view-sheet-container,
.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal-exit.intercom-messenger-card-view-sheet-modal-exit-active .intercom-messenger-card-view-sheet-container {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal-enter.intercom-messenger-card-view-sheet-modal-enter-active .intercom-messenger-card-view-sheet-container .intercom-messenger-sheet,
.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal-exit.intercom-messenger-card-view-sheet-modal-exit-active .intercom-messenger-card-view-sheet-container .intercom-messenger-sheet {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal-exit.intercom-messenger-card-view-sheet-modal-exit-active .intercom-messenger-card-view-sheet-container {
    animation-direction: reverse
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-sheet-modal-exit.intercom-messenger-card-view-sheet-modal-exit-active .intercom-messenger-card-view-sheet-container .intercom-messenger-sheet {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-error {
    padding: 20px 0;
    margin: 0 50px
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-error .intercom-messenger-card-view-error-header {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-error .intercom-messenger-card-view-error-message {
    font-size: 16px;
    text-align: center;
    color: #737376
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-error .intercom-messenger-card-view-button-container {
    text-align: center
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-error .intercom-messenger-card-view-retry-button {
    font-size: 16px;
    background-color: #333333;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(51, 51, 51, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-link-container-icon>g {
    fill: #dae1e6
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-link-text {
    color: #a8b6c2
}

.intercom-namespace .intercom-messenger-card-view-app .intercom-messenger-card-view-loading-spinner {
    top: 120px;
    left: 50%;
    position: absolute
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-wrapper {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    border-radius: 0
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-view-sheet-container {
    background: 0 0
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-sheet {
    position: absolute;
    height: auto;
    width: auto;
    overflow: auto;
    border-radius: 0;
    border: 0;
    margin: auto
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-view-sheet-modal-enter .intercom-messenger-card-view-sheet-container .intercom-messenger-sheet {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-view-sheet-modal-enter.intercom-messenger-card-view-sheet-modal-enter-active .intercom-messenger-card-view-sheet-container,
.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-view-sheet-modal-exit.intercom-messenger-card-view-sheet-modal-exit-active .intercom-messenger-card-view-sheet-container {
    -webkit-animation: none;
    animation: none
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-view-sheet-modal-enter.intercom-messenger-card-view-sheet-modal-enter-active .intercom-messenger-card-view-sheet-container .intercom-messenger-sheet {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-view-sheet-modal-exit.intercom-messenger-card-view-sheet-modal-exit-active .intercom-messenger-card-view-sheet-container .intercom-messenger-sheet {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

.intercom-namespace .intercom-messenger-card-view-app.intercom-is-mobile-screen-size .intercom-messenger-card-view-loading-spinner {
    top: 50%
}

@media only screen and (max-device-width: 667px),
screen and (max-width: 369px),
screen and (min-width: 371px),
screen and (min-height: 705px) {
    .intercom-messenger {
        -webkit-text-size-adjust: 100%
    }

    .intercom-admin-profile-full .intercom-admin-profile-full-admin-name {
        width: 100px
    }

    .intercom-admin-profile-full .intercom-admin-profile-full-last-active {
        width: 140px
    }

    .intercom-admin-profile-collapsed:hover .intercom-admin-profile-compact-contents,
    .intercom-admin-profile-collapsed:hover .intercom-team-profile-compact-contents,
    .intercom-team-profile-collapsed:hover .intercom-admin-profile-compact-contents,
    .intercom-team-profile-collapsed:hover .intercom-team-profile-compact-contents {
        background-color: inherit
    }

    .intercom-sticker-native {
        font-size: inherit
    }

    .intercom-composer textarea {
        background-color: #fafafa
    }

    .intercom-header-buttons-close {
        display: block !important
    }
}

.intercom-messenger-frame {
    width: 376px !important;
    right: 20px;
    position: fixed !important;
    bottom: calc(20px + 80px);
    z-index: 999999;
}


.intercom-namespace .intercom-messenger-header-background-7::before,
.intercom-namespace .intercom-messenger-header-background-8::before {
    content: "";
    opacity: .35;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-size: 69px 60px, cover;
    pointer-events: none;
}

.intercom-namespace .intercom-messenger-header-background-8::before {
    background-size: 832px 439px, cover;
}

div#intercom-container {
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.intercom-namespace .intercom-conversation-summary-body-author,
.intercom-namespace .intercom-conversation-summary-timestamp,
.intercom-namespace .intercom-conversation-summary-content-text,
.intercom-namespace .intercom-home-screen-conversation-body .intercom-home-screen-conversations-title .intercom-messenger-card-text,
.intercom-namespace .new-conversation-button span,
.intercom-namespace .intercom-home-screen-header-intro {
    font-family: "Euclid Square Regular", Arial;
}

.intercom-namespace .new-conversation-button span {
    font-size: 15px;
}

.intercom-thread-list {
    max-height: 250px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    width: auto !important;
}

.hideChat {
    display: none !important;
}

.hideThread {
    display: none !important;
}

.ui-menu {
    max-height: 200px;
}

.ui-widget.ui-widget-content {
    overflow: auto !important;
}

.page-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

/*.page-not-found i{*/
/*font-size: 180px;*/
/*}*/
.page-not-found-text {
    padding: 20px;
}

.page-not-found h1 {
    font-size: 180px;
    margin-bottom: 0;
    color: #464646;
    line-height: 180px;
    margin-bottom: 20px;
}

.page-not-found p {
    font-size: 20px;
    color: #777;
    text-decoration: underline;
    margin-bottom: 10px;
}

.page-not-found-icon {
    float: left;
    margin-right: 50px;
}

.page-not-found-text {
    float: left;
}

.page-not-found-text a {
    background: #33a9df;
    color: #fff;
    padding: 10px 34px;
    display: inline-block;
    border-radius: 3px;
}

.page-not-found-header .head-intro {
    background-color: #1d1a1c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-not-found-header .head-mast {
    background-color: #1d1a1c;
}

.page-not-found-header .head-intro-inner {
    border-bottom: none;
}

.cart-count {
    vertical-align: top;
    position: absolute;
    top: -9px;
    right: -11px;
    background-color: #41a9e0;
}

.cart-link {
    position: relative;
}

.currency_menu_box>ul li {
    width: auto;
    padding: 0 5px;
}

.is-stuck {
    position: fixed;
    top: 0;
}

.post-thumb img {
    height: 60px !important;
    width: 75px !important;
    object-fit: cover;
}

#contact-us-form #field_1_9 {
    position: relative;
}

.accFilter-pills {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}


.form-body.without-side .form-content input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.50) !important;
    opacity: 1;
    /* Firefox */
}

.form-body.without-side .form-content input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.50) !important;
}

.form-body.without-side .form-content input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.50) !important;
}

.storiesList p.storiesListOneline span,
.storiesList p.storiesListOneline {
    white-space: nowrap !important;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
}

input.blogTitleplaceholder.storyTitleBox {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    color: #32373c;
    padding: 10px;
    font-size: 24px;
    font-family: "Euclid Square Regular", Arial;
}

.progress-loading {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.progress-loading-inside {
    animation: rotation 1s infinite linear;
    border: 2px solid rgba(50, 164, 255, 0.37);
    border-radius: 50%;
    border-top-color: rgb(50, 164, 255);
    height: 20px;
    width: 20px;
    margin: auto;
}

@keyframes rotation {
    to {
        transform: rotate(360deg)
    }
}

.popover-content>div>div>span,
.popover-content>div>p,
.popover-content>div>p>span {
    font-size: 14px !important;
    font-family: "Euclid Square Regular", Arial !important;
    color: rgba(0, 0, 0, 0.75) !important;
    line-height: 1.7;
    margin: 0 !important;
}

div#accordionExample .card-body p,
div#accordionExample .card-body p span,
div#accordionExample .card-body pre span,
div#accordionExample .card-body pre {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: rgba(0, 0, 0, 0.65) !important;
    margin-bottom: 20px !important;
    font-family: "Euclid Square Regular", Arial !important;
    text-align: left !important;
}

div#accordionExample .card-body h3 {
    font-family: "Euclid Flex Bold", Arial !important;
}

.empty-results-container {
    text-align: center;
    padding: 30px;
    border: 1px solid #e4e4e4;
    width: 100%;
}

.empty-results-container h5 {
    font-size: 28px;
    margin: 0 0 19px 0;
    letter-spacing: 0;
    font-family: "Euclid Flex Bold", Arial;
}

.empty-results-container p {
    color: #768092;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.empty-results-container p.empty-results-footnote {
    margin: 20px 0 0 0;
    font-size: 16px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.w60 {
    width: 60px !important;
    display: inline-block;
}

.details-total {
    font-weight: bold;
    color: #464646;
    border-top: 1px solid #ddd;
    width: 120px;
    float: right;
}

.max-person-msg {
    color: #FF5722;
    font-style: italic;
}

.f15 {
    font-size: 15px !important;
}

.widget-titleInstaNS {
    background-color: #33a9df;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 25px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.pt-20 {
    padding-top: 20px;
}

a.subSectionViewMoreBtn {
    position: absolute;
    background: #33a9de;
    padding: 11px 17px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    top: 0;
    line-height: 1;
}

.instaFeed iframe {
    position: relative;
}


.image-box {
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 24.8% !important;
    border: 1px solid #CCCCCC;
}


.BlogSideConte {
    margin: 0;
}

.form-content .form-items .page-links {
    margin-bottom: 0;
    margin-top: 25px !important;
}

.form-content .form-items .page-links a {
    font-weight: 700;
    font-family: "Euclid Flex Bold", Arial;
}

.form-content .form-items .page-links a:after {
    bottom: -3px;
}

.form-content .page-links a {
    color: #000;
}

.form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-content .page-links a.active:after {
    background-color: #0092FE;
}

.form-content .page-links a:hover:after,
.form-content .page-links a:focus:after {
    background-color: #0092FE;
}

.instaFeed a img {
    padding: 5px !important;
}

.insta-filed a img {
    padding: 5px !important;
}

#loginFormContent .form-content input {
    border: 0;
    background-color: #e8e4e4;
    color: #000000;
    font-family: "Euclid Square Regular", Arial;
}

.signUpPopupForm .contactUsLink {
    color: #2d2d2d !important
}

.traveller-selected-cart-item {
    color: #33a9e0 !important
}

.traveller-cart-item-title {
    color: #768092 !important
}

/*testimonial popup by mehul 17-12-19 start*/
.review-popup.modal {
    z-index: 999990;
}

.review-popup .modal-title {
    float: left;
    color: #1a2b49;
    font-family: "Euclid Flex Bold", Arial;
    font-size: 18px;
}

.align-item-start {
    align-items: flex-start;
}

.review-popup .testimonial-content .testimonial .user-info {
    margin-right: 20px
}

.review-popup .testimonial-content .testimonial .testimonial-name span {
    font-weight: 400;
    font-size: .9em;
    color: #868e96;
    text-transform: capitalize;
    margin-left: 10px;
}

.review-popup .testimonial-content .testimonial .testimonial-detail {
    width: calc(100% - 85px);
}

.review-popup .testimonial-content .testimonial .testimonial-text {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}

.cursor-pointer {
    cursor: pointer;
}

/*testimonial popup by mehul 17-12-19 end*/

.rating-label a {
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    color: #fff;
    background: #33a9e0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 4px;
}

.packageAllBlogTxt {
    text-align: right;
    font-size: 15px;
}

.cutomizeCancelBtn a {
    display: inline-block;
    text-align: center;
    padding: 4px 10px;
    color: #33a9df;
    background: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 4px;
    border: 1px solid #33a9df;
    right: 225px;
    top: 0;
    position: absolute
}

.checkoutPkgSelected {
    background: #dcefff
}

.whatInclude .cart-items-container ul li {
    margin-bottom: 0 !important;
}

.checkout .whatInclude {
    padding: 0 !important;
}

.whatInclude .tripDetail .details {
    padding: 5px 10px !important;
}

.iternity {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px
}

.iternity h3 {
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    font-family: "Euclid Flex Bold", Arial;
    color: #464646
}

.iternity .days-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 50%
}

.iternity .days-wrap:nth-last-child(-n+2) {
    margin-bottom: 0
}

.iternity .days-wrap .day {
    color: #fff;
    background: #33a9df;
    font-size: 15px;
    width: 74px;
    height: 74px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin-right: 20px;
    text-align: center;
    padding: 25px 0;
}

.iternity .days-wrap .activity {
    width: calc(100% - 94px);
}

.cart__header .title {
    padding: 15px 20px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.review_cart_item {
    padding: 35px 10px;
    font-size: 15px;
}

.review_cart_item:last-child {
    border-bottom: 0
}

.cart .success-msg {
    background: rgba(51, 169, 223, 0.2);
    border: 1px solid rgba(51, 169, 223, 0.2);
    padding: 15px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(51, 169, 223, 0.2);
    margin-bottom: 30px;
}

.cart .success-msg h4 {
    margin-bottom: 0;
    font-family: "Euclid Flex Bold", Arial;
    font-weight: 600;
}


.linkDisabled {
  cursor: not-allowed;
  pointer-events: none;
  color: grey;
}

.short-dec-block{
    position: relative;
}
.filter-list-tags{
    display: inline-block;
    width: 100%;
}
.cfaboutimg {
    height: 200px;
}
.cfaboutimg img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.team-wrapper-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-whatsapp svg{
    width:16px;
    height:16px;
    fill: rgba(255, 255, 255, 0.90);
    margin-left: 6px;
}

h6 .packageDetail__itiDescription {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.blog-side-filter-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profileChangeoption {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 20px;
}

.fileUpload.button.small {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px;
    background: #000;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
  }
  .radio input {
    display: none;
  }
  .radio input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
  }
  .radio input + span:not(:empty) {
    padding-left: 30px;
  }
  .radio input + span:before, .radio input + span:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .radio input + span:before {
    background: #D1D7E3;
    -webkit-transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  }
  .radio input + span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  }
  .radio input:checked + span:before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
            background: #33a9de;
  }
  .radio input:checked + span:after {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .radio:hover input + span:before {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  .radio:hover input + span:after {
    -webkit-transform: scale(0.74);
            transform: scale(0.74);
  }
  .radio:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }

  .radioBtnGroup {
    display: flex;
    align-items: center;
}

.radioBtnGroup label.radio {
    margin: 0;
    margin-right: 11px;
}

.profileMobile .intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    background-color: #FFF !important;
}

.profileMobile  .intl-tel-input .selected-flag  {
    height: 20px !important;
}

.custom-options #isTermsAndCondition-error {
    top: -33px;
    left: 0;
    right: auto;
}

.reviewLabel a{
 color: #464646 !important;
}
.reviewLabel a:hover{
 color: #464646 !important;
}

.customSelect{
    background-color: #efeff0 !important;
    border-color: #efeff0 !important;
    font-size: 16px;
    border-radius: 4px;
    padding: 0 10px;
}
.customSelect select{
    border-radius: 0;
    -webkit-appearance: auto;
    background-image: none;
    border: none;
    padding: 0;
    text-indent: 0;
}
.customSelect select:hover{
    background-color: #efeff0 !important;
}
.custometextarea textarea{
    border-radius: 0;
}
.mt-20{
    margin-top:20px !important;
}
.customerdate input{
    border-radius: 0;
}
.drop-box h3{
    margin:10px 0;
}
.expartDetailTop{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
}
.expartDetailTop img{
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.expartDetailTop h2{
    margin: 0 !important;
}
.fr-popup .fr-checkbox-line{
    display: flex;
    flex-wrap: wrap;
}
.custom-name .control-label {
    display: block;
    margin: 10px;
}
.edit-c-btn{
    padding:2px 20px !important;
    height:32px !important;
}
.mr-10{
    margin-right:10px;
}
.border-box{
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}
.custom-name {
    margin-bottom: 0;
}

.btn-pc-bg {
    background: #eee;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.right-border-box {
    border: 1px solid #ddd;
}
.right-border-box h2 {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.input-boxes input {
    margin-bottom: 10px;
}
.right-inner-form {
    padding: 0 10px;
}

.input-boxes .intl-tel-input {
    margin-bottom: 10px;
}

.selected-pc-bg {
    background: #dcefff
}

.clear-popup-product {
    display: block;
    overflow: hidden;
}

.widget-titleNSAddCart {
    background-color: #ed4520;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 25px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.widget-titleNSAddCart:hover {
    background: #ed4520  !important;
}

.widget-titleNSAddCart span:hover {
    background: #ed4520  !important;
}

.btnFullLrg .cd-add-to-cart {
    background: #ed4520  !important;
}

.d-block{
display:block !important;
}
/* popup style */
.simmiler-popup .modal-backdrop.fade.in{
    z-index:1 !important;
}
.similer-popup {
    z-index: 99999 !important;
    left: auto !important;
    padding-right: 0 !important;
}
.similer-popup  .modal-dialog{
    width:400px !important;
}
.popup-SM::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }
  .popup-SM::-webkit-scrollbar-thumb {
    background: #33a9e0;
    border-radius: 10px;
}
.popup-SM::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.popup-SM::-webkit-scrollbar {
    width: 5px;
  }
  .simmiler-icon{
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    position: absolute;
    right: 13px;
    top: -9px;
}
.activity-card-inner-content{
    position:relative;
}
.simmiler-icon-P img{
    width:20px;
    height: 20px;
}
.simmiler-icon-P {
    justify-content: space-between;
    align-items: center;
}

#trendingDestinationslider.owl-theme .owl-controls .owl-buttons .owl-prev {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/left-arrow.svg);
    mask-image: url(../../img/front/left-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}

#trendingDestinationslider.owl-theme .owl-controls .owl-buttons .owl-next {
    text-indent: -9999999px;
    background-color: #464646;
    -webkit-mask-image: url(../../img/front/right-arrow.svg);
    mask-image: url(../../img/front/right-arrow.svg);
    -webkit-mask-size: 22px 22px;
    mask-size: 22px 22px;
}
#trendingDestinationslider.owl-theme .owl-controls{
    position: absolute;
    top: -39px;
    margin: 0;
    right: 15px;
}

.calendarIcon{
    padding: 0px !important;
}

.currencyOptions{
  z-index: 991 !important;
}
@media (max-width: 1024px){
  .currencyOptions{
    position: relative !important;
  }
  .currencySelection .dropdown-backdrop{
    position: inherit;
  }
}
.accommodationAddress{
  margin-left: 5px;
}
.cartImageTD{
  min-width: 100px;
}

.cartSideColumn, .cartSideColumnInner{
  min-width: 210px;
}



/* FILE: assets/css/front/responsive.min.css */
@media screen and (min-width:768px) and (max-width:991px) {
    .mt-sm-15 {
        margin-top: 15px
    }

    .head-intro-addon {
        padding: 0 14px
    }

    .m_radius_block.m_bg_white.t_black.g_abs.shadow_box__4.g_c_mid.f_hidden {
        right: -38px
    }

    .widget-titleNS {
        width: auto
    }

    .trandeDestination .item-thumb {
        height: 190px
    }

    .m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid,
    .m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid>div.m_justify_list:first-of-type {
        height: auto
    }

    .m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid>div.m_justify_list:first-of-type>div {
        text-align: center !important
    }

    nav.header {
        position: fixed;
        width: 260px;
        display: block
    }

    nav.header:not(.open) {
        left: -260px
    }

    nav.header.open {
        left: 0;
        top: 0;
        z-index: 1001;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: .2s all ease-in-out;
        -ms-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: all .2s ease-in-out
    }

    nav.header.open>a>div {
        width: 100%;
        height: 110px;
        padding: 30px 20px;
        color: #fff;
        background-color: #30759d;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center
    }

    nav.header.open>a>div .loggedout {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: 50% 50%;
        background-position: 50%;
        background-color: #409cd1;
        border-radius: 50%
    }

    nav.header.open ul {
        height: calc(100% - 160px);
        overflow-y: scroll;
        padding: 10px 0
    }

    nav.header.open>ul {
        height: calc(100% - 110px)
    }

    nav.header.open ul li {
        width: 100%;
        height: 43px;
        font-weight: 700
    }

    nav.header.open ul li a {
        color: #2c3e50;
        display: inline-block;
        padding: 13px 20px;
        font-weight: 400;
        width: 100%
    }

    nav.header.open ul li.sep {
        border-top: 1px solid #c7d0d9;
        margin-top: 10px;
        padding-top: 10px;
        height: 56px
    }

    div.arrow {
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    div.arrow.black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='15'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M1.927 14.672a1.136 1.136 0 0 1-1.596 0 1.109 1.109 0 0 1 0-1.58L13.223.329a1.136 1.136 0 0 1 1.596 0L27.71 13.093a1.11 1.11 0 0 1 0 1.58 1.136 1.136 0 0 1-1.596 0L14.02 3.03 1.927 14.672z'/%3E%3C/svg%3E")
    }

    div.arrow.right {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    nav.header.open ul li .arrow.right {
        height: 5px;
        width: 10px;
        float: right;
        position: relative;
        top: 5px
    }

    .hid {
        display: none !important
    }

    nav.header.open ul li .return {
        top: 110px;
        padding: 15px;
        height: 50px
    }

    nav.header.open ul li .return,
    nav.header.open ul li ul {
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #fff;
        color: #33a9e0
    }

    nav.header.open ul {
        height: calc(100% - 160px);
        overflow-y: scroll;
        padding: 10px 0
    }

    nav.header.open ul li ul {
        z-index: 6;
        top: 160px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: .2s all ease-in-out;
        -ms-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: all .2s ease-in-out;
        overflow-x: hidden
    }

    nav.header.open ul li ul:not(.open) {
        left: 260px
    }

    div.arrow.left {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    nav.header.open ul li .arrow.left {
        width: 19px;
        height: 10px;
        display: inline-block;
        margin-right: 40px
    }

    nav.header.open ul li ul li .return {
        top: -50px
    }

    nav.header.open ul li ul ul {
        top: 0;
        height: 100%
    }
}

@media screen and (max-width:767px) {
    .mt-xs-15 {
        margin-top: 15px
    }

    .iconFeture {
        flex-wrap: wrap
    }

    ul.iconFeture li {
        width: 50%;
        margin-bottom: 20px
    }

    .m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid,
    .m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid>div.m_justify_list:first-of-type {
        height: auto
    }

    .m_footer .terms {
        width: 100%
    }

    .m_footer .a>div.m_grid>div.m_justify_list:nth-of-type(2)>div.m_grid>div.m_justify_list:first-of-type>div {
        text-align: center !important
    }

    .latest_blog #latest_blog_carousel .review_singel {
        flex-wrap: wrap;
        margin-bottom: 0;
        display: block;
        max-height: max-content
    }

    .latest_blog #latest_blog_carousel .review_singel .blog-title {
        width: 100%
    }

    .page-template-page-team .team-member .team-member-wrap .team-member-photo {
        background-color: transparent
    }

    .latest_blog #latest_blog_carousel .review_singel .blog-img {
        margin: 0 auto;
        max-width: max-content
    }

    .latest_blog #latest_blog_carousell .review_singel {
        flex-wrap: wrap;
        margin-bottom: 0;
        display: block;
        max-height: max-content
    }

    .latest_blog #latest_blog_carousell .review_singel .blog-title {
        width: 100%
    }

    .page-template-page-team .team-member .team-member-wrap .team-member-photo {
        background-color: transparent
    }

    .latest_blog #latest_blog_carousell .review_singel .blog-img {
        margin: 0 auto;
        max-width: max-content
    }

    .m_footer .m_grid .m_justify_list:last-of-type {
        margin-top: 15px
    }

    .m_footer .a input {
        width: 185px
    }

    nav.header {
        position: fixed;
        width: 260px;
        display: block
    }

    nav.header:not(.open) {
        left: -260px
    }

    nav.header.open {
        left: 0;
        top: 0;
        z-index: 1001;
        height: 100%;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: .2s all ease-in-out;
        -ms-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: all .2s ease-in-out
    }

    nav.header.open>a>div {
        width: 100%;
        height: 110px;
        padding: 30px 20px;
        color: #fff;
        background-color: #30759d;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center
    }

    nav.header.open>a>div .loggedout {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: 50% 50%;
        background-position: 50%;
        background-color: #409cd1;
        border-radius: 50%
    }

    nav.header.open ul {
        height: calc(100% - 160px);
        overflow-y: scroll;
        padding: 10px 0
    }

    nav.header.open>ul {
        height: calc(100% - 110px)
    }

    nav.header.open ul li {
        width: 100%;
        height: 43px;
        font-weight: 700
    }

    nav.header.open ul li a {
        color: #2c3e50;
        display: inline-block;
        padding: 13px 20px;
        font-weight: 400;
        width: 100%
    }

    nav.header.open ul li.sep {
        border-top: 1px solid #c7d0d9;
        margin-top: 10px;
        padding-top: 10px;
        height: 56px
    }

    div.arrow {
        background-repeat: no-repeat;
        background-size: 100% 100%
    }

    div.arrow.black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='15'%3E%3Cpath fill='%23333' fill-rule='evenodd' d='M1.927 14.672a1.136 1.136 0 0 1-1.596 0 1.109 1.109 0 0 1 0-1.58L13.223.329a1.136 1.136 0 0 1 1.596 0L27.71 13.093a1.11 1.11 0 0 1 0 1.58 1.136 1.136 0 0 1-1.596 0L14.02 3.03 1.927 14.672z'/%3E%3C/svg%3E")
    }

    div.arrow.right {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    nav.header.open ul li .arrow.right {
        height: 5px;
        width: 10px;
        float: right;
        position: relative;
        top: 5px
    }

    .hid {
        display: none !important
    }

    nav.header.open ul li .return {
        top: 110px;
        padding: 15px;
        height: 50px
    }

    nav.header.open ul li .return,
    nav.header.open ul li ul {
        position: absolute;
        width: 100%;
        left: 0;
        background-color: #fff;
        color: #33a9e0
    }

    nav.header.open ul {
        height: calc(100% - 160px);
        overflow-y: scroll;
        padding: 10px 0
    }

    nav.header.open ul li ul {
        z-index: 6;
        top: 160px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: .2s all ease-in-out;
        -ms-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: all .2s ease-in-out;
        overflow-x: hidden
    }

    nav.header.open ul li ul:not(.open) {
        left: 260px
    }

    div.arrow.left {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    nav.header.open ul li .arrow.left {
        width: 19px;
        height: 10px;
        display: inline-block;
        margin-right: 40px
    }

    nav.header.open ul li ul li .return {
        top: -50px
    }

    nav.header.open ul li ul ul {
        top: 0;
        height: 100%
    }
}

@media (max-width:480px) {
    .moments--3roBe>div {
        width: 19%
    }
}

@media (min-width:576px) and (max-width:768px) {
    .moments--3roBe>div {
        width: 19%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .listAuthModal {
        height: 390px;
        width: 46%
    }

    #login-register-modal .userAuth-card {
        left: 73%
    }

    #login-register-modal {
        width: 670px;
        height: 390px;
        background-image: none
    }
}

@media (max-width:767px) {
    #login-register-modal .userAuth-card {
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0;
        left: 0;
        min-height: auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0)
    }

    .listAuthModal {
        position: relative;
        height: auto;
        width: 100%
    }

    #login-register-modal {
        width: 100%;
        height: auto;
        position: relative;
        padding: 15px;
        background-image: none
    }

    .userAuthMainSec {
        padding: 0 0
    }
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: left
}

.small-slider-text {
    padding-left: 0
}

@media (min-width:1025px) {
    .humbarger-icon {
        display: none
    }

    .custom-hidden-desktop {
        display: none !important
    }
}

@media(min-width:1025px) and (max-width:1299px) {
    header.m_header {
        padding: 0 10px !important
    }

    ul.j-top-nav>span>span>li {
        padding: 0 5px !important
    }

    .header-flex-search {
        width: 220px !important
    }

    .h_explorContainer {
        margin-left: 0
    }

    .header-flex-search .form-boxed {
        padding: 15px 5px
    }

    .navigation-main>li>a {
        font-size: 12px
    }

    ul.j-top-nav>li {
        padding: 0 5px !important
    }

    .navigation-main a {
        font-size: 12px
    }

    .navigation-main .menu-item-has-children>a::after {
        top: 1px !important;
        right: -3px !important
    }

    .rel-shortLongDesc {
        bottom: 0;
        top: auto;
        position: relative
    }

    #packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right {
        padding: 20px 15px;
        justify-content: center
    }

    .shortDesc {
        display: block
    }

    #packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper h3 a {
        font-size: 16px
    }
}

@media (max-width:1024px) {
    .small-slider-text {
        padding-left: 15px
    }

    .packageDetail__inclusionText {
        text-align: left
    }

    .packageDetail__inclusion {
        padding-top: 10px
    }

    ul#itineraryInner.owl-carousel .owl-wrapper-outer {
        overflow: hidden
    }

    .page-hero-slideshow .page-hero-lg {
        background-size: cover !important
    }

    .scrollTop .f_h_main {
        padding: 0 15px;
        line-height: 40px
    }

    .header-logo-icon {
        display: flex;
        align-items: center
    }

    .custom-hidden-mobile {
        display: none !important
    }

    .relative {
        position: relative
    }

    .humbarger-icon {
        margin-right: 25px
    }

    .humbarger-icon img {
        width: 20px;
        height: 20px
    }

    header.m_header .head-mast {
        justify-content: space-between;
        align-items: center
    }

    .headerMenuRight {
        display: block !important;
        left: -350px;
        width: 0;
        position: fixed;
        transition: all .3s ease-in-out;
        height: 100%;
        background: #090909;
        top: 0;
        padding: 30px 10px;
        overflow-y: auto
    }

    .headerMenuRight.open {
        width: 320px;
        left: 0
    }

    header ul.j-top-nav {
        display: block
    }

    ul.j-top-nav>li {
        width: 100%;
        text-align: left
    }

    .headerMenuRight .header-flex-search {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px
    }

    .headerMenuRight .header-flex-search .h_explorContainer {
        margin-left: 0;
        display: block
    }

    .header-flex-search .form-boxed {
        padding: 0
    }

    .navigation-main .menu-item-has-children>a::after {
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 7px;
        height: 10px;
        position: absolute
    }

    .menu-close {
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        margin: 0 10px 20px auto;
        background: #333;
        border-radius: 100%;
        align-items: center;
        justify-content: center
    }

    .menu-close img {
        width: 12px;
        height: 12px;
        margin: auto
    }

    .mobile-top-menu li {
        list-style: none;
        width: auto;
        display: inline-block;
        margin: 0 10px
    }

    .mobile-top-menu li>a {
        color: #fff;
        font-size: 14px
    }

    .mobile-top-menu .dropdown-menu li>a {
        color: #333
    }

    #user-menu {
        position: relative
    }

    .mobile-top-menu .dropdown-menu {
        right: 0;
        left: auto;
        top: 35px;
        width: 120px
    }

    .headerMenuRight li.menu-item-home.submenuFullWidth.menu-item-has-children>nav {
        display: none;
        position: relative;
        left: 0;
        transform: translateX(0);
        -webkit-transition-delay: 0s, 0s, 0s;
        transition-delay: 0s, 0s, 0s;
        visibility: visible;
        opacity: 1
    }

    .headerMenuRight li.menu-item-home.submenuFullWidth.menu-item-has-children>nav ul {
        display: block;
        width: 100%;
        opacity: 1;
        visibility: visible
    }

    .headerMenuRight .navigation-main li {
        width: 100%;
        display: block;
        border-left: 0;
        padding: 0;
        margin-bottom: 13px;
        overflow: hidden
    }

    .headerMenuRight ul.sub-menu h3 {
        margin-bottom: 0
    }

    .headerMenuRight .mobile-menu-more {
        position: relative;
        display: block;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        min-width: 100%;
        margin: 0;
        overflow: hidden;
        background: #090909
    }

    .headerMenuRight .mobile-menu-more.dropdown-menu>li a {
        color: #fff;
        opacity: .65;
        padding: 10px 0
    }

    .headerMenuRight .dropdown-menu>li>a:hover {
        background-color: transparent
    }

    #packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right {
        padding: 20px 15px;
        justify-content: center
    }

    .rel-shortLongDesc {
        bottom: 0;
        top: auto;
        position: relative
    }

    .shortDesc {
        display: block
    }

    .inclusion .packageDetail__inclusionItem {
        width: 100%;
        padding: 10px 15px
    }

    .packageDetail__inclusionItem {
        justify-content: flex-start;
        width: 100%;
        padding: 7px 15px
    }

    div#dayItinery {
        min-height: min-content !important
    }

    div#dayItinery .theiaStickySidebar {
        padding: 15px
    }

    .scrollTop .d-flex.flex-end {
        flex-wrap: wrap
    }

    .scrollTop .d-flex.flex-end .btnFullLrgOutline {
        margin: 5px
    }

    .customzie-height {
        height: auto !important
    }

    .filter-bar .filter-tabs .dropdown.dropWithGlobalSearchbar.accDestination {
        width: 100% !important
    }

    .activity-card-flex.activity-card-vertical {
        width: calc(50% - 20px)
    }
}

@media (max-width:991px) {
    .innerRgtPadd {
        padding-right: 0
    }

    .store-page .widget-section {
        margin-bottom: 0 !important;
        padding-bottom: 50px !important
    }

    .cfAbout {
        order: 2;
        margin-top: 20px
    }

    .static-content-block {
        order: 2
    }

    .brkWdhHght {
        height: 95px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .page-hero-slideshow {
        height: 45vh
    }

    .packageDetail__detailsSticky {
        width: 25% !important
    }

    .margin-auto-ipade-pro {
        margin: auto
    }

    .journey-item {
        padding: 0 15px
    }

    .hwd .wwdCard {
        margin-bottom: 20px
    }

    .card-texticon h3.h3 {
        margin-bottom: 8px
    }

    .genius .genius-medium {
        max-width: 100%;
        width: 95%
    }

    .genius-without-padding-bottom {
        padding-bottom: 20px
    }

    .wave-after {
        bottom: -1px
    }

    .page-template-page-team-about .team-member {
        padding: 0 2.5px
    }

    .page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap {
        padding: 0 5px
    }

    .page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap .team-member-bio {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .mb-tv-20 {
        margin-bottom: 20px
    }

    #itineraryInner .small-slider-img img {
        width: 100%;
        object-fit: cover
    }

    .accordion {
        padding-top: 0 !important
    }

    .comment-main .comment-list li .user-column {
        float: none
    }

    .whatInclude .comment-main .comment-box ul li.askWithBtns {
        padding-right: 0
    }

    .whatInclude .comment-main .comment-box ul li .comment-column {
        margin: 0
    }

    .askBtn-Icon {
        top: 0;
        transform: translateY(0)
    }

    .comment-main .comment-list li .user-column .user-info {
        margin-bottom: 20px
    }

    .mat-tab-label {
        margin-right: 20px !important
    }

    .hwd .wwdCard {
        margin-bottom: 20px
    }

    .card-texticon h3.h3 {
        margin-bottom: 8px
    }

    .genius-without-padding-bottom {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .genius .genius-content {
        width: 95%
    }

    .card-ticket-content {
        padding: 15px 15px
    }

    .wave-after {
        bottom: -1px
    }

    .page-template-page-team-about .team-member .team-member-wrap .team-member-panel {
        padding: 15px 0
    }

    .page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-title {
        font-size: 12px
    }

    .page-template-page-team-about .team-member {
        padding: 0 2.5px
    }

    .page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap {
        padding: 0 5px
    }

    .page-template-page-team-about .team-member .team-member-wrap .team-member-panel .team-member-bio-wrap .team-member-bio {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 20px
    }

    .block-half {
        padding: 30px
    }

    .next-process-img {
        bottom: -147px !important;
        height: 165px !important
    }

    .jouery-block {
        padding-top: 0
    }

    .packageDetail__detailsSticky {
        width: calc(33.33% - 0px) !important
    }

    .packageDetail__detailsSticky:last-child {
        width: 100% !important;
        padding-left: 0;
        margin-top: 10px
    }

    .extraIntter {
        margin-top: 0 !important
    }

    .ItternoryPrice span {
        font-size: 13px
    }

    .ItternoryPrice h3 {
        font-size: 20px
    }

    .extraIntterMap,
    .widget-titleNSBtns {
        padding: 10px
    }

    .page-itinerary .itinerary-step {
        display: block
    }

    .reviews-info {
        margin: 0
    }

    .reviews-info>li {
        padding: 0 0 10px;
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .reviews-info>li:before {
        left: 0;
        right: 0
    }

    .btnFullLrg a,
    .btnFullLrgOutline a,
    .widget-titleNS {
        padding: 9px 4px;
        font-size: 12px
    }

    .social-share-image {
        max-width: 35px !important;
        height: 35px !important
    }

    .rating-stars {
        width: 70px
    }

    .reviews-info .info-left,
    .reviews-info .info-right {
        width: 50%
    }

    .page-itinerary .itinerary-step-picturewrapper {
        width: 100%
    }

    .page-itinerary .itinerary-step-contentwrapper {
        display: block;
        width: 100%;
        padding: 15px 0 0 0 !important
    }

    .reviewsConfidence .bookConfidance {
        display: block
    }

    .reviewsConfidence .bookConfidanceLeft,
    .reviewsConfidence .bookConfidanceRight {
        width: 100%
    }

    #packages_list_items .single-package-wrapper .singel-packages .img-wrapper {
        margin-right: 15px
    }

    #packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper {
        padding: 10px 30px 20px 0
    }

    #packages_list_items .single-package-wrapper .singel-packages .img-wrapper img {
        height: 229px
    }

    .listing-controls {
        width: 100%
    }

    .listing-view-controls {
        margin-right: auto
    }

    .preferdMonth-date {
        padding: 0
    }

    .cd-popup-close {
        display: none
    }

    .text-crop-introduction p {
        margin-bottom: 0
    }

    .iternity .days-wrap {
        width: 100%
    }
}

@media (max-width:767px) {
    .j_search_box input {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        padding-right: 48px
    }

    .HeadingFonts {
        font-size: 22px
    }

    #latest_blog_carousel.owl-theme .owl-controls,
    .homePageSliders.owl-theme .owl-controls,
    .traditionalIn4.owl-theme .owl-controls {
        top: -50px
    }

    .live-travel .text-left {
        padding-left: 15px
    }

    a.footer__downloadButton {
        width: 45%;
        padding: 7px !important
    }

    .padding-small {
        padding-top: 0;
        padding-bottom: 0
    }

    section.widget-section.videoPlayedBG {
        padding: 49px 0
    }

    section.widget-section.videoPlayedBG video#myVideo {
        height: 100%;
        top: 0;
        transform: translate(0, 0);
        object-fit: cover
    }

    .reviewsConfidence .bookConfidance {
        display: block
    }

    .reviewsConfidence .bookConfidanceLeft,
    .reviewsConfidence .bookConfidanceRight {
        width: 100%
    }

    .reviewsConfidence .bookConfidanceLeft p {
        width: 100%
    }

    .page-hero-content h2.page-hero-title.largeTitle {
        font-size: 28px
    }

    .listing-controls {
        width: 100%
    }

    .listing-view-controls {
        margin-right: auto
    }

    #packages_list_items .single-package-wrapper .singel-packages {
        display: block
    }

    #packages_list_items .single-package-wrapper .singel-packages .img-wrapper,
    #packages_list_items .single-package-wrapper .singel-packages .packages_details .book_right {
        width: 100%;
        justify-content: center
    }

    #packages_list_items .single-package-wrapper .singel-packages .packages_details .title-wrapper {
        width: 100%;
        padding: 15px 15px 25px 15px
    }

    #packages_list_items .single-package-wrapper .singel-packages .packages_details {
        width: 100%;
        display: block
    }

    .page-itinerary .itinerary-step-contentwrapper .title,
    .page-itinerary .itinerary-title-subline {
        font-size: 18px;
        line-height: 24px
    }

    .btnFullLrg a,
    .btnFullLrgOutline a,
    .widget-titleNS {
        padding: 9px 4px;
        font-size: 13px
    }

    .cutomizeCancelBtn a {
        right: 0;
        position: relative
    }

    .cutomizeCancelBtn {
        display: inline-block
    }

    .addItrBtn {
        display: inline-block;
        position: relative;
        padding: 10px 8px
    }

    .packageDetail__stepHeading {
        font-size: 16px
    }

    .packageDetail__detailsSticky {
        width: calc(100% - 0px);
        border-right: 0;
        border-bottom: 1px solid rgba(151, 151, 151, .1);
        padding: 15px 0
    }

    a.subSectionViewMoreBtn {
        position: relative;
        margin-top: 20px;
        display: inline-block
    }

    .accordn {
        padding-top: 0 !important
    }

    .noData {
        padding: 0;
        margin-top: 0
    }

    .empty-results-container h5 {
        font-size: 24px
    }

    .empty-results-container p {
        font-size: 14px
    }

    .blogCateSec {
        margin-top: 20px
    }

    .post-pagination {
        margin-top: 30px
    }

    .pb-xs-20 {
        padding-bottom: 20px
    }

    .widget-section:last-child {
        padding-bottom: 0
    }

    .work-title {
        margin-bottom: 50px !important
    }

    .next-process-img {
        height: 143px;
        bottom: -124px
    }

    .cfAbout h2 {
        font-size: 22px !important
    }

    .store-page .card-texticon p {
        font-size: 14px;
        margin-bottom: 0
    }

    .hwd .section-heading {
        margin-bottom: 20px !important
    }

    .hwd .col-sm-12 {
        padding-bottom: 20px
    }

    .hwd .wwdCard {
        margin-bottom: 15px
    }

    .card-texticon h3.h3 {
        margin-bottom: 6px
    }

    .card-texticon-content {
        font-size: 13px
    }

    .concept-video {
        display: block
    }

    .concept-video-left,
    .concept-video-right {
        width: 100%
    }

    .card-ticket-content {
        padding: 30px 15px
    }

    .genius-without-padding-bottom {
        padding-bottom: 50px;
        padding-top: 30px
    }

    .wave-after {
        bottom: -2px;
        width: 100%;
        object-fit: none
    }

    .genius .genius-content {
        width: 90%
    }

    .block-half {
        padding: 30px 15px
    }

    .page-template-page-team-about .HeadingFonts {
        text-align: center
    }

    .mb-xs-0 {
        margin-bottom: 0 !important
    }

    .subSection {
        line-height: 28px;
        font-size: 20px
    }

    .loginBtn--facebook.loginBtn {
        width: calc(54% - 10px)
    }

    .loginBtn--google.loginBtn {
        width: calc(44% - 10px)
    }

    .loginBtn {
        margin: 5px;
        font-size: 12px
    }

    .form-body.without-side .form-content .form-items .other-links {
        margin-top: 18px
    }

    #login-register-modal .userAuth-card {
        padding: 15px
    }

    .signup-form {
        padding: 0 15px
    }

    .contactInfo {
        padding: 0
    }

    .mat-tab-body-content .tab-content {
        padding: 0 0 30px 0
    }

    .mat-tab-body-content {
        padding-top: 0 !important
    }

    .widthForHeading {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0
    }

    .mat-tab-labels {
        overflow: auto;
        display: block
    }

    .mat-tab-label-container {
        margin-bottom: 20px
    }

    .mat-tab-label {
        margin-right: 10px !important
    }

    .noBookingDiv {
        margin-top: 20px
    }

    .small-slider-img {
        padding-right: 0;
        text-align: center;
        margin-bottom: 10px
    }

    .overview-stay-pane .highlight-list .highlights-title {
        line-height: 20px;
        width: calc(100% - 60px)
    }

    .small-slider-text {
        text-align: center
    }

    .downloadApps .mdl-cell {
        padding: 0
    }

    .t_v_mid_box {
        display: block
    }

    .t_v_mid_box .t_v_mid {
        display: -webkit-box;
        overflow: auto
    }

    .scrollTop .f_h_main {
        display: block
    }

    .overview-stay-pane {
        padding: 0 0 15px
    }

    .packageDetail__contentWrap {
        margin: 10px 0
    }

    .packageDetail__stepHeading {
        display: block;
        word-break: break-all
    }

    .activityHeadWithBtn {
        flex-wrap: wrap
    }

    .modal-header.modalHeaderImpliment {
        flex-wrap: wrap
    }

    div#changeLogistics .packageDetail__hotelItemWrap,
    div#changeMetaAttr .packageDetail__hotelItemWrap,
    div#changeSightseeing .packageDetail__hotelItemWrap,
    div#changeactivity .packageDetail__hotelItemWrap {
        width: calc(100%);
        max-width: 100%
    }

    .searchFieldPop {
        margin-left: 0;
        margin-top: 10px
    }

    .cart td.cart__image-wrapper {
        width: 100%;
        display: block
    }

    .accommodations ol .item h4 {
        font-size: 14px;
        line-height: 18px;
        margin: 10px 30px 10px 130px
    }

    .accommodations ol .item p {
        font-size: 12px;
        margin: 0 30px 10px 143px;
        color: #818d99;
        word-break: break-word
    }

    .accommodations ol .item a {
        margin-right: 12px
    }

    .activity-card-flex.activity-card-vertical {
        width: calc(100% - 20px)
    }

    .mb-xs-20 {
        margin-bottom: 20px
    }

    .customPackage__hotelDetailWrap {
        display: block
    }

    .customPackage__hotelCard {
        width: 100%
    }

    .cart-package-detail {
        width: calc(100% - 73px)
    }

    .customPackage__hotelHeadingWrap {
        height: auto
    }

    .intercom-messenger-frame {
        width: 335px !important
    }

    .checkout-button-wrapper {
        padding: 0
    }

    #rate-review .modal-dialog {
        width: 90%
    }

    .rowInnerCols {
        width: 100% !important;
        margin-bottom: 14px
    }

    .rowInnerBoxes {
        display: block !important
    }

    .owl-theme .owl-controls .owl-page span {
        width: 6px;
        height: 6px;
        margin: 5px 3px
    }

    .preferdMonth-date {
        padding: 0
    }

    .mb-xs-10 {
        margin-bottom: 10px
    }

    .modal-body .loginFormContent .form-items {
        padding: 0 0 !important
    }

    .iternity .days-wrap {
        width: 100%
    }

    .review-page-mobile {
        padding-left: 15px;
        margin-top: 15px
    }

    .iternity .days-wrap:nth-last-child(-n+2) {
        margin-bottom: 10px
    }

    .review_cart_item {
        padding: 35px 15px
    }
}

@media (max-width:340px) {
    .mobile-top-menu li {
        margin: 0 3px
    }

    .scrollTop .f_h_main {
        line-height: 32px;
        font-size: 12px
    }
}

.drop-box h3 {
    margin: 10px 0
}

.faqsidenav,
.profile-nav {
    display: block !important
}

.content-right-block {
    width: calc(100% - 80px)
}

.withVideos .concept__value__img img {
    width: 100%;
    object-fit: contain
}


/* FILE: assets/css/front/jquery.mmenu.css */
/*!
 * jQuery mmenu v7.2.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba( 0,0,0, 0.3 )}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:20px;line-height:var(--mm-line-height);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;padding:0 20px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none;width:100%;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;padding:0}.mm-btn:after,.mm-btn:before{border-color:rgba(0,0,0,.1);border-color:var(--mm-color-button);border-width:2px;border-style:solid}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text-dimmed);border-bottom-width:1px;border-bottom-style:solid;text-align:center;display:none;height:44px;height:var(--mm-navbar-size);padding:0 44px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12px;padding:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-left:0;padding-right:0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn{position:absolute;top:0;bottom:0;z-index:1}.mm-navbar__btn:first-child{text-align:left;left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}[dir=rtl] .mm-navbar__btn:first-child{text-align:right;right:0;left:auto}[dir=rtl] .mm-navbar__btn:last-child{text-align:left;left:0;right:auto}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);color:var(--mm-color-text);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding-top:12px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-bottom:12px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);tap-highlight-color:var(--mm-color-background-emphasis);background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:54px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem_divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);font-size:75%;text-transform:uppercase;min-height:20px;min-height:var(--mm-line-height);padding:6.5px;padding:calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-btn_next{top:44px;top:var(--mm-listitem-size)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:54px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}
.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}
.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}


/* FILE: assets/bower_components/jquery-ui/themes/base/jquery-ui.css */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}



/* FILE: assets/bower_components/angular-ui-select/dist/select.min.css */
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}
/*# sourceMappingURL=select.min.css.map */



/* FILE: assets/bower_components/intl-tel-input/build/css/intlTelInput.css */
.intl-tel-input{position:relative;display:inline-block}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=text],.intl-tel-input input[type=tel]{position:relative;z-index:0;margin-top:0 !important;margin-bottom:0 !important;padding-right:36px;margin-right:0}.intl-tel-input .flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.intl-tel-input .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.intl-tel-input .selected-flag .iti-flag{position:absolute;top:0;bottom:0;margin:auto}.intl-tel-input .selected-flag .iti-arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.intl-tel-input .selected-flag .iti-arrow.up{border-top:none;border-bottom:4px solid #555}.intl-tel-input .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,0.2);background-color:white;border:1px solid #CCC;white-space:nowrap;max-height:200px;overflow-y:scroll}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media (max-width: 500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #CCC}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,0.05)}.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code{vertical-align:middle}.intl-tel-input .country-list .flag-box,.intl-tel-input .country-list .country-name{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.allow-dropdown input[type=tel]{padding-right:6px;padding-left:52px;margin-left:0}.intl-tel-input.allow-dropdown .flag-container{right:auto;left:0}.intl-tel-input.allow-dropdown .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,0.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag{background-color:rgba(0,0,0,0.05);display:table}.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code{display:table-cell;vertical-align:middle;padding-left:28px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel]{padding-left:76px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel]{padding-left:84px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel]{padding-left:92px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel]{padding-left:100px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .intl-tel-input .country-list{max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{padding:10px 10px;line-height:1.5em}.iti-flag{width:20px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{height:10px;background-position:0px 0px}.iti-flag.ad{height:14px;background-position:-22px 0px}.iti-flag.ae{height:10px;background-position:-44px 0px}.iti-flag.af{height:14px;background-position:-66px 0px}.iti-flag.ag{height:14px;background-position:-88px 0px}.iti-flag.ai{height:10px;background-position:-110px 0px}.iti-flag.al{height:15px;background-position:-132px 0px}.iti-flag.am{height:10px;background-position:-154px 0px}.iti-flag.ao{height:14px;background-position:-176px 0px}.iti-flag.aq{height:14px;background-position:-198px 0px}.iti-flag.ar{height:13px;background-position:-220px 0px}.iti-flag.as{height:10px;background-position:-242px 0px}.iti-flag.at{height:14px;background-position:-264px 0px}.iti-flag.au{height:10px;background-position:-286px 0px}.iti-flag.aw{height:14px;background-position:-308px 0px}.iti-flag.ax{height:13px;background-position:-330px 0px}.iti-flag.az{height:10px;background-position:-352px 0px}.iti-flag.ba{height:10px;background-position:-374px 0px}.iti-flag.bb{height:14px;background-position:-396px 0px}.iti-flag.bd{height:12px;background-position:-418px 0px}.iti-flag.be{height:15px;background-position:-440px 0px}.iti-flag.bf{height:14px;background-position:-460px 0px}.iti-flag.bg{height:12px;background-position:-482px 0px}.iti-flag.bh{height:12px;background-position:-504px 0px}.iti-flag.bi{height:12px;background-position:-526px 0px}.iti-flag.bj{height:14px;background-position:-548px 0px}.iti-flag.bl{height:14px;background-position:-570px 0px}.iti-flag.bm{height:10px;background-position:-592px 0px}.iti-flag.bn{height:10px;background-position:-614px 0px}.iti-flag.bo{height:14px;background-position:-636px 0px}.iti-flag.bq{height:14px;background-position:-658px 0px}.iti-flag.br{height:14px;background-position:-680px 0px}.iti-flag.bs{height:10px;background-position:-702px 0px}.iti-flag.bt{height:14px;background-position:-724px 0px}.iti-flag.bv{height:15px;background-position:-746px 0px}.iti-flag.bw{height:14px;background-position:-768px 0px}.iti-flag.by{height:10px;background-position:-790px 0px}.iti-flag.bz{height:14px;background-position:-812px 0px}.iti-flag.ca{height:10px;background-position:-834px 0px}.iti-flag.cc{height:10px;background-position:-856px 0px}.iti-flag.cd{height:15px;background-position:-878px 0px}.iti-flag.cf{height:14px;background-position:-900px 0px}.iti-flag.cg{height:14px;background-position:-922px 0px}.iti-flag.ch{height:15px;background-position:-944px 0px}.iti-flag.ci{height:14px;background-position:-961px 0px}.iti-flag.ck{height:10px;background-position:-983px 0px}.iti-flag.cl{height:14px;background-position:-1005px 0px}.iti-flag.cm{height:14px;background-position:-1027px 0px}.iti-flag.cn{height:14px;background-position:-1049px 0px}.iti-flag.co{height:14px;background-position:-1071px 0px}.iti-flag.cp{height:14px;background-position:-1093px 0px}.iti-flag.cr{height:12px;background-position:-1115px 0px}.iti-flag.cu{height:10px;background-position:-1137px 0px}.iti-flag.cv{height:12px;background-position:-1159px 0px}.iti-flag.cw{height:14px;background-position:-1181px 0px}.iti-flag.cx{height:10px;background-position:-1203px 0px}.iti-flag.cy{height:13px;background-position:-1225px 0px}.iti-flag.cz{height:14px;background-position:-1247px 0px}.iti-flag.de{height:12px;background-position:-1269px 0px}.iti-flag.dg{height:10px;background-position:-1291px 0px}.iti-flag.dj{height:14px;background-position:-1313px 0px}.iti-flag.dk{height:15px;background-position:-1335px 0px}.iti-flag.dm{height:10px;background-position:-1357px 0px}.iti-flag.do{height:13px;background-position:-1379px 0px}.iti-flag.dz{height:14px;background-position:-1401px 0px}.iti-flag.ea{height:14px;background-position:-1423px 0px}.iti-flag.ec{height:14px;background-position:-1445px 0px}.iti-flag.ee{height:13px;background-position:-1467px 0px}.iti-flag.eg{height:14px;background-position:-1489px 0px}.iti-flag.eh{height:10px;background-position:-1511px 0px}.iti-flag.er{height:10px;background-position:-1533px 0px}.iti-flag.es{height:14px;background-position:-1555px 0px}.iti-flag.et{height:10px;background-position:-1577px 0px}.iti-flag.eu{height:14px;background-position:-1599px 0px}.iti-flag.fi{height:12px;background-position:-1621px 0px}.iti-flag.fj{height:10px;background-position:-1643px 0px}.iti-flag.fk{height:10px;background-position:-1665px 0px}.iti-flag.fm{height:11px;background-position:-1687px 0px}.iti-flag.fo{height:15px;background-position:-1709px 0px}.iti-flag.fr{height:14px;background-position:-1731px 0px}.iti-flag.ga{height:15px;background-position:-1753px 0px}.iti-flag.gb{height:10px;background-position:-1775px 0px}.iti-flag.gd{height:12px;background-position:-1797px 0px}.iti-flag.ge{height:14px;background-position:-1819px 0px}.iti-flag.gf{height:14px;background-position:-1841px 0px}.iti-flag.gg{height:14px;background-position:-1863px 0px}.iti-flag.gh{height:14px;background-position:-1885px 0px}.iti-flag.gi{height:10px;background-position:-1907px 0px}.iti-flag.gl{height:14px;background-position:-1929px 0px}.iti-flag.gm{height:14px;background-position:-1951px 0px}.iti-flag.gn{height:14px;background-position:-1973px 0px}.iti-flag.gp{height:14px;background-position:-1995px 0px}.iti-flag.gq{height:14px;background-position:-2017px 0px}.iti-flag.gr{height:14px;background-position:-2039px 0px}.iti-flag.gs{height:10px;background-position:-2061px 0px}.iti-flag.gt{height:13px;background-position:-2083px 0px}.iti-flag.gu{height:11px;background-position:-2105px 0px}.iti-flag.gw{height:10px;background-position:-2127px 0px}.iti-flag.gy{height:12px;background-position:-2149px 0px}.iti-flag.hk{height:14px;background-position:-2171px 0px}.iti-flag.hm{height:10px;background-position:-2193px 0px}.iti-flag.hn{height:10px;background-position:-2215px 0px}.iti-flag.hr{height:10px;background-position:-2237px 0px}.iti-flag.ht{height:12px;background-position:-2259px 0px}.iti-flag.hu{height:10px;background-position:-2281px 0px}.iti-flag.ic{height:14px;background-position:-2303px 0px}.iti-flag.id{height:14px;background-position:-2325px 0px}.iti-flag.ie{height:10px;background-position:-2347px 0px}.iti-flag.il{height:15px;background-position:-2369px 0px}.iti-flag.im{height:10px;background-position:-2391px 0px}.iti-flag.in{height:14px;background-position:-2413px 0px}.iti-flag.io{height:10px;background-position:-2435px 0px}.iti-flag.iq{height:14px;background-position:-2457px 0px}.iti-flag.ir{height:12px;background-position:-2479px 0px}.iti-flag.is{height:15px;background-position:-2501px 0px}.iti-flag.it{height:14px;background-position:-2523px 0px}.iti-flag.je{height:12px;background-position:-2545px 0px}.iti-flag.jm{height:10px;background-position:-2567px 0px}.iti-flag.jo{height:10px;background-position:-2589px 0px}.iti-flag.jp{height:14px;background-position:-2611px 0px}.iti-flag.ke{height:14px;background-position:-2633px 0px}.iti-flag.kg{height:12px;background-position:-2655px 0px}.iti-flag.kh{height:13px;background-position:-2677px 0px}.iti-flag.ki{height:10px;background-position:-2699px 0px}.iti-flag.km{height:12px;background-position:-2721px 0px}.iti-flag.kn{height:14px;background-position:-2743px 0px}.iti-flag.kp{height:10px;background-position:-2765px 0px}.iti-flag.kr{height:14px;background-position:-2787px 0px}.iti-flag.kw{height:10px;background-position:-2809px 0px}.iti-flag.ky{height:10px;background-position:-2831px 0px}.iti-flag.kz{height:10px;background-position:-2853px 0px}.iti-flag.la{height:14px;background-position:-2875px 0px}.iti-flag.lb{height:14px;background-position:-2897px 0px}.iti-flag.lc{height:10px;background-position:-2919px 0px}.iti-flag.li{height:12px;background-position:-2941px 0px}.iti-flag.lk{height:10px;background-position:-2963px 0px}.iti-flag.lr{height:11px;background-position:-2985px 0px}.iti-flag.ls{height:14px;background-position:-3007px 0px}.iti-flag.lt{height:12px;background-position:-3029px 0px}.iti-flag.lu{height:12px;background-position:-3051px 0px}.iti-flag.lv{height:10px;background-position:-3073px 0px}.iti-flag.ly{height:10px;background-position:-3095px 0px}.iti-flag.ma{height:14px;background-position:-3117px 0px}.iti-flag.mc{height:15px;background-position:-3139px 0px}.iti-flag.md{height:10px;background-position:-3160px 0px}.iti-flag.me{height:10px;background-position:-3182px 0px}.iti-flag.mf{height:14px;background-position:-3204px 0px}.iti-flag.mg{height:14px;background-position:-3226px 0px}.iti-flag.mh{height:11px;background-position:-3248px 0px}.iti-flag.mk{height:10px;background-position:-3270px 0px}.iti-flag.ml{height:14px;background-position:-3292px 0px}.iti-flag.mm{height:14px;background-position:-3314px 0px}.iti-flag.mn{height:10px;background-position:-3336px 0px}.iti-flag.mo{height:14px;background-position:-3358px 0px}.iti-flag.mp{height:10px;background-position:-3380px 0px}.iti-flag.mq{height:14px;background-position:-3402px 0px}.iti-flag.mr{height:14px;background-position:-3424px 0px}.iti-flag.ms{height:10px;background-position:-3446px 0px}.iti-flag.mt{height:14px;background-position:-3468px 0px}.iti-flag.mu{height:14px;background-position:-3490px 0px}.iti-flag.mv{height:14px;background-position:-3512px 0px}.iti-flag.mw{height:14px;background-position:-3534px 0px}.iti-flag.mx{height:12px;background-position:-3556px 0px}.iti-flag.my{height:10px;background-position:-3578px 0px}.iti-flag.mz{height:14px;background-position:-3600px 0px}.iti-flag.na{height:14px;background-position:-3622px 0px}.iti-flag.nc{height:10px;background-position:-3644px 0px}.iti-flag.ne{height:15px;background-position:-3666px 0px}.iti-flag.nf{height:10px;background-position:-3686px 0px}.iti-flag.ng{height:10px;background-position:-3708px 0px}.iti-flag.ni{height:12px;background-position:-3730px 0px}.iti-flag.nl{height:14px;background-position:-3752px 0px}.iti-flag.no{height:15px;background-position:-3774px 0px}.iti-flag.np{height:15px;background-position:-3796px 0px}.iti-flag.nr{height:10px;background-position:-3811px 0px}.iti-flag.nu{height:10px;background-position:-3833px 0px}.iti-flag.nz{height:10px;background-position:-3855px 0px}.iti-flag.om{height:10px;background-position:-3877px 0px}.iti-flag.pa{height:14px;background-position:-3899px 0px}.iti-flag.pe{height:14px;background-position:-3921px 0px}.iti-flag.pf{height:14px;background-position:-3943px 0px}.iti-flag.pg{height:15px;background-position:-3965px 0px}.iti-flag.ph{height:10px;background-position:-3987px 0px}.iti-flag.pk{height:14px;background-position:-4009px 0px}.iti-flag.pl{height:13px;background-position:-4031px 0px}.iti-flag.pm{height:14px;background-position:-4053px 0px}.iti-flag.pn{height:10px;background-position:-4075px 0px}.iti-flag.pr{height:14px;background-position:-4097px 0px}.iti-flag.ps{height:10px;background-position:-4119px 0px}.iti-flag.pt{height:14px;background-position:-4141px 0px}.iti-flag.pw{height:13px;background-position:-4163px 0px}.iti-flag.py{height:11px;background-position:-4185px 0px}.iti-flag.qa{height:8px;background-position:-4207px 0px}.iti-flag.re{height:14px;background-position:-4229px 0px}.iti-flag.ro{height:14px;background-position:-4251px 0px}.iti-flag.rs{height:14px;background-position:-4273px 0px}.iti-flag.ru{height:14px;background-position:-4295px 0px}.iti-flag.rw{height:14px;background-position:-4317px 0px}.iti-flag.sa{height:14px;background-position:-4339px 0px}.iti-flag.sb{height:10px;background-position:-4361px 0px}.iti-flag.sc{height:10px;background-position:-4383px 0px}.iti-flag.sd{height:10px;background-position:-4405px 0px}.iti-flag.se{height:13px;background-position:-4427px 0px}.iti-flag.sg{height:14px;background-position:-4449px 0px}.iti-flag.sh{height:10px;background-position:-4471px 0px}.iti-flag.si{height:10px;background-position:-4493px 0px}.iti-flag.sj{height:15px;background-position:-4515px 0px}.iti-flag.sk{height:14px;background-position:-4537px 0px}.iti-flag.sl{height:14px;background-position:-4559px 0px}.iti-flag.sm{height:15px;background-position:-4581px 0px}.iti-flag.sn{height:14px;background-position:-4603px 0px}.iti-flag.so{height:14px;background-position:-4625px 0px}.iti-flag.sr{height:14px;background-position:-4647px 0px}.iti-flag.ss{height:10px;background-position:-4669px 0px}.iti-flag.st{height:10px;background-position:-4691px 0px}.iti-flag.sv{height:12px;background-position:-4713px 0px}.iti-flag.sx{height:14px;background-position:-4735px 0px}.iti-flag.sy{height:14px;background-position:-4757px 0px}.iti-flag.sz{height:14px;background-position:-4779px 0px}.iti-flag.ta{height:10px;background-position:-4801px 0px}.iti-flag.tc{height:10px;background-position:-4823px 0px}.iti-flag.td{height:14px;background-position:-4845px 0px}.iti-flag.tf{height:14px;background-position:-4867px 0px}.iti-flag.tg{height:13px;background-position:-4889px 0px}.iti-flag.th{height:14px;background-position:-4911px 0px}.iti-flag.tj{height:10px;background-position:-4933px 0px}.iti-flag.tk{height:10px;background-position:-4955px 0px}.iti-flag.tl{height:10px;background-position:-4977px 0px}.iti-flag.tm{height:14px;background-position:-4999px 0px}.iti-flag.tn{height:14px;background-position:-5021px 0px}.iti-flag.to{height:10px;background-position:-5043px 0px}.iti-flag.tr{height:14px;background-position:-5065px 0px}.iti-flag.tt{height:12px;background-position:-5087px 0px}.iti-flag.tv{height:10px;background-position:-5109px 0px}.iti-flag.tw{height:14px;background-position:-5131px 0px}.iti-flag.tz{height:14px;background-position:-5153px 0px}.iti-flag.ua{height:14px;background-position:-5175px 0px}.iti-flag.ug{height:14px;background-position:-5197px 0px}.iti-flag.um{height:11px;background-position:-5219px 0px}.iti-flag.us{height:11px;background-position:-5241px 0px}.iti-flag.uy{height:14px;background-position:-5263px 0px}.iti-flag.uz{height:10px;background-position:-5285px 0px}.iti-flag.va{height:15px;background-position:-5307px 0px}.iti-flag.vc{height:14px;background-position:-5324px 0px}.iti-flag.ve{height:14px;background-position:-5346px 0px}.iti-flag.vg{height:10px;background-position:-5368px 0px}.iti-flag.vi{height:14px;background-position:-5390px 0px}.iti-flag.vn{height:14px;background-position:-5412px 0px}.iti-flag.vu{height:12px;background-position:-5434px 0px}.iti-flag.wf{height:14px;background-position:-5456px 0px}.iti-flag.ws{height:10px;background-position:-5478px 0px}.iti-flag.xk{height:15px;background-position:-5500px 0px}.iti-flag.ye{height:14px;background-position:-5522px 0px}.iti-flag.yt{height:14px;background-position:-5544px 0px}.iti-flag.za{height:14px;background-position:-5566px 0px}.iti-flag.zm{height:14px;background-position:-5588px 0px}.iti-flag.zw{height:10px;background-position:-5610px 0px}.iti-flag{width:20px;height:15px;box-shadow:0px 0px 1px 0px #888;background-image:url("../img/flags.png");background-repeat:no-repeat;background-color:#DBDBDB;background-position:20px 0}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.iti-flag{background-image:url("../img/flags@2x.png")}}.iti-flag.np{background-color:transparent}



/* FILE: assets/bower_components/angular-ui-notification/dist/angular-ui-notification.min.css */
/**
 * angular-ui-notification - Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
 * @author Alex_Crack
 * @version v0.3.6
 * @link https://github.com/alexcrack/angular-ui-notification
 * @license MIT
 */
.ui-notification{position:fixed;z-index:9999;width:300px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;color:#fff;border-radius:0;background:#337ab7;box-shadow:5px 5px 10px rgba(0,0,0,.3)}.ui-notification.clickable{cursor:pointer}.ui-notification.clickable:hover{opacity:.7}.ui-notification.killed{-webkit-transition:opacity ease 1s;-o-transition:opacity ease 1s;transition:opacity ease 1s;opacity:0}.ui-notification>h3{font-size:14px;font-weight:700;display:block;margin:10px 10px 0;padding:0 0 5px;text-align:left;border-bottom:1px solid rgba(255,255,255,.3)}.ui-notification a{color:#fff}.ui-notification a:hover{text-decoration:underline}.ui-notification>.message{margin:10px}.ui-notification.warning{color:#fff;background:#f0ad4e}.ui-notification.error{color:#fff;background:#d9534f}.ui-notification.success{color:#fff;background:#5cb85c}.ui-notification.info{color:#fff;background:#5bc0de}


/* FILE: assets/bower_components/froala-wysiwyg-editor/css/froala_editor.min.css */
/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-box.fr-basic .fr-element{color:#000;padding:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:52px}.fr-box.fr-basic.fr-rtl .fr-element{text-align:right}.fr-element{background:0 0;position:relative;z-index:2;-webkit-user-select:auto}.fr-element a{user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto}.fr-element.fr-disabled{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable=true]{outline:0 solid transparent}.fr-box a.fr-floating-btn{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;height:32px;width:32px;background:#fff;color:#1e88e5;-webkit-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-moz-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-ms-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;-o-transition:background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;outline:0;left:0;top:0;line-height:32px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0}.fr-box a.fr-floating-btn svg{-webkit-transition:transform .2s ease 0s;-moz-transition:transform .2s ease 0s;-ms-transition:transform .2s ease 0s;-o-transition:transform .2s ease 0s;fill:#1e88e5}.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg{font-size:14px;line-height:32px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#1e88e5}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:0;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:12px;color:#aaa;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block}.fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.fr-wrapper ::selection{background:#b5d6fd;color:#000}.fr-box.fr-basic .fr-wrapper{background:#fff;border:0;border-top:0;top:0;left:0}.fr-box.fr-basic.fr-top .fr-wrapper{border-top:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-box.fr-basic.fr-bottom .fr-wrapper{border-bottom:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}@media (min-width:992px){.fr-box.fr-document{min-width:21cm}.fr-box.fr-document .fr-wrapper{text-align:center;padding:30px;min-width:21cm;background:#EFEFEF}.fr-box.fr-document .fr-wrapper .fr-element{text-align:left;background:#FFF;width:21cm;margin:auto;min-height:26cm!important;padding:1cm 2cm;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);overflow:visible}.fr-box.fr-document .fr-wrapper .fr-element hr{margin-left:-2cm;margin-right:-2cm;background:#EFEFEF;height:1cm;outline:0;border:0}}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);background:#222;color:#fff;font-size:11px;line-height:22px;font-family:Arial,Helvetica,sans-serif;-webkit-transition:opacity .2s ease 0s;-moz-transition:opacity .2s ease 0s;-ms-transition:opacity .2s ease 0s;-o-transition:opacity .2s ease 0s;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:2147483647;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"alpha(Opacity=0)"}.fr-toolbar .fr-btn-wrap,.fr-popup .fr-btn-wrap{float:left;white-space:nowrap;position:relative}.fr-toolbar .fr-btn-wrap.fr-hidden,.fr-popup .fr-btn-wrap.fr-hidden{display:none}.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn{background:0 0;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;margin:0 2px;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;padding:0;width:38px;height:38px}.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text{width:auto}.fr-toolbar .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg,.fr-popup .fr-command.fr-btn svg{display:block;font-size:14px;width:14px;margin:12px;text-align:center;float:none}.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .fr-command.fr-btn span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:34px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:700;padding:0 2px}.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img{margin:12px;width:14px}.fr-toolbar .fr-command.fr-btn.fr-active,.fr-popup .fr-command.fr-btn.fr-active{color:#1e88e5;background:0 0}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:400}.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,.fr-popup .fr-command.fr-btn.fr-dropdown svg{margin-left:8px;margin-right:16px}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active{color:#222;background:#d6d6d6}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus{background:#d6d6d6!important;color:#222!important}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after{border-top-color:#222!important}.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,.fr-popup .fr-command.fr-btn.fr-dropdown::after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #222;right:4px;top:17px;content:""}.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default}.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd!important}.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden{display:none}.fr-toolbar.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn.fr-active{color:#bdbdbd}.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-command.fr-btn{float:right}.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden){display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus,.fr-desktop .fr-command.fr-btn-hover,.fr-desktop .fr-command.fr-expanded{outline:0;color:#222;background:#ebebeb}.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after,.fr-desktop .fr-command.fr-btn-hover::after,.fr-desktop .fr-command.fr-expanded::after{border-top-color:#222!important}.fr-desktop .fr-command.fr-selected{color:#222;background:#d6d6d6}.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus,.fr-desktop .fr-command.fr-active.fr-btn-hover,.fr-desktop .fr-command.fr-active.fr-expanded{color:#1e88e5;background:#ebebeb}.fr-desktop .fr-command.fr-active.fr-selected{color:#1e88e5;background:#d6d6d6}.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:0 0}.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:0 0}.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:0 0}.fr-command.fr-btn.fr-options{width:16px;margin-left:-5px}.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:hover,.fr-command.fr-btn.fr-options:focus{border-left:solid 1px #fafafa}.fr-command.fr-btn+.fr-dropdown-menu{display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;-webkit-overflow-scrolling:touch;overflow:hidden;zoom:1;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;height:auto;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#fff;padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:max-height .2s ease 0s;-moz-transition:max-height .2s ease 0s;-ms-transition:max-height .2s ease 0s;-o-transition:max-height .2s ease 0s;margin-top:0;float:left;max-height:0;height:0;margin-top:0!important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;position:relative;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:0}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li{padding:0;margin:0;font-size:15px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 24px;line-height:200%;display:block;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn:not(.fr-active)+.fr-dropdown-menu{left:-3000px!important}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14)}.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu{border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right!important}body.prevent-scroll{overflow:hidden}body.prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222;font-family:Arial,Helvetica,sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:2147483640;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:1.2}.fr-modal.fr-middle .fr-modal-wrapper{margin-top:0;margin-bottom:0;margin-left:auto;margin-right:auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);position:absolute}.fr-modal .fr-modal-wrapper{border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;margin:20px auto;display:inline-block;background:#fff;min-width:300px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);-moz-box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);box-shadow:0 5px 8px rgba(0,0,0,.19),0 4px 3px 1px rgba(0,0,0,.14);border:0;border-top:5px solid #222;overflow:hidden;width:90%;position:relative}@media (min-width:768px) and (max-width:991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width:992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:960px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);-moz-box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);box-shadow:0 3px 6px rgba(0,0,0,.16),0 2px 2px 1px rgba(0,0,0,.14);border-bottom:0;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;-webkit-transition:height .2s ease 0s;-moz-transition:height .2s ease 0s;-ms-transition:height .2s ease 0s;-o-transition:height .2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close{padding:12px;width:20px;font-size:16px;cursor:pointer;line-height:18px;color:#222;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;top:0;right:0;-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:18px;padding:12px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:scroll;padding-bottom:10px}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button{margin-left:24px}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus{background:#ebebeb;color:#1e88e5}.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner{border:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:"alpha(Opacity=0)";z-index:2147483639}.fr-popup{position:absolute;display:none;color:#222;background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;font-family:Arial,Helvetica,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;margin-top:10px;z-index:2147483635;text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-popup .fr-input-focus{background:#f5f5f5}.fr-popup.fr-above{margin-top:-10px;border-top:0;border-bottom:5px solid #222;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16)}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-popup.fr-empty{display:none!important}.fr-popup .fr-hs{display:block!important}.fr-popup .fr-hs.fr-hidden{display:none!important}.fr-popup .fr-input-line{position:relative;padding:8px 0}.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea{width:100%;margin:0 0 1px;border:0;border-bottom:solid 1px #bdbdbd;color:#222;font-size:14px;padding:6px 0 2px;background:rgba(0,0,0,0);position:relative;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus{border-bottom:solid 2px #1e88e5;margin-bottom:0}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:0;left:0;font-size:12px;color:rgba(0,0,0,0);-webkit-transition:color .2s ease 0s;-moz-transition:color .2s ease 0s;-ms-transition:color .2s ease 0s;-o-transition:color .2s ease 0s;z-index:3;width:100%;display:block;background:#fff}.fr-popup .fr-input-line input.fr-not-empty:focus+label,.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1e88e5}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray}.fr-popup input,.fr-popup textarea{user-select:text;-o-user-select:text;-moz-user-select:text;-khtml-user-select:text;-webkit-user-select:text;-ms-user-select:text;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.fr-popup textarea{resize:none}.fr-popup .fr-buttons{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);padding:0 2px;white-space:nowrap;line-height:0;border-bottom:0}.fr-popup .fr-buttons::after{clear:both;display:block;content:"";height:0}.fr-popup .fr-buttons .fr-btn{display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-layer{width:225px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px;display:none}@media (min-width:768px){.fr-popup .fr-layer{width:300px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#1e88e5}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:16px;height:16px;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border:solid 1px #222;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;width:16px;height:16px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background .2s ease 0s,border-color .2s ease 0s;-moz-transition:background .2s ease 0s,border-color .2s ease 0s;-ms-transition:background .2s ease 0s,border-color .2s ease 0s;-o-transition:background .2s ease 0s,border-color .2s ease 0s}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border:0 none;cursor:pointer;height:16px;margin:0;padding:0;width:16px;top:1px;left:1px}.fr-popup .fr-checkbox input:checked+span{background:#1e88e5;border-color:#1e88e5}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:focus+span{border-color:#1e88e5}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222}.fr-text-edit-layer{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block!important}.fr-toolbar{color:#222;background:#fff;position:relative;z-index:4;font-family:Arial,Helvetica,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0 2px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.2}.fr-toolbar::after{clear:both;display:block;content:"";height:0}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;white-space:nowrap;position:absolute;margin-top:10px}.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;-webkit-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);box-shadow:0 -1px 3px rgba(0,0,0,.12),0 -1px 1px 1px rgba(0,0,0,.16);border-bottom:5px solid #222;border-top:0}.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-style:solid;border-top-width:5px}.fr-toolbar.fr-top{top:0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-toolbar.fr-bottom{bottom:0;border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;-webkit-border-radius:0 0 2px 2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:34px;width:1px;margin:2px}.fr-separator.fr-hs{clear:both;height:1px;width:calc(100% - (2 * 2px));margin:0 2px}.fr-separator.fr-hidden{display:none!important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-visibility-helper{display:none;margin-left:0!important}@media (min-width:768px){.fr-visibility-helper{margin-left:1px!important}}@media (min-width:992px){.fr-visibility-helper{margin-left:2px!important}}@media (min-width:1200px){.fr-visibility-helper{margin-left:3px!important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto!important}.fr-sticky-dummy{display:none}.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}


/* FILE: assets/bower_components/froala-wysiwyg-editor/css/froala_style.min.css */
/*!
 * froala_editor v2.9.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */

.clearfix::after{clear:both;display:block;content:"";height:0}.hide-by-clipping{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}img.fr-rounded,.fr-img-caption.fr-rounded img{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}img.fr-bordered,.fr-img-caption.fr-bordered img{border:solid 5px #CCC}img.fr-bordered{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-img-caption.fr-bordered img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}img.fr-shadow,.fr-img-caption.fr-shadow img{-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16)}.fr-view{word-wrap:break-word}.fr-view span[style~="color:"] a{color:inherit}.fr-view strong{font-weight:700}.fr-view table{border:0;border-collapse:collapse;empty-cells:show;max-width:100%}.fr-view table td{min-width:5px}.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th{border-style:dashed}.fr-view table.fr-alternate-rows tbody tr:nth-child(2n){background:#f5f5f5}.fr-view table td,.fr-view table th{border:1px solid #ddd}.fr-view table td:empty,.fr-view table th:empty{height:20px}.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted{border:1px double red}.fr-view table td.fr-thick,.fr-view table th.fr-thick{border-width:2px}.fr-view table th{background:#e6e6e6}.fr-view hr{clear:both;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;page-break-after:always}.fr-view .fr-file{position:relative}.fr-view .fr-file::after{position:relative;content:"\1F4CE";font-weight:400}.fr-view pre{white-space:pre-wrap;word-wrap:break-word;overflow:visible}.fr-view[dir=rtl] blockquote{border-left:0;border-right:solid 2px #5e35b1;margin-right:0;padding-right:5px;padding-left:0}.fr-view[dir=rtl] blockquote blockquote{border-color:#00bcd4}.fr-view[dir=rtl] blockquote blockquote blockquote{border-color:#43a047}.fr-view blockquote{border-left:solid 2px #5e35b1;margin-left:0;padding-left:5px;color:#5e35b1}.fr-view blockquote blockquote{border-color:#00bcd4;color:#00bcd4}.fr-view blockquote blockquote blockquote{border-color:#43a047;color:#43a047}.fr-view span.fr-emoticon{font-weight:400;font-family:"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;display:inline;line-height:0}.fr-view span.fr-emoticon.fr-emoticon-img{background-repeat:no-repeat!important;font-size:inherit;height:1em;width:1em;min-height:20px;min-width:20px;display:inline-block;margin:-.1em .1em .1em;line-height:1;vertical-align:middle}.fr-view .fr-text-gray{color:#AAA!important}.fr-view .fr-text-bordered{border-top:solid 1px #222;border-bottom:solid 1px #222;padding:10px 0}.fr-view .fr-text-spaced{letter-spacing:1px}.fr-view .fr-text-uppercase{text-transform:uppercase}.fr-view .fr-class-highlighted{background-color:#ff0}.fr-view .fr-class-code{border-color:#ccc;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background:#f5f5f5;padding:10px;font-family:"Courier New",Courier,monospace}.fr-view .fr-class-transparency{opacity:.5}.fr-view img{position:relative;max-width:100%}.fr-view img.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view img.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view img.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view img.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view img.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view img.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption{position:relative;max-width:100%}.fr-view span.fr-img-caption.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}.fr-view span.fr-img-caption.fr-dib.fr-fil{margin-left:0;text-align:left}.fr-view span.fr-img-caption.fr-dib.fr-fir{margin-right:0;text-align:right}.fr-view span.fr-img-caption.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}.fr-view span.fr-img-caption.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}.fr-view span.fr-img-caption.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}.fr-view .fr-video{text-align:center;position:relative}.fr-view .fr-video.fr-rv{padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.fr-view .fr-video.fr-rv>iframe,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv embed{position:absolute!important;top:0;left:0;width:100%;height:100%}.fr-view .fr-video>*{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;max-width:100%;border:0}.fr-view .fr-video.fr-dvb{display:block;clear:both}.fr-view .fr-video.fr-dvb.fr-fvl{text-align:left}.fr-view .fr-video.fr-dvb.fr-fvr{text-align:right}.fr-view .fr-video.fr-dvi{display:inline-block}.fr-view .fr-video.fr-dvi.fr-fvl{float:left}.fr-view .fr-video.fr-dvi.fr-fvr{float:right}.fr-view a.fr-strong{font-weight:700}.fr-view a.fr-green{color:green}.fr-view .fr-img-caption{text-align:center}.fr-view .fr-img-caption .fr-img-wrap{padding:0;display:inline-block;margin:auto;text-align:center;width:100%}.fr-view .fr-img-caption .fr-img-wrap img{display:block;margin:auto;width:100%}.fr-view .fr-img-caption .fr-img-wrap>span{margin:auto;display:block;padding:5px 5px 10px;font-size:14px;font-weight:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:"alpha(Opacity=0)";width:100%;text-align:center}.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded{border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large{font-size:24px}a.fr-view.fr-strong{font-weight:700}a.fr-view.fr-green{color:green}img.fr-view{position:relative;max-width:100%}img.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}img.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}img.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}img.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}img.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}img.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view{position:relative;max-width:100%}span.fr-img-caption.fr-view.fr-dib{margin:5px auto;display:block;float:none;vertical-align:top}span.fr-img-caption.fr-view.fr-dib.fr-fil{margin-left:0;text-align:left}span.fr-img-caption.fr-view.fr-dib.fr-fir{margin-right:0;text-align:right}span.fr-img-caption.fr-view.fr-dii{display:inline-block;float:none;vertical-align:bottom;margin-left:5px;margin-right:5px;max-width:calc(100% - (2 * 5px))}span.fr-img-caption.fr-view.fr-dii.fr-fil{float:left;margin:5px 5px 5px 0;max-width:calc(100% - 5px)}span.fr-img-caption.fr-view.fr-dii.fr-fir{float:right;margin:5px 0 5px 5px;max-width:calc(100% - 5px)}
