/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("$icon-font-path$icon-font-name.eot");
  src: url("$icon-font-path$icon-font-name.eot?#iefix") format('embedded-opentype'), url("$icon-font-path$icon-font-name.woff2") format('woff2'), url("$icon-font-path$icon-font-name.woff") format('woff'), url("$icon-font-path$icon-font-name.ttf") format('truetype'), url("$icon-font-path$icon-font-name.svg#$icon-font-svg-id") 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: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #85259c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #50165e;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.clearfix:before,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical > .btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer:before,
.file-upload-row:before,
.photo-action-buttons-row:before,
.vb-courses-area:before,
.vb-drinks-duration-area:before,
.form-button-area:before,
.scheduler-options:before,
.scheduler:before,
.modal-message:before,
.vp-banner:before,
.vp-space-header:before,
.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-footer:after,
.file-upload-row:after,
.photo-action-buttons-row:after,
.vb-courses-area:after,
.vb-drinks-duration-area:after,
.form-button-area:after,
.scheduler-options:after,
.scheduler:after,
.modal-message:after,
.vp-banner:after,
.vp-space-header:after {
  content: " ";
  display: table;
}
.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-footer:after,
.file-upload-row:after,
.photo-action-buttons-row:after,
.vb-courses-area:after,
.vb-drinks-duration-area:after,
.form-button-area:after,
.scheduler-options:after,
.scheduler:after,
.modal-message:after,
.vp-banner:after,
.vp-space-header:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  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: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
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: 11px;
  margin-bottom: 11px;
}
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: 49px;
}
h2,
.h2 {
  font-size: 35px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #85259c;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #621b73;
}
.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: #85259c;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #621b73;
}
.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: #fff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #bfbfbf;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #bfbfbf;
}
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.428571429;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #bfbfbf;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
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: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .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.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.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.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e9e9e9;
}
.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: #d1eac8;
}
.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: #c6e4f3;
}
.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: #faf3cd;
}
.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: #fff;
}
.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: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #773f9b;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(119,63,155,0.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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #bfbfbf;
  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: 36px;
  }
  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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  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 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-horizontal .form-group-sm .form-control,
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control,
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;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2;
}
select.input-lg,
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-lg,
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;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 2;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #fff;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.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,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static,
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: transparent;
  border-color: #555;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #151515;
}
.btn-default:hover {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #363636;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #363636;
}
.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: rgba(0,0,0,0);
  border-color: #151515;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #555;
}
.btn-default .badge {
  color: transparent;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #85259c;
  border-color: #732087;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #621b73;
  border-color: #1b0820;
}
.btn-primary:hover {
  color: #fff;
  background-color: #621b73;
  border-color: #491456;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #621b73;
  border-color: #491456;
}
.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: #491456;
  border-color: #1b0820;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #85259c;
  border-color: #732087;
}
.btn-primary .badge {
  color: #85259c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #60a81a;
  border-color: #539217;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #477c13;
  border-color: #142406;
}
.btn-success:hover {
  color: #fff;
  background-color: #477c13;
  border-color: #355d0f;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #477c13;
  border-color: #355d0f;
}
.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: #355d0e;
  border-color: #142406;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #60a81a;
  border-color: #539217;
}
.btn-success .badge {
  color: #60a81a;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #d4b322;
  border-color: #bea01e;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #a88e1b;
  border-color: #50430d;
}
.btn-info:hover {
  color: #fff;
  background-color: #a88e1b;
  border-color: #897316;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #a88e1b;
  border-color: #897316;
}
.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: #897416;
  border-color: #50430d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #d4b322;
  border-color: #bea01e;
}
.btn-info .badge {
  color: #d4b322;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #c3971a;
  border-color: #ad8617;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #967414;
  border-color: #3c2f08;
}
.btn-warning:hover {
  color: #fff;
  background-color: #967414;
  border-color: #775c10;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #967414;
  border-color: #775c10;
}
.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: #775c10;
  border-color: #3c2f08;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #c3971a;
  border-color: #ad8617;
}
.btn-warning .badge {
  color: #c3971a;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #b94a48;
  border-color: #a74240;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #953b39;
  border-color: #4b1e1d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #953b39;
  border-color: #7b312f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #953b39;
  border-color: #7b312f;
}
.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: #7b302f;
  border-color: #4b1e1d;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #b94a48;
  border-color: #a74240;
}
.btn-danger .badge {
  color: #b94a48;
  background-color: #fff;
}
.btn-link {
  color: #85259c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #50165e;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #85259c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #f2f1f4;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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-bottom-right-radius: 0;
  border-top-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-bottom-left-radius: 0;
  border-top-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 {
  z-index: 2;
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #bfbfbf;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #bfbfbf;
  border-color: #85259c;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #bfbfbf #bfbfbf #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #85259c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 40px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 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;
  padding: 9px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 40px;
}
.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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 4.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .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: 9px;
    padding-bottom: 9px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
.navbar-btn.btn-xs {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-text {
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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: #fff;
  border-color: #eee;
}
.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: #eee;
}
.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: #eee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eee;
  color: #555;
}
@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: #eee;
  }
  .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: #090909;
}
.navbar-inverse .navbar-brand {
  color: #bfbfbf;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: #bfbfbf;
}
.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: #090909;
}
.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 {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #bfbfbf;
  }
  .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: #090909;
  }
  .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: #bfbfbf;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #bfbfbf;
}
.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: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '/\00a0';
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #85259c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #50165e;
  background-color: #bfbfbf;
  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: 2;
  color: #fff;
  background-color: #85259c;
  border-color: #85259c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #bfbfbf;
}
.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: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #85259c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #621b73;
}
.label-success {
  background-color: #60a81a;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #477c13;
}
.label-info {
  background-color: #d4b322;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #a88e1b;
}
.label-warning {
  background-color: #c3971a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #967414;
}
.label-danger {
  background-color: #b94a48;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #953b39;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  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: #85259c;
  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: #bfbfbf;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #a6a6a6;
}
.container .jumbotron,
.container-fluid .jumbotron {
  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-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #85259c;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b4;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a7e1ed;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f8e2b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #fff;
  border-color: #ccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #bfbfbf;
}
.alert-danger .alert-link {
  color: #843534;
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #85259c;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #60a81a;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #d4b322;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #c3971a;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #b94a48;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-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;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #bfbfbf;
  color: #999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #85259c;
  border-color: #85259c;
}
.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: #dca4e9;
}
.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: #fff;
}
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: #f2f2f2;
}
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: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  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: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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: #85259c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #85259c;
  border-color: #85259c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #85259c;
}
.panel-primary > .panel-heading .badge {
  color: #85259c;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #85259c;
}
.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: #ccc;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #fff;
  border-color: #ccc;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ccc;
}
.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ccc;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #000;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #000;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #000;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #000;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@-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;
  }
}
.container-trunk {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
header {
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 9;
  background-color: rgba(0,0,0,0.7);
}
header .primary-logo {
  text-align: left;
  line-height: 60px;
  padding-left: 20px;
  margin-right: 30px;
}
header .primary-logo img {
  width: 150px;
  height: auto;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  header .primary-logo {
    margin-right: 20px;
  }
  header .primary-logo img {
    width: 140px;
  }
}
@media print {
  header {
    display: none;
  }
}
.nav-links {
  position: absolute;
  right: 0;
}
.nav-links div {
  display: inline-block;
  font-size: 12.6px;
  text-transform: uppercase;
  color: #fff !important;
}
.nav-links .private-concierge-nav {
  background-color: rgba(133,37,156,0.4);
  border: 1px solid #85259c;
}
.nav-links .private-concierge-nav a {
  font-size: 12.6px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff !important;
  padding: 20px 25px;
  display: block;
  cursor: pointer;
}
.nav-links .private-concierge-nav a:hover {
  background-color: #521660;
  outline: 0;
}
@media print {
  .nav-links {
    display: none;
  }
}
.nav-links .burger {
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.nav-links .burger .burger-name-section div {
  display: inline-block;
}
.nav-links .burger p {
  display: inline-block;
  padding: 20px 0px 20px 20px;
  margin: 0;
}
.nav-links .burger .burger-icon {
  display: inline-block;
  padding: 21px 0px 21px 20px;
  margin: 0;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.nav-links .burger .burger-icon li {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 20px 5px 0;
  list-style-type: none;
}
.nav-links .burger .burger-icon li:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .nav-links .burger .burger-icon {
    padding: 21px 0px 21px 20px !important;
  }
}
@media print {
  .nav-links .burger .burger-icon {
    display: none;
  }
}
.nav-links .burger .burger-name-section:hover {
  background-color: #000;
  outline: 0;
}
nav.desktop-bar {
  position: fixed;
  top: 0;
  right: 65px;
  z-index: 10;
}
nav.desktop-bar .mobile-nav-divider {
  border-right: 1px solid #333;
}
nav.desktop-bar .private-desktop-bar {
  background-color: rgba(133,37,156,0.4);
}
nav.desktop-bar .private-desktop-bar:hover {
  background-color: #521660;
  outline: 0;
}
@media screen and (max-width: 991px) {
  nav.desktop-bar {
    display: none;
  }
}
nav.desktop-bar li {
  float: left;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  nav.desktop-bar li {
    border-left: 1px solid #333;
  }
  nav.desktop-bar li a {
    font-size: 12.6px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 20px 25px;
    display: block;
    cursor: pointer;
  }
  nav.desktop-bar li a:hover {
    background-color: #000;
    outline: 0;
  }
  nav.desktop-bar li .btn-link {
    margin: 0;
    font-size: 12.6px !important;
  }
  nav.desktop-bar li .btn-link:hover {
    background-color: #85259c;
  }
}
@media screen and (max-width: 991px) {
  header .primary-logo {
    text-align: center;
    padding-left: 0;
    display: block;
  }
}
.burger {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.burger.slide-in {
  -webkit-transform: translate3d(-315px, 0, 0);
  -webkit-animation: open-drawer 0.5s ease-in-out;
  -moz-transform: translate3d(-315px, 0, 0);
  -moz-animation: open-drawer 0.5s ease-in-out;
  transform: translate3d(-315px, 0, 0);
  animation: open-drawer 0.5s ease-in-out;
  background-color: rgba(0,0,0,0.7);
}
.burger.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: close-drawer 0.3s ease-in-out;
  -moz-transform: translate3d(0, 0, 0);
  -moz-animation: close-drawer 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
  animation: close-drawer 0.3s ease-in-out;
}
nav.drawer {
  position: fixed;
  top: 0;
  right: -335px;
  width: 335px;
  height: 100%;
  background-color: #000;
  display: block;
  z-index: 1000;
}
nav.drawer .scroll-arrow {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1000;
  border-radius: 20px;
  background-color: #85259c;
  color: #fff;
  cursor: pointer;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
nav.drawer .scroll-arrow:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
nav.drawer .scroll-arrow i {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: block;
}
nav.drawer .scroll-arrow p {
  font-size: 11.200000000000001px;
  display: block;
  margin: 0 !important;
  margin-top: 2px !important;
}
nav.drawer ul {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 0px !important;
}
nav.drawer ul .mobile-nav-profile-area {
  background-color: #85259c;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 315px;
}
nav.drawer ul .mobile-nav-profile-area .mobile-nav-profile {
  padding-right: 0;
}
nav.drawer ul .mobile-nav-profile-area .mobile-nav-profile img {
  height: 70px;
  width: 70px;
}
nav.drawer ul .mobile-nav-profile-area .login-name-box {
  color: #fff;
  text-transform: uppercase;
}
nav.drawer ul .mobile-nav-profile-area .login-signout-link {
  line-height: 15px;
}
nav.drawer ul .mobile-nav-profile-area .login-signout-link a {
  font-size: 14px;
  padding-top: 0;
  width: auto !important;
  padding-left: 0;
}
nav.drawer ul .mobile-nav-header {
  padding: 30px 0px 5px;
  margin-left: 25px;
  width: 150px;
  border-bottom: 1px solid #999;
  line-height: 20px;
  font-size: 14px;
  color: #999 !important;
  text-transform: uppercase;
}
nav.drawer ul .mobile-nav-header:hover {
  background-color: #000;
}
nav.drawer ul .mobile-nav-spacer {
  margin-top: 30px;
}
nav.drawer ul .mobile-private-message {
  letter-spacing: 1px;
}
nav.drawer ul .mobile-private-message div:first-child {
  padding: 50px 20px 5px 20px;
  width: 315px;
}
nav.drawer ul .mobile-private-message div:first-child a {
  color: #d53a58 !important;
}
nav.drawer ul .mobile-private-message div:last-child {
  text-align: right;
  padding-right: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  width: 315px;
}
nav.drawer ul .mobile-private-message div:last-child a {
  color: #fff !important;
}
nav.drawer ul li {
  display: block;
  float: none;
  line-height: 50px;
}
nav.drawer ul li .mobile-nav-profile {
  text-align: center;
  padding-right: 20px;
}
nav.drawer ul li a {
  padding-left: 25px;
  width: 100%;
  display: block;
  letter-spacing: 1px;
  color: #fff !important;
}
nav.drawer ul li a.logo {
  display: none;
}
nav.drawer ul li a.active {
  color: #fff;
  background-color: #85259c;
}
nav.drawer ul li:hover .btn-link {
  background-color: transparent !important;
}
nav li:first-child a.active,
nav li:first-child a:hover {
  border-radius: 0;
}
nav.slide-in {
  -webkit-transform: translate3d(-315px, 0, 0);
  -webkit-animation: open-drawer 0.5s ease-in-out;
  -moz-transform: translate3d(-315px, 0, 0);
  -moz-animation: open-drawer 0.5s ease-in-out;
  transform: translate3d(-315px, 0, 0);
  animation: open-drawer 0.5s ease-in-out;
}
nav.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: close-drawer 0.3s ease-in-out;
  -moz-transform: translate3d(0, 0, 0);
  -moz-animation: close-drawer 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
  animation: close-drawer 0.3s ease-in-out;
}
@-moz-keyframes open-drawer {
  0% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    transform: translate3d(-335px, 0, 0);
  }
  100% {
    transform: translate3d(-315px, 0, 0);
  }
}
@-webkit-keyframes open-drawer {
  0% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    transform: translate3d(-335px, 0, 0);
  }
  100% {
    transform: translate3d(-315px, 0, 0);
  }
}
@-o-keyframes open-drawer {
  0% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    transform: translate3d(-335px, 0, 0);
  }
  100% {
    transform: translate3d(-315px, 0, 0);
  }
}
@keyframes open-drawer {
  0% {
    transform: translate3d(0, 0, 0);
  }
  70% {
    transform: translate3d(-335px, 0, 0);
  }
  100% {
    transform: translate3d(-315px, 0, 0);
  }
}
@-moz-keyframes close-drawer {
  0% {
    transform: translate3d(-315px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes close-drawer {
  0% {
    transform: translate3d(-315px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes close-drawer {
  0% {
    transform: translate3d(-315px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes close-drawer {
  0% {
    transform: translate3d(-315px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@page {
  width: 8.5in;
  height: 11in;
  margin-top: 1cm;
  margin-bottom: 2cm;
}
@media print {
  .no-print {
    display: none !important;
  }
}
.yes-print {
  display: none;
}
@media print {
  .yes-print {
    display: block;
  }
}
body {
  letter-spacing: 0.2px;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: rgba(0,0,0,0);
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: rgba(0,0,0,0);
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
}
[ng-view="true"] {
  min-height: 100vh;
}
.phantom-header {
  height: 60px;
  width: 100%;
}
.phantom-header-adjustment {
  margin-top: -60px;
}
.pac-container.pac-logo {
  z-index: 11000 !important;
}
.icon {
  vertical-align: middle;
}
.icon-large {
  font-size: 40px;
}
.icon-medium {
  font-size: 18px;
}
.icon-small {
  font-size: 14px;
}
.icon-check-circle {
  margin-left: 5px;
  margin-right: 5px;
  color: #60a81a;
}
.icon-indent-right {
  margin-right: 5px;
}
.icon-team-building {
  font-size: 24px !important;
  position: relative;
}
.icon-party {
  font-size: 25px !important;
}
.icon-cheers {
  font-size: 24px !important;
  position: relative;
}
.icon-wine-cellar {
  position: relative;
  left: -3px;
}
.user-formatting {
  white-space: pre-wrap /* css-3 */;
  white-space: -moz-pre-wrap /* Mozilla, since 1999 */;
  white-space: -pre-wrap /* Opera 4-6 */;
  white-space: -o-pre-wrap /* Opera 7 */;
  word-wrap: break-word /* Internet Explorer 5.5+ */;
  margin-bottom: 0;
}
.text-default {
  font-weight: normal;
}
.placeholder-text {
  color: #999;
  font-weight: 400;
}
blockquote {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 34.3px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 21.6px;
  }
  h4 {
    font-size: 16px;
  }
  .h1 {
    font-size: 34.3px;
  }
  .h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 21.6px;
  }
  .h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 39.2px;
  }
  h3 {
    font-size: 19.200000000000003px;
  }
  h4 {
    font-size: 17px;
  }
  .h1 {
    font-size: 39.2px;
  }
  .h3 {
    font-size: 19.200000000000003px;
  }
  .h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 44.1px;
  }
  h2 {
    font-size: 31.5px;
  }
  h3 {
    font-size: 21.6px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 14.4px;
  }
  h6 {
    font-size: 12.6px;
  }
  .h1 {
    font-size: 44.1px;
  }
  .h2 {
    font-size: 31.5px;
  }
  .h3 {
    font-size: 21.6px;
  }
  .h4 {
    font-size: 18px;
  }
  .h5 {
    font-size: 16px;
  }
  .h6 {
    font-size: 14px;
  }
}
.loading-spinner #spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.loading-spinner .spinner {
  height: 60px;
  width: 60px;
  margin: 94px auto 0 auto;
  position: relative;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(133,37,156,0.15);
  border-right: 6px solid rgba(133,37,156,0.15);
  border-bottom: 6px solid rgba(133,37,156,0.15);
  border-top: 6px solid rgba(133,37,156,0.8);
  border-radius: 100%;
}
.loading-spinner-small {
  width: 100%;
  text-align: center;
}
.loading-spinner-small .spinner {
  height: 33px;
  width: 33px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(133,37,156,0.15);
  border-right: 6px solid rgba(133,37,156,0.15);
  border-bottom: 6px solid rgba(133,37,156,0.15);
  border-top: 6px solid rgba(133,37,156,0.8);
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.animate {
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.initial-hide {
  display: none;
}
.page-not-found {
  text-align: center;
}
.page-not-found .page-not-found-content {
  margin-top: 100px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.page-not-found .not-found-instructions {
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-not-found .not-found-instructions h4 {
  line-height: 25px;
}
.page-not-found .not-found-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px;
}
.page-not-found .not-found-links ul {
  list-style-type: none;
  padding-left: 0 !important;
}
.page-not-found .not-found-links ul:first-child {
  margin-right: 50px;
}
.page-not-found .not-found-links li {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .page-not-found {
    padding: 20px;
  }
  .page-not-found .page-not-found-content {
    margin-top: 20px;
  }
  .page-not-found .not-found-links {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .page-not-found ul {
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
.info-box {
  padding: 30px;
  background-color: #fff;
}
.objectfit-image-container.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.objectfit-image-container.compat-object-fit .objectfit-image {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.label-form {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 0;
}
.label-form-edit {
  margin-bottom: 5px;
  padding-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  color: #555;
  display: block;
}
.label {
  border-radius: 0;
  padding: 3px 5px;
  font-size: 9.6px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .label {
    font-size: 11.2px;
  }
}
.secondary-label {
  text-transform: capitalize;
  font-size: 14.4px;
  display: inline-block;
}
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.truncate-text .pointer,
.read-more-text .pointer {
  font-size: 14px;
  color: #85259c;
}
.truncate-text .pointer:hover,
.read-more-text .pointer:hover {
  color: #521660;
}
.btn-white-clear {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 12.8px;
}
.btn-white-clear:focus,
.btn-white-clear.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-white-clear:hover {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-white-clear:active,
.btn-white-clear.active,
.open > .dropdown-toggle.btn-white-clear {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-white-clear:active:hover,
.btn-white-clear.active:hover,
.open > .dropdown-toggle.btn-white-clear:hover,
.btn-white-clear:active:focus,
.btn-white-clear.active:focus,
.open > .dropdown-toggle.btn-white-clear:focus,
.btn-white-clear:active.focus,
.btn-white-clear.active.focus,
.open > .dropdown-toggle.btn-white-clear.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-white-clear:active,
.btn-white-clear.active,
.open > .dropdown-toggle.btn-white-clear {
  background-image: none;
}
.btn-white-clear.disabled,
.btn-white-clear[disabled],
fieldset[disabled] .btn-white-clear,
.btn-white-clear.disabled:hover,
.btn-white-clear[disabled]:hover,
fieldset[disabled] .btn-white-clear:hover,
.btn-white-clear.disabled:focus,
.btn-white-clear[disabled]:focus,
fieldset[disabled] .btn-white-clear:focus,
.btn-white-clear.disabled.focus,
.btn-white-clear[disabled].focus,
fieldset[disabled] .btn-white-clear.focus,
.btn-white-clear.disabled:active,
.btn-white-clear[disabled]:active,
fieldset[disabled] .btn-white-clear:active,
.btn-white-clear.disabled.active,
.btn-white-clear[disabled].active,
fieldset[disabled] .btn-white-clear.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white-clear .badge {
  color: transparent;
  background-color: #fff;
}
.add-new-item-dashboard-button {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #333;
  background-color: transparent;
  border-color: #85259c;
  padding: height length;
  font-size: 14px;
  line-height: 1.2857142861;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.add-new-item-dashboard-button:focus,
.add-new-item-dashboard-button.focus {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #2d0d35;
}
.add-new-item-dashboard-button:hover {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #5b196b;
}
.add-new-item-dashboard-button:active,
.add-new-item-dashboard-button.active,
.open > .dropdown-toggle.add-new-item-dashboard-button {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #5b196b;
}
.add-new-item-dashboard-button:active:hover,
.add-new-item-dashboard-button.active:hover,
.open > .dropdown-toggle.add-new-item-dashboard-button:hover,
.add-new-item-dashboard-button:active:focus,
.add-new-item-dashboard-button.active:focus,
.open > .dropdown-toggle.add-new-item-dashboard-button:focus,
.add-new-item-dashboard-button:active.focus,
.add-new-item-dashboard-button.active.focus,
.open > .dropdown-toggle.add-new-item-dashboard-button.focus {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #2d0d35;
}
.add-new-item-dashboard-button:active,
.add-new-item-dashboard-button.active,
.open > .dropdown-toggle.add-new-item-dashboard-button {
  background-image: none;
}
.add-new-item-dashboard-button.disabled,
.add-new-item-dashboard-button[disabled],
fieldset[disabled] .add-new-item-dashboard-button,
.add-new-item-dashboard-button.disabled:hover,
.add-new-item-dashboard-button[disabled]:hover,
fieldset[disabled] .add-new-item-dashboard-button:hover,
.add-new-item-dashboard-button.disabled:focus,
.add-new-item-dashboard-button[disabled]:focus,
fieldset[disabled] .add-new-item-dashboard-button:focus,
.add-new-item-dashboard-button.disabled.focus,
.add-new-item-dashboard-button[disabled].focus,
fieldset[disabled] .add-new-item-dashboard-button.focus,
.add-new-item-dashboard-button.disabled:active,
.add-new-item-dashboard-button[disabled]:active,
fieldset[disabled] .add-new-item-dashboard-button:active,
.add-new-item-dashboard-button.disabled.active,
.add-new-item-dashboard-button[disabled].active,
fieldset[disabled] .add-new-item-dashboard-button.active {
  background-color: transparent;
  border-color: #85259c;
}
.add-new-item-dashboard-button .badge {
  color: transparent;
  background-color: #333;
}
.add-new-item-dashboard-button:hover {
  color: #fff;
  background-color: #85259c;
  border-color: #85259c;
}
@media screen and (max-width: 767px) {
  .add-new-item-dashboard-button {
    display: block;
  }
}
.text-tooltip {
  display: inline-block;
}
.text-tooltip button {
  background-color: inherit;
  border: 0;
  margin: 0;
  padding: 0;
}
.text-tooltip .icon-information {
  color: #077d74;
  margin-left: 3px;
}
@media print {
  .text-tooltip {
    display: none;
  }
}
.tooltip > .tooltip-inner {
  position: relative;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pointer {
  cursor: pointer;
}
.visible {
  display: block !important;
}
.bold {
  font-weight: 600 !important;
}
.hide {
  display: none;
}
.hidden-element {
  display: none !important;
}
.required {
  text-align: right;
  margin-top: -5px;
}
.required-field {
  position: relative;
  top: -4px;
  color: #85259c;
  font-size: 12px !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.clear-container:before,
.clear-container:after {
  content: " ";
  display: table;
}
.clear-container:after {
  clear: both;
}
.divider {
  border-top: 1px solid #777;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.spacer {
  width: 2% !important;
  height: 20px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.spacer {
  width: 2%;
  display: inline-block;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.dropdown .dropdown-menu {
  -webkit-overflow-scrolling: touch;
}
.disabled {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.thin {
  font-weight: 300;
}
.container-clear:before,
.container-clear:after {
  content: " ";
  display: table;
}
.container-clear:after {
  clear: both;
}
.length-full {
  width: 100%;
}
.length-xl {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .length-xl {
    width: 100%;
  }
}
.length-lg {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .length-lg {
    width: 100%;
  }
}
.length-md {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .length-md {
    width: 100%;
  }
}
.length-sm {
  width: 200px;
}
.length-xs {
  width: 150px;
}
.new-checkbox {
  border: 1px solid #bfbfbf;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.new-checkbox .icon-check {
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 767px) {
  .new-checkbox {
    padding: 0 3px;
    margin-right: 5px;
  }
}
.new-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #bfbfbf;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border-radius: 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.new-radio .fa-circle {
  font-size: 17.6px;
  margin: 0;
  padding: 0;
  color: #fff;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .new-radio {
    height: 19px;
    width: 32px;
    padding: 0;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
  }
  .new-radio .fa-circle {
    font-size: 16px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
  }
}
.fa {
  margin-right: 5px;
}
.fa-left {
  margin-left: 5px;
}
.fa-lg-indent {
  margin-right: 15px;
}
.fa-lg-indent-left {
  margin-left: 15px;
}
.fa-square-o {
  width: 19px;
  margin-right: 3px;
  font-size: 19px !important;
  position: relative;
  top: 3px;
}
.fa-check-square-o {
  width: 19px;
  margin-right: 3px;
  font-size: 19px !important;
  position: relative;
  top: 3px;
  color: #85259c;
}
.fa-exclamation-circle {
  color: #c3971a;
}
.fa-pencil-square-o {
  color: #999;
}
.fa-check-circle {
  color: #60a81a;
}
.add-another button {
  text-transform: initial;
  font-size: 16px;
  font-weight: 400;
}
.add-another button span {
  font-size: 14.4px;
}
.alert-error {
  margin-top: 5px;
  font-size: 14px;
  color: #d53a58;
  background-color: #fff;
  line-height: 20px;
}
.alert {
  padding: 0px;
  margin-bottom: 22px;
  border: none;
  border-radius: none;
}
.alert-bubble {
  border: 1px solid #85259c;
  border-radius: 28px;
  width: 10px;
  height: 10px;
  padding: 5px;
  width: auto;
  position: absolute;
}
.error-banner {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #e9434c;
  font-weight: 600;
  margin-top: 20px;
  border: 2px solid #e9434c;
}
.error-banner span {
  font-weight: 400;
}
.error-banner-dashboard {
  text-align: center;
  padding: 5px 0;
  color: #e9434c;
  font-weight: 600;
  margin-top: 20px;
  border: 2px solid #e9434c;
}
.error-banner-dashboard p {
  margin-bottom: 0 !important;
  font-size: 14px;
}
.link-darker {
  color: #222 !important;
}
.primary-bg {
  background-color: #85259c;
}
.primary-border {
  border: 1px solid #85259c;
}
.primary-dark-bg {
  background-color: #76208c;
}
.highlight-bg {
  background-color: #d53a58;
}
.highlight-border {
  border: 1px solid #d53a58;
}
.alternate-bg {
  background-color: #06958a;
}
.success-bg {
  background-color: #60a81a;
}
.info-bg {
  background-color: #d4b322;
}
.info2-bg {
  background-color: #d4b322;
}
.error-bg {
  background-color: #e9434c;
}
.default-bg {
  background-color: #bfbfbf;
}
.complementary-bg {
  background-color: #fcab53;
}
.primary-alternate-bg {
  background-color: #8c88ff;
}
.empty-bg {
  border: 1px solid #bfbfbf;
}
.primary-color {
  color: #85259c !important;
}
.highlight-color {
  color: #d53a58 !important;
}
.alternate-color {
  color: #06958a !important;
}
.primary-border {
  border-color: #85259c !important;
}
.clicked-row {
  background-color: #f5f4f6;
}
.input-lg {
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
select.input-lg {
  height: 36px;
  line-height: 36px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
@media screen and (max-width: 767px) {
  .input-lg {
    height: 48;
    padding: $padding-large-mobile 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 0;
  }
  select.input-lg {
    height: 48;
    line-height: 48;
  }
  textarea.input-lg,
  select[multiple].input-lg {
    height: auto;
  }
}
.input-sm {
  border: 1px solid #ccc;
  color: #222;
  border-radius: 0;
}
.input-group-addon.small {
  border: 1px solid #ccc;
}
.input-group-addon-right {
  border-right: 0 !important;
}
.input-group-addon-left {
  border-left: 0 !important;
}
.form-control {
  box-shadow: none;
}
.selected-element {
  background-color: #85259c !important;
  color: #fff !important;
  border-color: #85259c !important;
}
input,
textarea {
  -webkit-appearance: none;
  box-shadow: none;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  padding: 8px 10px;
  color: #333;
  letter-spacing: 0.5px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  input,
  textarea {
    padding-bottom: 12px;
  }
}
input:focus,
select:focus,
textarea:focus {
  border: 2px solid #85259c !important;
  padding: 7px 9px;
  box-shadow: none;
  outline: 0px;
}
input.input-small {
  padding: 5px 10px;
}
input.input-small:focus {
  padding: 4px 9px;
}
select {
  border: 0;
  border: 1px solid #bfbfbf;
  height: 39px;
  border-radius: 0;
  letter-spacing: 0.3px;
  background: #fff;
  background-color: #fff !important;
}
@media screen and (min-width: 991px) {
  select {
    background: none;
  }
}
::-webkit-input-placeholder {
  font-weight: 400;
}
:-moz-placeholder {
  font-weight: 400;
}
::-moz-placeholder {
  font-weight: 400;
}
:-ms-input-placeholder {
  font-weight: 400;
}
input[type="checkbox"] {
  margin-right: 5px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  text-indent: 3px !important;
}
.input-short {
  display: inline;
  width: auto;
}
@-moz-document url-prefix() {
  select {
    padding-left: 0px !important;
  }
}
.btn {
  padding: 6px 12px;
  font-size: 12.8px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.btn:focus {
  outline: none !important;
}
.btn:link {
  outline: none;
}
button:focus {
  outline: none;
}
.btn-lg {
  padding: 10px 30px;
  font-size: 12.8px;
  line-height: 1.2857142861;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  .btn-lg {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 1.2857142861;
    border-radius: 0px;
  }
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-thick {
  border: 2px solid transparent;
}
.btn-long {
  padding: 10px 80px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
}
.btn-link {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #555;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-white-clear {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 12.8px;
}
.btn-white-clear:focus,
.btn-white-clear.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-white-clear:hover {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-white-clear:active,
.btn-white-clear.active,
.open > .dropdown-toggle.btn-white-clear {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-white-clear:active:hover,
.btn-white-clear.active:hover,
.open > .dropdown-toggle.btn-white-clear:hover,
.btn-white-clear:active:focus,
.btn-white-clear.active:focus,
.open > .dropdown-toggle.btn-white-clear:focus,
.btn-white-clear:active.focus,
.btn-white-clear.active.focus,
.open > .dropdown-toggle.btn-white-clear.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-white-clear:active,
.btn-white-clear.active,
.open > .dropdown-toggle.btn-white-clear {
  background-image: none;
}
.btn-white-clear.disabled,
.btn-white-clear[disabled],
fieldset[disabled] .btn-white-clear,
.btn-white-clear.disabled:hover,
.btn-white-clear[disabled]:hover,
fieldset[disabled] .btn-white-clear:hover,
.btn-white-clear.disabled:focus,
.btn-white-clear[disabled]:focus,
fieldset[disabled] .btn-white-clear:focus,
.btn-white-clear.disabled.focus,
.btn-white-clear[disabled].focus,
fieldset[disabled] .btn-white-clear.focus,
.btn-white-clear.disabled:active,
.btn-white-clear[disabled]:active,
fieldset[disabled] .btn-white-clear:active,
.btn-white-clear.disabled.active,
.btn-white-clear[disabled].active,
fieldset[disabled] .btn-white-clear.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white-clear .badge {
  color: transparent;
  background-color: #fff;
}
.btn-white-overlay {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-white-overlay:focus,
.btn-white-overlay.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-white-overlay:hover {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-white-overlay:active,
.btn-white-overlay.active,
.open > .dropdown-toggle.btn-white-overlay {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #e0e0e0;
}
.btn-white-overlay:active:hover,
.btn-white-overlay.active:hover,
.open > .dropdown-toggle.btn-white-overlay:hover,
.btn-white-overlay:active:focus,
.btn-white-overlay.active:focus,
.open > .dropdown-toggle.btn-white-overlay:focus,
.btn-white-overlay:active.focus,
.btn-white-overlay.active.focus,
.open > .dropdown-toggle.btn-white-overlay.focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
  border-color: #bfbfbf;
}
.btn-white-overlay:active,
.btn-white-overlay.active,
.open > .dropdown-toggle.btn-white-overlay {
  background-image: none;
}
.btn-white-overlay.disabled,
.btn-white-overlay[disabled],
fieldset[disabled] .btn-white-overlay,
.btn-white-overlay.disabled:hover,
.btn-white-overlay[disabled]:hover,
fieldset[disabled] .btn-white-overlay:hover,
.btn-white-overlay.disabled:focus,
.btn-white-overlay[disabled]:focus,
fieldset[disabled] .btn-white-overlay:focus,
.btn-white-overlay.disabled.focus,
.btn-white-overlay[disabled].focus,
fieldset[disabled] .btn-white-overlay.focus,
.btn-white-overlay.disabled:active,
.btn-white-overlay[disabled]:active,
fieldset[disabled] .btn-white-overlay:active,
.btn-white-overlay.disabled.active,
.btn-white-overlay[disabled].active,
fieldset[disabled] .btn-white-overlay.active {
  background-color: transparent;
  border-color: #fff;
}
.btn-white-overlay .badge {
  color: transparent;
  background-color: #fff;
}
.btn-white-overlay:hover {
  color: #555;
  background-color: #fff;
  border-color: #fff;
}
.btn-white-overlay[disabled]:hover {
  color: #999 !important;
}
.btn-success-overlay {
  color: #333;
  background-color: transparent;
  border-color: #85259c;
  padding: height length;
  font-size: 14px;
  line-height: 1.2857142861;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-success-overlay:focus,
.btn-success-overlay.focus {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #2d0d35;
}
.btn-success-overlay:hover {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #5b196b;
}
.btn-success-overlay:active,
.btn-success-overlay.active,
.open > .dropdown-toggle.btn-success-overlay {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #5b196b;
}
.btn-success-overlay:active:hover,
.btn-success-overlay.active:hover,
.open > .dropdown-toggle.btn-success-overlay:hover,
.btn-success-overlay:active:focus,
.btn-success-overlay.active:focus,
.open > .dropdown-toggle.btn-success-overlay:focus,
.btn-success-overlay:active.focus,
.btn-success-overlay.active.focus,
.open > .dropdown-toggle.btn-success-overlay.focus {
  color: #333;
  background-color: rgba(0,0,0,0);
  border-color: #2d0d35;
}
.btn-success-overlay:active,
.btn-success-overlay.active,
.open > .dropdown-toggle.btn-success-overlay {
  background-image: none;
}
.btn-success-overlay.disabled,
.btn-success-overlay[disabled],
fieldset[disabled] .btn-success-overlay,
.btn-success-overlay.disabled:hover,
.btn-success-overlay[disabled]:hover,
fieldset[disabled] .btn-success-overlay:hover,
.btn-success-overlay.disabled:focus,
.btn-success-overlay[disabled]:focus,
fieldset[disabled] .btn-success-overlay:focus,
.btn-success-overlay.disabled.focus,
.btn-success-overlay[disabled].focus,
fieldset[disabled] .btn-success-overlay.focus,
.btn-success-overlay.disabled:active,
.btn-success-overlay[disabled]:active,
fieldset[disabled] .btn-success-overlay:active,
.btn-success-overlay.disabled.active,
.btn-success-overlay[disabled].active,
fieldset[disabled] .btn-success-overlay.active {
  background-color: transparent;
  border-color: #85259c;
}
.btn-success-overlay .badge {
  color: transparent;
  background-color: #333;
}
.btn-success-overlay:hover {
  color: #fff;
  background-color: #85259c;
  border-color: #85259c;
}
.btn-success-overlay[disabled]:hover {
  color: #999 !important;
}
.btn-cancel-overlay {
  border: 1px solid #999;
}
.btn-black {
  color: #000;
  background-color: #000;
  border-color: #000;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-black:focus,
.btn-black.focus {
  color: #000;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #000;
  background-color: #000;
  border-color: #000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #000;
  background-color: #000;
  border-color: #000;
}
.btn-black:active:hover,
.btn-black.active:hover,
.open > .dropdown-toggle.btn-black:hover,
.btn-black:active:focus,
.btn-black.active:focus,
.open > .dropdown-toggle.btn-black:focus,
.btn-black:active.focus,
.btn-black.active.focus,
.open > .dropdown-toggle.btn-black.focus {
  color: #000;
  background-color: #000;
  border-color: #000;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #000;
  border-color: #000;
}
.btn-black .badge {
  color: #000;
  background-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #85259c;
  border-color: #85259c;
}
.btn-black:focus {
  color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #06958a;
  border-color: #06958a;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #04645d;
  border-color: #011a18;
}
.btn-success:hover {
  color: #fff;
  background-color: #04645d;
  border-color: #045a54;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #04645d;
  border-color: #045a54;
}
.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: #03423d;
  border-color: #011a18;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #06958a;
  border-color: #06958a;
}
.btn-success .badge {
  color: #06958a;
  background-color: #fff;
}
.btn-success:hover {
  color: #fff;
  background-color: #077d74;
  border-color: #06958a;
}
.btn-success:focus {
  color: #fff;
}
.btn-cancel {
  color: #555;
  background-color: #fff;
  border-color: #999;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-cancel:focus,
.btn-cancel.focus {
  color: #555;
  background-color: #e6e6e6;
  border-color: #595959;
}
.btn-cancel:hover {
  color: #555;
  background-color: #e6e6e6;
  border-color: #7a7a7a;
}
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
  color: #555;
  background-color: #e6e6e6;
  border-color: #7a7a7a;
}
.btn-cancel:active:hover,
.btn-cancel.active:hover,
.open > .dropdown-toggle.btn-cancel:hover,
.btn-cancel:active:focus,
.btn-cancel.active:focus,
.open > .dropdown-toggle.btn-cancel:focus,
.btn-cancel:active.focus,
.btn-cancel.active.focus,
.open > .dropdown-toggle.btn-cancel.focus {
  color: #555;
  background-color: #d4d4d4;
  border-color: #595959;
}
.btn-cancel:active,
.btn-cancel.active,
.open > .dropdown-toggle.btn-cancel {
  background-image: none;
}
.btn-cancel.disabled,
.btn-cancel[disabled],
fieldset[disabled] .btn-cancel,
.btn-cancel.disabled:hover,
.btn-cancel[disabled]:hover,
fieldset[disabled] .btn-cancel:hover,
.btn-cancel.disabled:focus,
.btn-cancel[disabled]:focus,
fieldset[disabled] .btn-cancel:focus,
.btn-cancel.disabled.focus,
.btn-cancel[disabled].focus,
fieldset[disabled] .btn-cancel.focus,
.btn-cancel.disabled:active,
.btn-cancel[disabled]:active,
fieldset[disabled] .btn-cancel:active,
.btn-cancel.disabled.active,
.btn-cancel[disabled].active,
fieldset[disabled] .btn-cancel.active {
  background-color: #fff;
  border-color: #999;
}
.btn-cancel .badge {
  color: #fff;
  background-color: #555;
}
.btn-cancel:hover {
  color: #000;
  background-color: #fff;
  border-color: #999;
}
.btn-cancel:focus {
  color: #555;
}
.btn-cancel-gray {
  color: #555;
  background-color: #f5f4f6;
  border-color: #bfbfbf;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-cancel-gray:focus,
.btn-cancel-gray.focus {
  color: #555;
  background-color: #dcd8df;
  border-color: #7f7f7f;
}
.btn-cancel-gray:hover {
  color: #555;
  background-color: #dcd8df;
  border-color: #a0a0a0;
}
.btn-cancel-gray:active,
.btn-cancel-gray.active,
.open > .dropdown-toggle.btn-cancel-gray {
  color: #555;
  background-color: #dcd8df;
  border-color: #a0a0a0;
}
.btn-cancel-gray:active:hover,
.btn-cancel-gray.active:hover,
.open > .dropdown-toggle.btn-cancel-gray:hover,
.btn-cancel-gray:active:focus,
.btn-cancel-gray.active:focus,
.open > .dropdown-toggle.btn-cancel-gray:focus,
.btn-cancel-gray:active.focus,
.btn-cancel-gray.active.focus,
.open > .dropdown-toggle.btn-cancel-gray.focus {
  color: #555;
  background-color: #cac4cf;
  border-color: #7f7f7f;
}
.btn-cancel-gray:active,
.btn-cancel-gray.active,
.open > .dropdown-toggle.btn-cancel-gray {
  background-image: none;
}
.btn-cancel-gray.disabled,
.btn-cancel-gray[disabled],
fieldset[disabled] .btn-cancel-gray,
.btn-cancel-gray.disabled:hover,
.btn-cancel-gray[disabled]:hover,
fieldset[disabled] .btn-cancel-gray:hover,
.btn-cancel-gray.disabled:focus,
.btn-cancel-gray[disabled]:focus,
fieldset[disabled] .btn-cancel-gray:focus,
.btn-cancel-gray.disabled.focus,
.btn-cancel-gray[disabled].focus,
fieldset[disabled] .btn-cancel-gray.focus,
.btn-cancel-gray.disabled:active,
.btn-cancel-gray[disabled]:active,
fieldset[disabled] .btn-cancel-gray:active,
.btn-cancel-gray.disabled.active,
.btn-cancel-gray[disabled].active,
fieldset[disabled] .btn-cancel-gray.active {
  background-color: #f5f4f6;
  border-color: #bfbfbf;
}
.btn-cancel-gray .badge {
  color: #f5f4f6;
  background-color: #555;
}
.btn-cancel-gray:hover {
  color: #000;
  background-color: #f5f4f6;
  border-color: #bfbfbf;
}
.btn-cancel-gray:focus {
  color: #555;
}
.btn-delete {
  color: #e9434c;
  background-color: #fff;
  border-color: #e9434c;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-delete:focus,
.btn-delete.focus {
  color: #e9434c;
  background-color: #e6e6e6;
  border-color: #9a1219;
}
.btn-delete:hover {
  color: #e9434c;
  background-color: #e6e6e6;
  border-color: #d61923;
}
.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  color: #e9434c;
  background-color: #e6e6e6;
  border-color: #d61923;
}
.btn-delete:active:hover,
.btn-delete.active:hover,
.open > .dropdown-toggle.btn-delete:hover,
.btn-delete:active:focus,
.btn-delete.active:focus,
.open > .dropdown-toggle.btn-delete:focus,
.btn-delete:active.focus,
.btn-delete.active.focus,
.open > .dropdown-toggle.btn-delete.focus {
  color: #e9434c;
  background-color: #d4d4d4;
  border-color: #9a1219;
}
.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  background-image: none;
}
.btn-delete.disabled,
.btn-delete[disabled],
fieldset[disabled] .btn-delete,
.btn-delete.disabled:hover,
.btn-delete[disabled]:hover,
fieldset[disabled] .btn-delete:hover,
.btn-delete.disabled:focus,
.btn-delete[disabled]:focus,
fieldset[disabled] .btn-delete:focus,
.btn-delete.disabled.focus,
.btn-delete[disabled].focus,
fieldset[disabled] .btn-delete.focus,
.btn-delete.disabled:active,
.btn-delete[disabled]:active,
fieldset[disabled] .btn-delete:active,
.btn-delete.disabled.active,
.btn-delete[disabled].active,
fieldset[disabled] .btn-delete.active {
  background-color: #fff;
  border-color: #e9434c;
}
.btn-delete .badge {
  color: #fff;
  background-color: #e9434c;
}
.btn-delete:hover {
  color: #b4023e;
  background-color: #fff;
  border-color: #e9434c;
}
.btn-delete:focus {
  color: #e9434c;
}
.btn-primary {
  color: #fff;
  background-color: #85259c;
  border-color: #85259c;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #621b73;
  border-color: #2d0d35;
}
.btn-primary:hover {
  color: #fff;
  background-color: #621b73;
  border-color: #5b196b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #621b73;
  border-color: #5b196b;
}
.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: #491456;
  border-color: #2d0d35;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #85259c;
  border-color: #85259c;
}
.btn-primary .badge {
  color: #85259c;
  background-color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #76208c;
  border-color: #76208c;
}
.btn-primary:focus {
  color: #fff;
}
.btn-highlight {
  color: #fff;
  background-color: #d53a58;
  border-color: #d53a58;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-highlight:focus,
.btn-highlight.focus {
  color: #fff;
  background-color: #b52742;
  border-color: #76192b;
}
.btn-highlight:hover {
  color: #fff;
  background-color: #b52742;
  border-color: #ad253f;
}
.btn-highlight:active,
.btn-highlight.active,
.open > .dropdown-toggle.btn-highlight {
  color: #fff;
  background-color: #b52742;
  border-color: #ad253f;
}
.btn-highlight:active:hover,
.btn-highlight.active:hover,
.open > .dropdown-toggle.btn-highlight:hover,
.btn-highlight:active:focus,
.btn-highlight.active:focus,
.open > .dropdown-toggle.btn-highlight:focus,
.btn-highlight:active.focus,
.btn-highlight.active.focus,
.open > .dropdown-toggle.btn-highlight.focus {
  color: #fff;
  background-color: #982038;
  border-color: #76192b;
}
.btn-highlight:active,
.btn-highlight.active,
.open > .dropdown-toggle.btn-highlight {
  background-image: none;
}
.btn-highlight.disabled,
.btn-highlight[disabled],
fieldset[disabled] .btn-highlight,
.btn-highlight.disabled:hover,
.btn-highlight[disabled]:hover,
fieldset[disabled] .btn-highlight:hover,
.btn-highlight.disabled:focus,
.btn-highlight[disabled]:focus,
fieldset[disabled] .btn-highlight:focus,
.btn-highlight.disabled.focus,
.btn-highlight[disabled].focus,
fieldset[disabled] .btn-highlight.focus,
.btn-highlight.disabled:active,
.btn-highlight[disabled]:active,
fieldset[disabled] .btn-highlight:active,
.btn-highlight.disabled.active,
.btn-highlight[disabled].active,
fieldset[disabled] .btn-highlight.active {
  background-color: #d53a58;
  border-color: #d53a58;
}
.btn-highlight .badge {
  color: #d53a58;
  background-color: #fff;
}
.btn-highlight:hover {
  color: #fff;
  background-color: $brand-highlight-hover;
  border-color: $brand-highlight-hover;
}
.btn-highlight:focus {
  color: #fff;
}
.btn-alternate {
  color: #fff;
  background-color: #06958a;
  border-color: #06958a;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn-alternate:focus,
.btn-alternate.focus {
  color: #fff;
  background-color: #04645d;
  border-color: #011a18;
}
.btn-alternate:hover {
  color: #fff;
  background-color: #04645d;
  border-color: #045a54;
}
.btn-alternate:active,
.btn-alternate.active,
.open > .dropdown-toggle.btn-alternate {
  color: #fff;
  background-color: #04645d;
  border-color: #045a54;
}
.btn-alternate:active:hover,
.btn-alternate.active:hover,
.open > .dropdown-toggle.btn-alternate:hover,
.btn-alternate:active:focus,
.btn-alternate.active:focus,
.open > .dropdown-toggle.btn-alternate:focus,
.btn-alternate:active.focus,
.btn-alternate.active.focus,
.open > .dropdown-toggle.btn-alternate.focus {
  color: #fff;
  background-color: #03423d;
  border-color: #011a18;
}
.btn-alternate:active,
.btn-alternate.active,
.open > .dropdown-toggle.btn-alternate {
  background-image: none;
}
.btn-alternate.disabled,
.btn-alternate[disabled],
fieldset[disabled] .btn-alternate,
.btn-alternate.disabled:hover,
.btn-alternate[disabled]:hover,
fieldset[disabled] .btn-alternate:hover,
.btn-alternate.disabled:focus,
.btn-alternate[disabled]:focus,
fieldset[disabled] .btn-alternate:focus,
.btn-alternate.disabled.focus,
.btn-alternate[disabled].focus,
fieldset[disabled] .btn-alternate.focus,
.btn-alternate.disabled:active,
.btn-alternate[disabled]:active,
fieldset[disabled] .btn-alternate:active,
.btn-alternate.disabled.active,
.btn-alternate[disabled].active,
fieldset[disabled] .btn-alternate.active {
  background-color: #06958a;
  border-color: #06958a;
}
.btn-alternate .badge {
  color: #06958a;
  background-color: #fff;
}
.btn-alternate:hover {
  color: #fff;
  background-color: #077d74;
  border-color: #077d74;
}
.btn-alternate:focus {
  color: #fff;
}
.btn-selected {
  border: 2px solid #85259c !important;
}
.btn-selected-fill {
  border: 1px solid #85259c !important;
  background-color: #85259c !important;
  color: #fff !important;
}
.carousel-indicators {
  z-index: 1;
}
.carousel-indicators li {
  margin-right: 5px !important;
}
@media screen and (min-width: 768px) {
  .ngdialog.ngdialog-theme-small .ngdialog-content {
    width: 500px !important;
    height: auto !important;
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
    position: fixed !important;
    left: 50%;
    margin-left: -250px;
    top: 100px !important;
    border: 1px solid #f5f4f6 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 5px rgba(0,0,0,0.4);
  }
  .ngdialog.ngdialog-theme-small.ngdialog-closing .ngdialog-content {
    -webkit-animation-name: fadeOut !important;
    animation-name: fadeOut !important;
  }
}
@media screen and (min-width: 768px) {
  .ngdialog.ngdialog-theme-small.info-modal .ngdialog-content {
    width: 600px !important;
    height: auto !important;
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
    position: fixed !important;
    left: 50%;
    margin-left: -300px;
    top: 100px !important;
    border: 0 !important;
  }
  .ngdialog.ngdialog-theme-small.ngdialog-closing .ngdialog-content {
    -webkit-animation-name: fadeOut !important;
    animation-name: fadeOut !important;
  }
}
@media screen and (min-width: 768px) {
  .ngdialog.ngdialog-theme-small.start-convo .ngdialog-content {
    width: 450px !important;
    height: auto !important;
    -webkit-animation-name: fadeIn !important;
    animation-name: fadeIn !important;
    position: fixed !important;
    left: 50%;
    margin-left: -225px;
    top: 100px !important;
    border: 0 !important;
  }
  .ngdialog.ngdialog-theme-small.ngdialog-closing .ngdialog-content {
    -webkit-animation-name: fadeOut !important;
    animation-name: fadeOut !important;
  }
}
@media screen and (min-width: 768px) {
  .ngdialog.ngdialog-theme-small .ngdialog-content {
    max-height: 80%;
  }
}
.text-modal-container {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .text-modal-container {
    margin-top: 60px;
  }
}
.text-modal-single-column {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.text-muted-important {
  color: #999 !important;
}
@media screen and (min-width: 992px) {
  .visible-small {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .hidden-small {
    display: none !important;
  }
}
.ie9-banner {
  position: absolute;
  top: 40px;
  z-index: 9;
  width: 100%;
}
.ie9-banner .error-banner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e9434c;
  color: #fff;
}
.ie9-banner .error-banner a {
  color: #fff;
  text-decoration: underline;
}
.photos-area {
  padding: 30px;
}
.photos-submit-button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .photos-submit-button {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 767px) {
  .user-venue-photos {
    margin-top: 33px;
  }
}
.user-venue-photos div[sv-element="true"] img {
  cursor: move;
}
.file-upload-organize-button {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.file-upload-row {
  margin-left: -15px;
  margin-right: -15px;
}
.photo-organize-cards {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .photo-organize-cards {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .photo-organize-cards {
    position: relative;
    float: left;
    width: 33.33333333333333%;
    min-height: 1px;
    padding-left: 5;
    padding-right: 5;
    margin-bottom: 10px;
  }
}
.photo-organize-cards img {
  width: 100%;
}
.file-upload-card {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .file-upload-card {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .file-upload-card {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .file-upload-card {
    margin-bottom: 30px;
  }
}
.file-upload-photos {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .file-upload-photos {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 1200px) {
  .file-upload-photos {
    float: left;
    width: 25%;
  }
}
.file-upload-photos img {
  cursor: pointer;
  height: 240px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .file-upload-photos img {
    height: 160px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .file-upload-photos img {
    height: 200px;
  }
}
.photo-action-buttons-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 22px;
}
.active-button {
  background-color: #85259c;
  color: #fff;
}
.active-button:hover {
  background-color: #85259c;
  color: #fff;
}
.photo-action-buttons {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .photo-action-buttons {
    float: left;
    width: 41.66666666666667%;
  }
}
@media (min-width: 768px) {
  .photo-action-buttons {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .photo-action-buttons {
    left: 33.33333333333333%;
  }
}
@media screen and (max-width: 767px) {
  .photo-action-buttons {
    text-align: center;
  }
}
.photo-action-buttons button {
  width: 120px;
}
.photo-drag-instructions {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .photo-drag-instructions {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 768px) {
  .photo-drag-instructions {
    right: 33.33333333333333%;
  }
}
@media screen and (max-width: 991px) {
  .photo-drag-instructions {
    text-align: center;
    margin-top: 22px;
  }
}
.caption textarea {
  font-size: 14.4px !important;
}
.cover-photo {
  position: absolute;
  top: 10px;
  right: 25px;
}
.cover-photo .divider {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cover-photo li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.cover-photo li button {
  width: 100%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.cover-photo li button:hover {
  background-color: #85259c !important;
  color: #fff;
}
.cover-photo button {
  color: #555;
  background-color: #fff !important;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  padding-left: 5px;
  padding-right: 5px;
}
.cover-title {
  position: absolute;
  bottom: 80px;
  right: 25px;
  color: #fff;
  font-weight: 400;
  text-shadow: 2px 3px 2px #000;
}
.cover-text {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -5px;
}
.upload-container {
  padding: 0;
  background-color: #f2f1f4;
  border: 1px dashed #999;
  text-align: center;
}
.upload-container .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}
.upload-container .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: #008000;
}
.upload-container h3 {
  color: #999;
  padding: 15px 50px;
  margin-bottom: 0;
  cursor: pointer;
}
.upload-container h3 .fa-picture-o {
  font-size: 21.599999999999998px;
}
@media screen and (min-width: 768px) {
  .upload-container h3 .fa-picture-o {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 32.4px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .upload-container h3 {
    height: 229px;
    padding: 70px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .upload-container h3 {
    height: 269px;
    padding: 90px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .upload-container h3 {
    height: 308px;
    padding: 100px 20px;
  }
}
.landing h1 {
  font-size: 31.5px;
  letter-spacing: 2px !important;
}
.landing h3 {
  font-weight: 500;
  font-size: 18px;
  padding-top: 11px;
  line-height: 28.6px;
}
.landing .landing-new-primary-header {
  letter-spacing: 0.4px !important;
  line-height: 26px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 370px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
.landing .attribution {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  border-top: 1px solid #d53a58;
  padding-top: 10px;
  padding-left: 20px;
}
.landing .attribution h6 {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.8);
}
.landing .attribution p {
  font-size: 11.200000000000001px;
  color: #f5f4f6;
  text-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.7);
}
.landing .hero-attribution {
  right: 40px;
}
.home-hero {
  position: relative;
  width: 100%;
  cursor: inherit;
  z-index: 8;
}
.home-hero img {
  object-fit: cover;
  width: 100% !important;
  height: 77vh;
}
@media screen and (max-width: 767px) {
  .home-hero img {
    object-position: 50% 50% !important;
    height: 75vh;
  }
}
.home-hero-banner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  top: 40%;
  color: #fff;
  text-align: center;
}
.home-hero-banner h1 {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900 !important;
}
.home-hero-banner h3 {
  font-size: 20px;
}
.home-hero-banner .home-hero-title-box {
  display: inline-block;
  padding: 35px 20px;
  width: 390px;
  background-color: rgba(0,0,0,0.75);
  border-top: 3px solid #d53a58;
}
.home-hero-banner .home-hero-banner-secondary {
  display: inline-block;
  width: 330px;
}
.home-hero-banner .home-hero-banner-secondary-new {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .home-hero-banner {
    top: 50%;
    width: 90%;
    left: 5%;
  }
  .home-hero-banner .home-hero-title-box {
    border-top: 0px;
    padding: 20px 20px;
    width: 100%;
  }
  .home-hero-banner .home-hero-banner-secondary {
    width: 100%;
  }
  .home-hero-banner h1 {
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-hero-banner h3 {
    font-size: 18px;
    line-height: 28.6px;
  }
}
.cities-dropdown {
  position: relative;
  display: inline-block;
}
.cities-dropdown:hover .cities-dropdown-menu {
  display: block;
}
.cities-dropdown:hover button {
  background-color: #d53a58;
}
.cities-dropdown button {
  margin-top: 44px;
  background-color: rgba(213,58,88,0.9);
  padding: 12px 51px 12px 58px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  color: #fff;
}
.cities-dropdown button i {
  margin-left: 10px;
}
.cities-dropdown .cities-dropdown-menu {
  display: none;
  position: absolute;
  padding-left: 0;
  background-color: rgba(0,0,0,0.88);
  color: #fff;
  width: 268px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-align: left;
  list-style-type: none;
}
.cities-dropdown .cities-dropdown-menu li:nth-child(2) a {
  border-top: 0;
  border-bottom: 0;
}
.cities-dropdown .cities-dropdown-menu a {
  cursor: pointer;
  display: block;
  padding: 12px 20px;
  border: 1px solid #555;
  color: #fff;
}
.cities-dropdown .cities-dropdown-menu a:hover {
  background-color: rgba(213,58,88,0.8);
}
.how-it-works {
  width: 100%;
  text-align: center;
  cursor: inherit;
  position: relative;
}
.how-it-works .how-it-works-banner {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.how-it-works h2 {
  letter-spacing: 1px !important;
  color: #333;
  font-weight: 400;
  font-size: 24.5px;
}
.how-it-works .how-it-works-items-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 44px;
}
.how-it-works .how-it-works-items {
  width: 33.3%;
  padding-left: 20px;
  padding-right: 20px;
}
.how-it-works .how-it-works-items .icon {
  font-size: 70px;
  color: #85259c;
}
.how-it-works .how-it-works-items p {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.how-it-works .how-it-works-items h5 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}
.how-it-works .how-it-works-items-new {
  width: 33.3%;
  padding-left: 35px;
  padding-right: 35px;
}
.how-it-works .how-it-works-items-new .icon-quality-container {
  display: block;
  height: 80px;
  overflow: none;
  margin-bottom: 20px;
}
.how-it-works .how-it-works-items-new .icon-quality {
  position: relative;
  top: -25px;
  font-size: 110px;
  margin-bottom: 0;
}
.how-it-works .how-it-works-items-new .icon-portraits {
  font-size: 70px;
}
.how-it-works .how-it-works-items-new .icon-calendar-check {
  font-size: 60px;
  margin-top: 7px;
  margin-bottom: 8px;
}
.how-it-works .how-it-works-items-new .icon {
  display: block;
  color: #85259c;
}
.how-it-works .how-it-works-items-new p {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  color: #555;
  font-size: 15.2px;
  line-height: 20px;
}
.how-it-works .how-it-works-items-new h5 {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .how-it-works .how-it-works-items-new {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .how-it-works img {
    height: 100vh;
  }
  .how-it-works h2 {
    margin-top: 0;
  }
  .how-it-works .how-it-works-items-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 33px;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .how-it-works .how-it-works-items {
    width: 80%;
    margin-top: 44px;
  }
  .how-it-works .how-it-works-items:first-child {
    margin-top: 0;
  }
  .how-it-works .how-it-works-items .icon {
    font-size: 50px;
  }
  .how-it-works .how-it-works-items p {
    font-size: 16px;
  }
}
.landing-new-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.landing-new-review h5 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.landing-new-review .landing-new-review-area {
  width: 65%;
  background-color: #000;
  color: #fff;
}
.landing-new-review .landing-new-review-area .landing-new-review-container {
  width: 470px;
  padding: 80px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.landing-new-review .landing-new-review-area .landing-new-review-container .tlt {
  font-size: 22.4px;
  line-height: 36px;
}
.landing-new-review .landing-new-review-area .landing-new-review-container .tlt2 {
  display: block;
  margin-top: 30px;
  font-size: 17.6px;
}
.landing-new-review .landing-new-review-area .landing-new-review-container .landing-new-review-text li {
  font-size: 22.4px;
  line-height: 36px;
}
.landing-new-review .landing-new-review-area .landing-new-review-container .landing-new-review-author {
  text-align: right;
  margin-top: 30px;
}
.landing-new-review .landing-new-review-area .landing-new-review-container .landing-new-review-author .landing-new-review-author-container {
  text-align: left;
}
.landing-new-review .landing-new-review-area .landing-new-review-container .landing-new-review-author .landing-new-review-author-container p:first-child {
  text-transform: uppercase;
  font-size: 13.299999999999999px;
  margin-bottom: 5px;
}
.landing-new-review .landing-new-review-area .landing-new-review-container .landing-new-review-author .landing-new-review-author-container p:last-child {
  font-size: 13.299999999999999px;
  color: #999;
}
.landing-new-review .landing-new-review-badges {
  width: 35%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #f5f4f6;
}
.landing-new-review .landing-new-review-badges i {
  color: #bfbfbf;
}
.landing-new-review .landing-new-review-badges ul {
  list-style-type: none;
  padding-left: 0;
}
.landing-new-review .landing-new-review-badges ul li {
  margin-bottom: 20px;
}
.landing-new-review .landing-new-review-badges ul li img {
  margin-top: 10px;
  height: 30px;
  filter: grayscale(100%);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.landing-new-review .landing-new-review-badges ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .landing-new-review {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .landing-new-review .landing-new-review-area {
    width: 100%;
  }
  .landing-new-review .landing-new-review-area .landing-new-review-container {
    width: 100%;
  }
  .landing-new-review .landing-new-review-area .landing-new-review-container .tlt {
    font-size: 20.8px;
  }
  .landing-new-review .landing-new-review-area .landing-new-review-container .landing-new-review-text {
    font-size: 19.2px;
  }
  .landing-new-review .landing-new-review-badges {
    width: 100%;
  }
}
.landing-new-concierge {
  padding: 80px 20px;
}
.landing-new-concierge .landing-new-concierge-area {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.landing-new-concierge .landing-new-concierge-area i {
  margin-top: -30px;
  font-size: 140px;
  color: #d53a58;
  margin-right: 60px;
}
.landing-new-concierge .landing-new-concierge-area .landing-new-concierge-action {
  width: 350px;
}
.landing-new-concierge .landing-new-concierge-area .landing-new-concierge-action p {
  font-size: 15.400000000000002px;
  color: #555;
}
.landing-new-concierge .landing-new-concierge-area .landing-new-concierge-action a {
  margin-top: 10px;
  font-size: 12.6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .landing-new-concierge .landing-new-concierge-area {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .landing-new-concierge .landing-new-concierge-area i {
    margin-right: 0;
  }
  .landing-new-concierge .landing-new-concierge-area .landing-new-concierge-action {
    width: 100%;
  }
  .landing-new-concierge .landing-new-concierge-area .landing-new-concierge-action a {
    width: 100%;
  }
}
.why-sixplus .half-page-tile-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional,
.why-sixplus .half-page-tile-area .landing-differentiator-image-additional,
.why-sixplus .half-page-tile-area .home-hero-banner {
  display: none;
}
.why-sixplus .half-page-tile-area .landing-differentiator-image,
.why-sixplus .half-page-tile-area .landing-differentiator-image-additional {
  position: relative;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile,
.why-sixplus .half-page-tile-area .landing-differentiator-image,
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional,
.why-sixplus .half-page-tile-area .landing-differentiator-image-additional {
  width: 50%;
  height: 46vh;
  overflow: hidden;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile,
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional {
  height: 46vh;
  text-align: center;
  position: relative;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile .landing-differentiator-content,
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional .landing-differentiator-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile h4,
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional h4 {
  font-size: 22.799999999999997px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile h4 span,
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional h4 span {
  font-weight: 600;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile h5,
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional h5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 13.2px !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.4px;
  color: #555;
  width: 240px;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile h5 span,
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional h5 span {
  font-weight: 700;
  font-style: italic;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional {
  background-color: #06958a;
  color: #fff;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional h4 {
  color: #fff;
}
.why-sixplus .half-page-tile-area .landing-differentiator-tile-additional h5 {
  color: #f5f4f6;
  width: 257px;
}
.why-sixplus .half-page-tile-area .landing-differentiator-image img,
.why-sixplus .half-page-tile-area .landing-differentiator-image-additional img {
  width: 100%;
  height: 46vh;
  object-fit: cover;
}
.why-sixplus .half-page-tile-area .landing-differentiator-attribution {
  position: absolute;
  right: 30px;
  bottom: 10px;
  border-top: 1px solid #85259c;
  padding: 10px 0px 10px 30px;
  text-align: right;
  width: auto;
}
.why-sixplus .half-page-tile-area .landing-differentiator-attribution h6 {
  margin-bottom: 0;
}
.why-sixplus .half-page-tile-area .landing-differentiator-attribution h6 {
  font-size: 14px;
  color: #85259c;
  font-weight: 400;
  margin-bottom: 5px;
}
.why-sixplus .half-page-tile-area .landing-differentiator-attribution p {
  font-size: 12.6px;
  font-weight: 400;
  color: #777 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .why-sixplus .half-page-tile-area .landing-differentiator-attribution {
    display: none;
  }
}
.why-sixplus .half-page-tile-area .attribution-white {
  border-top: 1px solid #fff;
}
.why-sixplus .half-page-tile-area .attribution-white h6 {
  color: #fff;
}
.why-sixplus .half-page-tile-area .attribution-white p {
  color: #f5f4f6 !important;
}
.why-sixplus .half-page-tile-area .attribution-left {
  right: inherit;
  left: 30px;
  text-align: left;
  padding: 10px 30px 10px 0px;
  border-top: 1px solid #fff;
}
.why-sixplus .half-page-tile-area .attribution-left h6 {
  color: #fff;
}
.why-sixplus .half-page-tile-area .attribution-left p {
  color: #f5f4f6 !important;
}
.why-sixplus .half-page-tile-area:nth-child(2) .landing-differentiator-tile {
  background-color: #d53a58;
  color: #fff;
}
.why-sixplus .half-page-tile-area:nth-child(2) .landing-differentiator-tile h4 {
  color: #fff;
}
.why-sixplus .half-page-tile-area:nth-child(2) .landing-differentiator-tile h5 {
  color: #f5f4f6;
  width: 257px;
}
@media screen and (max-width: 767px) {
  .why-sixplus .half-page-tile-area {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional.landing-differentiator-image-additional {
    display: block;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-tile,
  .why-sixplus .half-page-tile-area .landing-differentiator-image,
  .why-sixplus .half-page-tile-area .landing-differentiator-tile-additional,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional {
    width: 100%;
    height: 60vh;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-tile img,
  .why-sixplus .half-page-tile-area .landing-differentiator-image img,
  .why-sixplus .half-page-tile-area .landing-differentiator-tile-additional img,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional img {
    height: 100%;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-tile {
    display: none;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-image,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional {
    position: relative;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-image .home-hero-banner,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional .home-hero-banner {
    display: block;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-image .home-hero-banner h4,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional .home-hero-banner h4 {
    font-size: 22.799999999999997px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-image .home-hero-banner h4 span,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional .home-hero-banner h4 span {
    font-weight: 600;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-image .home-hero-banner h5,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional .home-hero-banner h5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 13.2px !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.4px;
    color: #f5f4f6;
    width: 240px;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-image .home-hero-banner h5 span,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional .home-hero-banner h5 span {
    font-weight: 700;
    font-style: italic;
  }
}
@media screen and (min-width: 1200px) {
  .why-sixplus .half-page-tile-area .landing-differentiator-tile-additional,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional {
    display: block;
  }
  .why-sixplus .half-page-tile-area .landing-differentiator-tile,
  .why-sixplus .half-page-tile-area .landing-differentiator-image,
  .why-sixplus .half-page-tile-area .landing-differentiator-tile-additional,
  .why-sixplus .half-page-tile-area .landing-differentiator-image-additional {
    width: 33.333%;
  }
}
.secondary-hero img {
  height: 61vh;
}
.secondary-hero .home-hero-banner {
  top: 50%;
}
.secondary-hero .home-hero-banner h1 {
  font-size: 24.5px;
}
.secondary-hero .home-hero-banner-secondary {
  width: 370px;
}
.secondary-hero .concierge-button a {
  margin-top: 44px;
  background-color: rgba(79,21,98,0.9);
  padding: 12px 51px 12px 58px;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  color: #fff;
}
.secondary-hero .concierge-button a:hover {
  background-color: #4f1562;
}
@media screen and (max-width: 767px) {
  .secondary-hero .home-hero-banner-secondary {
    width: 100%;
  }
  .secondary-hero .home-hero-banner h1 {
    font-size: 21px;
  }
}
.divider-banners {
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  padding-top: 22px !important;
  padding-bottom: 22px;
}
.divider-banners .header-divider {
  display: inline-block;
  height: 1px;
  width: 60px;
  vertical-align: middle;
  background-color: #fff;
}
.divider-banners h4 {
  font-size: 19.200000000000003px;
  margin: 0 !important;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.divider-banners .landing-new-divider-header {
  font-size: 14.4px;
  margin: 0 !important;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}
.cities-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
a.city-card {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  a.city-card {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    height: 250px;
  }
}
a.city-card .hero-card {
  position: relative;
  float: left;
  text-align: center;
  cursor: inherit;
  width: 100%;
  height: 100%;
}
a.city-card .hero-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.57);
}
a.city-card .hero-card:hover {
  position: relative;
  float: left;
}
a.city-card .hero-card:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.4);
}
a.city-card .hero-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0% 15%;
}
@media screen and (max-width: 767px) {
  a.city-card .hero-card {
    width: 100%;
  }
  a.city-card .hero-card img {
    height: 250px;
    object-fit: cover;
    object-position: 0% 0%;
  }
}
a.city-card .hero-card .hero-card-title {
  letter-spacing: 1.5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
a.city-card .hero-card .hero-card-title h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  a.city-card .hero-card .hero-card-title h3 {
    font-size: 20px;
  }
}
.venue-card {
  width: 33.333%;
  text-align: center;
  cursor: inherit;
}
.venue-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.venue-card h3 {
  font-size: 21.6px !important;
}
.venue-card p {
  color: #d53a58;
}
.venue-card button,
.venue-card a {
  width: 100px;
  margin-top: 5px;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .venue-card {
    width: 100%;
    height: 250px;
    position: relative;
    float: left;
  }
  .venue-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
/* gradient fallback */
    background: rgba(0,0,0,0.6) repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), #000);
    background: -moz-linear-gradient(top, rgba(0,0,0,0), #000);
    background: -ms-linear-gradient(top, rgba(0,0,0,0), #000);
    background: -o-linear-gradient(top, rgba(0,0,0,0), #000);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background: linear-gradient(rgba(0,0,0,0), #000);
  }
  .venue-card img {
    height: 100%;
  }
  .venue-card .venue-card-title {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    letter-spacing: 1.5px;
    text-align: left;
  }
  .venue-card .venue-card-title h3 {
    font-size: 26.400000000000002px;
    font-weight: 400;
    text-transform: inherit;
    color: #fff;
  }
  .venue-card .venue-card-title button {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .venue-card .venue-card-title {
    display: none;
  }
  .venue-card:hover {
    position: relative;
    float: left;
  }
  .venue-card:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.67);
  }
  .venue-card:hover .venue-card-title {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    top: 45%;
    letter-spacing: 1.5px;
  }
  .venue-card:hover .venue-card-title h3 {
    font-size: 26.400000000000002px;
    font-weight: 400;
    color: #fff;
  }
}
.venue-card-new {
  width: 33.333%;
  height: 300px;
  text-align: center;
  cursor: inherit;
  position: relative;
  float: left;
}
.venue-card-new:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0;
  right: 0;
/* gradient fallback */
  background: rgba(0,0,0,0.6) repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), #000);
  background: -moz-linear-gradient(top, rgba(0,0,0,0), #000);
  background: -ms-linear-gradient(top, rgba(0,0,0,0), #000);
  background: -o-linear-gradient(top, rgba(0,0,0,0), #000);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background: linear-gradient(rgba(0,0,0,0), #000);
}
.venue-card-new img {
  width: 100%;
  height: 300px;
  height: 100%;
  object-fit: cover;
}
.venue-card-new h3 {
  font-size: 21.6px !important;
}
.venue-card-new p {
  color: #d53a58;
  font-size: 14px;
  letter-spacing: 0;
}
.venue-card-new a {
  padding: 5px 12px;
  border: 2px solid #fff;
  text-transform: capitalize;
  font-size: 14px !important;
}
.venue-card-new .venue-card-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  bottom: 10px;
  letter-spacing: 1px;
  width: 100%;
}
.venue-card-new .venue-card-title h5 {
  font-weight: 600;
  text-transform: inherit;
  color: #fff;
}
.venue-card-new .venue-card-title div:first-child {
  text-align: left;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-left: 20px;
}
.venue-card-new .venue-card-title div:last-child {
  text-align: right;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .venue-card-new {
    position: relative;
    float: left;
    width: 100%;
  }
  .venue-card-new:before {
    content: "";
    display: block;
    position: absolute;
    top: 65%;
    bottom: 0;
    left: 0;
    right: 0;
/* gradient fallback */
    background: rgba(0,0,0,0.6) repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(#000));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), #000);
    background: -moz-linear-gradient(top, rgba(0,0,0,0), #000);
    background: -ms-linear-gradient(top, rgba(0,0,0,0), #000);
    background: -o-linear-gradient(top, rgba(0,0,0,0), #000);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background: linear-gradient(rgba(0,0,0,0), #000);
  }
}
.browse-cities-banner {
  text-align: center;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.browse-cities-banner ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.browse-cities-banner ul li {
  display: inline-block;
  width: 170px;
}
.browse-cities-banner ul li i {
  font-size: 70px;
}
.browse-cities-banner ul li p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: -10px !important;
}
.browse-cities-banner ul a {
  color: #555;
}
.browse-cities-banner ul a:hover {
  color: #85259c;
}
@media screen and (max-width: 767px) {
  .browse-cities-banner div {
    display: none;
  }
  .browse-cities-banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .browse-cities-banner ul li {
    width: 33%;
  }
  .browse-cities-banner ul li i {
    font-size: 50px;
  }
}
.for-restaurants-new {
  background-color: #f5f4f6;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.for-restaurants-new h4 {
  letter-spacing: 0.4px !important;
  line-height: 26px;
  color: #333;
  font-weight: 600;
  font-size: 21.6px;
}
.for-restaurants-new p {
  margin-top: 10px !important;
}
.for-restaurants-new a {
  margin-top: 20px;
  font-size: 12.6px;
}
.landing-testimonials .half-page-tile-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile,
.landing-testimonials .half-page-tile-area .landing-differentiator-image,
.landing-testimonials .half-page-tile-area .landing-differentiator-tile-additional,
.landing-testimonials .half-page-tile-area .landing-differentiator-image-additional {
  width: 50%;
  height: 35vh;
  overflow: hidden;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile {
  height: 35vh;
  text-align: center;
  position: relative;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile .landing-differentiator-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  width: 80%;
  left: 10%;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile h4 {
  font-size: 14.4px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile h4 span {
  font-weight: 600;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile h5 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 13.2px !important;
  font-size: 13.6px;
  font-weight: 400;
  line-height: 26.4px;
  color: #555;
  width: 240px;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile h5 span {
  font-weight: 700;
  font-style: italic;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-tile h6 {
  color: #d53a58;
  font-size: 14.4px;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-image {
  position: relative;
}
.landing-testimonials .half-page-tile-area .landing-differentiator-image img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
}
.landing-testimonials .half-page-tile-area .landing-testimonial-second h6,
.landing-testimonials .half-page-tile-area .landing-testimonial-third h6 {
  color: #fff;
}
.landing-testimonials .half-page-tile-area .landing-testimonial-third {
  background-color: #06958a !important;
}
.landing-testimonials .half-page-tile-area:nth-child(2) .landing-differentiator-tile {
  background-color: #d53a58;
  color: #fff;
}
.landing-testimonials .half-page-tile-area:nth-child(2) .landing-differentiator-tile h4 {
  color: #fff;
}
.landing-testimonials .half-page-tile-area:nth-child(2) .landing-differentiator-tile h5 {
  color: #f5f4f6;
  width: 257px;
}
@media screen and (min-width: 768px) {
  .landing-testimonials .half-page-tile-area .home-hero-banner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .landing-testimonials .half-page-tile-area {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .landing-testimonials .half-page-tile-area .testimonial-attribution {
    display: none;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-tile,
  .landing-testimonials .half-page-tile-area .landing-differentiator-image {
    width: 100%;
    height: 320px;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-tile img,
  .landing-testimonials .half-page-tile-area .landing-differentiator-image img {
    height: 100%;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-tile {
    display: none;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-image {
    position: relative;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-image .home-hero-banner {
    display: block;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-image .home-hero-banner h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-image .home-hero-banner h4 span {
    font-weight: 600;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-image .home-hero-banner h5 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 13.2px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 26.4px;
    color: #f5f4f6;
    width: 240px;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-image .home-hero-banner h5 span {
    font-weight: 700;
    font-style: italic;
  }
  .landing-testimonials .half-page-tile-area .landing-differentiator-image .home-hero-banner h6 {
    color: #d53a58;
    font-size: 17px;
  }
}
.restaurant-hero img {
  height: 350px;
}
.footer {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #000;
  border-top: 2px solid #85259c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media print {
  .footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.footer .footer-links-area {
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  margin-left: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.footer .footer-links-area a {
  color: #999;
}
.footer .footer-links-area a:hover {
  color: #fff;
}
.footer .footer-links-area .footer-links {
  margin-bottom: 10px;
}
.footer .footer-links-area .footer-trademark {
  text-align: left;
  margin-top: 10px;
}
.footer .footer-links-area .footer-trademark a {
  color: #555;
}
.footer .footer-links-area .footer-trademark a:hover {
  color: #fff;
}
.footer .footer-links-area .footer-trademark h6,
.footer .footer-links-area .footer-trademark p {
  display: inline-block;
  margin-bottom: 0;
}
.footer .footer-links-area .footer-trademark h6 {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.footer .footer-links-area .footer-trademark h6 a {
  color: #999;
}
.footer .footer-links-area .footer-trademark .terms-footer {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .footer .footer-links-area {
    -moz-order: 2;
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
  .footer .footer-links-area li {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer .footer-links-area .footer-divider {
    display: none;
  }
  .footer .footer-links-area .footer-trademark {
    margin-top: 33px;
    text-align: center;
  }
  .footer .footer-links-area .footer-trademark h6,
  .footer .footer-links-area .footer-trademark p {
    display: block;
  }
  .footer .footer-links-area .footer-trademark h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .footer .footer-links-area .footer-trademark span {
    display: block;
  }
}
.footer .footer-links-area .badges a:first-child {
  margin-right: 20px;
}
.footer .footer-links-area .badges img {
  width: 75px;
  height: 30px;
  object-fit: cover;
}
.footer .footer-social-area {
  margin-right: 35px;
  width: 300px;
}
.footer .footer-social-area h6 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
}
.footer .footer-social-area input {
  background-color: #000;
  width: 250px;
  color: #fff;
}
.footer .footer-social-area button {
  padding: 9px 10px;
  font-size: 12.8px;
  line-height: 1.428571429;
  border-radius: 0px;
  position: relative;
  top: -2px;
}
.footer .footer-social-area .social-links {
  margin-top: 20px;
}
.footer .footer-social-area .social-links i {
  font-size: 24px;
  color: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer .footer-social-area {
    -moz-order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .footer .footer-social-area h6 {
    margin-bottom: 33px;
  }
  .footer .footer-social-area input,
  .footer .footer-social-area button {
    display: block;
  }
  .footer .footer-social-area input {
    width: 100%;
  }
  .footer .footer-social-area button {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.welcome-landing {
  margin-top: -60px;
}
.welcome-landing h1 {
  font-size: 44.1px;
  letter-spacing: 2px !important;
}
.welcome-landing h3 {
  font-weight: 400;
  padding-top: 33px;
  line-height: 33px;
}
@media screen and (max-width: 767px) {
  .welcome-landing h1 {
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15%;
  }
  .welcome-landing h3 {
    font-size: 20px;
    line-height: 28.6px;
  }
}
.welcome-landing .welcome-hero-attribution {
  position: absolute;
  right: 35px;
  text-align: right;
  bottom: 40px;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .welcome-landing .welcome-hero-attribution {
    display: none;
  }
}
.welcome-landing .welcome-hero-attribution h5 {
  color: #d53a58;
  font-weight: 400;
}
.welcome-landing .welcome-hero-attribution p {
  color: #777;
  margin-bottom: 0;
}
.welcome-hero {
  position: relative;
  float: left;
  width: 100%;
}
.welcome-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.5);
}
.welcome-hero img {
  object-fit: cover;
  width: 100% !important;
  height: 100vh;
}
.welcome-hero .welcome-hero-banner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 40%;
  text-align: center;
}
.welcome-hero .welcome-hero-banner-secondary {
  padding-left: 30%;
  padding-right: 30%;
}
.welcome-hero .welcome-hero-banner-secondary a {
  margin-top: 30px;
}
.welcome-hero .welcome-hero-banner-secondary .btn {
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .welcome-hero .welcome-hero-banner-secondary {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.welcome-email-banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  margin-top: 0;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .welcome-email-banner {
    text-align: left;
    bottom: 60px;
  }
}
.welcome-email-banner p {
  font-size: 18px;
  margin-top: 20px !important;
  margin-bottom: 20px;
}
.welcome-email-banner p span {
  text-decoration: underline;
}
.vb-status-header {
  position: relative;
  height: 97px;
  background: #85259c;
  z-index: 10;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.vb-status-header h3 {
  margin-bottom: 3px;
  color: #bfbfbf;
}
.vb-status-header p {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .vb-status-header {
    height: 60px !important;
  }
}
.vb-status-details-modal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .vb-status-details-modal {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.vb-status-price-modal {
  width: 300px;
  min-width: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .vb-status-price-modal {
    width: 100%;
  }
}
.vb-status-selections-modal {
  width: -moz-calc(100% - x);
  width: -webkit-calc(100% - x);
  width: calc(100% - x);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .vb-status-selections-modal {
    width: 100%;
  }
}
.vb-status-data-modal {
  display: block !important;
  width: 50%;
  border: 1px solid #f5f4f6;
  text-align: left;
  padding: 20px 22px;
  background-color: #fff;
}
.vb-status-data-modal h3 {
  color: #bfbfbf !important;
}
.vb-status-data-modal p {
  color: #000;
  font-size: 24px;
  font-weight: 300;
}
.vb-status-data-modal .array-values-modal {
  display: inline-block;
}
.vb-status-data-modal:hover {
  background-color: #85259c;
  cursor: pointer;
}
.vb-status-data-modal:hover p {
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .vb-status-data-modal {
    width: 100%;
  }
}
.vb-status-total-modal {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  color: #fff;
}
.vb-status-total-modal p.h3 {
  font-size: 28.799999999999997px;
}
@media screen and (max-width: 768px) {
  .vb-status-total-modal {
    text-align: center;
    background-color: rgba(0,0,0,0.2);
  }
  .vb-status-total-modal p {
    font-size: 20px;
  }
}
.vb-status-total-modal .vb-tally-divider {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  color: #999;
}
.vb-status-total-modal .vb-tally-min,
.vb-status-total-modal .vb-tally {
  display: inline-block;
  font-size: 24px;
}
.vb-status-total-modal .vb-tally-min {
  color: #999;
}
.vb-status-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: -moz-calc(100% - 210px);
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
}
@media screen and (max-width: 991px) {
  .vb-status-details {
    width: 0;
  }
}
.vb-status-details p.h4 {
  font-size: 16px !important;
}
.vb-status-data {
  width: 18%;
  height: 100%;
  min-height: 97px !important;
  border-right: 1px solid rgba(255,255,255,0.2);
  text-align: left;
  padding: 20px 22px;
}
.vb-status-data:hover {
  background-color: rgba(0,0,0,0.2);
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vb-status-data {
    width: 22.5%;
  }
}
@media screen and (max-width: 991px) {
  .vb-status-data {
    display: none !important;
    width: 30%;
  }
  .vb-status-data h3 {
    font-size: 14px;
  }
  .vb-status-data p {
    font-size: 16px;
  }
}
.vb-status-addon {
  display: none;
}
@media screen and (min-width: 992px) {
  .vb-status-addon {
    display: block;
  }
}
.vb-status-drinks {
  display: none;
}
@media screen and (min-width: 768px) {
  .vb-status-drinks {
    display: block;
  }
}
.vb-status-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .vb-status-menu {
    display: block;
  }
}
.vb-status-space {
  display: none;
}
@media screen and (min-width: 768px) {
  .vb-status-space {
    display: block;
  }
}
.vb-status-guests {
  width: 10% !important;
  display: none;
}
@media screen and (min-width: 768px) {
  .vb-status-guests {
    display: block;
  }
}
.vb-status-date {
  display: none;
}
@media screen and (min-width: 768px) {
  .vb-status-date {
    display: block;
  }
}
.vb-status-time {
  font-size: 12.6px !important;
  margin-top: 3px !important;
}
.vb-status-total {
  width: 210px;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  padding-right: 25px;
  padding-top: 35px;
  text-align: right;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.vb-status-total:hover {
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
}
.vb-status-total .vb-tally-divider {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.vb-status-total .vb-tally {
  display: inline-block;
}
.vb-status-total .vb-tally-min {
  display: inline-block;
  color: #999;
}
.vb-status-total .vb-tally-disclaimer {
  font-size: 12.6px;
  color: #f5f4f6;
  margin-top: 5px !important;
  display: block;
}
.vb-status-total .vb-tally-disclaimer i {
  color: #fff;
  font-size: 16px;
}
.vb-status-total .vb-tally-disclaimer .tooltip > .tooltip-inner {
  right: -275px;
}
.vb-status-total .over-min {
  color: #fff;
  font-size: 20px !important;
}
@media screen and (max-width: 991px) {
  .vb-status-total {
    width: 100%;
    text-align: center;
    padding-top: 17px;
    background-color: rgba(0,0,0,0);
  }
  .vb-status-total p {
    font-size: 20px;
  }
}
.vb-status-total .vb-status-view-more {
  position: absolute;
  right: 15px;
  margin-top: -17px;
}
.vb-status-total .vb-status-view-more .icon {
  margin-left: 5px;
}
.notification-slider div {
  position: fixed;
  top: 0px;
  z-index: 2000;
  width: 100%;
  height: 93px;
  background-color: #85259c;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notification-slider div {
    height: 60px !important;
  }
  .notification-slider div h3 {
    font-size: 16px;
  }
}
.notification-slider h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.notification-slider .initial-hide {
  display: none;
}
.vb-collapsed-section {
  padding-top: 66px;
  padding-bottom: 66px;
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
  width: 100%;
}
.vb-collapsed-section h3 {
  margin-bottom: 5px;
}
.vb-collapsed-section button {
  margin-top: 5px;
}
.vb-collapsed-section p {
  line-height: 22px;
}
@media screen and (max-width: 768px) {
  .vb-collapsed-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .vb-collapsed-section h3 {
    font-size: 24px;
  }
}
.vb-collapsed-list p {
  display: inline-block;
}
.vb-collapsed-list button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vb-select-container {
  min-height: 90vh;
  height: 100%;
  background-color: #f5f4f6;
}
.vb-select-content {
  padding-top: 44px;
  padding-bottom: 66px;
  background-color: #f5f4f6;
}
@media screen and (max-width: 767px) {
  .vb-select-content {
    padding-top: 44px;
  }
}
.vb-select-content-empty {
  padding-top: 11px;
  padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .vb-select-content-empty {
    padding-top: 22px;
  }
}
.vb-select-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.vb-select-header p {
  text-transform: none !important;
}
.vb-select-header h2 {
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .vb-select-header {
    text-align: left;
    padding-left: 15px;
  }
  .vb-select-header h2 {
    font-size: 20px;
  }
}
.vb-select-body {
  margin-top: 22px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vb-select-body {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 768px) {
  .vb-select-body {
    margin-left: 16.666666666666664%;
  }
}
.vb-select-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vb-select-date {
    float: left;
    width: 33.33333333333333%;
  }
}
@media screen and (min-width: 768px) {
  .vb-select-date {
    margin-left: -15px !important;
  }
}
.vb-select-time {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vb-select-time {
    float: left;
    width: 33.33333333333333%;
  }
}
.vb-select-group {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vb-select-group {
    float: left;
    width: 33.33333333333333%;
  }
}
.vb-select-group-button {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 22px;
  text-align: center;
  margin-bottom: 66px;
}
.vb-select-event-type label {
  display: block;
}
.vb-select-event-type div {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}
.vb-select-event-type button {
  background-color: #fff;
  border: 2px solid #bfbfbf;
}
@media screen and (max-width: 767px) {
  .vb-select-event-type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vb-select-button {
  text-align: center;
  margin-top: 44px;
}
.vb-select-button .vb-availability-message {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  color: #d53a58;
}
@media screen and (max-width: 767px) {
  .vb-select-button {
    margin-top: 44px;
  }
  .vb-select-button button {
    width: 100%;
  }
}
.vb-spaces {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 44px;
}
@media screen and (max-width: 992px) {
  .vb-spaces {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.vb-spaces-images,
.vb-spaces-info-container {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .vb-spaces-images,
  .vb-spaces-info-container {
    width: 100%;
  }
}
.vb-spaces-images {
  position: relative;
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
@media screen and (max-width: 992px) {
  .vb-spaces-images {
    position: static;
  }
}
.vb-space-image {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.vb-space-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .vb-space-image {
    position: static;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .vb-space-image {
    height: 250px;
  }
}
.vb-spaces-info-container {
  background-color: #fff;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .vb-spaces-info-container {
    cursor: pointer !important;
  }
}
.vb-info-details {
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.vb-spaces-reserve-container {
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.vb-spaces-reserve-container h2 {
  color: #000;
}
.vb-spaces-reserve-container label {
  text-transform: capitalize;
}
.vb-space-duration-container {
  margin-top: 22px;
}
.vb-space-duration-container select {
  display: block;
  font-size: 14px;
  width: 180px;
}
.vb-space-duration-container p {
  font-size: 14px;
  color: #85259c;
  margin-bottom: 0;
}
.vb-space-duration-container li {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .vb-space-duration-container li {
    margin-right: 5px;
  }
}
.vb-space-duration-container ul,
.vb-space-duration-container ol {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .vb-fb-label {
    margin-top: 10px;
  }
}
.vb-space-slot-container {
  margin-top: 22px;
}
.vb-space-slot-container label {
  width: 100%;
  margin-bottom: 10px;
}
.vb-space-slot-container button {
  background-color: #fff;
  border: 2px solid #bfbfbf;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 80px;
}
.vb-spaces-continue-button2 {
  margin-top: 33px;
}
.vb-spaces-continue-button2 button {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .vb-spaces-continue-button2 button {
    margin-right: 10px;
  }
  .vb-spaces-continue-button2 button:first-child {
    width: 50%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .vb-spaces-continue-button2 button:last-child {
    width: 40%;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.vb-space-description {
  margin-top: 22px;
  margin-bottom: 44px;
  color: #777;
}
.vb-section-content {
  overflow: hidden;
  cursor: default !important;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vb-section-content {
    height: 332px;
  }
  @supports (-ms-accelerator: true) {
    .vb-section-content {
      height: 332px;
    }
  }
}
.vb-menu-section-content {
  overflow: hidden;
  cursor: default !important;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vb-menu-section-content {
    height: 25vh;
    position: relative;
    float: left;
  }
  .vb-menu-section-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
/* gradient fallback */
    background: rgba(255,255,255,0.6) repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background: linear-gradient(rgba(255,255,255,0), #fff);
  }
  @supports (-ms-accelerator: true) {
    .vb-menu-section-content {
      height: 332px;
    }
  }
}
.vb-section-reserve-content {
  overflow: hidden;
  cursor: default !important;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vb-section-reserve-content {
    height: 350px;
  }
  @supports (-ms-accelerator: true) {
    .vb-section-reserve-content {
      height: 350px;
    }
  }
}
.vb-space-modal-button {
  margin-top: 11px;
}
.vb-space-modal-button button {
  text-transform: capitalize;
  font-weight: 400;
  color: #85259c;
}
.vb-space-modal-button-phantom {
  height: 33px;
  width: 100%;
}
.vb-space-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vb-space-header {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.vb-space-title h2 {
  color: #000;
}
@media screen and (max-width: 767px) {
  .vb-space-title h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .vb-space-title {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 1200px) {
  .vb-space-title h2 {
    font-size: 24px;
  }
  .vb-space-title h6 {
    font-size: 16px;
  }
}
.vb-space-price h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .vb-space-price {
    margin-top: 5px;
    padding-left: 0;
  }
  .vb-space-price h3,
  .vb-space-price h6 {
    display: inline-block;
    vertical-align: middle;
  }
  .vb-space-price h3 {
    font-size: 20px;
  }
  .vb-space-price h6 {
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .vb-space-price {
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .vb-space-price h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.vb-spaces-expand-button {
  text-align: right;
  cursor: pointer;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .vb-spaces-expand-button {
    display: none;
  }
}
.vb-collapse-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.vb-spaces-summary-condensed {
  margin-top: 10px;
}
.vb-spaces-button {
  margin-top: 22px;
}
.vb-spaces-button button {
  margin-left: -$line-height-computed;
  width: 100%;
  background-color: #06958a !important;
  border-color: #06958a !important;
}
@media screen and (max-width: 767px) {
  .vb-spaces-button button {
    margin-top: 22px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.vb-not-available button {
  background-color: #e9434c !important;
  border-color: #e9434c !important;
}
.vb-spaces-continue-button {
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
.vb-spaces-continue-button button {
  margin: 22px;
}
.vb-menu-courses {
  overflow: hidden;
  margin-top: 22px;
  width: 100%;
}
.vb-menu-courses .vb-menu-course-items {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px;
  background-color: #f5f4f6;
  color: #555;
}
.vb-menu-button button {
  text-transform: capitalize;
  font-weight: 400;
  margin-left: -8px;
  color: #d53a58 !important;
}
.vb-decide-later-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 40px;
  width: 100%;
  background-color: #fff;
  padding: 22px;
}
.vb-decide-later-box h4 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .vb-decide-later-box {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .vb-decide-later-box h4 {
    margin-bottom: 15px !important;
  }
}
.vb-decide-later-box-drinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
  padding: 22px;
}
.vb-decide-later-box-drinks h4 {
  margin-bottom: 15px !important;
}
.vb-decide-later-message-drinks {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 10px;
}
.vb-decide-later-message-drinks h4 {
  color: #000;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .vb-decide-later-message-drinks {
    text-align: center;
  }
}
.vb-decide-later-button-drinks {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .vb-decide-later-button-drinks {
    margin-top: 22px;
  }
}
.vb-select-drinks-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vb-select-drinks-body {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.vb-drinks-cards-section {
  width: -moz-calc(100% - 350px);
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 767px) {
  .vb-drinks-cards-section {
    width: 100%;
  }
}
.vb-drinks-cards {
  width: 100%;
  padding-right: 22px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .vb-drinks-cards {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .vb-drinks-cards {
    width: 50%;
  }
}
.vb-drink-confirmation {
  background-color: #fff;
  text-align: center;
  padding-top: 132px;
  padding-bottom: 170px;
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
@media screen and (max-width: 767px) {
  .vb-drink-confirmation {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.vb-drink-confirmation i {
  font-size: 60px;
  color: #60a81a;
}
.vb-drink-confirmation h2 {
  margin-bottom: 33px;
}
.vb-drink-confirmation h3 {
  margin-top: 33px !important;
}
.vb-addon-confirmation {
  padding-top: 37px;
  padding-bottom: 37px;
}
.vb-addon-confirmation h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 22px;
}
.vb-addon-confirmation h3 {
  font-size: 16px;
}
.vb-drink-header {
  background-color: #fff;
  padding: 22px 11px;
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.vb-drink-header hr {
  margin-right: 10px;
  margin-left: 10px;
}
.vb-drink-title {
  position: relative;
  float: left;
  width: 83.33333333333334%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 25px;
}
.vb-drink-title h2 {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vb-drink-title h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.vb-drink-title h3 .bolded {
  color: #555 !important;
  font-weight: 400;
}
.vb-drink-expand-button {
  position: relative;
  float: left;
  width: 16.666666666666664%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  cursor: pointer;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .vb-drink-expand-button {
    display: none;
  }
}
.vb-drink-price p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  top: -8px;
  position: relative;
  font-size: 11.200000000000001px;
}
@media screen and (max-width: 767px) {
  .vb-drink-price {
    text-align: left;
    margin-top: 0px;
  }
  .vb-drink-price h3,
  .vb-drink-price p {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px;
    line-height: 22px;
    position: static;
  }
  .vb-drink-price h3 {
    font-size: 14px;
  }
  .vb-drink-price p {
    margin-left: 5px;
  }
}
.vb-courses-area {
  margin-left: -10;
  margin-right: -10;
}
.vb-drink-courses {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.vb-drink-courses .vb-drink-course-items:not(:first-child) {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .vb-drink-courses {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .vb-drink-courses {
    height: 250px;
    position: relative;
    float: left;
  }
  .vb-drink-courses:before {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
/* gradient fallback */
    background: rgba(255,255,255,0.6) repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background: linear-gradient(rgba(255,255,255,0), #fff);
  }
}
@media screen and (min-width: 992px) {
  .vb-drink-courses {
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .vb-drink-courses {
    height: 220px;
  }
}
.vb-drinks-more-button {
  margin-top: 22px;
  padding-left: 13px;
}
.vb-drinks-more-button button {
  color: #06958a;
  font-weight: 400;
  text-transform: capitalize !important;
}
.vb-drinks-button {
  width: 100%;
  bottom: 0;
  background-color: #06958a !important;
  border-color: #06958a !important;
}
.vb-drinks-remove-button {
  width: 100%;
  bottom: 0;
  color: #333 !important;
  background-color: #fff !important;
  border: 1px solid #06958a !important;
}
.vb-drinks-duration-area {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.vb-drinks-duration-area label {
  display: block;
  text-transform: inherit;
}
@media screen and (max-width: 767px) {
  .vb-drinks-duration-area {
    width: 100%;
  }
}
.vb-drinks-selection {
  width: 350px;
  padding-left: 10px;
  padding-bottom: 40px;
}
.vb-drinks-selection h6 {
  text-transform: uppercase;
}
.vb-drinks-selection h4 {
  color: #000;
}
.vb-drinks-selection p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .vb-drinks-selection {
    width: 100% !important;
    padding-left: 0px;
  }
}
.vb-sticky-selection {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vb-sticky-selection {
    position: static !important;
  }
}
.vb-selection-breakout {
  margin-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .vb-selection-breakout {
    position: relative !important;
  }
}
.vb-drinks-duration {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vb-drinks-guests {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vb-drinks-selections-package {
  position: relative;
  float: left;
  width: 41.66666666666667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vb-drinks-selections-package p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vb-drinks-selections-guests {
  position: relative;
  float: left;
  width: 16.666666666666664%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vb-drinks-selections-subtotal {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.vb-drinks-selections-total-label {
  margin-left: 41.66666666666667%;
  position: relative;
  float: left;
  width: 33.33333333333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vb-drinks-selections-total-number {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vb-drinks-selections-total-area {
  margin-top: 44px !important;
}
.vb-decide-later-box-drinks {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .vb-decide-later-box-drinks {
    margin-top: 0;
    margin-bottom: 44px;
  }
}
.vb-decide-later-message-drinks h4 {
  color: #000;
}
.vb-decide-later-button-drinks button {
  padding: height length;
  font-size: 12.8px;
  line-height: 1.2857142861;
  border-radius: 0px;
}
.vb-drinks-selections-continue-button {
  margin-top: 55px;
  text-align: center;
}
.vb-drinks-default {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vb-addon-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.vb-addon-flat {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 65px;
  text-align: center;
}
.vb-addon-price-container {
  position: absolute;
  top: -22px;
  right: -11px;
  padding: 10px;
  color: #85259c;
}
.vb-addon-price-container h6 {
  font-size: 16.8px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .vb-addon-price-container h6 {
    font-size: 20px;
  }
}
.vb-addon-price-container p {
  margin-bottom: 0;
  font-size: 11.200000000000001px;
}
.vb-addon-cards {
  padding-right: 22px;
  margin-bottom: 33px;
  width: 33%;
  text-align: center;
}
.vb-addon-cards i {
  font-size: 50px;
  color: #06958a;
}
.vb-addon-cards h2 {
  margin-top: 5px !important;
}
@media screen and (max-width: 991px) {
  .vb-addon-cards {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .vb-addon-cards {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0;
  }
}
.vb-addon-header {
  background-color: #fff;
  padding: 22px 11px;
}
.vb-select-request {
  text-align: center;
}
.vb-select-request textarea {
  width: 500px;
}
@media screen and (min-width: 768px) {
  .vb-select-request textarea {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .vb-select-request textarea {
    text-align: left;
    width: 100%;
  }
}
.vb-select-request-button {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .vb-select-request-button button {
    width: 100%;
  }
}
.request-pending {
  color: #c3971a !important;
}
.request-accepted {
  color: #06958a !important;
}
.request-declined {
  color: #e9434c !important;
}
.request-pending-outline {
  color: #c3971a !important;
  border: 1px solid #c3971a;
}
.request-accepted-outline {
  color: #06958a !important;
  border: 1px solid #06958a;
}
.request-declined-outline {
  color: #e9434c !important;
  border: 1px solid #e9434c;
}
.request-pending-background {
  border: 2px solid #c3971a;
  color: #222 !important;
}
.request-pending-background .request-help-icon {
  background-color: #c3971a !important;
}
.request-accepted-background {
  border: 2px solid #06958a;
  color: #222 !important;
}
.request-accepted-background .request-help-icon {
  background-color: #06958a !important;
}
.request-declined-background {
  border: 2px solid #e9434c;
  color: #222 !important;
}
.request-declined-background .request-help-icon {
  background-color: #e9434c !important;
}
.page-break {
  page-break-before: always;
}
.morecontent span {
  display: none;
}
#guest-conversation,
#host-conversation {
  padding-bottom: 80px;
}
#guest-conversation notification-slider h3,
#host-conversation notification-slider h3 {
  font-size: 16px !important;
}
#guest-conversation notification-slider .notification-slider div,
#host-conversation notification-slider .notification-slider div {
  height: 60px;
}
.secondary-navbar {
  width: 100%;
  background-color: #f5f4f6;
  text-align: center;
  cursor: pointer;
}
.secondary-navbar .back-bar {
  height: 58px;
  width: 58px;
  position: absolute;
  background-color: #85259c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.secondary-navbar .back-bar:hover {
  background-color: #76208c;
}
.secondary-navbar .back-bar i {
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  color: #fff;
}
@media print {
  .secondary-navbar {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .secondary-navbar .list-inline {
    display: none;
  }
  .secondary-navbar .back-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
  }
}
.secondary-navbar ul {
  margin-bottom: 0;
}
.secondary-navbar li a {
  display: inline-block;
  padding: 20px;
  font-size: 14px;
  color: #777;
}
.secondary-navbar li a:hover {
  color: #85259c;
}
.secondary-navbar li a.active {
  color: #85259c;
}
.request-nav {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.request-nav button {
  color: #777;
  text-transform: initial;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 3px solid #fff;
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.request-nav button:hover {
  border-bottom: 3px solid #bfbfbf;
  color: #777;
}
.request-nav .nav-selected {
  font-weight: 700;
  color: #000 !important;
  border-bottom: 3px solid #85259c !important;
}
.request-nav .nav-selected:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .request-nav {
    width: 100%;
    text-align: center;
  }
}
@media print {
  .request-nav {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .request-nav .host-request-message {
    display: none;
  }
}
.overview-hr {
  margin-bottom: 10px !important;
}
.reservation-id {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.reservation-id .reservation-guest-cancel button {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #85259c;
  text-transform: initial;
}
.reservation-id .reservation-guest-cancel button:hover {
  color: #521660;
}
.status-label {
  display: inline-block;
}
.status-label label {
  text-transform: inherit;
  margin-left: 15px;
  padding: 5px 10px;
  color: #fff;
  vertical-align: middle;
  font-weight: 600;
  font-size: 16px;
}
@media print {
  .status-label {
    display: none;
  }
}
.request-help-banner {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .request-help-banner {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .request-help-banner {
    display: none;
  }
}
.request-help-banner .request-help-content {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 400;
}
.request-help-banner .request-help-content .request-help-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.request-help-banner .request-help-content .request-help-icon i {
  margin: 0 7px;
  color: #fff;
  font-size: 26.400000000000002px;
}
.request-help-banner .request-help-content .request-help-text {
  padding: 15px 35px;
  margin-left: auto;
  margin-right: auto;
}
.request-help-banner .request-help-content p {
  margin-bottom: 0;
}
.request-help-banner .request-help-content p > strong {
  text-transform: uppercase;
}
.request-help-banner .request-help-content a {
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .request-help-banner .request-help-content {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }
  .request-help-banner .request-help-content .request-help-text {
    padding: 10px 15px;
  }
}
.print-sidebar {
  display: none;
}
@media print {
  .print-sidebar {
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    top: 35px;
  }
  .print-sidebar h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16.799999999999997px;
    margin-bottom: 15px;
  }
  .print-sidebar .print-address {
    margin-bottom: 10px;
  }
  .print-sidebar .event-request-label {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .print-sidebar .event-request-subitem {
    margin-bottom: 5px;
    margin-bottom: 10px;
  }
  .print-sidebar .event-request-content {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .print-sidebar .event-request-content request-client-contact-details,
  .print-sidebar .event-request-content request-assignee-contact-details {
    width: 32%;
  }
  .print-sidebar .event-request-content .event-request-item {
    width: 100%;
  }
  .print-sidebar .event-request-content .event-request-item h6 {
    font-weight: 600;
    color: #777;
    margin-bottom: 8px;
  }
  .print-sidebar .event-request-content .event-request-item h5 {
    font-weight: 400;
    color: #222;
  }
  .print-sidebar .event-request-content .event-request-item p:nth-child(1) {
    font-weight: 600;
  }
  .print-sidebar .event-request-content .event-request-item .new-guest {
    font-size: 11.200000000000001px;
    font-weight: 400;
    margin-left: 3px;
    color: #06958a;
    text-transform: uppercase;
    position: relative;
    top: -5px;
  }
  .print-sidebar .event-request-content i {
    width: 20px;
    text-align: center;
  }
  .print-sidebar .event-request-content p {
    font-size: 14px;
    margin-bottom: 0;
    word-break: break-all;
  }
  .print-sidebar .event-request-content p:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .print-sidebar .event-request-content p:last-child i {
    margin-top: 2px;
  }
  .print-sidebar .event-request-content .event-request-item-venue {
    width: 32% !important;
  }
}
.review-proposal {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.review-proposal .input-group-addon {
  font-size: 14px;
  border: 1px solid #bfbfbf;
}
.review-proposal .input-group-addon .fa-usd {
  margin: 0;
}
.review-proposal h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16.799999999999997px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .review-proposal {
    padding: 0;
    border-color: #777 !important;
  }
}
.review-proposal .request-main-content {
  margin-right: 20px;
  margin-left: 20px;
  width: 100%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.review-proposal .request-main-content .request-main-content-container {
  width: 100%;
  max-width: 730px !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .review-proposal .request-main-content {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .review-proposal .request-main-content {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .review-proposal .preview-mobile-sidebar {
    display: none !important;
  }
}
.review-proposal .request-right-sidebar {
  -moz-flex-basis: 420px;
  -ms-flex-basis: 420px;
  -webkit-flex-basis: 420px;
  flex-basis: 420px;
  width: 420px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media print {
  .review-proposal .request-right-sidebar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .review-proposal .request-right-sidebar {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 992px) {
  .review-proposal .request-right-sidebar {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .review-proposal .request-right-sidebar {
    width: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .review-proposal .request-right-sidebar .info-box {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.review-proposal .header-event-details hr {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media print {
  .review-proposal .header-event-details .header-explanatory-text div {
    display: none;
  }
}
.review-proposal .header-collapse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .header-collapse .event-details-expand-button {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
  cursor: pointer;
}
@media print {
  .review-proposal .header-collapse .event-details-expand-button {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .review-proposal .request-payment-details-section .payment-breakout-info-box {
    border-top: 0 !important;
    background-color: #fff !important;
  }
  .review-proposal .request-payment-details-section .info-box {
    margin: 0 !important;
  }
  .review-proposal .request-payment-details-section .info-box:first-child {
    border: 0;
  }
}
@media print {
  .review-proposal .request-payment-details-section .info-box {
    margin-top: 0;
    border-top: 0;
  }
  .review-proposal .request-payment-details-section .info-box h3.print-smaller-header {
    font-size: 12.8px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .info-box {
    border-top: 1px solid #bfbfbf;
  }
}
.review-proposal .request-payment-details-section p.explanatory-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
@media print {
  .review-proposal .request-payment-details-section p.explanatory-text {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section p.explanatory-text {
    color: #777;
  }
}
.review-proposal .request-payment-details-section .hide-event-charges,
.review-proposal .request-payment-details-section .hide-event-details {
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
.review-proposal .request-payment-details-section .event-details-section {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media print {
  .review-proposal .request-payment-details-section .event-details-section {
    margin-top: 0px;
  }
}
.review-proposal .request-payment-details-section .event-details-section h4 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}
.review-proposal .request-payment-details-section .event-details-section hr {
  margin-top: 10px;
  margin-bottom: 25px;
}
.review-proposal .request-payment-details-section .event-details-section hr.edit-drinks-hr {
  margin-top: 40px;
}
.review-proposal .request-payment-details-section .event-details-section .print-button-header {
  display: inline-block;
}
.review-proposal .request-payment-details-section .event-details-section .print-button {
  margin-top: -10px;
  margin-bottom: 0px;
  position: relative;
  top: 5px;
  float: right;
  font-size: 12.6px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-details-section .print-button {
    display: none;
  }
}
@media print {
  .review-proposal .request-payment-details-section .event-details-section .print-button {
    display: none;
  }
}
.review-proposal .request-payment-details-section .event-details-section .add-new-note a.btn {
  background-color: #85259c;
  color: #fff;
  min-width: 200px;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
}
.review-proposal .request-payment-details-section .event-details-section .add-new-note p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #777;
}
.review-proposal .request-payment-details-section .event-details-section .add-new-note i {
  margin-right: 5px;
}
@media print {
  .review-proposal .request-payment-details-section .event-details-section .add-new-note {
    display: none;
  }
}
.review-proposal .request-payment-details-section .drink-section,
.review-proposal .request-payment-details-section .addon-section {
  min-height: 69px;
}
@media print {
  .review-proposal .request-payment-details-section .drink-section,
  .review-proposal .request-payment-details-section .addon-section {
    width: 49% !important;
    display: inline-block;
  }
}
.review-proposal .request-payment-details-section .event-one-column {
  width: 100%;
}
.review-proposal .request-payment-details-section .event-one-column .event-data {
  width: 100%;
  color: #555;
}
.review-proposal .request-payment-details-section .event-one-column .event-data .event-data-item {
  max-width: 76%;
}
.review-proposal .request-payment-details-section .event-one-column:hover .event-data-edit {
  display: inline-block;
}
.review-proposal .request-payment-details-section .event-two-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.review-proposal .request-payment-details-section .event-two-column:hover .event-data-edit {
  display: inline-block;
}
.review-proposal .request-payment-details-section .event-label {
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 5px;
}
.review-proposal .request-payment-details-section .event-label i {
  margin-right: 5px;
  font-size: 19.2px;
  width: 20px;
}
.review-proposal .request-payment-details-section .event-label .icon-puzzle2 {
  font-size: 16px !important;
  color: #777;
}
.review-proposal .request-payment-details-section .event-label .icon-menu,
.review-proposal .request-payment-details-section .event-label .icon-menu-1,
.review-proposal .request-payment-details-section .event-label .icon-allergies,
.review-proposal .request-payment-details-section .event-label .icon-guests {
  color: #777;
}
.review-proposal .request-payment-details-section .event-label label {
  font-size: 15.2px;
  text-transform: capitalize;
  color: #777;
  line-height: 22px;
}
.review-proposal .request-payment-details-section .event-label .tooltip > .tooltip-inner {
  left: 120px;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-label {
    width: 20px;
    margin-right: 10px;
  }
  .review-proposal .request-payment-details-section .event-label label {
    display: none;
  }
  .review-proposal .request-payment-details-section .event-label text-tooltip {
    display: none;
  }
}
.review-proposal .request-payment-details-section .event-label-alternate i:first-child {
  margin-right: 7px;
  font-size: 19.2px;
}
.review-proposal .request-payment-details-section .event-label-alternate .icon-add-circle-thin,
.review-proposal .request-payment-details-section .event-label-alternate .icon-star {
  margin-right: 7px;
  font-size: 19.2px;
}
.review-proposal .request-payment-details-section .event-data {
  width: 60%;
  margin-bottom: 20px;
}
.review-proposal .request-payment-details-section .event-data .space-name .event-data-item p:first-child {
  margin-bottom: 5px;
}
.review-proposal .request-payment-details-section .event-data .proposal-space-privacy {
  color: #777;
  font-size: 14px;
}
.review-proposal .request-payment-details-section .event-data .event-menu-display p {
  font-size: 16.32px;
  margin-bottom: 5px;
}
.review-proposal .request-payment-details-section .event-data .event-menu-display p:nth-child(2) {
  font-size: 12.8px !important;
  color: #555 !important;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-data {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .event-data p {
    margin-bottom: 5px;
  }
  .review-proposal .request-payment-details-section .event-data .label-mobile {
    color: #777;
    font-size: 11.200000000000001px;
    text-transform: uppercase;
  }
  .review-proposal .request-payment-details-section .event-data .event-space-summary {
    display: none;
  }
}
@media print {
  .review-proposal .request-payment-details-section .event-data {
    margin-bottom: 5px;
  }
  .review-proposal .request-payment-details-section .event-data .event-data-item {
    display: inline;
  }
  .review-proposal .request-payment-details-section .event-data p {
    line-height: 23px;
  }
}
.review-proposal .request-payment-details-section .event-data-alternate {
  margin-bottom: 20px;
  margin-top: 1px;
  width: 100%;
}
.review-proposal .request-payment-details-section .event-data-item,
.review-proposal .request-payment-details-section .event-data-item-alternate,
.review-proposal .request-payment-details-section .event-data-edit,
.review-proposal .request-payment-details-section .event-data-new {
  display: inline-block;
  font-size: 14px;
}
.review-proposal .request-payment-details-section .event-data-item {
  max-width: 78%;
}
.review-proposal .request-payment-details-section .event-data-item p {
  font-size: 16.32px;
  color: #000;
}
.review-proposal .request-payment-details-section .event-data-item p.text-muted {
  color: #aaa !important;
}
.review-proposal .request-payment-details-section .event-data-item .text-muted p {
  color: #aaa !important;
}
.review-proposal .request-payment-details-section .event-data-item label {
  display: none;
}
.review-proposal .request-payment-details-section .event-data-item text-tooltip {
  display: none;
}
.review-proposal .request-payment-details-section .event-data-item .vp-spaces-summary-condensed {
  position: relative;
  top: -5px;
}
.review-proposal .request-payment-details-section .event-data-item .vp-spaces-summary-condensed .vp-spaces-rooms-guests {
  font-size: 12.6px !important;
}
@media print {
  .review-proposal .request-payment-details-section .event-data-item {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-data-item label {
    display: block;
  }
  .review-proposal .request-payment-details-section .event-data-item text-tooltip,
  .review-proposal .request-payment-details-section .event-data-item label {
    display: inline-block;
  }
  .review-proposal .request-payment-details-section .event-data-item .tooltip > .tooltip-inner {
    left: 80px;
  }
}
.review-proposal .request-payment-details-section .event-date-display {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.review-proposal .request-payment-details-section .event-data-item-alternate p {
  font-size: 16.32px;
  margin-bottom: 5px;
}
.review-proposal .request-payment-details-section .event-data-item-alternate p:nth-child(2),
.review-proposal .request-payment-details-section .event-data-item-alternate p:nth-child(3) {
  font-size: 12.8px;
  color: #555;
}
.review-proposal .request-payment-details-section .event-data-item-alternate span {
  color: #777;
  font-size: 12.8px;
}
.review-proposal .request-payment-details-section .event-data-new {
  font-size: 12.6px;
  text-transform: uppercase;
  color: #06958a;
  position: relative;
  top: -5px;
  margin-left: 7px;
  vertical-align: top;
}
@media print {
  .review-proposal .request-payment-details-section .event-data-new {
    display: none;
  }
}
.review-proposal .request-payment-details-section .event-data-calendar {
  font-size: 14px;
}
.review-proposal .request-payment-details-section .event-data-edit {
  display: none;
  margin-left: 7px;
  cursor: pointer;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-data-edit {
    display: block;
    float: right;
  }
  .review-proposal .request-payment-details-section .event-data-edit a {
    text-transform: uppercase;
    font-size: 9.799999999999999px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .review-proposal .request-payment-details-section .event-data-edit {
    display: inline;
    float: right;
  }
}
.review-proposal .request-payment-details-section .loading-screen-height {
  height: 53px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .loading-screen-height {
    height: 65px;
  }
}
.review-proposal .request-payment-details-section .view-details-button {
  margin-top: 5px;
  margin-bottom: 0;
}
.review-proposal .request-payment-details-section .input-spacing {
  margin-top: 20px;
}
.review-proposal .request-payment-details-section .counteroffer-edit {
  background-color: #f5f4f6;
  padding: 20px;
  margin-bottom: 20px;
}
.review-proposal .request-payment-details-section .counteroffer-edit p {
  font-size: 11.200000000000001px;
  color: #777;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-top: 5px;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-content .request-explanatory-text {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  top: -3px;
  text-transform: inherit;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-content .request-explanatory-text.alternate-color {
  position: absolute;
  width: 300px !important;
  top: 100px;
  left: -40%;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-content .guest-header-edit {
  position: relative;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-content .guest-header-edit input {
  margin-bottom: 40px;
}
.review-proposal .request-payment-details-section .counteroffer-edit space-counteroffer .counteroffer-edit-content {
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-action {
  text-align: center;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-action .counteroffer-edit-buttons {
  margin-left: auto;
  width: 100%;
  text-align: center;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-action .add-note-buttons {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-action .add-note-buttons .btn-delete {
  float: right;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-action .add-note-buttons {
    margin-left: 0 !important;
    padding: 0;
  }
}
.review-proposal .request-payment-details-section .counteroffer-edit .event-data {
  margin-bottom: 0;
}
.review-proposal .request-payment-details-section .counteroffer-edit .event-data-edit-container-full {
  width: 100%;
}
.review-proposal .request-payment-details-section .counteroffer-edit .event-data-edit-container-half {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .counteroffer-edit .event-data-edit-container-half {
    width: 100%;
  }
}
.review-proposal .request-payment-details-section .counteroffer-edit .event-label {
  text-align: right;
  width: 20px;
  margin-right: 10px;
}
.review-proposal .request-payment-details-section .counteroffer-edit hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.review-proposal .request-payment-details-section .counteroffer-edit button {
  text-transform: capitalize;
  font-weight: 400;
}
.review-proposal .request-payment-details-section .counteroffer-edit .btn-success {
  margin-right: 10px;
}
.review-proposal .request-payment-details-section .counteroffer-edit .event-menu-edit {
  width: 300px;
}
.review-proposal .request-payment-details-section .counteroffer-edit .event-menu-edit select {
  width: 100%;
}
.review-proposal .request-payment-details-section .counteroffer-edit .event-menu-edit input {
  width: 120px;
}
.review-proposal .request-payment-details-section .counteroffer-edit .add-note-content {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.review-proposal .request-payment-details-section .counteroffer-edit .add-note-content .event-data {
  width: 100%;
  margin-bottom: 15px;
}
.review-proposal .request-payment-details-section .counteroffer-edit .add-note-content .event-data input,
.review-proposal .request-payment-details-section .counteroffer-edit .add-note-content .event-data textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .counteroffer-edit {
    padding: 20px;
    background-color: #fff;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit .add-note-content {
    padding-left: 0;
    padding-right: 0;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit .textarea-data {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit textarea {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-action {
    text-align: left;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit .counteroffer-edit-action .counteroffer-edit-buttons {
    margin-left: 29px;
    width: auto;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit .event-menu-edit {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit .event-menu-edit select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .review-proposal .request-payment-details-section .counteroffer-edit {
    background-color: #fff;
  }
}
.review-proposal .request-payment-details-section .request-guests hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.review-proposal .request-payment-details-section .request-guests h5 {
  margin-top: 20px !important;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #777;
}
.review-proposal .request-payment-details-section .request-guests table {
  margin-bottom: 40px;
  width: 400px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .request-guests h5 {
    line-height: 18px;
  }
  .review-proposal .request-payment-details-section .request-guests table {
    width: 100%;
  }
}
.review-proposal .request-payment-details-section .request-selections-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  background-color: #fff;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-label {
  width: 40%;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-label h4 {
  text-align: center;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-content {
  padding: 25px 0;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-content .request-selection-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-content .request-selection-item:first-child {
  margin-bottom: 20px;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-content .request-selection-item i {
  font-size: 30px;
  color: #777;
  margin-right: 10px;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-content .request-selection-item p {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 0;
  text-transform: inherit;
}
.review-proposal .request-payment-details-section .request-selections-container .request-selections-content .request-selection-item h6 {
  color: #777;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .request-selections-container {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .review-proposal .request-payment-details-section .request-selections-container .request-selections-label {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .request-selections-container .request-selections-label h4 {
    font-size: 18px;
  }
}
.review-proposal .request-payment-details-section .request-space-container {
  padding: 20px;
  width: 100%;
}
.review-proposal .request-payment-details-section .request-space-container > h5 {
  text-align: center;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 25px;
  color: #333;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item {
  background-color: #fff;
  margin-bottom: 15px;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-time-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-time-content img {
  max-width: 120px;
  height: 100px;
  min-width: 120px;
  margin-right: 15px;
  object-fit: cover;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-time-slots {
  padding: 20px;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-header-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 10px;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-header-container .vp-spaces-summary-proposal i {
  font-size: 14px;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-header {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-header h5 {
  font-size: 14.4px;
  font-weight: 400;
  color: #222;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-header h6 {
  margin-top: 8px !important;
  font-weight: 400;
  font-size: 14.4px;
  color: #777;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-header .vp-spaces-rooms-guests {
  font-size: 12.6px;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-available {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check {
  width: 100px;
  float: right;
  text-align: center;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check h5 {
  font-weight: 400;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check i {
  font-size: 30px;
  position: relative;
  top: 5px;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check .icon-check-circle-thin {
  color: #06958a;
}
.review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check .icon-close-circle-thin {
  color: #d53a58;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .request-space-container {
    padding: 0;
  }
  .review-proposal .request-payment-details-section .request-space-container > h5 {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-align: left;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-item {
    border: 1px solid #bfbfbf;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-time-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-time-content img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-item-header-container {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-item-header h5 {
    font-size: 14.4px;
    font-weight: 600;
    color: #222;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-item-header h6 {
    margin-top: 5px !important;
    font-size: 12.8px;
  }
  .review-proposal .request-payment-details-section .request-space-container .vp-spaces-summary-condensed {
    margin-top: -5px;
  }
  .review-proposal .request-payment-details-section .request-space-container .vp-spaces-summary-condensed .vp-spaces-rooms-guests {
    font-size: 11.200000000000001px !important;
  }
  .review-proposal .request-payment-details-section .request-space-container .vp-spaces-summary-condensed .vp-spaces-rooms-guests i {
    font-size: 14px !important;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check {
    clear: both;
    text-align: left;
    width: 100%;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check h5 {
    margin-top: 5px !important;
    font-size: 11.200000000000001px;
    text-transform: uppercase;
  }
  .review-proposal .request-payment-details-section .request-space-container .request-space-item-available-check i {
    display: none;
  }
}
.review-proposal .request-payment-details-section .request-time-slot-container {
  padding: 20px;
}
.review-proposal .request-payment-details-section .request-time-slot-container h5 {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content:last-child {
  margin-bottom: 0;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-label {
  min-width: 150px;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .available-slot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .booked-slot p {
  text-transform: initial;
  color: #555;
  font-size: 14px;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button {
  position: relative;
  width: 68px;
  padding: 10px 0;
  margin-right: 11px;
  margin-bottom: 11px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  color: #555;
  font-size: 12.6px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button:hover {
  border: 3px solid #85259c;
  color: #85259c;
  padding: 8px 0;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button:last-child {
  margin-right: 0;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button time {
  position: relative;
  top: 0;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button span {
  position: absolute;
  top: 3px;
  font-weight: 600;
  font-size: 9.799999999999999px;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button span.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons .move-down {
  top: 6px;
  transition: top 0.2s ease;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons .start-time-selected {
  border: 3px solid #85259c;
  color: #85259c;
  padding: 8px 0;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons .between-times-selected {
  border: 1px solid #85259c;
  color: #85259c;
}
.review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons .end-time-selected {
  border: 3px solid #85259c;
  color: #85259c;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .request-time-slot-container {
    padding: 10px;
  }
  .review-proposal .request-payment-details-section .request-time-slot-container h5 {
    font-size: 12.6px;
    line-height: 18px;
    color: #333;
  }
  .review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .available-slot {
    width: 100%;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-label {
    width: 100%;
    margin-bottom: 15px;
  }
  .review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button {
    width: 32%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 12.8px;
  }
  .review-proposal .request-payment-details-section .request-time-slot-container .request-time-slot-content .request-time-slot-buttons button:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
.review-proposal .request-payment-details-section .event-space-summary {
  border: 1px solid #999;
  padding: 7px;
  display: inline-block;
}
.review-proposal .request-payment-details-section .event-space-summary label,
.review-proposal .request-payment-details-section .event-space-summary p {
  display: block;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 14px;
  text-transform: capitalize;
}
.review-proposal .request-payment-details-section .event-space-summary label:last-child,
.review-proposal .request-payment-details-section .event-space-summary p:last-child {
  margin-bottom: 0;
}
.review-proposal .request-payment-details-section .event-space-summary label {
  color: #777;
}
.review-proposal .request-payment-details-section .event-space-summary .event-space-labels {
  margin-right: 30px;
  display: inline-block;
}
.review-proposal .request-payment-details-section .event-space-summary .event-space-data {
  display: inline-block;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate {
  background-color: #f5f4f6;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate p {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate button {
  text-transform: capitalize;
  font-weight: 400;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .btn-success {
  margin-right: 10px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .btn-delete {
  float: right;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .btn-trash {
  display: none;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-name {
  width: 100%;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-name p {
  width: 120px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-name select {
  width: 300px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate label.relative {
  margin-top: 10px;
  cursor: pointer;
  text-transform: initial;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate label.relative .new-checkbox {
  margin-left: 10px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate label.relative input {
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  right: 10px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .price-disclaimer-drinks {
  color: #06958a;
  margin-top: 5px !important;
  position: absolute;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .duration-element {
  display: inline-block;
  width: 70px;
  text-align: center;
  font-size: 14.4px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .decrement,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .increment {
  font-size: 19.2px;
  cursor: pointer;
  color: #000;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .decrement:hover:not(.disabled),
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .increment:hover:not(.disabled) {
  color: #76208c;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-price,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-duration,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-groupsize,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price-type,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-numguests {
  width: 32%;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price {
  margin-right: 10px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-duration {
  margin-bottom: 10px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price .length-xs,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-numguests .length-xs,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price-type .length-xs {
  width: 100%;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price select,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-numguests select,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price-type select {
  margin-bottom: 15px;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-spacer,
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-spacer2 {
  width: 2%;
}
.review-proposal .request-payment-details-section .counteroffer-edit-alternate .input-group-addon {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate {
    background-color: #fff;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .length-xs {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-groupsize,
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-numguests,
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-taxtype {
    margin-top: 15px;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-groupsize,
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-numguests,
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price,
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-price-type,
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-addon-taxtype {
    width: 49%;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-duration {
    width: 49%;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-price {
    width: 49%;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-specs .edit-drink-spacer2 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate {
    background-color: #fff;
  }
}
@media screen and (max-width: 320px) {
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .btn-delete {
    display: none;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .btn-trash {
    display: inline-block;
    float: right;
    color: #777;
  }
  .review-proposal .request-payment-details-section .counteroffer-edit-alternate .edit-package-name select {
    width: 100%;
  }
}
.review-proposal .request-payment-details-section .dropdown-headers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .request-payment-details-section .dropdown-headers .edit-addon-name {
  margin-right: 10px;
  width: 250px;
}
.review-proposal .request-payment-details-section .dropdown-headers .edit-addon-taxtype {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .dropdown-headers .edit-addon-name {
    width: 60%;
  }
  .review-proposal .request-payment-details-section .dropdown-headers .edit-addon-taxtype {
    width: 40%;
  }
}
.review-proposal .request-payment-details-section .addon-dropdown {
  display: inline-block;
}
.review-proposal .request-payment-details-section .addon-dropdown .dropdown-menu li:last-child a {
  color: #333 !important;
}
.review-proposal .request-payment-details-section .edit-dropdown p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #777;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown button {
  width: 100%;
  text-align: left;
  color: #555;
  text-transform: capitalize;
  padding: 8px 10px;
  background-color: #fff;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown button i {
  position: relative;
  top: 3px;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown .dropdown-menu {
  width: 100%;
  overflow-y: scroll;
  font-size: 14px;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown .dropdown-menu li {
  padding-top: 0;
  padding-bottom: 0;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown .dropdown-menu li:last-child {
  border-top: 1px solid #f5f4f6;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown .dropdown-menu li:last-child a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.review-proposal .request-payment-details-section .edit-dropdown .dropdown .dropdown-menu li:last-child a {
  color: #85259c;
}
@media print {
  .review-proposal .request-payment-details-section .edit-dropdown {
    display: none;
  }
}
.review-proposal .request-payment-details-section .add-new-addon-dropdown {
  width: 250px !important;
}
.review-proposal .request-payment-details-section .edit-drinks .add-new-drink {
  margin-bottom: 30px;
}
.review-proposal .request-payment-details-section .edit-drinks .add-new-drink select {
  width: 400px;
}
.review-proposal .request-payment-details-section .edit-drinks .add-new-drink.edit-dropdown button {
  width: 340px;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  padding: 8px 10px;
  background-color: #85259c;
}
.review-proposal .request-payment-details-section .edit-drinks .add-new-drink.edit-dropdown .dropdown-menu {
  width: 340px;
}
.review-proposal .request-payment-details-section .edit-drinks .add-new-drink.edit-dropdown a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .edit-drinks .add-new-drink select {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .edit-drinks .add-new-drink.edit-dropdown button {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .edit-drinks .add-new-drink.edit-dropdown .dropdown-menu {
    width: 100%;
  }
}
.review-proposal .request-payment-details-section .edit-addon .add-new-addon {
  margin-bottom: 30px;
}
.review-proposal .request-payment-details-section .edit-addon .add-new-addon select {
  width: 400px;
}
.review-proposal .request-payment-details-section .edit-addon .add-new-addon a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.review-proposal .request-payment-details-section .edit-addon .add-new-addon.edit-dropdown button {
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  padding: 8px 10px;
  background-color: #85259c;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .edit-addon .add-new-addon select {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .edit-addon .add-new-addon.edit-dropdown button {
    width: 100%;
  }
  .review-proposal .request-payment-details-section .edit-addon .add-new-addon.edit-dropdown .dropdown-menu {
    width: 100%;
  }
}
.review-proposal .request-payment-details-section .header-event-charges {
  margin-bottom: 10px;
}
.review-proposal .request-payment-details-section .header-event-charges hr {
  margin-top: 0px;
  margin-bottom: 10px;
}
.review-proposal .request-payment-details-section .fb-disclaimer {
  font-size: 14px;
  color: #777;
  position: relative;
  top: -15px;
  margin-bottom: 10px;
}
.review-proposal .request-payment-details-section .fb-disclaimer strong {
  color: #06958a;
}
.review-proposal .request-payment-details-section .overages-modal-button {
  text-transform: initial;
  font-weight: 400;
  margin-bottom: 10px;
  color: #85259c;
}
.review-proposal .request-payment-details-section .overages-modal-button:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .overages-modal-button {
    width: 100%;
  }
}
@media print {
  .review-proposal .request-payment-details-section .overages-modal-button {
    display: none;
  }
}
.review-proposal .request-payment-details-section .secondary-table tbody {
  border-top: 1px solid #bfbfbf !important;
}
.review-proposal .request-payment-details-section .event-request-breakout .event-request-table-padding {
  padding-right: 5px;
}
.review-proposal .request-payment-details-section .event-request-breakout > table {
  margin-bottom: 15px;
}
.review-proposal .request-payment-details-section .event-request-breakout > table th {
  border-top: 0;
  border-bottom: 1px solid #bfbfbf;
  font-weight: 400;
  color: #777;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout > table th:last-child {
  text-align: right;
}
.review-proposal .request-payment-details-section .event-request-breakout > table th:nth-child(3) {
  text-align: right;
}
.review-proposal .request-payment-details-section .event-request-breakout > table tr:first-child td {
  padding-top: 15px;
}
.review-proposal .request-payment-details-section .event-request-breakout > table tr td {
  padding-left: 0;
  padding-right: 0;
  font-size: 14.4px;
  color: #555;
  border: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout > table tr td:first-child {
  width: 60%;
  word-wrap: break-word;
}
.review-proposal .request-payment-details-section .event-request-breakout > table tr td:last-child {
  text-align: right;
}
.review-proposal .request-payment-details-section .event-request-breakout > table tr:last-child td {
  padding-bottom: 15px;
}
.review-proposal .request-payment-details-section .event-request-breakout > table tbody {
  border-bottom: 1px solid #bfbfbf;
}
.review-proposal .request-payment-details-section .event-request-breakout > table .on-consumption a {
  cursor: pointer;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-request-breakout > table .on-consumption a {
    display: block;
    margin-left: 0;
  }
}
.review-proposal .request-payment-details-section .event-request-breakout > table .overages td {
  background-color: #f5f4f6;
  color: #777;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table {
  margin-bottom: 15px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table tr td {
  font-size: 16px;
  color: #555;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table tr td:first-child {
  padding-left: 0;
  width: 20%;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table tr td:nth-child(2) {
  font-size: 14.4px;
  padding-left: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table tr td:last-child {
  text-align: right;
  padding-right: 0;
  font-size: 14.4px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table tr td:nth-child(3) {
  text-align: right;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table tr:last-child td {
  padding-bottom: 15px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-table-spacing td:nth-child(2),
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-table-spacing td:nth-child(3) {
  padding-top: 0;
  padding-bottom: 10px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-table-spacing td:last-child {
  padding-right: 0;
  padding-left: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-table-spacing .tooltip > .tooltip-inner {
  left: 200px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-room-fee td {
  color: #000;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-pre-tax-total td:nth-child(2) {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-pre-tax-total td:nth-child(2),
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-pre-tax-total td:nth-child(3) {
  padding-top: 10px;
  padding-bottom: 15px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-pre-tax-total td:last-child {
  padding-right: 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-fb-tax td:nth-child(2) {
  color: #000;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-fb-tax td.fb-muted {
  color: #777 !important;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-fb-tax td:last-child {
  font-size: 14.4px;
  color: #000;
  padding-right: 0;
  padding-left: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-fb-tax .tooltip > .tooltip-inner {
  left: 200px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-gratuity td:nth-child(2) {
  color: #000;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-gratuity td:nth-child(2) select {
  width: 90px;
  display: inline-block;
  margin-left: 10px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-gratuity td:nth-child(2) .percentage-suffix {
  display: inline-block;
  padding: 5px 9px;
  background-color: #f5f4f6;
  border: 1px solid #bfbfbf;
  border-left: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-gratuity td:last-child {
  color: #000;
  padding-right: 0;
  padding-left: 0;
  font-size: 14.4px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-gratuity .tooltip > .tooltip-inner {
  left: 200px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-total td {
  font-weight: 700;
  padding-top: 15px;
  color: #000;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-total td:nth-child(2) {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-total td:nth-child(3) {
  font-weight: 600;
  font-size: 16px;
}
.review-proposal .request-payment-details-section .event-request-breakout-totals > table .event-total td:last-child {
  padding-right: 0;
  padding-left: 0;
  font-size: 19.2px;
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-pre-tax-total td:first-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-fb-tax td:first-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity td:first-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-total td:first-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-table-spacing td:first-child {
    display: none;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-pre-tax-total td:last-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-fb-tax td:last-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity td:last-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-total td:last-child,
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-table-spacing td:last-child {
    text-align: right;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-pre-tax-total td:nth-child(2),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-fb-tax td:nth-child(2),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity td:nth-child(2),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-total td:nth-child(2),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-table-spacing td:nth-child(2) {
    width: 62%;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-pre-tax-total td:nth-child(3),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-fb-tax td:nth-child(3),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity td:nth-child(3),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-total td:nth-child(3),
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-table-spacing td:nth-child(3) {
    width: 38%;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-table-spacing .tooltip > .tooltip-inner {
    left: 100px !important;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity td:nth-child(2) select {
    width: 75px !important;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity select {
    margin-top: 5px;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-total td:nth-child(2) {
    font-size: 16px !important;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-total td:nth-child(3) {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 320px) {
  .review-proposal .request-payment-details-section .event-request-breakout-totals > table td:first-child {
    width: 5% !important;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity td:nth-child(2) select {
    width: 70px !important;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-totals .event-gratuity .tooltip > .tooltip-inner {
    left: 30px !important;
  }
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate-area {
  margin-bottom: 20px;
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate {
  font-size: 14.4px;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate .event-request-breakout-phantom {
  width: 20%;
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate label {
  text-transform: capitalize;
  text-align: right;
  color: #222;
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate p {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
  padding-right: 0;
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate .event-request-admin-fee {
  width: 100%;
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate .event-request-admin-fee label {
  text-align: left;
}
.review-proposal .request-payment-details-section .event-request-breakout-aggregate .event-request-admin-fee .counteroffer-edit {
  margin-left: 23px;
}
@media screen and (max-width: 320px) {
  .review-proposal .request-payment-details-section .event-request-breakout-aggregate .event-request-breakout-phantom {
    width: 5%;
  }
}
@media screen and (max-width: 767px) {
  .review-proposal .request-payment-details-section .event-request-breakout-aggregate .event-request-breakout-phantom {
    display: none;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-aggregate label {
    text-align: left;
  }
  .review-proposal .request-payment-details-section .event-request-breakout-aggregate .event-request-admin-fee .counteroffer-edit {
    margin-left: 0;
  }
}
.review-proposal .request-payment-details-section .payout-hr {
  margin-top: 60px;
}
@media print {
  .review-proposal .request-payment-details-section .payout-hr {
    margin-top: 30px;
  }
}
.review-proposal .request-payment-details-section .event-payment-payout {
  background-color: #06958a;
  color: #fff;
  padding: 10px 20px;
}
.review-proposal .request-payment-details-section .event-payment-payout h4 {
  font-size: 18px;
  font-weight: 600;
}
.review-proposal .request-payment-details-section .event-payment-payout hr {
  margin-bottom: 0px;
}
.review-proposal .request-payment-details-section .event-payment-payout table {
  margin-top: 10px;
  margin-bottom: 0;
  width: 100%;
}
.review-proposal .request-payment-details-section .event-payment-payout table td {
  border: 0;
  padding-left: 0;
}
.review-proposal .request-payment-details-section .event-payment-payout table tr:last-child {
  font-weight: 600;
}
.review-proposal .request-payment-details-section .event-payment-payout table tr:last-child td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.review-proposal .request-payment-details-section .event-payment-payout table tr:last-child td p {
  font-size: 16px !important;
}
.review-proposal .request-payment-details-section .event-payment-payout table tr:last-child td:first-child {
  text-align: right;
}
.review-proposal .request-payment-details-section .event-payment-payout table tr td:last-child {
  text-align: right;
}
.review-proposal .request-payment-details-section .event-payment-payout table p {
  font-size: 14.4px;
  margin-bottom: 0;
}
.review-proposal .guest-details .info-box {
  background-color: #06958a;
  color: #fff;
}
.review-proposal .guest-details h3 {
  font-weight: 900;
}
.review-proposal .guest-details .event-request-contact p {
  color: #fff;
  word-break: break-all;
}
.review-proposal .guest-details .event-request-contact .change-contact {
  margin-left: 5px;
}
.review-proposal .guest-details .event-request-contact .change-contact a {
  font-weight: 700;
  font-size: 12.6px;
  text-transform: initial !important;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
}
@media print {
  .review-proposal .guest-details .event-request-contact .change-contact {
    display: none;
  }
}
.review-proposal .guest-details .event-request-contact .event-request-venue-section {
  margin-bottom: 30px !important;
}
.review-proposal .guest-details .event-request-contact .event-request-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.review-proposal .guest-details .event-request-contact .event-request-label .venue-address p {
  color: #fff;
  text-transform: initial;
  margin-bottom: 0;
  font-weight: 400;
}
.review-proposal .guest-details .event-request-contact .event-venue-address {
  margin-bottom: 20px;
}
.review-proposal .guest-details .event-request-contact .event-venue-address h5 {
  font-weight: 700;
  color: #fff;
}
.review-proposal .guest-details .event-request-contact .event-venue-address .address-pin-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .guest-details .event-request-contact .event-venue-address .address-pin-area i {
  color: #777;
  font-size: 14px;
}
.review-proposal .guest-details .event-request-contact .event-venue-address p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.review-proposal .guest-details .event-request-contact .event-request-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.review-proposal .guest-details .event-request-contact .event-request-content request-venue-contact-details {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .guest-details .event-request-contact .event-request-content request-venue-contact-details .event-request-item {
  width: 49% !important;
}
.review-proposal .guest-details .event-request-contact .event-request-content request-client-contact-details,
.review-proposal .guest-details .event-request-contact .event-request-content request-assignee-contact-details {
  width: 49%;
}
.review-proposal .guest-details .event-request-contact .event-request-content .event-request-item {
  width: 100%;
}
.review-proposal .guest-details .event-request-contact .event-request-content .event-request-item h6 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.review-proposal .guest-details .event-request-contact .event-request-content .event-request-item h5 {
  font-weight: 900;
  color: #fff;
}
.review-proposal .guest-details .event-request-contact .event-request-content .event-request-item .new-client {
  font-size: 11.200000000000001px;
  font-weight: 400;
  margin-left: 3px;
  color: #06958a;
  text-transform: uppercase;
  position: relative;
  top: -5px;
}
.review-proposal .guest-details .event-request-contact .event-request-content i {
  width: 20px;
  text-align: center;
}
.review-proposal .guest-details .event-request-contact .event-request-content p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
.review-proposal .guest-details .event-request-contact .event-request-content p:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.review-proposal .guest-details .event-request-contact .event-request-content p:last-child i {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .review-proposal .guest-details .info-box {
    border-top: 0;
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .review-proposal .guest-details {
    display: none;
  }
}
.review-proposal .message-section {
  width: 100%;
}
.review-proposal .message-section .info-box {
  background-color: #f5f4f6;
}
.review-proposal .message-section .message-box {
  margin-bottom: 40px;
}
.review-proposal .message-section .message-box .event-details-section {
  margin-bottom: 0;
}
.review-proposal .message-section .message-box p {
  color: #777;
}
.review-proposal .message-section .message-box textarea {
  margin-top: 10px;
  width: 100%;
  border-color: #999;
  border-radius: 0;
}
.review-proposal .message-section .message-box button {
  margin-top: 22px;
  width: 100%;
}
.review-proposal .message-section .message-item {
  margin-top: 5px;
  margin-bottom: 20px;
}
.review-proposal .message-section .message-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.review-proposal .message-section .message-title p {
  text-align: right;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 11.200000000000001px;
  color: #999;
  margin-bottom: 0;
  padding-top: 3px;
}
.review-proposal .message-section .message-title h6 {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  width: 97%;
  line-height: 22px;
  text-align: left;
}
.review-proposal .message-section .message-title .host-message {
  color: #d53a58;
}
.review-proposal .message-section .message-title .guest-message {
  color: #06958a;
}
.review-proposal .message-section .message-title div {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.review-proposal .message-section .message-title div span {
  color: #555;
}
.review-proposal .message-section .message-body {
  margin-top: 5px;
  padding: 10px;
  background-color: #fff;
}
.review-proposal .message-section .message-body p {
  text-transform: inherit;
  font-size: 14px;
  color: #222;
}
@media screen and (max-width: 991px) {
  .review-proposal .message-section {
    -moz-order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-right: 15px;
  }
  .review-proposal .message-section .info-box {
    padding-top: 0;
    border-top: 0;
    margin-top: 20px;
    background-color: #fff;
  }
  .review-proposal .message-section .message-body {
    background-color: #f5f4f6;
  }
}
.review-proposal .terms-box {
  border-top: none;
  padding-bottom: 0px;
}
.review-proposal .terms-box p {
  font-size: 16px;
}
.review-proposal .terms-box td {
  padding-left: 0;
}
.review-proposal .terms-box tr td:first-child {
  min-width: 150px;
}
.review-proposal .terms-box tr td:first-child p {
  font-size: 14.4px;
  color: #555;
}
.review-proposal .terms-box .need-to-know h6 {
  font-size: 14.700000000000001px;
  position: relative;
  top: 2px;
}
.review-proposal .terms-box .need-to-know table td {
  vertical-align: top;
  border: 0;
}
@media screen and (max-width: 991px) {
  .review-proposal .terms-box {
    border-top: 0 !important;
  }
}
@media print {
  .review-proposal .terms-box {
    margin-top: 10px;
    border-top: 0 !important;
  }
}
@media print {
  .review-proposal .payment-history .request-payment-receipt a {
    display: none;
  }
}
.review-proposal .payment-history .request-payment-receipt span.print {
  display: none;
}
@media print {
  .review-proposal .payment-history .request-payment-receipt span.print {
    display: block;
  }
}
@media print {
  .review-proposal .payment-history .request-payment-receipt span.host {
    display: none;
  }
}
.review-proposal .payment-history table {
  width: 100%;
}
.review-proposal .payment-history table td {
  border: 0;
  padding-left: 0;
}
.review-proposal .payment-history table tr td:last-child {
  text-align: right;
}
.review-proposal .payment-history label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}
.review-proposal .payment-history div {
  font-size: 12.6px;
  color: #777;
}
.review-proposal .payment-history h3 {
  color: #222;
}
@media print {
  .review-proposal .payment-history {
    border-top: 1px solid #bfbfbf !important;
  }
}
.review-proposal .request-box {
  border-top: none !important;
  margin-top: 60px !important;
  border-top: 2px solid #06958a;
  padding-bottom: 35px;
  background-color: #f5f4f6;
}
.review-proposal .request-box p {
  font-size: 12.6px;
  text-transform: uppercase;
  color: #555;
  font-weight: 700;
}
.review-proposal .request-box textarea {
  width: 100%;
  border-color: #bfbfbf;
}
.review-proposal .request-box div {
  margin-top: 10px;
  font-size: 12.6px;
}
.review-proposal .request-box .reconcile-help-text {
  font-size: 14px;
  text-transform: initial !important;
}
.review-proposal .request-box .action-buttons {
  margin-top: 30px;
  text-align: center;
}
.review-proposal .request-box .action-buttons button {
  margin-right: 20px;
}
@media print {
  .review-proposal .request-box {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .review-proposal .request-box .action-buttons {
    width: 100%;
  }
  .review-proposal .request-box button {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .review-proposal .request-box .action-buttons .btn-success {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .review-proposal .request-box .action-buttons .btn-cancel {
    border: 0;
    color: #e9434c;
  }
}
.review-proposal .request-cancel-box {
  margin-left: auto;
  margin-right: auto;
}
.review-proposal .request-cancel-box .info-box {
  margin-top: 40px !important;
  background-color: #fff !important;
}
.review-proposal .request-cancel-box button {
  margin-top: 30px;
  width: 100%;
}
.review-proposal .request-cancel-box .cancel-request-section-return {
  padding-left: 0px;
  margin-bottom: 0;
}
.review-proposal .request-cancel-box .cancel-request-section-return button {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .review-proposal .request-cancel-box {
    width: 100%;
  }
  .review-proposal .request-cancel-box .info-box {
    background-color: #f5f4f6;
    border-top: 0;
    padding-top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .review-proposal .request-cancel-box {
    width: 450px;
  }
}
@media screen and (min-width: 992px) {
  .review-proposal .request-cancel-box .info-box {
    background-color: #f5f4f6;
    border-top: 0;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.review-proposal .conversation-accept {
  margin-top: 60px;
  margin-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  background-color: #f5f4f6;
}
.review-proposal .conversation-accept div.small {
  text-align: left;
}
.review-proposal .conversation-accept div p {
  color: #333;
}
.review-proposal .conversation-accept button {
  margin-bottom: 10px;
  width: auto !important;
  min-width: 300px;
  font-size: 14px;
}
@media print {
  .review-proposal .conversation-accept {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .review-proposal .conversation-accept {
    width: 100%;
  }
  .review-proposal .conversation-accept button {
    width: 100% !important;
  }
}
.review-proposal .accept-terms-box {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  cursor: pointer;
}
.review-proposal .accept-terms-box span {
  font-size: 14px;
  color: #222;
}
.review-proposal .accept-terms-box strong {
  font-size: 14px;
}
.review-proposal .accept-terms-box .accept-terms-check {
  border: 1px solid #555;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.review-proposal .accept-terms-box .accept-terms-check i {
  font-size: 14px;
  color: #85259c;
  position: relative;
  top: -2px;
  left: 2px;
}
.review-proposal .payment-details {
  margin-top: 30px;
}
.review-proposal .payment-details .info-box {
  border-top: 2px solid #85259c;
}
.review-proposal .payment-details p {
  margin-bottom: 0px;
}
.review-proposal .payment-details a {
  font-size: 14.4px;
}
.request-files-container {
  margin-right: 20px;
  margin-left: 20px;
  width: 100%;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 730px !important;
  margin-left: auto;
  margin-right: auto;
}
.request-files-container .explanatory-text {
  font-size: 14px;
}
.request-files-container .file-content h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16.799999999999997px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.request-files-container .file-content .file-thumb-empty {
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.request-files-container .file-content .file-thumb-empty p {
  font-size: 24px;
  color: #bfbfbf;
}
.request-files-container .file-content .file-thumb-content {
  margin-top: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.request-files-container .file-content .file-thumb-content .file-thumb {
  width: 140px;
  margin-right: 20px;
  margin-bottom: 30px;
}
.request-files-container .file-content .file-thumb-content .file-thumb a img {
  width: 100%;
  height: 160px;
  border: 1px solid #bfbfbf;
  object-fit: cover;
  margin-bottom: 10px;
}
.request-files-container .file-content .file-thumb-content .file-thumb .file-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.request-files-container .file-content .file-thumb-content .file-thumb .file-metadata {
  font-size: 11.200000000000001px;
  color: #777;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .request-files-container .file-content .file-thumb-content .file-thumb {
    width: 46%;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .request-files-container .file-content .file-thumb-content .file-thumb a img {
    height: 170px;
  }
}
.files-area-modal p {
  margin-bottom: 30px;
}
.conversation-only .message-section .info-box {
  backbground-color: #fff !important;
}
.events-dashboard-pending-tabs {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 10px;
}
.events-dashboard-pending-tabs h5 {
  color: #555;
  font-size: 20px;
  text-transform: uppercase;
}
.events-dashboard-pending-tabs div {
  text-align: center;
}
.events-dashboard-pending-tabs div span {
  color: #999;
}
.events-dashboard-pending-tabs a {
  display: inline-block;
  margin: 10px 15px 0;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
  color: #555;
  padding: 0 10px 10px;
  border-radius: 5%;
}
.events-dashboard-pending-tabs a p {
  margin-bottom: 0;
}
.events-dashboard-pending-tabs .active {
  border-bottom: 3px solid #85259c;
}
@media screen and (max-width: 767px) {
  .events-dashboard-pending-tabs a {
    margin: 10px 2px 0 0px;
    padding: 5px 4px;
  }
}
.events-dashboard-narrow {
  max-width: 780px;
}
.events-dashboard-narrow h5 {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .events-dashboard-narrow a {
    margin: 10px 20px 0 0px;
    padding: 5px 4px;
  }
}
#reservations-dashboard {
  max-width: 780px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
#reservations-dashboard hr {
  margin: 30px 20px;
}
#reservations-dashboard .reservations-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
}
#reservations-dashboard .reservations-empty {
  text-align: center;
}
#reservations-dashboard .reservations-empty p {
  margin-top: 10px !important;
}
#reservations-dashboard .reservations-component {
  margin-top: 10px;
}
#reservations-dashboard .reservations-component-subheader {
  font-weight: 700 !important;
}
#reservations-dashboard .reservations-component-shrink p {
  font-size: 15.400000000000002px !important;
}
#reservations-dashboard .reservations-component-date {
  max-width: 90px;
  -moz-flex-basis: 90;
  -ms-flex-basis: 90;
  -webkit-flex-basis: 90;
  flex-basis: 90;
  margin-right: 30px;
}
#reservations-dashboard .reservations-date-block {
  padding: 5px 20px;
  color: #777;
  border: 1px solid #777;
  text-align: center;
  font-weight: 600;
}
#reservations-dashboard .reservations-date-block p {
  margin-bottom: 0;
  line-height: 24px;
}
#reservations-dashboard .reservations-date-block .reservations-date {
  font-size: 31.200000000000003px;
  letter-spacing: 2px;
}
#reservations-dashboard .reservations-date-block .reservations-day {
  line-height: 18px;
}
#reservations-dashboard .reservations-date-block .reservations-month,
#reservations-dashboard .reservations-date-block .reservations-event-day {
  font-size: 15.400000000000002px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#reservations-dashboard .reservations-time {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  font-size: 9.799999999999999px;
}
#reservations-dashboard .reservations-time span:first-child {
  color: #777;
  font-style: italic;
}
#reservations-dashboard .reservations-time span:last-child {
  font-weight: 700;
  color: #06958a;
}
#reservations-dashboard .reservations-month.concluded-event {
  font-size: 11.200000000000001px;
}
#reservations-dashboard .reservations-component-name {
  max-width: 180px;
  -moz-flex-basis: 180px;
  -ms-flex-basis: 180px;
  -webkit-flex-basis: 180px;
  flex-basis: 180px;
  margin-right: 30px;
}
#reservations-dashboard .reservations-component-name h3 {
  color: #333;
}
#reservations-dashboard .reservations-component-name label {
  text-transform: initial;
  font-weight: 700;
}
#reservations-dashboard .reservations-component-contact,
#reservations-dashboard .reservations-component-cost {
  max-width: 180px;
  -moz-flex-basis: 180px;
  -ms-flex-basis: 180px;
  -webkit-flex-basis: 180px;
  flex-basis: 180px;
  margin-right: 30px;
}
#reservations-dashboard .reservations-component-contact-sub {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#reservations-dashboard .reservations-component-contact-sub i {
  margin-right: 10px;
  font-size: 24px;
  color: #85259c;
}
#reservations-dashboard .reservations-component-contact-sub p {
  font-size: 17.6px;
  color: #555;
  margin-bottom: 5px !important;
}
#reservations-dashboard .reservations-component-contact-sub a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #reservations-dashboard .reservations-item {
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #reservations-dashboard .reservations-component-contact,
  #reservations-dashboard .reservations-component-cost {
    margin-top: 20px;
    margin-right: 10px;
    -moz-flex-basis: 150px;
    -ms-flex-basis: 150px;
    -webkit-flex-basis: 150px;
    flex-basis: 150px;
  }
  #reservations-dashboard .reservations-component-contact-sub {
    -moz-flex-basis: 150px;
    -ms-flex-basis: 150px;
    -webkit-flex-basis: 150px;
    flex-basis: 150px;
  }
}
#requests-dashboard {
  padding: 0 25px;
}
#requests-dashboard .unread {
  font-weight: 700;
}
#requests-dashboard .pending-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 70px;
}
#requests-dashboard .request-container label {
  text-transform: capitalize;
  font-size: 12.8px !important;
  font-weight: 700;
  color: #c3971a;
}
#requests-dashboard .upcoming-container {
  margin-bottom: 80px;
}
#requests-dashboard .conversation-messages-loading-height .loading-spinner-small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 900px;
}
#requests-dashboard .pagination {
  margin-bottom: 60px;
}
#requests-dashboard .pagination > li > a {
  border: 0;
}
#requests-dashboard .pagination > li:not(.active) > a {
  border: 0;
}
#requests-dashboard .pagination > li:not(.active) > a:focus,
#requests-dashboard .pagination > li:not(.active) > a:hover {
  background-color: #f5f4f6 !important;
}
#requests-dashboard .conversation-container {
  text-align: center;
  margin-top: 50px;
}
#requests-dashboard .conversation-container h4 {
  font-size: 24px;
  font-weight: 400;
}
#requests-dashboard .conversation-container p {
  margin-top: 20px !important;
  color: #777;
  font-size: 17.6px;
}
#requests-dashboard table {
  margin-bottom: 0;
}
#requests-dashboard table tbody tr:first-child td {
  border-top: 0;
}
#requests-dashboard table tbody tr:hover {
  background-color: #f5f4f6;
  cursor: pointer;
}
#requests-dashboard table tbody tr td a {
  display: block;
  padding-top: 15px;
  padding-bottom: 10px;
}
#requests-dashboard .conversation-unread-bubble {
  background-color: #85259c;
  height: 10px;
  width: 10px;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 10px;
  border-radius: 50%;
}
#requests-dashboard .conversation-messages-table-name {
  width: 220px;
  font-size: 14.4px;
}
#requests-dashboard .conversation-messages-table-name a {
  color: #555;
}
#requests-dashboard .conversation-messages-table-name p {
  margin-bottom: 5px;
}
#requests-dashboard .conversation-messages-table-name .conversation-time-elapsed {
  color: #999;
}
#requests-dashboard .conversation-messages-table-status {
  width: 200px;
}
#requests-dashboard .conversation-messages-table-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 600px;
  padding-right: 25px;
}
#requests-dashboard .conversation-messages-table-content a {
  color: #555;
  font-size: 14.4px;
  width: 100%;
}
#requests-dashboard .conversation-messages-table-content p {
  margin-bottom: 5px;
  color: #777;
}
#requests-dashboard .conversation-messages-table-content .conversation-time-elapsed {
  color: #06958a;
}
@media screen and (max-width: 767px) {
  #requests-dashboard .conversation-messages-table-name,
  #requests-dashboard .conversation-messages-table-status {
    display: none;
  }
  #requests-dashboard .mobile-conversation-messages-title-area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #requests-dashboard .conversation-time-elapsed {
    font-size: 14px;
    color: #bfbfbf;
  }
  #requests-dashboard .mobile-conversation-messages-name {
    color: #333 !important;
  }
}
@media screen and (min-width: 768px) {
  #requests-dashboard .mobile-conversation-messages-title-area,
  #requests-dashboard .mobile-conversation-messages-status {
    display: none;
  }
}
.guest-conversation-cancelled {
  color: #e9434c;
}
#overage-modal {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#overage-modal .mobile button {
  display: none;
}
#overage-modal h3 {
  text-transform: uppercase;
  font-size: 16px;
}
#overage-modal .attachments {
  margin-top: 30px;
}
#overage-modal .attachments div {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  vertical-align: top;
}
#overage-modal .attachments div img {
  width: 130px;
  height: 150px;
  object-fit: cover;
  border: 1px solid #bfbfbf;
}
#overage-modal .attachments div p {
  margin-top: 5px !important;
  width: 130px;
  font-size: 12.6px;
  color: #555;
  line-height: 20px;
  font-weight: 600;
}
#overage-modal .attachments button {
  display: block;
  margin-top: 10px;
}
#overage-modal table {
  margin-top: 20px;
}
#overage-modal table th {
  border-top: 0;
  font-size: 14px;
  color: #777;
  font-weight: 400;
}
#overage-modal table th.length-xs {
  text-align: right;
  padding-right: 10px;
  width: 120px !important;
}
#overage-modal table td {
  font-size: 15.400000000000002px;
  vertical-align: middle;
}
#overage-modal table td.length-xs {
  width: 120px !important;
  text-align: right;
  padding-right: 10px;
}
#overage-modal table td.length-xs .existing .btn-link {
  position: absolute;
  top: -2px;
  color: #85259c;
}
#overage-modal table td.length-xs .new .btn-link {
  position: absolute;
  top: 3px;
  color: #85259c;
}
#overage-modal table .input-group .fa-usd {
  margin-right: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #overage-modal {
    margin-top: 10px;
  }
  #overage-modal .new,
  #overage-modal .existing {
    display: none;
  }
  #overage-modal .mobile button {
    display: block;
    position: absolute;
    left: 40%;
    top: 40px;
  }
  #overage-modal table {
    border: 0;
  }
  #overage-modal thead {
    display: none;
  }
  #overage-modal tr {
    margin-bottom: 30px;
    display: block;
  }
  #overage-modal table th.length-xs,
  #overage-modal table td.length-xs {
    width: 100% !important;
  }
  #overage-modal td {
    display: block;
    text-align: right;
    font-size: 14px;
    border-top: 0px !important;
  }
  #overage-modal td input {
    width: 150px;
  }
  #overage-modal td .input-group {
    width: 160px;
    float: right;
  }
  #overage-modal td:last-child {
    padding-bottom: 40px;
  }
  #overage-modal td:before {
    content: attr(data-label);
    float: left;
    color: #777;
  }
  #overage-modal td .dropdown-menu {
    left: inherit;
    right: 0 !important;
  }
}
#overage-modal .add-new-item-button {
  text-transform: initial;
  color: #85259c;
}
#overage-modal .add-new-item-button:hover {
  color: #521660;
}
#overage-modal .total-consumption-charge {
  text-align: right;
  font-size: 15.400000000000002px;
}
#overage-modal .total-consumption-charge p {
  display: inline-block;
  font-weight: 600;
}
#overage-modal .total-consumption-charge p:first-child {
  text-transform: uppercase;
  margin-right: 120px;
}
#overage-modal .total-consumption-charge p:last-child {
  margin-right: 10px;
}
#overage-modal .submit-section {
  text-align: center;
  margin-top: 40px;
}
#overage-modal .submit-section button {
  text-transform: initial;
}
#overage-modal .submit-section button:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #overage-modal {
    width: 100%;
    padding: 30px 20px;
  }
}
.receipts-area .cover-title,
.receipts-area .attachment-view {
  display: none;
}
.receipts-area h2 {
  text-transform: uppercase;
  font-size: 16px;
}
.receipts-area p {
  font-size: 14.4px;
}
#see-payment-attachments {
  padding: 30px;
  width: 600px;
  margin-top: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#see-payment-attachments h2 {
  text-transform: uppercase;
  font-size: 16px;
}
#see-payment-attachments p {
  font-size: 14.4px;
}
#see-payment-attachments div {
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px;
  vertical-align: top;
}
#see-payment-attachments div img {
  width: 130px;
  height: 150px;
  object-fit: cover;
  border: 1px solid #bfbfbf;
}
#see-payment-attachments div p {
  margin-top: 5px !important;
  width: 130px;
  font-size: 12.6px;
  color: #555;
  line-height: 20px;
  font-weight: 600;
}
#see-payment-attachments div:last-child {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #see-payment-attachments {
    width: 100%;
    text-align: left;
  }
}
@-moz-document url-prefix() {
  #see-payment-attachments img {
    display: none;
  }
}
.change-contact-modal {
  padding: 30px 20px 20px;
}
.change-contact-modal label {
  display: block;
  text-transform: initial;
  color: #333;
  font-weight: 600;
}
.change-contact-modal h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.change-contact-modal .modal-explanatory-text {
  font-size: 14px;
  color: #777;
  line-height: 22px;
  margin-bottom: 20px;
}
.change-contact-modal .change-contact-buttons {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.change-contact-modal .change-contact-buttons button:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .change-contact-modal .change-contact-buttons button {
    width: 48%;
  }
}
.change-contact-modal .change-contact-client table {
  font-size: 14px;
}
.change-contact-modal .change-contact-client i {
  font-size: 20px;
  color: #85259c;
  cursor: pointer;
  position: relative;
  top: -2px;
}
.change-contact-modal .client-table {
  margin-top: 20px;
}
.change-contact-modal .client-table td {
  cursor: pointer;
}
.change-contact-modal .error-banner {
  font-size: 14.4px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.print-signature-section {
  width: 100%;
  border: 2px solid #bfbfbf;
  text-align: center;
  padding: 20px;
}
.print-signature-section p {
  margin-bottom: 0;
}
@media print {
  .print-signature-section {
    padding: 15px;
    border: 2px solid #bfbfbf;
  }
}
.edit-request-rate .counteroffer-edit {
  padding: 0 !important;
  background-color: #fff !important;
}
.edit-request-rate .edit-request-rate-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
  width: 100%;
}
.edit-request-rate .edit-request-rate-columns input {
  width: 120px;
}
.edit-request-rate .edit-request-rate-columns .edit-request-rate-total {
  margin-top: 30px;
  text-align: right;
  color: #555;
}
.edit-request-rate .add-note-buttons {
  padding-left: 0 !important;
  margin-top: 15px;
}
.organization-layout {
  margin-top: 15px;
}
.organization-layout p {
  font-weight: 400 !important;
}
.admin-manual-payment-control .info-box {
  background-color: #000 !important;
}
.admin-manual-payment-control h3 span {
  text-transform: capitalize;
  font-size: 14px;
}
.admin-manual-payment-control p.explanatory-text {
  color: #fff;
  font-size: 12.6px;
}
.admin-manual-payment-control p.explanatory-text span {
  font-weight: 700;
}
.admin-manual-payment-control .manual-payment-breakdown {
  margin-top: 30px;
}
.admin-manual-payment-control .manual-payment-breakdown ul {
  list-style-type: none;
  padding-left: 0;
}
.admin-manual-payment-control .manual-payment-breakdown ul h5 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #000;
  font-size: 12.6px;
}
.admin-manual-payment-control .manual-payment-breakdown ul p {
  font-size: 14px;
  color: #555;
}
.admin-manual-payment-control .manual-payment-breakdown ul li {
  margin-bottom: 30px;
}
.admin-manual-payment-control button {
  text-transform: initial;
}
.manual-payment-modal .new-dashboard-field {
  margin-top: 0 !important;
}
.manual-payment-modal .manual-payment-buttons button:first-child {
  width: 150px;
}
.outside-platform-space-edit h5 {
  line-height: 24px;
}
.outside-platform-space-edit .custom-space-link {
  color: #85259c;
  cursor: pointer;
}
.outside-platform-space-edit .request-time-slot-buttons div,
.outside-platform-space-edit .request-time-slot-buttons a {
  font-size: 14px !important;
}
.outside-platform-space-edit .custom-time-slot-instructions {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
.outside-platform-space-edit .custom-time-slot-instructions h5 {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #555;
  margin-bottom: 0;
}
.outside-platform-space-edit .custom-time-selection-content {
  padding: 20px;
}
.outside-platform-space-edit .custom-time-selection-content h5 {
  margin-bottom: 15px;
}
.outside-platform-space-edit .custom-time-selection-content div {
  margin-bottom: 20px;
  margin-right: 10px;
}
.outside-platform-space-edit .custom-time-selection-content div:last-child {
  margin-bottom: 0;
}
.outside-platform-space-edit .custom-time-selection-content div label {
  text-transform: initial !important;
  display: block;
}
.outside-platform-space-edit .custom-time-selection-content .custom-time-selection-parallel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .outside-platform-space-edit .length-sm {
    width: 100%;
  }
  .outside-platform-space-edit .custom-time-slot-instructions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .outside-platform-space-edit .custom-time-selection-content {
    padding: 0px;
  }
  .outside-platform-space-edit .custom-time-selection-content h5 {
    font-size: 14px;
  }
  .outside-platform-space-edit .custom-time-selection-content div {
    margin-right: 0;
  }
  .outside-platform-space-edit .custom-time-selection-parallel {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .outside-platform-space-edit .custom-time-selection-parallel div {
    width: 48%;
  }
  .outside-platform-space-edit .request-space-item .custom-time-selection-content {
    padding: 10px;
  }
}
#conversation-messages-main .conversation-messages-hero {
  position: relative;
  width: 100%;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-img {
  height: 300px;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-title-box {
  position: absolute;
  border-top: 3px solid #85259c;
  background-color: rgba(0,0,0,0.8);
  top: 40px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  color: #fff;
  text-align: center;
  padding: 30px;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-title-box h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px !important;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-title-box h2 {
  margin-top: 10px !important;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-title-box p {
  font-size: 14px;
  margin-bottom: 0 !important;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-title-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#conversation-messages-main .conversation-messages-hero .conversation-messages-title-box ul li {
  margin: 0;
}
#conversation-messages-main .review-proposal {
  max-width: 1100px !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #conversation-messages-main .review-proposal {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #conversation-messages-main .review-proposal .request-main-content {
    margin-left: 20px;
    margin-top: 40px !important;
  }
  #conversation-messages-main .review-proposal .request-right-sidebar {
    margin-top: 40px !important;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 350px;
    -moz-flex-basis: 350px;
    -ms-flex-basis: 350px;
    -webkit-flex-basis: 350px;
    flex-basis: 350px;
  }
}
@media screen and (max-width: 767px) {
  #conversation-messages-main .review-proposal {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #conversation-messages-main .review-proposal .request-main-content {
    margin-top: 20px !important;
  }
}
#conversation-messages-main .message-section {
  margin-top: 30px;
  margin-bottom: 20px;
}
#conversation-messages-main .message-section .info-box {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #conversation-messages-main .message-section {
    margin-top: 0;
  }
}
#conversation-messages-main .request-right-sidebar {
  margin-top: 30px;
}
#conversation-messages-main .request-right-sidebar .message-section {
  text-align: center;
}
#conversation-messages-main .request-right-sidebar .message-section .info-box {
  padding: 20px;
  background-color: #f5f4f6;
}
#conversation-messages-main .request-right-sidebar .message-section p {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #conversation-messages-main .request-right-sidebar {
    margin-top: 20px;
  }
}
#conversation-messages-main .concierge-section .info-box,
#conversation-messages-main .contact-section .info-box {
  border-color: #d53a58;
}
#conversation-messages-main .concierge-section .concierge-number i,
#conversation-messages-main .contact-section .concierge-number i,
#conversation-messages-main .concierge-section .concierge-number h3,
#conversation-messages-main .contact-section .concierge-number h3 {
  display: inline-block;
}
#conversation-messages-main .concierge-section .concierge-number i,
#conversation-messages-main .contact-section .concierge-number i {
  margin-right: 10px;
  font-size: 30px;
  color: #d53a58;
}
#conversation-messages-main .concierge-section .concierge-number h3,
#conversation-messages-main .contact-section .concierge-number h3 {
  text-transform: initial;
  font-weight: 700;
}
#conversation-messages-main .concierge-section h6,
#conversation-messages-main .contact-section h6 {
  font-weight: 400;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#conversation-messages-main .concierge-section a.btn,
#conversation-messages-main .contact-section a.btn {
  border-color: #d53a58;
  color: #d53a58;
}
#conversation-messages-main .concierge-section a.btn:hover,
#conversation-messages-main .contact-section a.btn:hover {
  background-color: #d53a58;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #conversation-messages-main .concierge-section .info-box,
  #conversation-messages-main .contact-section .info-box {
    background-color: #fff;
    border: 1px solid #bfbfbf;
  }
}
#conversation-messages-main .request-section .info-box,
#conversation-messages-main .proposal-section .info-box {
  border-color: #06958a;
}
#conversation-messages-main .request-section a.btn,
#conversation-messages-main .proposal-section a.btn,
#conversation-messages-main .request-section button,
#conversation-messages-main .proposal-section button {
  border-color: #06958a;
  color: #06958a;
}
#conversation-messages-main .request-section a.btn:hover,
#conversation-messages-main .proposal-section a.btn:hover,
#conversation-messages-main .request-section button:hover,
#conversation-messages-main .proposal-section button:hover {
  background-color: #06958a;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #conversation-messages-main .request-section .info-box,
  #conversation-messages-main .proposal-section .info-box {
    background-color: #fff;
    border: 1px solid #bfbfbf;
  }
}
@media screen and (max-width: 767px) {
  #conversation-messages-main .sidebar-section .info-box {
    padding: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#conversation-messages-main .contact-section .event-request-contact {
  text-align: left !important;
}
@media screen and (max-width: 991px) {
  .message-selected {
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .message-selected .request-nav {
    -moz-order: 1;
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .message-selected .message-section {
    -moz-order: 2;
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 991px) {
  .message-selected .request-nav {
    display: block;
  }
  .message-selected .request-review-tab {
    display: block !important;
  }
}
@media screen and (min-width: 991px) {
  .post-cancel {
    display: none !important;
  }
}
.body-dashboard-create {
  background-color: #f5f4f6;
  padding-bottom: 400px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .body-dashboard-create {
    padding-bottom: 60px;
  }
}
.body-dashboard-create hr {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.host-dashboard-nav {
  background-color: #dcdee0;
  padding-top: 12px;
  padding-bottom: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .host-dashboard-nav {
    display: none;
  }
}
.host-dashboard-nav li {
  margin-right: 30px;
}
.admin-only-search {
  background-color: #fff;
}
.admin-only-search .search-venues {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.admin-only-search .admin-search-spacer {
  text-align: center;
  margin: 30px 30px 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.admin-only-search .admin-search-input {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 25px;
}
.admin-only-search .admin-search-input label {
  text-transform: capitalize;
  font-weight: 600;
}
.admin-only-search .admin-search-input .admin-search-center {
  width: 280px;
  position: relative;
  left: 50px;
  margin-left: auto;
  margin-right: auto;
}
.admin-only-search .admin-add-venue-button {
  float: right;
}
.admin-only-search .admin-add-venue-button a {
  padding: 18px 15px;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #85259c;
  color: #fff;
}
.admin-only-search .admin-add-venue-button i {
  display: block;
  color: #fff;
  margin-right: 5px;
  font-size: 20px;
}
.admin-only-search .admin-add-venue-button a:hover {
  background-color: #76208c;
}
@media screen and (max-width: 767px) {
  .admin-only-search .search-venues {
    width: 100%;
  }
  .admin-only-search .admin-search-input .admin-search-center {
    position: static;
    width: 100%;
  }
  .admin-only-search .admin-add-venue-button a {
    width: 100%;
  }
}
.venue-default {
  background-color: #fff;
  margin-top: 44px;
  text-align: center;
}
.venue-default h2 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.venue-select {
  padding-bottom: 22px;
}
.venue-select .venue-action-area {
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.venue-select .dropdown {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.venue-select .scheduler-text-visible {
  width: 210px !important;
}
.venue-select .scheduler-text-choice {
  width: 155px;
  display: inline-block;
  vertical-align: middle;
}
.venue-select .scheduler-text-choice p {
  margin: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.venue-select .venue-dropdown-img {
  width: 50px;
  height: 35px;
  padding: 0;
  margin-right: 10px;
}
.venue-select button {
  padding: 10px 80px;
  font-size: 14.4px;
  line-height: 1.2857142861;
  border-radius: 0px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  background-color: #85259c;
  color: #fff;
}
.venue-select button:hover {
  background-color: #76208c;
}
.venue-select .dropdown-menu {
  width: 320px;
  cursor: pointer;
}
.venue-select li a {
  border: 1px solid #f5f4f6;
  padding: 0;
}
.venue-select li a span {
  font-size: 14.4px;
  font-weight: 400;
}
.venue-select li a.active {
  color: #85259c;
  font-weight: 600;
}
.venue-select li:first-child a:first-child {
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
  border: 0;
}
@media screen and (max-width: 320px) {
  .venue-select .dropdown {
    width: 100%;
  }
  .venue-select .dropdown .dropdown-menu {
    width: 100%;
  }
  .venue-select .scheduler-text-choice {
    width: 125px;
  }
}
.dashboard-hero {
  position: relative;
  float: left;
  width: 100%;
  height: 300px;
}
.dashboard-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.4);
}
.dashboard-hero img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .dashboard-hero {
    height: 200px;
  }
  .dashboard-hero img {
    height: 200px;
  }
}
.dashboard-hero .venue-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
  width: 100%;
}
.dashboard-hero .venue-title h1,
.dashboard-hero .venue-title h2 {
  color: #fff;
  text-shadow: 2px 3px 2px #000;
}
.dashboard-hero .venue-title .btn {
  margin-top: 10px;
}
.dashboard-hero .venue-title .last-updated-dashboard-hero {
  color: #fff;
  margin-top: 2px;
  font-size: 14px;
  color: #fff;
  text-shadow: 2px 3px 2px #000;
}
@media screen and (max-width: 768px) {
  .dashboard-hero .venue-title h1 {
    font-size: 24px;
  }
  .dashboard-hero .venue-title a.btn {
    font-size: 14px;
    padding: 8px 20px;
    background-color: #fff;
    color: #85259c;
  }
}
.venue-status-container {
  position: absolute;
  top: -7px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .venue-status-container {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .venue-status-container {
    top: -7px;
  }
}
.venue-status-outline {
  color: #fff;
  padding: 5px 10px;
  text-shadow: none;
  font-size: 12.6px;
}
.dashboard-instructions {
  padding: 20px 20px;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.dashboard-instructions div:first-child {
  text-align: left;
}
.dashboard-instructions label {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 0;
  margin-right: 20px;
}
.dashboard-instructions p {
  font-size: 12.6px;
  color: #777;
}
.dashboard-instructions .progress-button {
  margin-bottom: 10px;
}
.dashboard-instructions .progress-button a:hover {
  color: #fff;
}
.published-header {
  background-color: #333;
  padding: 20px 10px;
  text-align: center;
}
.published-header label {
  display: block;
  font-size: 12.6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.published-header .header-secondary-text {
  font-size: 14px;
  margin-bottom: 0;
  color: #bfbfbf;
  text-transform: none;
  font-weight: 400;
}
.dashboard-venue-visibility-toggle .fake-toggle {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  cursor: not-allowed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dashboard-venue-visibility-toggle .fake-toggle .fake-button {
  width: 35px;
  height: 35px;
  background-color: #bfbfbf;
}
.dashboard-venue-visibility-toggle .fake-toggle .fake-message {
  border: 1px solid #bfbfbf;
  height: 35px;
  font-size: 14px;
  color: #555;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-venue-visibility-toggle .toggle {
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  width: 110px;
}
.dashboard-venue-visibility-toggle .toggle p {
  font-size: 14px;
  color: #555;
}
.dashboard-venue-visibility-toggle .toggle .on-toggle {
  height: 35px;
  width: 75px !important;
}
.dashboard-venue-visibility-toggle .toggle .off-toggle {
  height: 35px;
  width: 75px !important;
}
.dashboard-venue-visibility-toggle .toggle .toggle-button {
  height: 33px;
  width: 33px !important;
}
.dashboard-content {
  padding: 20px;
  padding-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.dashboard-content h4 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
.dashboard-content .dashboard-legend {
  margin-top: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.dashboard-content .dashboard-legend p {
  font-size: 14px;
  color: #777;
}
.dashboard-content .dashboard-legend .dashboard-legend-item .dashboard-status-bubble,
.dashboard-content .dashboard-legend .dashboard-legend-item p {
  display: inline-block;
}
.dashboard-content .dashboard-legend .dashboard-legend-item .dashboard-status-bubble {
  width: 12px;
  height: 12px;
}
.dashboard-content .dashboard-legend .dashboard-legend-item i {
  margin-right: 5px;
}
.dashboard-content .dashboard-legend .dashboard-legend-item .icon-circle-check {
  color: #06958a;
}
.dashboard-content .dashboard-legend .dashboard-legend-item .icon-circle-empty {
  color: #d53a58;
}
.dashboard-content .dashboard-legend .dashboard-legend-item .icon-circle-exclamation {
  color: #c3971a;
}
.dashboard-content .dashboard-status-bubble {
  width: 15px !important;
  height: 15px !important;
  border-radius: 24px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.dashboard-content .dashboard-button {
  width: 100%;
}
.dashboard-content .dashboard-button a.btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .dashboard-content .dashboard-button a.btn {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .dashboard-content {
    width: 100%;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .dashboard-content .dashboard-legend {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .dashboard-content .dashboard-legend .dashboard-legend-item:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.dashboard-content .dashboard-space,
.dashboard-content .dashboard-menu,
.dashboard-content .dashboard-package {
  width: 32%;
  min-width: 300px;
  max-width: 400px;
}
.dashboard-content .dashboard-space a:hover .section-cards,
.dashboard-content .dashboard-menu a:hover .section-cards,
.dashboard-content .dashboard-package a:hover .section-cards {
  border-color: #85259c;
}
@media screen and (max-width: 991px) {
  .dashboard-content .dashboard-space,
  .dashboard-content .dashboard-menu,
  .dashboard-content .dashboard-package {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .dashboard-content .dashboard-space .dashboard-content-card,
  .dashboard-content .dashboard-menu .dashboard-content-card,
  .dashboard-content .dashboard-package .dashboard-content-card {
    display: block;
    width: 48%;
    margin: 0;
  }
  .dashboard-content .dashboard-space .dashboard-content-item,
  .dashboard-content .dashboard-menu .dashboard-content-item,
  .dashboard-content .dashboard-package .dashboard-content-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .dashboard-content .dashboard-space .dashboard-button,
  .dashboard-content .dashboard-menu .dashboard-button,
  .dashboard-content .dashboard-package .dashboard-button {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .dashboard-content .dashboard-space .dashboard-content-card,
  .dashboard-content .dashboard-menu .dashboard-content-card,
  .dashboard-content .dashboard-package .dashboard-content-card {
    width: 100%;
  }
}
.dashboard-content .dashboard-menu {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .dashboard-content .dashboard-menu {
    margin-left: 0;
    margin-right: 0;
  }
}
.dashboard-content .section-cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  height: 110px;
  min-height: 100px;
  background-color: #fff;
  border: 1px solid transparent;
}
.dashboard-content .section-cards > a {
  height: 100%;
}
.dashboard-content .menu-img-container {
  position: relative;
  height: 100%;
}
.dashboard-content .menu-img-container .menu-img-objectfit {
  height: 100%;
}
.dashboard-content .menu-img-container img {
  height: 100%;
  object-fit: cover;
}
.dashboard-content .menu-img-container .img-price {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.dashboard-content .menu-img-container .drink-price {
  background-color: #fff;
  color: #555;
}
.dashboard-content .drink-image {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 36px;
  text-align: center;
  color: #999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.dashboard-content .drink-image .icon-cocktail {
  margin-left: auto;
  margin-right: auto;
}
.dashboard-content img {
  object-fit: cover;
  width: 100px;
  height: 100%;
}
.dashboard-content .section-content {
  padding: 5px 15px;
  min-width: 0;
  width: 100%;
  position: relative;
}
.dashboard-content .section-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dashboard-content .section-details i {
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.dashboard-content .section-details .icon-circle-check {
  color: #06958a;
}
.dashboard-content .section-details .icon-circle-empty {
  color: #d53a58;
}
.dashboard-content .section-details .icon-circle-exclamation {
  color: #c3971a;
}
.dashboard-content .section-header {
  min-width: 0;
}
.dashboard-content .section-header h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 3px;
}
.dashboard-content .last-updated-dashboard {
  position: absolute;
  bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
  margin-top: 0px;
  font-size: 8.4px;
  color: #999;
}
.dashboard-content .last-updated-dashboard strong {
  color: #555;
}
.dashboard-content .section-metadata {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.dashboard-content .section-metadata i {
  font-size: 14px;
  color: #777;
  position: relative;
  top: 0;
}
.dashboard-content .section-metadata .icon-seated {
  margin-right: 2px;
}
.dashboard-content .section-metadata .icon-cutlery,
.dashboard-content .section-metadata .icon-clock-thin {
  margin-right: 5px;
}
.dashboard-content .section-metadata .icon-clock-thin {
  color: #555;
}
.dashboard-content .section-metadata h6 {
  color: #777;
  font-size: 11.200000000000001px;
  font-weight: 400;
}
.dashboard-content .section-metadata .margin-right {
  margin-right: 10px;
}
.dashboard-content .section-metadata div,
.dashboard-content .section-metadata div span:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-content .section-actions {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  bottom: 25px;
}
.dashboard-content .section-actions i {
  margin-right: 5px;
}
.dashboard-content .section-actions a {
  font-size: 12.6px;
}
.dashboard-content .section-actions > div {
  margin-right: 15px;
}
.dashboard-content .section-actions > div:last-child {
  float: right;
  margin-right: 0;
}
.dashboard-content .section-actions > div:last-child button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #d53a58;
  text-transform: capitalize;
  font-size: 12.6px;
  font-weight: 400;
}
.venue-back {
  display: none;
}
@media screen and (max-width: 767px) {
  .venue-back {
    display: block;
  }
}
.venue-back .back-bar {
  height: 60px;
  width: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  background-color: #85259c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.venue-back .back-bar:hover {
  background-color: #76208c;
}
.venue-back .back-bar i {
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  color: #fff;
}
.venue-hero {
  position: relative;
  float: left;
  width: 100%;
}
.venue-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.4);
}
.venue-hero img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .venue-hero img {
    height: 200px;
  }
}
.venue-hero .venue-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
  width: 100%;
}
.venue-hero .venue-title h1,
.venue-hero .venue-title h2 {
  color: #fff;
  text-shadow: 2px 3px 2px #000;
}
.venue-hero .venue-title .btn {
  margin-top: 10px;
}
.listing-breakout {
  background-color: #fff;
  padding: 22px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100% !important;
  overflow: hidden;
}
.listing-breakout h4 {
  color: #777;
}
.listing-breakout a {
  color: #555;
}
.listing-breakout a:hover {
  color: #85259c;
}
.listing-breakout .placeholder-text {
  margin-top: -3px;
  margin-left: 19px;
}
.listing-breakout .placeholder-text a {
  color: #85259c;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 767px) {
  .listing-breakout .placeholder-text {
    margin-left: 15px;
  }
  .listing-breakout .placeholder-text a {
    top: 5px;
  }
}
.listing-breakout .listing-breakout-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .listing-breakout .listing-breakout-header {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 767px) {
  .listing-breakout .listing-breakout-header {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .listing-breakout .listing-breakout-header {
    margin-bottom: 25px !important;
    text-align: center;
  }
}
.listing-breakout .listing-breakout-section {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .listing-breakout .listing-breakout-section {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .listing-breakout .listing-breakout-section {
    float: left;
    width: 16.666666666666664%;
  }
}
@media screen and (max-width: 767px) {
  .listing-breakout .listing-breakout-section {
    margin-bottom: 20px;
  }
}
.listing-breakout .listing-breakout-section-drinks {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .listing-breakout .listing-breakout-section-drinks {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .listing-breakout .listing-breakout-section-drinks {
    float: left;
    width: 25%;
  }
}
.listing-breakout .section-breakout {
  line-height: 33px;
}
.listing-breakout .section-breakout a {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .listing-breakout .section-breakout {
    margin-left: 15px;
  }
}
@media screen and (min-width: 767px) {
  .listing-breakout .section-breakout a {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 125px;
    overflow: hidden;
  }
}
.listing-breakout .section-breakout .section-incomplete {
  position: relative;
  left: -3px;
}
.listing-breakout .icon-check-circle-thin {
  vertical-align: middle;
  position: relative;
  top: 3px;
  right: 5px;
  color: #60a81a;
}
.listing-breakout .icon-edit {
  vertical-align: middle;
  position: relative;
  top: 3px;
  right: 5px;
  color: #85259c;
  font-size: 17px;
}
.listing-breakout h4,
.listing-breakout h5 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .listing-breakout h5 {
    margin-top: 15px;
  }
}
.listing-breakout h5 {
  line-height: 22px;
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .listing-breakout h5 {
    margin-left: 15px;
  }
}
.listing-breakout .listing-status-text {
  font-size: 14.4px;
  font-weight: 300;
  color: #999;
  text-transform: capitalize;
}
.listing-breakout button {
  margin-top: 20px;
}
.listing-breakout .listing-publish:before,
.listing-breakout .listing-publish:after {
  content: " ";
  display: table;
}
.listing-breakout .listing-publish:after {
  clear: both;
}
.save-confirmation-header {
  padding-top: 40px;
  text-align: center;
}
.save-confirmation-header .icon-check-circle {
  font-size: 70px;
}
.save-confirmation-header h2 {
  margin-top: 10px !important;
}
.save-confirmation-buttons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  width: 290px;
}
.new-submit-button-area {
  position: fixed;
  background-color: #f5f4f6;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #bfbfbf;
  z-index: 1000;
}
.new-submit-button-area label {
  display: block;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}
.new-submit-button-area button {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .new-submit-button-area {
    padding-bottom: 10px;
  }
  .new-submit-button-area label {
    display: none;
  }
  .new-submit-button-area div.small {
    margin-left: 10px;
    margin-right: 10px;
    margin: 0;
  }
}
.venue-tracking-bar {
  background-color: #fff;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.venue-tracking-bar .venue-tracking-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.venue-tracking-bar .venue-tracking-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
  border-left: 1px solid #bfbfbf;
}
.venue-tracking-bar .venue-tracking-section:last-child {
  border-right: 1px solid #bfbfbf;
}
.venue-tracking-bar .venue-tracking-section .icon-check-circle-thin,
.venue-tracking-bar .venue-tracking-section .icon-circle-empty {
  font-size: 24px;
  margin-right: 10px;
}
.venue-tracking-bar .venue-tracking-section .icon-check-circle-thin {
  color: #06958a;
}
.venue-tracking-bar .venue-tracking-section .icon-circle-empty {
  color: #bfbfbf;
}
.venue-tracking-bar .venue-tracking-section label {
  display: block;
  font-size: 9.799999999999999px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin-bottom: 0px;
}
.venue-tracking-bar .venue-tracking-section .header-secondary-text {
  font-size: 11.200000000000001px;
  margin-bottom: 0;
  color: #777;
}
.venue-tracking-bar .venue-tracking-section .header-secondary-date {
  font-size: 9.799999999999999px;
  font-style: italic;
  color: #777;
  margin-top: 0;
  margin-bottom: 0;
}
.venue-tracking-bar .back-bar {
  height: 55px;
  width: 55px;
  position: absolute;
  left: 0;
  z-index: 8;
  background-color: #85259c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.venue-tracking-bar .back-bar:hover {
  background-color: #76208c;
}
.venue-tracking-bar .back-bar i {
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .venue-tracking-bar .venue-tracking-area {
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .venue-tracking-bar div.relative {
    position: inherit;
  }
  .venue-tracking-bar .back-bar {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 20;
  }
  .venue-tracking-bar .venue-tracking-section {
    padding: 0;
    padding: 10px;
    width: 50%;
    border-top: 1px solid #bfbfbf;
  }
  .venue-tracking-bar .venue-tracking-section label {
    font-size: 9.799999999999999px;
    margin-bottom: 0 !important;
  }
  .venue-tracking-bar .venue-tracking-section i {
    margin-right: 5px;
  }
}
.new-dashboard-skeleton {
  padding: 20px;
  margin: 40px 40px 100px;
  width: auto;
  max-width: 1020px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.new-dashboard-skeleton > h4 {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 20.4px;
  color: #333;
}
.new-dashboard-skeleton .primary-explanatory-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 450px;
  font-size: 14px;
  margin-top: 15px !important;
  margin-bottom: 15px;
  color: #777;
}
.new-dashboard-skeleton .secondary-explanatory-text {
  font-size: 14px;
  color: #777;
  position: relative;
  margin-top: -5px !important;
}
.new-dashboard-skeleton .last-updated-explanatory-text {
  text-align: center;
  font-size: 12.6px;
  color: #999;
  margin-bottom: 0;
}
.new-dashboard-skeleton .tertiary-explanatory-text {
  font-size: 14px;
  color: #777;
  font-style: italic;
}
.new-dashboard-skeleton label {
  display: block;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
}
.new-dashboard-skeleton .label-phrase {
  text-transform: inherit !important;
}
.new-dashboard-skeleton .new-dashboard-section {
  padding: 40px 0;
  border-bottom: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.new-dashboard-skeleton .new-dashboard-section:last-child {
  border-bottom: 0;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-label {
  width: 30%;
  text-align: center;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-label h5 {
  text-transform: uppercase;
  font-size: 12.6px;
  color: #777;
  letter-spacing: 0.3px;
  line-height: 20px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content {
  width: 70%;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-sub-container {
  border: 1px solid #bfbfbf;
  background-color: #f5f4f6;
  padding: 30px 20px 0px 20px;
  margin-bottom: 25px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .add-another-hour {
  position: relative;
  top: -25px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field {
  margin-bottom: 30px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field input::-moz-placeholder {
  color: #bbb;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field input:-ms-input-placeholder {
  color: #bbb;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field input::-webkit-input-placeholder {
  color: #bbb;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .alert {
  position: absolute;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .percentage-addon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .percentage-addon .input-group-addon {
  width: 40px;
  padding: 10px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .penalty-charge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .penalty-charge .input-group {
  margin-left: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .critic-reviews span {
  text-decoration: underline;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .initial-cancellation-selection {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .initial-cancellation-selection .new-radio-label {
  display: inline-block;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .initial-cancellation-selection label {
  position: relative;
  cursor: pointer !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .initial-cancellation-selection label:first-child {
  margin-right: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .initial-cancellation-selection label input {
  position: absolute;
  left: 7px;
  top: 2px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .initial-cancellation-selection label p {
  margin-top: 2px !important;
  font-weight: 400;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary {
  border: 1px solid #bfbfbf;
  padding: 20px;
  margin-top: 25px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary label {
  margin-top: 0 !important;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-content {
  margin-top: 20px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-content label {
  position: relative;
  cursor: pointer !important;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-content label input[type="checkbox"] {
  position: absolute;
  left: 7px;
  top: 2px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-content label span {
  font-weight: 400;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before {
  margin-left: 35px;
  font-size: 14px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before span {
  line-height: 40px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before input {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before .extra-input {
  display: inline;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before .extra-input div {
  display: inline;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before select {
  width: auto;
  min-width: 175px;
  display: inline;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before .input-group-addon {
  padding-left: 10px;
  padding-right: 6px;
}
@media screen and (max-width: 768px) {
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-days-before {
    margin-left: 20px;
    margin-bottom: 15px;
  }
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-confirmation label {
  color: #777;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-confirmation p {
  font-size: 14px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline {
  display: inline-block;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline:first-child {
  margin-right: 10px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline:nth-child(3) {
  margin-left: 10px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-images {
  margin-top: 30px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-images .dashboard-img-of {
  width: 180px;
  height: 120px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-images img {
  width: 180px;
  height: 120px;
  object-fit: cover;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-button {
  margin-top: 30px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-button button {
  color: #85259c;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-button button:hover {
  color: #fff;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-column {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .amenities-width {
  width: 50%;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .extra-spacing {
  margin-top: 20px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item {
  margin-bottom: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item span {
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item label {
  position: relative;
  cursor: pointer !important;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item label input {
  position: absolute;
  left: 5px;
  top: 2px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item label span {
  font-weight: 400;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .capacity-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .capacity-field .capacity-inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .capacity-field .capacity-inputs div:first-child {
  margin-right: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .capacity-field .capacity-serving {
  margin-top: 20px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .capacity-field .capacity-serving button {
  background-color: #fff;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .capacity-field fieldset[disabled="disabled"] {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .capacity-field fieldset[disabled="disabled"] label {
  cursor: default !important;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .addon-field {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .addon-field label {
  width: 200px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .addon-field select {
  width: 120px;
  margin-right: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .addon-field .input-group {
  width: 120px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .addon-field .input-group-addon {
  padding-left: 10px;
  padding-right: 10px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .addon-field .input-group-addon .fa-usd {
  font-size: 14px;
  margin-right: 0;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-list-item .addon-field .opaque-selection {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .capacity-checkbox-area .capacity-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container {
  border: 1px solid #bfbfbf;
  margin-bottom: 25px;
  padding: 20px 20px 0px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .alert {
  margin-top: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins > div {
  margin-right: 25px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins .dropdown button {
  text-transform: initial;
  font-weight: 400;
  font-size: 16px;
  padding: 9px 0 9px 10px;
  text-align: left;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  border-radius: 4px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins .dropdown button:hover {
  background-color: #fff;
  border-color: #bfbfbf;
  color: #555;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins .dropdown .dropdown-menu {
  height: 400px;
  overflow-y: scroll;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-days button {
  margin-right: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
  min-width: 65px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #999;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-days button:hover {
  background-color: #f5f4f6;
}
@media screen and (max-width: 767px) {
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container {
    background-color: #f5f4f6;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins > div {
    width: 50%;
    margin-right: 10px;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins > div:last-child {
    margin-right: 0;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins select,
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins button,
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .time-slot-container .time-slot-mins .dropdown-menu {
    width: 100%;
  }
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .slot-remove-button {
  position: relative;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .slot-remove-button i {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 24px;
  cursor: pointer;
  color: #777;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .slot-remove-button i:hover {
  color: #000;
}
@media screen and (max-width: 767px) {
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .slot-remove-button i {
    font-size: 24px;
    right: 0px;
  }
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .good-for-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .good-for-item > div {
  width: 23%;
  margin-bottom: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .good-for-item button {
  background-color: #fff;
  padding: 12px 5px !important;
  border: 1px solid #bfbfbf;
  margin: 0;
  color: #555;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .good-for-item button:focus {
  outline: 0 !important;
}
@media screen and (max-width: 767px) {
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .good-for-item > div {
    width: 31%;
  }
}
@media screen and (max-width: 320px) {
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .good-for-item > div {
    width: 48%;
  }
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .drinks-input-group,
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .drinks-input-group-label,
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .drinks-input-group-close {
  display: inline-block;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .drinks-input-group-label {
  position: relative;
  top: -15px;
  margin-left: 15px;
}
.new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .drinks-input-group-close {
  position: relative;
  top: -13px;
}
@media screen and (max-width: 767px) {
  .new-dashboard-skeleton {
    width: 100%;
    margin: 20px 0;
  }
  .new-dashboard-skeleton .primary-explanatory-text {
    width: 100%;
  }
  .new-dashboard-skeleton .new-dashboard-section {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-label,
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content {
    width: 100%;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-label {
    margin-bottom: 20px;
  }
  .new-dashboard-skeleton .new-dashboard-section .length-lg {
    width: 100%;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-images {
    margin-top: 30px;
    width: 100%;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-images .dashboard-img-of {
    width: 150px;
    height: 100px;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-images img {
    width: 150px;
    height: 100px;
    margin: 0;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field textarea {
    width: 100%;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .addon-field {
    width: 100%;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .addon-field label {
    display: block;
    width: 100% !important;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .addon-field select {
    width: 42% !important;
    margin-right: 15px;
    margin-left: 30px;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .addon-field .input-group {
    width: 42% !important;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline {
    display: inline-block;
    width: 100%;
    margin-left: 0 !important;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline:first-child {
    margin-bottom: 30px;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline:nth-child(3) {
    margin-top: 30px;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline input,
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .new-dashboard-field-inline select {
    width: 100% !important;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .cancellation-summary .cancellation-content input {
    margin-bottom: 20px;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .drinks-input-group .length-xs {
    width: 170px !important;
  }
  .new-dashboard-skeleton .new-dashboard-section .new-dashboard-content .new-dashboard-field .drinks-input-group input {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .new-dashboard-skeleton .amenities-width {
    width: 100% !important;
  }
  .new-dashboard-skeleton .addon-field select {
    width: 20% !important;
    margin-right: 5px !important;
  }
  .new-dashboard-skeleton .addon-field .input-group {
    width: 20% !important;
  }
}
.venue-cuisine-types button {
  text-align: left;
  font-size: 16px;
  color: #777;
  text-transform: capitalize;
  width: 300px;
  padding: 8px 10px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.venue-cuisine-types button i {
  position: relative;
  top: 3px;
}
.venue-cuisine-types .dropdown-menu {
  width: 100%;
  height: 300px;
  width: 300px;
  overflow-y: scroll;
}
.venue-cuisine-types .cuisine-type-pill {
  background-color: #85259c;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  padding: 7px 5px 7px 11px;
  font-size: 12.8px;
  font-weight: 600;
  margin-top: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .venue-cuisine-types .cuisine-type-pill {
    padding: 5px 1px 5px 7px;
  }
}
.venue-cuisine-types .cuisine-type-pill .cuisine-clear {
  cursor: pointer;
  color: #fff;
}
.venue-authorized .dropdown-menu {
  height: auto;
}
.venue-authorized .dropdown-menu .custom-contact a {
  color: #777;
}
.existing-contact-label {
  margin-top: 20px;
  font-weight: 400 !important;
  color: #777 !important;
}
.existing-contact {
  display: inline-block;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  padding: 10px;
}
.existing-contact p {
  margin-bottom: 0;
}
#select-secondary-contact {
  margin-top: 30px;
}
.new-contact-label {
  margin-top: 20px;
  font-weight: 400 !important;
  color: #777 !important;
}
.add-custom-contact {
  border: 1px solid #bfbfbf;
  background-color: #f5f4f6;
  padding: 15px;
  display: inline-block;
}
.add-custom-contact .custom-contact-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.add-custom-contact .custom-contact-name div:first-child {
  margin-right: 15px;
}
.add-custom-contact .custom-contact-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.add-custom-contact .custom-contact-info div:first-child {
  margin-right: 15px;
}
.remove-contact-enabled {
  cursor: pointer;
  margin-top: 20px;
}
.remove-contact-enabled button {
  color: #85259c;
  font-size: 11.200000000000001px !important;
}
.venue-header h3 {
  color: #85259c !important;
  font-weight: 400;
}
.form-button-area {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .form-button-area {
    margin-top: 20px;
  }
}
.create-venue-modal {
  margin: 40px;
}
.create-venue-modal h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}
.create-venue-modal label {
  text-transform: initial;
  font-weight: 600;
}
.create-venue-modal input {
  display: block;
}
.create-venue-modal .create-venue-modal-buttons {
  margin-top: 30px;
}
.create-venue-modal .create-venue-modal-buttons button:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .create-venue-modal {
    margin: 60px 25px 25px 25px;
  }
  .create-venue-modal .create-venue-modal-buttons button {
    width: 48%;
  }
}
.scheduler-background {
  background-color: #fff;
  padding-bottom: 100px;
}
.scheduler-empty {
  margin-top: 44px;
}
.scheduler-empty h3 {
  color: #777;
}
.scheduler-empty h5 {
  margin-top: 22px;
  line-height: 26.4px;
}
.scheduler-default {
  margin-top: 44px;
}
.scheduler-options {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 44px;
}
@media screen and (min-width: 767px) {
  .scheduler-options {
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .scheduler-options {
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fff;
  }
}
.scheduler-venue {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .scheduler-venue {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .scheduler-venue {
    float: left;
    width: 33.33333333333333%;
  }
}
@media screen and (max-width: 767px) {
  .scheduler-venue {
    margin-top: 22px;
    background-color: #fff;
  }
}
.scheduler-space {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .scheduler-space {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .scheduler-space {
    float: left;
    width: 33.33333333333333%;
  }
}
.admin-select h4 {
  font-size: 16px;
  font-weight: 600;
}
.scheduler-date {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .scheduler-date {
    float: left;
    width: 100%;
  }
}
.scheduler-date input {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .scheduler-date .dropdown {
    margin-top: 20px;
    width: 220px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.scheduler-select {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .scheduler-select {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 768px) {
  .scheduler-select .scheduler-placeholder {
    margin-left: 10px;
  }
}
.scheduler-select .dropdown {
  width: auto !important;
}
.scheduler-select .dropdown i {
  position: absolute;
  right: 7px;
  bottom: 10px;
  margin-right: 0;
  font-size: 16px;
}
.scheduler-select .dropdown-menu {
  width: 100%;
}
.scheduler-select .dropdown-menu .scheduler-text-choice {
  vertical-align: middle;
}
.scheduler-select .dropdown-menu .scheduler-text-choice p {
  margin: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheduler-select .dropdown-menu li a.mobile-all-spaces-height {
  padding: 7px 20px !important;
}
@media screen and (max-width: 767px) {
  .scheduler-select .dropdown-menu li a.mobile-space-height {
    padding: 7px 20px;
  }
}
.scheduler-select .scheduler-dropdown-cover {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 1px;
  width: 50px;
  height: 35px;
  padding: 0;
  margin-right: 10px;
}
.scheduler-select .scheduler-dropdown-choice {
  top: -8px;
  left: -1px;
}
.scheduler-select .scheduler-text-cover {
  vertical-align: top;
}
.scheduler-select .scheduler-text-cover p {
  font-size: 12.6px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .scheduler-select .scheduler-text-cover {
    margin-left: 42px;
    padding-left: 20px;
  }
}
.scheduler-select button {
  padding: 9px 30px;
  font-size: 12.8px;
  line-height: 1.2857142861;
  border-radius: 0px;
  width: 100%;
  padding-right: 20px;
  padding-left: 0px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .scheduler-select button {
    height: 36px;
    padding-left: 10px;
  }
}
.scheduler-select li a {
  border: 1px solid #f5f4f6;
  padding: 8px 20px 8px 0;
}
@media screen and (max-width: 767px) {
  .scheduler-select li a {
    padding-left: 10px !important;
  }
}
.scheduler-select li a span {
  font-size: 14.4px;
  font-weight: 400;
}
.scheduler-select li a.active {
  color: #85259c;
  font-weight: 600;
}
.scheduler {
  margin-top: 22px;
  margin-left: -15px;
  margin-right: -15px;
}
.scheduler-spaces-area {
  position: relative;
  min-height: 1px;
  padding-left: 2.5;
  padding-right: 2.5;
}
@media (min-width: 768px) {
  .scheduler-spaces-area {
    float: left;
    width: 8.333333333333332%;
  }
}
@media screen and (max-width: 767px) {
  .scheduler-spaces-area {
    display: none;
  }
}
.scheduler-calendar-horizontal {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .scheduler-calendar-horizontal {
    float: left;
    width: 91.66666666666666%;
  }
}
@media screen and (max-width: 767px) {
  .scheduler-calendar-horizontal {
    display: none;
  }
}
.scheduler-calendar-vertical {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .scheduler-calendar-vertical {
    display: none;
  }
}
.scheduler-space-name {
  margin-left: -15px;
  margin-right: 3px;
  margin-top: 40px;
  font-size: 14.4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheduler-space-name .fa-circle {
  color: #85259c;
}
.scheduler-space-name:first-child {
  margin-top: 56px;
}
.scheduler-calendar {
  position: relative;
  font-size: 12.8px;
  color: #555;
  background-color: #fff;
}
.calendar-ticks {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: rgba(204,204,204,0.1);
  white-space: nowrap;
  overflow: visible;
}
.calendar-ticks:nth-child(even) {
  border-left: 1px solid rgba(204,204,204,0.4);
  height: 31px;
}
.calendar-ticks:nth-child(odd) {
  border-left: 1px solid #bfbfbf;
  z-index: 10;
  height: 31px;
}
.calendar-ticks:last-of-type {
  border-right: 1px solid #bfbfbf;
}
.slot-spacing {
  margin-top: 10px;
}
.flex-parent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.time-slots-horizontal {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 50px;
  display: inline-block;
  color: #fff;
  text-align: left;
  overflow: hidden;
  border-right: 1px solid #ccc;
}
.time-slots-horizontal:nth-child(1) {
  border-left: 1px solid #ccc;
}
.scheduler-content a {
  color: #fff;
}
.scheduler .booking-slot {
  background-color: #06958a;
  border-top: 1px solid #a6aaa9;
  border-bottom: 1px solid #a6aaa9;
  height: 50px;
  position: absolute;
  margin-top: -1px;
  padding-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.scheduler .booking-slot a {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheduler .blocked-slot {
  background-color: #a6aaa9;
  height: 100%;
}
.scheduler .available-slot {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.scheduler .available-slot a {
  color: #85259c !important;
}
.scheduler .available-slot a span {
  color: #777;
}
.scheduler .not-available-slot {
  background-color: #e0e1e6;
  height: 100%;
}
.scheduler .scheduler-info {
  padding-left: 5px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.scheduler .scheduler-info a {
  z-index: 1;
}
.scheduler-vertical {
  position: relative;
  height: 100%;
}
.scheduler-vertical h2 {
  margin-top: 5px;
  margin-bottom: 22px;
}
.scheduler-vertical-label-area {
  position: relative;
  width: 20%;
  height: 100%;
  min-height: 1000px;
  float: left;
  margin-bottom: 50px;
}
.scheduler-vertical-slot-area {
  position: relative;
  width: 80%;
  display: inline-block;
  height: 100%;
  min-height: 1000px;
  float: left;
  overflow: visible;
  margin-bottom: 50px;
}
.calendar-ticks-vertical {
  display: inline-block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  text-align: right;
  padding-top: 5px;
  padding-right: 20%;
  background-color: rgba(204,204,204,0.1);
}
.calendar-ticks-vertical:nth-child(even) {
  z-index: 8;
  border-top: 1px solid rgba(204,204,204,0.7);
}
.calendar-ticks-vertical:last-of-type {
  border-bottom: 1px solid #bfbfbf;
}
.flex-parent-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 1000px;
}
.time-slots-vertical {
  width: 100%;
  display: inline-block;
  color: #fff;
  text-align: left;
  overflow: hidden;
  border: 1px solid #ccc;
}
.booking-slot-vertical {
  background-color: #06958a;
  border: 1px solid #a6aaa9;
  width: 100%;
  position: absolute;
  margin-left: -1px;
  padding-left: 5px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.booking-slot-vertical a {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.time-slot-modal-container {
  margin: 40px 20px;
  text-align: center;
}
.time-slot-modal-column h1 {
  margin-top: 40px;
  margin-bottom: 22px;
}
.time-slot-modal-column p {
  color: #777;
}
.time-slot-modal-column ul {
  width: 300px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.time-slot-modal-column li {
  width: 150px;
}
.time-slot-modal-column li a {
  background-color: #f5f4f6;
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  color: #999;
  border: 1px solid #bfbfbf;
}
.time-slot-modal-column li > a:hover {
  background-color: #f5f4f6;
  border: 1px solid #999;
}
.time-slot-modal-column li.active > a,
.time-slot-modal-column li.active > a:hover {
  border: 1px solid #85259c;
  color: #85259c;
}
.time-slot-modal-column .nav-tabs {
  border: 0;
}
.available-inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.fb-input,
.additional-fee-input,
.room-fee-input {
  margin-top: 20px;
  width: 48%;
  text-align: left;
}
.fb-input {
  margin-right: 10px;
}
.modal-message {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
.modal-message p {
  font-weight: 300 !important;
}
.modal-message h3 {
  margin-top: 33px;
  line-height: 14px;
  font-weight: 400;
}
.modal-message h4 {
  line-height: 20px;
}
.modal-buttons-area {
  margin-top: 40px;
}
.modal-buttons-area button {
  width: 160px;
}
.modal-buttons-area button:first-child {
  margin-right: 15px;
}
.venue-wrapper {
  background-color: #fff;
  height: auto;
  margin-top: -60px;
}
.venue-wrapper hr {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.venue-wrapper p {
  font-size: 14px;
}
.vb-book-button {
  position: fixed;
  top: 0px;
  display: none;
  text-align: center;
  z-index: 11;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #000;
}
.vb-book-button div {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.vb-book-button div:first-child {
  margin-right: 20px;
}
.vb-book-button a {
  width: 100%;
  margin-bottom: 0;
}
.vb-book-button p {
  color: #fff;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  font-size: 11.200000000000001px;
}
@media screen and (max-width: 767px) {
  .vb-book-button div {
    width: 45%;
  }
}
.vb-book-button2 {
  position: absolute;
  top: 60px;
  text-align: center;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
}
.vb-book-button2 div {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.vb-book-button2 div:first-child {
  margin-right: 20px;
}
.vb-book-button2 div:first-child a {
  background-color: rgba(153,62,172,0.6) !important;
}
.vb-book-button2 a {
  width: 100%;
  margin-bottom: 0;
}
.vb-book-button2 a:last-child {
  background-color: rgba(0,0,0,0.3);
  border-width: 1px;
}
.vb-book-button2 a:last-child:hover {
  color: #000;
  background-color: #fff;
}
.vb-book-button2 p {
  color: #fff;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  font-weight: 700;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
  font-size: 11.200000000000001px;
}
@media screen and (max-width: 767px) {
  .vb-book-button2 div {
    width: 45%;
  }
  .vb-book-button2 a.btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12.6px;
  }
}
.vp-preview-bar {
  padding: 15px;
  width: 100%;
  text-align: center;
  background-color: #d53a58;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  position: fixed;
  top: 60px;
  z-index: 100;
}
.vp-preview-bar h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
}
.vp-hero {
  width: 100%;
  height: 88vh;
}
.vp-hero img {
  width: 100%;
  height: 88vh;
  object-fit: cover;
  cursor: pointer;
}
.vp-hero .vp-title {
  position: absolute;
  bottom: 50px;
  left: 10px;
}
.vp-hero .vp-title h1,
.vp-hero .vp-title h2 {
  color: #fff;
  text-shadow: 2px 3px 2px #000;
}
.vp-hero .vp-title h2 {
  display: inline-block;
}
.vp-hero .vp-title .label {
  font-size: 16px;
  text-shadow: none;
  position: relative;
  bottom: 5px;
  left: 15px;
}
.vp-hero .vp-title .vp-reviews {
  margin-top: 10px;
  color: #fff;
}
.vp-hero .vp-title .vp-reviews .fa {
  font-size: 19.2px;
}
@media screen and (max-width: 767px) {
  .vp-hero .vp-title {
    position: absolute;
    bottom: 50px;
    left: 0;
  }
  .vp-hero .vp-title h1 {
    font-size: 24px;
  }
  .vp-hero .vp-title h2 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .vp-hero .vp-title .label,
  .vp-hero .vp-title .label-success {
    font-size: 14px;
  }
  .vp-hero .vp-title .vp-reviews {
    margin-top: 6.6px !important;
  }
  .vp-hero .vp-title .vp-reviews .fa {
    font-size: 16px;
  }
}
.vp-hero .price-range {
  margin-left: 10px;
  display: inline-block;
}
.vp-hero .price-range i {
  color: #fff;
  padding: 1px !important;
  margin: 0;
}
.vp-hero .price-range i.grayed-out {
  color: #777;
}
@media screen and (max-width: 767px) {
  .vp-hero .price-range {
    line-height: 30px;
  }
}
.vp-banner-area {
  height: 12vh;
  background-color: #000;
}
.vp-banner-area .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.vp-banner {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}
.vp-banner ul {
  margin-bottom: 0;
}
.vp-banner li {
  padding: 0em 1.3em;
}
.vp-banner li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .vp-banner li {
    padding: 0em 0.6em;
  }
}
.vp-banner h3 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 22.4px;
}
.vp-banner h4 {
  margin-bottom: 0;
}
.vp-banner p {
  color: #999;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .vp-banner p {
    color: #f5f4f6;
  }
}
.vp-banner .vp-banner-label {
  text-align: left;
}
.vp-banner .vp-banner-label h5 {
  color: #fff;
  font-weight: 400;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .vp-banner .vp-banner-label {
    display: none;
  }
}
.vp-banner .vp-banner-price-label {
  margin-right: 0;
  font-size: $font;
}
.vp-banner .vp-banner-price-label p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.vp-banner .vp-banner-price h3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .vp-banner .vp-banner-price h3 {
    font-size: 18px;
  }
}
.vp-banner .vp-banner-guests {
  border-left: 1px solid #555;
}
@media screen and (min-width: 992px) {
  .vp-banner .vp-banner-guests {
    border-right: 1px solid #555;
  }
}
.vp-banner .vp-banner-guests h3 {
  margin-bottom: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .vp-banner .vp-banner-guests h3 {
    font-size: 18px;
  }
}
.vp-banner .vp-banner-tagline h5 {
  line-height: 23px;
  word-wrap: break-word;
  white-space: normal;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .vp-banner .vp-banner-tagline {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .vp-banner .vp-banner-tagline {
    max-width: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .vp-banner .vp-banner-tagline {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid-mobile {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vp-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .vp-info {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.vp-info .vp-info-content,
.vp-info .vp-info-reviews {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .vp-info .vp-info-content,
  .vp-info .vp-info-reviews {
    width: 100%;
  }
}
@media screen 0 {
  .vp-info .vp-info-content,
  .vp-info .vp-info-reviews {
    float: left;
    width: 40%;
  }
}
.vp-info .vp-info-content {
  padding: 88px 6%;
}
@media screen and (max-width: 991px) {
  .vp-info .vp-info-content {
    padding: 88px 15%;
  }
}
@media screen and (max-width: 767px) {
  .vp-info .vp-info-content {
    padding: 44px 25px;
  }
}
.vp-info .vp-info-reviews {
  background-color: #f5f4f6;
  padding: 88px 6%;
}
@media screen and (max-width: 991px) {
  .vp-info .vp-info-reviews {
    padding: 88px 15%;
  }
}
@media screen and (max-width: 767px) {
  .vp-info .vp-info-reviews {
    padding: 44px 25px;
  }
}
.vp-info .vp-info-description h4 {
  margin-bottom: 22px !important;
  font-size: 20px;
  color: #000;
}
.vp-info .vp-info-description p {
  color: #777;
  margin-bottom: 44px;
}
.vp-info .vp-info-reviews-critic ul {
  margin-bottom: 25px;
}
.vp-info .vp-info-reviews-critic p {
  color: #555 !important;
}
.vp-info .vp-info-reviews-critic h4 {
  color: #000;
  margin-bottom: 22px !important;
  font-size: 20px;
}
.vp-map iframe {
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vp-map img {
  display: none;
}
.vp-map .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 250px;
  top: 250px;
  margin-top: -250px;
}
@media screen and (max-width: 767px) {
  .vp-map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .vp-map img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100% !important;
  }
  .vp-map iframe {
    display: none;
  }
}
.vp-spaces-banner {
  background-color: #85259c;
  padding-right: 22px;
}
.vp-spaces-banner ul {
  text-align: right;
  margin-bottom: 0;
}
.vp-spaces-banner li {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
}
.vp-spaces-banner input {
  border: 1px solid #85259c;
}
.vp-spaces-banner input:focus {
  border-color: #06958a !important;
}
.vp-spaces-banner button {
  margin-top: -3px;
  border: 2px solid #fff;
}
.vp-spaces-banner form {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vp-spaces-banner input {
    padding-top: 6px;
    padding-bottom: 10px !important;
  }
  .vp-spaces-banner button {
    margin-top: -4px;
  }
}
@media screen and (max-width: 991px) {
  .vp-spaces-banner {
    padding: 22px;
  }
  .vp-spaces-banner .list-inline {
    margin-left: 0;
  }
  .vp-spaces-banner .vp-spaces-banner-expand-container {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vp-spaces-banner input {
    width: 160px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .vp-spaces-banner-expand-container {
    padding-top: 22px;
  }
  .vp-spaces-banner-expand-container .list-inline {
    margin-left: 0;
    display: none;
  }
  .vp-spaces-banner-expand-container li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .vp-spaces-banner-expand-container button {
    width: 100%;
  }
  .vp-spaces-banner-expand-container .vp-divider {
    width: 4%;
    margin: 0;
  }
  .vp-spaces-banner-expand-container .vp-spaces-banner-datetime {
    padding: 0 !important;
    margin: 0 !important;
  }
  @-moz-document url-prefix() {
    vertical-align: top !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vp-spaces-banner-expand-container {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@-moz-document url-prefix() {
  .vp-spaces-banner-expand-container .vp-spaces-banner-datetime,
  .vp-spaces-banner-expand-container .vp-spaces-banner-availability-button {
    vertical-align: top !important;
  }
}
.vp-spaces-banner-availability-button button {
  padding: 7.5px 20px;
  font-size: 12.8px;
  line-height: 1.2857142861;
  border-radius: 0px;
}
.vp-spaces-banner-header {
  border-right: 1px solid rgba(255,255,255,0.2);
  float: left;
  padding-top: 32px !important;
  padding-bottom: 29px !important;
  padding-left: 44px !important;
  padding-right: 66px !important;
  width: 198px !important;
}
.vp-spaces-banner-header h6 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .vp-spaces-banner-header {
    padding: 0 !important;
    margin: 0;
    border: 0;
    text-align: left;
    width: 100% !important;
    float: none;
  }
  .vp-spaces-banner-header h6,
  .vp-spaces-banner-header label {
    display: inline-block !important;
  }
}
.vp-spaces-banner-expand-button {
  right: 25px;
  margin-top: -3px;
  position: absolute;
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
}
.vp-spaces-banner-expand-button .icon {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 992px) {
  .vp-spaces-banner-expand-button {
    display: none;
  }
}
.vp-spaces {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-animation: fadeIn 0.7s ease-in-out;
  -moz-animation: fadeIn 0.7s ease-in-out;
  animation: fadeIn 0.7s ease-in-out;
}
@media screen and (max-width: 992px) {
  .vp-spaces {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.vp-spaces-images,
.vp-spaces-info {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .vp-spaces-images,
  .vp-spaces-info {
    width: 100%;
  }
}
.vp-spaces-images {
  position: relative;
  cursor: pointer !important;
}
@media screen and (max-width: 992px) {
  .vp-spaces-images {
    position: static;
  }
}
.vp-space-image {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer !important;
}
.vp-space-image .carousel,
.vp-space-image .carousel-inner {
  height: 100%;
}
.vp-space-image .item {
  height: 100%;
  width: 100%;
}
.vp-space-image .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.vp-space-image .object-fit-poly img {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media screen and (max-width: 992px) {
  .vp-space-image {
    position: static;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .vp-space-image {
    height: 250px;
  }
}
.fb-min-disclosure {
  text-align: center;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  font-size: 14px;
}
.fb-min-disclosure .required-field {
  margin-right: 2px;
  font-size: 9.799999999999999px !important;
}
.fb-min-disclosure2 {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
}
.fb-min-disclosure2 .required-field {
  margin-right: 2px;
  font-size: 9.799999999999999px !important;
}
.fb-min-disclosure3 {
  text-align: center;
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
}
.fb-min-disclosure3 .required-field {
  margin-right: 2px;
  font-size: 9.799999999999999px !important;
}
.vp-spaces-info-content {
  padding: 44px;
  margin: auto;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .vp-spaces-info-content {
    padding: 22px 25px;
  }
}
.vp-space-header {
  margin-left: -15px;
  margin-right: -15px;
}
.vp-availability-text-main {
  margin-top: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vp-availability-text-main {
    text-align: center;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .vp-availability-text-main {
    position: static;
    float: left;
    text-align: left;
  }
}
.vp-space-available {
  color: #06958a;
  margin-left: 15px;
  font-weight: 600;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .vp-space-available {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vp-space-available {
    text-align: left;
    margin-left: 0;
  }
}
.vp-space-not-available {
  color: #e9434c;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .vp-space-not-available {
    margin-left: 15px;
  }
}
.vp-space-title {
  position: relative;
  float: left;
  width: 83.33333333333334%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .vp-space-title {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 992px) {
  .vp-space-title {
    float: left;
    width: 58.333333333333336%;
  }
}
.vp-space-title h2 {
  color: #000;
  line-height: 25px;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .vp-space-title h2 {
    font-size: 24px;
  }
}
.vp-spaces-expand-button {
  position: relative;
  float: left;
  width: 16.666666666666664%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  cursor: pointer;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .vp-spaces-expand-button {
    display: none;
  }
}
.vp-space-price {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .vp-space-price {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 992px) {
  .vp-space-price {
    float: left;
    width: 41.66666666666667%;
  }
}
.vp-space-price h3 {
  font-size: 20px;
}
.vp-space-price h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vp-space-price .icon-tag-thin {
  display: none;
}
.vp-space-price .vv-mobile-price {
  display: none;
}
.vp-space-price .required-field {
  font-size: 8.4px !important;
  margin-left: 2px;
  margin-right: 0;
}
.vp-space-price .alternate-color .text-tooltip {
  margin-right: 5px;
}
.vp-space-price .tooltip > .tooltip-inner {
  position: absolute !important;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .vp-space-price {
    text-align: left;
    margin-top: 5px;
  }
  .vp-space-price h3,
  .vp-space-price h6,
  .vp-space-price h5 {
    display: inline-block;
    vertical-align: middle;
  }
  .vp-space-price h3,
  .vp-space-price .h3 {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    position: relative;
    top: 1px;
  }
  .vp-space-price h5 {
    font-size: 14px;
  }
  .vp-space-price h6 {
    font-size: 12.6px;
    margin-left: 5px;
    color: #777;
  }
  .vp-space-price .icon-tag-thin {
    display: inline-block;
  }
  .vp-space-price .vv-mobile-price {
    display: inline-block;
  }
  .vp-space-price .text-tooltip {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .vp-space-price h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.vp-space-description {
  margin-top: 22px;
  color: #777;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vp-space-description {
    margin-top: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vp-space-description {
    margin-bottom: 33px;
  }
}
.vp-spaces-summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .vp-spaces-summary {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vp-spaces-summary {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vp-spaces-summary {
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.vp-spaces-summary .vp-spaces-label {
  margin-top: 33px;
  font-size: 14px;
  color: #999;
  padding: 0;
  margin-left: -34px;
}
@media screen and (max-width: 767px) {
  .vp-spaces-summary .vp-spaces-label {
    margin-left: 0;
  }
}
.vp-spaces-summary-items {
  padding: 0 40px;
  text-align: center;
  margin-top: 11px;
}
.vp-spaces-summary-items p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vp-spaces-summary-items h4 {
  margin-bottom: 5px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .vp-spaces-summary-items {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .vp-spaces-summary-items {
    margin-top: 22px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vp-spaces-summary-items {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .vp-spaces-summary-items {
    margin-top: 22px;
  }
  .vp-spaces-summary-items h4 {
    font-size: 24px;
  }
  .vp-spaces-summary-items p {
    font-size: 14px;
  }
}
.vp-spaces-amenities {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 22px;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.vp-spaces-amenities-item {
  width: 33%;
  margin-top: 0px;
  padding-right: 5px;
}
.vp-spaces-amenities-item .icon {
  color: #85259c;
  margin-right: 5px;
}
.vp-spaces-amenities-item p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #777;
  font-size: 12.6px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .vp-spaces-amenities-item {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .vp-spaces-amenities-item {
    width: 50%;
  }
}
.vp-extras-price {
  color: #85259c;
  padding: 2px 3px;
  vertical-align: top;
  font-size: 11.200000000000001px;
  overflow: visible !important;
}
.vp-disclosure {
  background-color: #f5f4f6;
}
@media screen and (max-width: 767px) {
  .vp-disclosure {
    padding: 22px;
  }
}
@media screen and (min-width: 768px) {
  .vp-disclosure {
    padding: 33px 37.4px;
  }
}
.vp-spaces-additional {
  background-color: #f5f4f6;
  padding: 44px;
}
.vp-spaces-additional .vp-spaces-rooms-area {
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.vp-spaces-additional .vp-spaces-rooms-area h5 {
  width: 120px;
  line-height: 22px;
  margin-right: 20px;
  vertical-align: top;
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .availability-text {
  display: none;
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .vp-single-space {
  cursor: pointer;
  width: 190px;
  color: #fff;
  font-size: 14.4px;
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .vp-overlay-image-availability {
  width: 190px;
  position: relative;
  padding-right: 4px;
  padding-left: 2px;
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .vp-additional-img-border {
  border: 3px solid #f5f4f6;
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .vp-additional-img-border:hover {
  border: 3px solid #85259c;
  cursor: pointer;
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .selected {
  border: 3px solid #85259c;
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .not-available .availability-text {
  display: block;
  position: absolute;
  top: -37px;
  width: 186px;
  height: 35px;
  padding: 5px 5px;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
}
.vp-spaces-additional .vp-spaces-rooms-area .vp-menu-area .not-available img {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.vp-spaces-rooms {
  display: inline-block;
  padding-left: 22px;
  padding-bottom: 22px;
}
.vp-spaces-rooms img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.vp-spaces-rooms i {
  margin-left: 10px;
  font-size: 16px;
}
.vp-spaces-rooms-title {
  margin-top: 7px;
  width: 186px;
}
.vp-spaces-rooms-title h6 {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #555;
}
.vp-spaces-rooms-guests {
  font-size: 14px;
  color: #777;
  display: inline-block;
}
.vp-spaces-rooms-guests p {
  font-size: 14px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vp-spaces-rooms-guests .icon {
  color: #555;
}
.vp-spaces-rooms-guests .vp-fbmin {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .vp-spaces-rooms-guests .vp-fbmin {
    display: none;
  }
}
.vp-spaces-summary-condensed {
  margin-top: 10px;
}
.vp-spaces-summary-condensed .icon-clock-thin {
  margin-right: 2px !important;
}
.vp-guest-labels {
  font-size: 12.6px;
}
.vp-space-button {
  margin-top: 22px;
}
.vp-space-button button {
  font-size: 12.6px !important;
  border: 2px solid #85259c !important;
  color: #85259c !important;
}
@media screen and (max-width: 991px) {
  .vp-space-button {
    display: none;
  }
}
.vp-thin-banner {
  padding-left: 44px;
  padding-right: 22px;
}
.vp-thin-banner h6 {
  color: #fff;
  padding-top: 23px !important;
  padding-bottom: 23px !important;
  margin-bottom: 0;
  font-size: 14px;
}
.vp-menu-banner {
  background-color: #d53a58;
}
@media screen and (min-width: 768px) {
  .whiteout {
    position: relative;
    float: left;
  }
  .whiteout:before {
    content: "";
    display: block;
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
/* gradient fallback */
    background: rgba(255,255,255,0.6) repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background: linear-gradient(rgba(255,255,255,0), #fff);
  }
}
.vp-section-content {
  overflow: hidden;
  cursor: default !important;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .vp-section-content {
    height: 350px;
  }
  @supports (-ms-accelerator: true) {
    .vp-section-content {
      height: 350px;
    }
  }
}
.vp-menu-description {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vp-menu-description {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .vp-menu-description {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
.vp-menu-courses {
  margin-top: 22px;
  width: 100%;
}
.vp-menu-courses h4 {
  margin-bottom: 10px !important;
}
.vp-menu-courses .vp-menu-selection {
  display: inline-block;
  margin-left: 10px;
  text-transform: initial;
}
.vp-menu-courses .vp-menu-course-items:not(:first-child) {
  margin-top: 33px;
}
.vp-menu-additional {
  display: inline-block;
  padding-left: 22px;
  margin-bottom: 20px;
}
.vp-menu-additional img {
  width: 190px;
  height: 120px;
  border: 3px solid #f5f4f6;
  object-fit: cover;
}
.vp-menu-additional img:hover {
  border: 3px solid #d53a58;
  cursor: pointer;
}
.vp-menu-additional .selected {
  border: 3px solid #d53a58 !important;
}
.vp-menu-additional .vp-explore-menu-prices {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 5px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-weight: 600;
}
.vp-menu-button {
  margin-top: 11px;
}
.vp-menu-button button {
  border: 2px solid #d53a58 !important;
  color: #d53a58 !important;
  font-size: 12.6px !important;
}
.vp-body-book-button {
  margin-left: 15px;
  display: inline-block;
}
.vp-body-book-button a {
  border: 2px solid #85259c !important;
  font-size: 12.6px !important;
  margin-top: 5px;
}
.vp-space-modal-button {
  margin-top: 11px;
  display: inline-block;
}
.vp-space-modal-button button {
  border: 2px solid #85259c !important;
  color: #85259c !important;
  font-size: 12.6px !important;
}
.vp-space-modal-button-phantom {
  height: 33px;
  width: 100%;
}
.vp-drinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #f5f4f6;
}
@media screen and (max-width: 767px) {
  .vp-drinks {
    padding: 11px 0;
  }
}
@media screen and (min-width: 768px) {
  .vp-drinks {
    padding: 33px 37.4px;
  }
}
.vp-drinks-banner {
  background-color: #06958a;
}
.vp-drink-cards {
  padding: 22px;
  background-color: #fff;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vp-drink-cards {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vp-drink-cards {
    width: 48%;
    height: 460px;
  }
  .vp-drink-cards:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .vp-drink-cards {
    width: 32%;
    height: 460px;
  }
  .vp-drink-cards:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
.vp-drink-header {
  padding: 0 11px 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vp-drink-title {
  width: 100%;
}
.vp-drink-title h2 {
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vp-drink-title h3 {
  font-weight: 400;
  color: #777;
}
.vp-drink-expand-button {
  font-size: 24px;
  text-align: right;
  width: 10px;
}
@media screen and (min-width: 768px) {
  .vp-drink-expand-button {
    display: none;
  }
}
.vp-drink-price {
  text-align: left;
}
.vp-drink-price p {
  font-size: 12.6px;
  top: -8px;
  position: relative;
  font-size: 11.200000000000001px;
}
.vp-drink-price h3 {
  font-size: 13.299999999999999px;
  margin-bottom: 5px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .vp-drink-price {
    text-align: left;
    margin-top: 0px;
  }
  .vp-drink-price h3,
  .vp-drink-price p {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0px;
    position: static;
  }
  .vp-drink-price h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .vp-drink-price p {
    margin-left: 5px;
  }
}
.vp-drink-courses {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.vp-drink-courses h4 {
  margin-bottom: 10px !important;
}
.vp-drink-courses .vp-drink-course-items:not(:first-child) {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .vp-drink-courses {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .vp-drink-courses {
    height: 200px;
    position: relative;
    float: left;
  }
  .vp-drink-courses:before {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    bottom: 0;
    left: 0;
    right: 0;
/* gradient fallback */
    background: rgba(255,255,255,0.6) repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -ms-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background: linear-gradient(rgba(255,255,255,0), #fff);
  }
}
.vp-drink-button {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -73px;
}
.vp-drink-button button {
  border: 2px solid #06958a !important;
  color: #06958a !important;
}
.vp-disclosure-banner {
  background-color: #777;
}
.vp-disclosure-section {
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .vp-disclosure-section {
    padding: 22px;
  }
}
@media screen and (min-width: 768px) {
  .vp-disclosure-section {
    padding: 33px 37.4px;
  }
}
.modal-vp-space {
  height: 700px;
}
.modal-vp-space img {
  width: 100%;
  height: 20%;
  object-fit: cover;
}
.modal-vp-space-info {
  padding: 20px;
}
.modal-vp-space-info h1 {
  font-size: 25.6px;
  margin-bottom: 0;
}
.modal-vp-space-info h4 {
  margin-top: 5px;
  font-size: 17.6px;
  text-transform: initial;
}
.modal-vp-space-info h3 {
  margin-top: 30px;
}
.vp-modal {
  padding: 44px;
}
.vp-space-modal {
  border-top: 4px solid #85259c;
}
.vp-menu-modal {
  border-top: 4px solid #d53a58;
}
.vp-drink-modal {
  border-top: 4px solid #06958a;
}
.vp-menu-description-modal {
  margin-top: 33px;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}
.vp-menu-courses-modal {
  margin-top: 44px;
  margin-bottom: 44px;
  width: 100%;
}
.vp-menu-courses-modal h4,
.vp-menu-courses-modal .vp-menu-selection {
  display: inline-block;
}
.vp-menu-courses-modal h4 {
  color: #000;
  font-weight: 400;
}
.vp-menu-courses-modal .vp-menu-selection {
  color: #777;
}
.vp-menu-courses-modal p {
  color: #555;
  font-size: 14px;
  line-height: 22px;
}
.vp-menu-courses-modal .vp-menu-selection {
  margin-left: 10px;
}
.vp-menu-courses-modal .vp-menu-course-items:not(:first-child) {
  margin-top: 33px;
}
.vp-drink-courses-modal {
  overflow: hidden;
  padding-bottom: 44px;
  margin-top: 20px;
}
.vp-drink-courses-modal h4 {
  margin-bottom: 10px !important;
}
.vp-drink-courses-modal p {
  color: #555;
  font-size: 14px;
}
.vp-drink-courses-modal .vp-drink-course-items:not(:first-child) {
  margin-top: 33px;
}
.vp-need-to-know h6 {
  font-size: 14px;
  font-weight: 400 !important;
  color: #333 !important;
}
.vp-need-to-know p {
  color: #777;
}
.vp-need-to-know .info-bold {
  color: #333;
}
.vp-need-to-know table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.vp-need-to-know tbody > tr:first-child td {
  border-top: 0px;
}
.vp-need-to-know .table-header-ntk {
  width: 180px !important;
}
.vp-need-to-know .cancellation-bar-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.vp-need-to-know .cancellation-bar {
  margin-top: 90px;
  height: 30px;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.vp-need-to-know .cancellation-full-refund {
  background-color: #06958a;
}
.vp-need-to-know .cancellation-partial-refund {
  background-color: #c3971a;
}
.vp-need-to-know .cancellation-no-refund-bar {
  background-color: #85259c;
}
.vp-need-to-know .cancellation-penalty-bar {
  background-color: #d53a58;
}
.vp-need-to-know .cancellation-bar-marker {
  width: 20px;
  height: 20px;
  border-radius: 26px;
  background-color: #fff;
  margin-right: 5px;
}
.vp-need-to-know .cancellation-bar-header {
  width: 110px;
  border: 1px solid #999;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: -90px;
  left: -50px;
  font-size: 14px;
}
.vp-need-to-know .cancellation-bar-footer {
  width: 70px;
  position: absolute;
  text-align: center;
  top: 30px;
  left: -50px;
  font-size: 14px;
  color: #777;
}
.vp-need-to-know .cancellation-help-message {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .vp-need-to-know .table-header-ntk {
    padding-left: 25px;
    width: 120px !important;
  }
  .vp-need-to-know .table-data {
    padding-right: 25px;
  }
}
#conversation-start-modal {
  text-align: center;
  margin: 40px 20px;
}
#conversation-start-modal h4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px !important;
}
#conversation-start-modal .concierge-number {
  margin-bottom: 50px !important;
}
#conversation-start-modal .concierge-number h3,
#conversation-start-modal .concierge-number i {
  display: inline-block;
}
#conversation-start-modal .concierge-number i {
  font-size: 50px;
  color: #85259c;
  margin-right: 10px;
  margin-top: -15px;
}
#conversation-start-modal p {
  font-weight: 700;
  font-size: 16.8px;
}
#conversation-start-modal label {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
}
#conversation-start-modal .conversation-start-new-user-form {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#conversation-start-modal .conversation-start-new-user-form div {
  width: 48%;
  margin-bottom: 15px;
}
#conversation-start-modal .conversation-start-new-user-form div input {
  width: 100%;
}
#conversation-start-modal .conversation-start-new-user-form div:nth-child(3) {
  width: 100%;
}
#conversation-start-modal .conversation-start-textarea textarea {
  width: 100%;
  font-size: 15.400000000000002px;
}
#conversation-start-modal button {
  width: 100%;
  margin-top: 20px;
}
#conversation-start-modal .helper-text {
  margin-top: 10px !important;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
#search-new {
  overflow: hidden;
}
#search-new .phantom-availability {
  height: 104px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #search-new .phantom-availability {
    height: 203px;
  }
}
@media screen and (max-width: 991px) {
  #search-new .phantom-filters {
    height: 46px;
  }
}
@media screen and (max-width: 991px) {
  #search-new .hide-phantom {
    display: none;
  }
}
#search-new .phantom-filters-applied {
  height: 52px;
  width: 100%;
}
#search-new .availability-bar {
  padding: 20px 25px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#search-new .availability-bar .city-header {
  margin-right: 50px;
  margin-top: 10px;
  height: auto;
}
#search-new .availability-bar .city-header h1 {
  font-size: 19.200000000000003px;
  font-weight: 300;
  text-transform: uppercase;
}
#search-new .availability-bar .city-header p {
  margin-top: 5px !important;
  margin-bottom: 0;
  font-size: 14px;
}
#search-new .availability-bar .availability-divider {
  height: 64px;
  width: 1px;
  border-left: 1px solid #bfbfbf;
}
#search-new .availability-bar .availability-module {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 50px;
}
#search-new .availability-bar .availability-module label {
  display: block;
}
#search-new .availability-bar .availability-module input,
#search-new .availability-bar .availability-module select {
  width: 150px;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: bottom;
}
#search-new .availability-bar .availability-module select {
  height: 38px;
}
#search-new .availability-bar .availability-module .new-search-apply-button button {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12.6px;
  width: 120px;
}
@media screen and (max-width: 991px) {
  #search-new .availability-bar {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #search-new .availability-bar .city-header {
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }
  #search-new .availability-bar .availability-spacing {
    display: block;
    height: 20px;
  }
  #search-new .availability-bar .availability-divider {
    border: 0;
    border-bottom: 2px solid #777;
    height: 1px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  #search-new .availability-bar .availability-module {
    margin-left: 0;
    margin-top: 20px;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #search-new .availability-bar .availability-module .new-search-date,
  #search-new .availability-bar .availability-module .new-search-time,
  #search-new .availability-bar .availability-module .new-search-guests {
    width: 48%;
  }
  #search-new .availability-bar .availability-module .new-search-date input,
  #search-new .availability-bar .availability-module .new-search-time input,
  #search-new .availability-bar .availability-module .new-search-guests input,
  #search-new .availability-bar .availability-module .new-search-date select,
  #search-new .availability-bar .availability-module .new-search-time select,
  #search-new .availability-bar .availability-module .new-search-guests select {
    width: 100%;
  }
  #search-new .availability-bar .availability-module .new-search-guests {
    margin-top: 10px;
  }
  #search-new .availability-bar .availability-module .new-search-apply-button {
    margin-top: 10px;
    width: 48%;
  }
  #search-new .availability-bar .availability-module .new-search-apply-button button {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #search-new .hide-availability {
    display: none;
  }
}
#search-new .filter-bar {
  padding: 0;
  width: 100%;
  background-color: #85259c;
  position: relative;
  top: 104px;
  z-index: 6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#search-new .filter-bar .filter-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#search-new .filter-bar .filter-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#search-new .filter-bar .filter-header,
#search-new .filter-bar .filter-header-mobile {
  text-transform: uppercase;
  color: #f5f4f6;
  position: relative;
  top: 2px;
  font-size: 11.200000000000001px;
  margin-right: 20px;
  margin-left: 30px;
}
#search-new .filter-bar .filter-header i,
#search-new .filter-bar .filter-header-mobile i {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#search-new .filter-bar .filter-header-mobile {
  margin-left: 0;
  cursor: pointer;
}
#search-new .filter-bar .dropbtn {
  background-color: #85259c;
  color: #fff;
  padding: 16px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  z-index: 6;
}
#search-new .filter-bar .dropdown {
  position: relative;
  display: inline-block;
}
#search-new .filter-bar .dropdown:hover .dropdown-content {
  display: block;
}
#search-new .filter-bar .dropdown:hover .dropbtn {
  background-color: #521660;
}
#search-new .filter-bar .dropdown-content {
  display: none;
  position: absolute;
  z-index: 7;
  background-color: #521660;
  color: #fff;
  min-width: 255px;
  max-height: 500px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 21;
  padding: 12px 16px;
  text-align: left;
}
#search-new .filter-bar .dropdown-content .dropdown-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  margin-bottom: 5px;
}
#search-new .filter-bar .dropdown-content i {
  color: #fff;
}
#search-new .filter-bar .dropdown-content .dropdown-label {
  font-size: 16px;
}
#search-new .filter-bar .dropdown-content .dropdown-label span {
  color: #bfbfbf;
  font-size: 14px;
}
#search-new .filter-bar .dropdown-content .filter-disabled {
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
#search-new .filter-bar .find-bar-mobile {
  background-color: #521660;
  position: absolute;
  top: 54px;
  left: 0;
  display: none;
  width: 100%;
  padding: 15px 25px;
  text-align: center;
}
#search-new .filter-bar .find-bar-mobile .filter-search-input-mobile {
  display: inline-block;
  vertical-align: middle;
}
#search-new .filter-bar .find-bar-mobile .filter-search-input-mobile .input-group {
  width: 100%;
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #search-new .filter-bar .find-bar-mobile .filter-search-input-mobile .input-group {
    width: 300px;
  }
}
#search-new .filter-bar .find-bar-mobile .filter-search-input-mobile .input-group-btn button {
  border-color: #fff;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 7px;
}
#search-new .filter-bar .find-bar-mobile .filter-search-input-mobile .clear-search-results {
  position: absolute;
  right: 15px;
  top: 5px;
  z-index: 10;
}
#search-new .filter-bar .find-bar-mobile .filter-search-input-mobile .clear-search-results a i {
  color: #85259c !important;
  font-size: 19.2px;
}
#search-new .filter-bar .slide-down {
  display: block;
}
#search-new .filter-bar .filter-search {
  background-color: #85259c;
  cursor: pointer;
  width: 350px;
  position: absolute;
  right: -173px;
  z-index: 8;
}
#search-new .filter-bar .filter-search i {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#search-new .filter-bar .filter-search .filter-search-label {
  text-transform: uppercase;
  color: #fff;
  font-size: 11.200000000000001px;
}
#search-new .filter-bar .filter-search .filter-search-header {
  padding: 15px 10px;
  display: inline-block;
  vertical-align: middle;
}
#search-new .filter-bar .filter-search .filter-search-header:hover {
  background-color: #521660;
}
#search-new .filter-bar .filter-search .filter-search-input {
  display: inline-block;
  vertical-align: middle;
}
#search-new .filter-bar .filter-search .filter-search-input .input-group {
  width: 250px;
}
#search-new .filter-bar .filter-search .filter-search-input .clear-search-results {
  position: absolute;
  right: 15px;
  top: 3px;
  z-index: 10;
}
#search-new .filter-bar .filter-search .filter-search-input .clear-search-results a i {
  color: #85259c !important;
  font-size: 19.2px;
}
#search-new .filter-bar .filter-search .filter-search-input .input-group-btn button {
  color: #fff;
  font-size: 12.6px;
  border: 1px solid #fff;
  padding-top: 7px;
  padding-bottom: 8px;
}
#search-new .filter-bar .filter-search .filter-search-input .input-group-btn button:hover {
  background-color: #85259c;
  border: 1px solid #85259c;
}
#search-new .filter-bar .filter-search.slide-in {
  right: 94px;
  transition: right 0.5s ease;
  background-color: #521660;
}
#search-new .filter-bar .filter-search.slide-out {
  right: -173px;
  transition: right 0.5s ease;
}
#search-new .filter-bar .view-map-button {
  width: 110px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11.200000000000001px;
  padding: 16px 10px;
  background-color: #06958a;
  cursor: pointer;
  position: relative;
  z-index: 8;
}
#search-new .filter-bar .view-map-button div {
  position: relative;
  top: 2px;
}
#search-new .filter-bar .view-map-button i {
  font-size: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  #search-new .filter-bar {
    top: 255px;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #search-new .filter-bar .filter-bar-position {
    top: 60px !important;
  }
  #search-new .filter-bar .filter-header {
    display: none;
  }
  #search-new .filter-bar .filter-items {
    display: none;
  }
  #search-new .filter-bar .filter-buttons {
    display: inline-block;
  }
  #search-new .filter-bar .filter-search-mobile {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
  }
  #search-new .filter-bar .filter-search-header-mobile {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
  }
  #search-new .filter-bar .filter-search-header-mobile i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  #search-new .filter-bar .filter-search-header-mobile .filter-search-label {
    text-transform: uppercase;
    color: #fff;
    font-size: 11.200000000000001px;
    margin-right: 10px;
  }
  #search-new .filter-bar .filter-search-header-mobile .filter-search-header {
    display: inline-block;
    vertical-align: middle;
  }
  #search-new .filter-bar .filter-search {
    display: none;
  }
  #search-new .filter-bar .filter-search-input {
    display: none !important;
  }
  #search-new .filter-bar .view-map-button {
    background-color: #85259c;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  #search-new .filter-bar .filter-header-mobile {
    display: none;
  }
  #search-new .filter-bar .filter-search-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #search-new .filter-bar-position {
    position: fixed;
    top: 60px !important;
  }
}
@media screen and (max-width: 991px) {
  #search-new .applied-bar-position {
    position: fixed;
    top: 114px !important;
  }
}
.applied-filters-bar {
  position: absolute;
  top: 216px;
  width: 100%;
  z-index: 5;
  background-color: #f5f4f6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 25px;
}
.applied-filters-bar .applied-filter-header {
  font-size: 12.6px;
  font-weight: 300;
  margin-right: 30px;
}
.applied-filters-bar .applied-filter-indicator {
  font-size: 12.6px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  margin-right: 25px;
}
.applied-filters-bar .applied-filter-indicator:last-child {
  margin-right: 0;
}
.applied-filters-bar .applied-filter-indicator .applied-filter-clear {
  color: #85259c;
  font-size: 16px;
  margin-left: 3px;
}
.applied-filters-bar .clear-applied-filters {
  cursor: pointer;
  font-size: 12.6px;
  font-weight: 600;
  color: #85259c;
}
@media screen and (max-width: 991px) {
  .applied-filters-bar {
    top: 369px;
    padding-top: 9px;
    padding-bottom: 11px;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .applied-filters-bar .applied-filter-header {
    display: none;
  }
  .applied-filters-bar .applied-filter-indicator {
    line-height: 30px;
  }
  .applied-filters-bar .applied-filter-clear {
    font-size: 14px;
    position: relative;
    top: 2px;
  }
}
.new-search-results-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 610px;
}
.new-search-results-area {
  width: 100%;
}
.new-search-result-parent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.no-flexbox .new-search-results-area {
  display: block;
}
.no-flexbox .search-result {
  display: inline-block;
  margin-right: 5px;
}
.search-view-unpublished {
  position: absolute;
  left: 20px;
  padding-top: 15px;
}
.search-view-unpublished button {
  text-transform: initial;
  font-weight: 400;
  color: #85259c;
}
.search-view-unpublished button:hover {
  color: #521660;
}
@media screen and (max-width: 767px) {
  .search-view-unpublished {
    position: relative;
    left: 0;
    text-align: center;
  }
}
.search-view-by {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 18px;
  background-color: #fff;
}
.search-view-by p {
  display: inline-block;
  font-size: 14px;
  color: #777;
  margin-bottom: 0;
  margin-right: 20px;
}
.search-view-by:first-child button {
  margin-right: 15px;
}
.search-view-by button {
  background-color: transparent;
  border: 1px solid #bfbfbf;
  width: 80px;
}
.search-view-by .btn-alternate {
  background-color: #06958a;
  color: #fff;
  font-weight: 600;
}
.new-search-no-results {
  padding: 100px 40px;
  text-align: center;
}
.new-search-no-results hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.new-search-no-results h2 {
  font-weight: 400;
}
.new-search-no-results h3 {
  font-weight: 300;
  line-height: 35px;
}
.new-search-results-spaces {
  display: inline;
}
.space-results {
  display: inline-block;
  margin-top: -5px;
}
.space-results .search-title-container h5 {
  font-size: 15.2px !important;
}
.new-search-result {
  width: 100%;
}
.new-search-result .scale-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
}
.new-search-result .scale-img-wrapper:hover > .new-search-title-overlay {
  bottom: 0 !important;
  transition: bottom 0.8s ease;
}
.new-search-result .img-container {
  position: relative;
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.new-search-result .img-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
/* gradient fallback */
  background: rgba(0,0,0,0.6) repeat-x;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(#000));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), #000);
  background: -moz-linear-gradient(top, rgba(0,0,0,0), #000);
  background: -ms-linear-gradient(top, rgba(0,0,0,0), #000);
  background: -o-linear-gradient(top, rgba(0,0,0,0), #000);
/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
  background: linear-gradient(rgba(0,0,0,0), #000);
}
.new-search-result img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .new-search-result {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .new-search-result {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .new-search-result {
    width: 33.33%;
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1500px) {
  .new-search-result {
    width: 25%;
  }
}
.new-search-result .new-search-incomplete-indicator {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.8);
  padding: 2px 5px;
  font-size: 14px;
}
.new-search-result .new-search-title-overlay {
  width: 100%;
  position: absolute;
  bottom: -80px;
  padding-right: 15px;
  padding-left: 20px;
  height: 160px;
  transition: bottom 0.8s ease;
}
.new-search-result .new-search-title-overlay > h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  display: inline-block;
}
.new-search-result .new-search-title-overlay h6 {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 15px;
  color: #fff !important;
}
.new-search-result .new-search-title-overlay h5 {
  font-weight: 600;
  color: #fff !important;
  margin-right: 15px;
  font-size: 16px;
  letter-spacing: 1px;
}
.new-search-result .new-search-title-overlay h5,
.new-search-result .new-search-title-overlay h6 {
  color: #fff;
  text-shadow: 2px 3px 2px #000;
}
.new-search-result .new-search-title-overlay .label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.new-search-result .new-search-title-overlay .search-title-container {
  display: inline-block;
  margin-right: 5px;
  width: 100%;
}
.new-search-result .new-search-title-overlay .search-title-container h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}
.new-search-result .new-search-title-overlay .search-title-container span {
  font-weight: 400;
  font-size: 14px;
}
.new-search-result .new-search-title-overlay .map-ambiance {
  display: none;
}
.new-search-result .new-search-title-overlay .capacity-filler {
  height: 25px;
}
.new-search-result .new-search-title-overlay .capacity-range {
  display: inline-block;
  margin-top: 3px;
}
.new-search-result .new-search-title-overlay .capacity-range i {
  margin-right: 5px;
}
.new-search-result .new-search-title-overlay .capacity-range h6 {
  display: inline-block;
  font-weight: 400;
}
.new-search-result .new-search-title-overlay .search-ambiance {
  margin-right: 5px;
}
.new-search-result .new-search-title-overlay .search-extra-information {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #555;
}
.new-search-result .new-search-title-overlay .search-extra-information h6 {
  font-weight: 400;
  line-height: 20px;
}
.new-search-result .new-search-price-area {
  text-align: center;
  float: right;
  margin-top: 3px;
}
.new-search-result .new-search-price-area p {
  color: #999;
  margin-bottom: 0;
  font-size: 12.6px;
  color: #f5f4f6;
}
.new-search-result .new-search-price-area .search-card-price-label {
  margin-right: 7px;
  display: inline-block;
}
.new-search-result .new-search-price-area .search-card-price {
  display: inline-block;
}
.new-search-result .new-search-price-area .search-card-price h5 {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 5px;
  letter-spacing: 0;
}
.new-search-result .new-search-price-area .search-card-price h5,
.new-search-result .new-search-price-area .search-card-price p {
  display: inline-block;
  vertical-align: middle;
}
.new-search-result .new-search-price-area .search-card-price p {
  font-size: 11.200000000000001px;
}
.space-info-window {
  padding-right: 0;
  margin-top: 15px;
}
.space-info-window .space-level-map-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.space-info-window .space-level-map-header img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.space-info-window .space-level-map-title h5 {
  color: #555;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.space-info-window .space-level-map-title .new-search-price-area {
  margin-top: 5px;
  color: #333;
}
.space-info-window .space-level-map-title .new-search-price-area span {
  font-weight: 600;
}
.space-info-window hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.space-info-window h6 {
  text-transform: uppercase;
  font-size: 9.799999999999999px;
  color: #777;
}
.space-info-window .space-level-map-spaces {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.space-info-window .space-level-map-spaces p {
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
}
.space-info-window .space-level-map-spaces .capacity-range {
  float: right !important;
  margin-bottom: 0;
}
.space-info-window .space-level-map-spaces .capacity-range p {
  margin-left: 15px;
}
.space-info-window .space-level-map-spaces .capacity-range i {
  margin-right: 3px;
}
@media screen and (max-width: 991px) {
  .cards-not-showing .new-search-result {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cards-not-showing .new-search-result {
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .cards-not-showing .new-search-result {
    width: 33.333%;
  }
}
.new-card-results-container {
  width: 100%;
}
.new-map-container {
  width: 0;
}
.map-showing {
  width: 40%;
  height: calc(100% - 60px);
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 0;
}
.map-showing .search-map-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map-showing {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.cards-not-showing {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .cards-not-showing {
    display: none;
  }
}
.search-pagination {
  margin-top: 44px;
  margin-bottom: 33px;
}
.search-pagination .pagination li a {
  font-size: 14px;
}
.search-pagination .pagination li i {
  font-size: 11.200000000000001px;
}
.map-card {
  width: 100% !important;
}
.map-card .scale-img-wrapper {
  position: static !important;
  display: inline-block !important;
  padding: 0 !important;
  width: auto;
  height: 80px;
}
.map-card .scale-img-wrapper .img-container {
  position: static;
  display: inline-block !important;
  width: 80px;
  height: 80px;
  float: none;
}
.map-card .scale-img-wrapper .img-container:before {
  position: static;
}
.map-card .scale-img-wrapper .img-container img {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.map-card .new-search-title-overlay {
  position: relative !important;
  display: inline-block !important;
  width: auto;
  padding: 0;
  margin-left: 10px;
  top: 15px;
  color: #555;
}
.map-card .new-search-title-overlay h6 {
  display: none;
  color: #777 !important;
  text-shadow: 0 0 0 !important;
}
.map-card .new-search-title-overlay .search-title-container {
  display: block;
}
.map-card .new-search-title-overlay .search-title-container h5 {
  font-size: 14.4px;
  color: #555 !important;
  text-shadow: 0 0 0 !important;
  margin-bottom: 5px;
}
.map-card .new-search-title-overlay .map-ambiance {
  display: inline-block;
}
.map-card .new-search-title-overlay .search-ambiance,
.map-card .new-search-title-overlay .capacity-range {
  display: none;
}
.map-card .new-search-title-overlay .search-card-cuisine {
  display: none !important;
}
.map-card .new-search-price-area {
  display: block;
  float: none;
  text-align: left;
}
.map-card .new-search-price-area .search-card-price-label p {
  color: #777 !important;
  text-shadow: 0 0 0 !important;
}
.map-card .new-search-price-area .search-card-price h5 {
  color: #555 !important;
  text-shadow: 0 0 0 !important;
}
.map-card .new-search-price-area .search-card-price p {
  display: none;
  margin-bottom: 0;
}
#search-filter-modal {
  padding: 40px 25px 60px;
  display: absolute;
}
#search-filter-modal h2 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
#search-filter-modal .dropdown-content {
  margin-bottom: 30px;
}
#search-filter-modal .dropdown-label {
  font-size: 16px;
}
#search-filter-modal .dropdown-label span {
  font-size: 14px !important;
  color: #bfbfbf !important;
}
#search-filter-modal .search-filter-modal-area {
  text-align: center;
}
#search-filter-modal .search-filter-modal-area button:first-child {
  margin-right: 10px;
}
#search-filter-modal .filter-disabled {
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  cursor: default;
  pointer-events: none;
}
#search-filter-modal .search-filter-item {
  cursor: pointer;
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
.ngdialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ngdialog.ngdialog-disabled-animation,
.ngdialog.ngdialog-disabled-animation .ngdialog-overlay,
.ngdialog.ngdialog-disabled-animation .ngdialog-content {
  -webkit-animation: none !important;
  animation: none !important;
}
.ngdialog-overlay {
  position: fixed;
  background: rgba(255,255,255,0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}
.ngdialog-no-overlay {
  pointer-events: none;
}
.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-content {
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
  pointer-events: all;
}
.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}
.ngdialog-close:before {
  font-family: noun-icons;
  content: '\E037';
  cursor: pointer;
}
html.ngdialog-open,
body.ngdialog-open {
  overflow: hidden;
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}
.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 90%;
}
.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  font-family: noun-icons;
  content: '\E037';
  font-size: 34px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 30px;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777;
}
.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: 0.5em;
}
.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}
.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%;
}
.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}
.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase;
}
.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}
@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
@-moz-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-o-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes ngdialog-fadeout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes ngdialog-fadeout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes ngdialog-fadeout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ngdialog-fadeout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes ngdialog-fadein {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-o-keyframes ngdialog-fadein {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@keyframes ngdialog-fadein {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}
.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout 0.5s;
  animation: ngdialog-flyout 0.5s;
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin 0.5s;
  animation: ngdialog-flyin 0.5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 90%;
}
.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  font-family: noun-icons;
  content: '\E037';
  font-size: 34px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 30px;
}
.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777;
}
.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: 0.5em;
}
.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}
.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 0.25em;
  min-height: 2.5em;
  padding: 0.25em 0.67em;
  width: 100%;
}
.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1;
}
.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}
.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 0 0 0.5em;
  padding: 0.75em 2em;
  text-transform: uppercase;
}
.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}
@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}
.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
@-moz-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ngdialog-flyin {
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-o-keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes ngdialog-flyout {
  0% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
.ngdialog.ngdialog-theme-plain .ngdialog-content {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  background: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.ngdialog.ngdialog-theme-plain.ngdialog-closing .ngdialog-content {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.ngdialog.ngdialog-theme-plain .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-plain .ngdialog-close:before {
  background: transparent;
  color: #000 !important;
  font-family: noun-icons;
  content: '\E037';
  font-size: 34px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 20px !important;
  top: 20px !important;
  text-align: center;
  width: 30px;
}
.ngdialog.ngdialog-theme-plain .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-plain .ngdialog-close:active:before {
  color: #777;
}
.ngdialog.ngdialog-theme-plain .ngdialog-message {
  margin-bottom: 0.5em;
}
.ngdialog.ngdialog-theme-small .ngdialog-content {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  background: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.ngdialog.ngdialog-theme-small.ngdialog-closing .ngdialog-content {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
.ngdialog.ngdialog-theme-small .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-small .ngdialog-close:before {
  background: transparent;
  color: #555;
  content: "\E037";
  font-size: 34px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 20px;
  width: 30px;
}
.ngdialog.ngdialog-theme-small .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-small .ngdialog-close:active:before {
  color: #000;
}
.ngdialog.ngdialog-theme-small .ngdialog-message {
  margin-bottom: 0.5em;
}
.ngdialog.ngdialog-theme-status .ngdialog-content {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background: #85259c;
  font-size: 1.1em;
  line-height: 1.5em;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .ngdialog.ngdialog-theme-status .ngdialog-content {
    height: 100%;
  }
}
.ngdialog.ngdialog-theme-status.ngdialog-closing .ngdialog-content {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ngdialog.ngdialog-theme-status .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.ngdialog.ngdialog-theme-status .ngdialog-close:before {
  background: transparent;
  color: #999;
  content: "\E037";
  font-size: 20px;
  font-weight: 600;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 10px;
  width: 30px;
}
.ngdialog.ngdialog-theme-status .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-status .ngdialog-close:active:before {
  color: #222;
}
.ngdialog.ngdialog-theme-status .ngdialog-message {
  margin-bottom: 0.5em;
}
#vanillatoasts-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  z-index: 1000;
  font-family: 'Helvetica';
}
.vanillatoasts-toast {
  position: relative;
  padding: 20px 17px;
  margin: 20px;
  border-radius: 10px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  animation-duration: 0.3s;
  animation-name: VanillaToasts;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vanillatoasts-fadeOut {
  animation-name: VanillaToastsFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}
#vanillatoasts-container p,
h4 {
  margin: 3px 0 !important;
}
.vanillatoasts-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}
.vanillatoasts-text {
  font-size: 14px;
  color: #777;
}
.vanillatoasts-icon {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  background: #fff;
}
.vanillatoasts-toast a,
.vanillatoasts-toast a:hover {
  color: #549edb !important;
  text-decoration: none !important;
}
.vanillatoasts-success {
  border-bottom: 2px solid #51c625;
}
.vanillatoasts-warning {
  border-bottom: 2px solid #db9215;
}
.vanillatoasts-error {
  border-bottom: 2px solid #db2b1d;
}
.vanillatoasts-info {
  border-bottom: 2px solid #27abdb;
}
@-moz-keyframes VanillaToasts {
  from {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes VanillaToasts {
  from {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-o-keyframes VanillaToasts {
  from {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@keyframes VanillaToasts {
  from {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes VanillaToastsFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes VanillaToastsFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes VanillaToastsFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes VanillaToastsFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    transform: translate3d(400px, 0, 0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@charset "UTF-8";
/*
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 10001;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
/* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #06958a;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #85259c;
  box-shadow: inset 0 1px 3px #85259c;
  border-radius: 3px;
}
.is-inrange .pika-button {
  background: #d5e9f7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.pika-button:hover {
  color: #fff;
  background: #85259c;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.ngdialog.ngdialog-theme-default {
  padding: 0 !important;
}
.ngdialog-overlay {
  background: rgba(0,0,0,0.9);
}
.ngdialog.ngdialog-theme-default .ngdialog-content {
  font-family: 'Lato';
  background: transparent;
  color: #fff;
  max-width: 100%;
  position: absolute;
  padding: 0 !important;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: auto;
  text-align: center;
}
.ngdialog.ngdialog-theme-default .ngdialog-close {
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .ngdialog.ngdialog-theme-default .ngdialog-close {
    top: 10px;
    right: 10px;
  }
}
.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  color: #fff !important;
  font-size: 35px;
  right: 3px;
  text-align: center;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .ngdialog.ngdialog-theme-default .ngdialog-close:before {
    font-size: 25px;
  }
}
.venue-page-lightbox {
  height: 100%;
  width: auto;
}
.venue-page-lightbox .icon {
  font-size: 56px;
  cursor: pointer;
}
.venue-page-lightbox .icon-arrow-right-circle-fancy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  width: 100%;
  right: 5%;
  width: 20%;
  padding-top: 30%;
  padding-bottom: 30%;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.venue-page-lightbox .icon-arrow-right-circle-fancy:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.venue-page-lightbox .icon-arrow-left-circle-fancy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  width: 100%;
  left: 5%;
  width: 20%;
  padding-top: 30%;
  padding-bottom: 30%;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.venue-page-lightbox .icon-arrow-left-circle-fancy:hover {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lightbox-img {
  width: auto !important;
  height: auto !important;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lightbox-img {
    max-width: 100vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .lightbox-img {
    max-width: 70vw;
  }
}
@media screen and (min-width: 1200px) {
  .lightbox-img {
    max-width: 75vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .lightbox-img {
    width: 50% !important /* IE11 */;
  }
}
.lightbox-caption {
  position: absolute;
  text-align: center;
  background-color: #000;
  font-size: 16px;
  padding: 22px;
  bottom: 0;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  width: 100%;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .lightbox-caption {
    max-height: 200px;
    overflow-y: hidden;
    font-size: 14px;
  }
}
.multi-select {
  position: relative;
  width: 97%;
  cursor: pointer;
}
.multi-select .multi-handle {
  border: 1px solid #ddd;
  height: 1.5em;
}
.multi-select .multi-handle .icon {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.multi-select .multi-dropdown {
  position: absolute;
  top: 2em;
  display: none;
  border: 1px solid #bfbfbf;
  width: 100%;
  z-index: 100;
}
.multi-select .multi-element {
  cursor: pointer;
  padding: 10px 0 10px 5px;
  width: 100%;
  background-color: #fff;
}
.multi-select .multi-element:hover {
  background-color: #f5f4f6;
}
.multi-select .multi-element:visited {
  background-color: #85259c;
}
.multi-select .multi-element .fa-check {
  float: right;
  margin-top: 2px;
}
.multi-select .multi-element.multi-disabled {
  color: #ddd;
  cursor: default;
}
.multi-select .multi-selected {
  background-color: #85259c !important;
  color: #fff !important;
}
#login,
#regisration {
  overflow: visible;
}
#already-logged-in {
  margin-top: 44px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
#already-logged-in h2 {
  font-size: 28.799999999999997px;
  max-width: 600;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #already-logged-in h2 {
    font-size: 24px;
  }
}
#already-logged-in .login-pic-lg {
  width: 100px;
  height: 100px;
  margin-top: 44px;
  margin-bottom: 11px;
}
#already-logged-in button {
  margin-top: 33px;
}
.registration-container {
  width: 100%;
  padding: 30px 40px 90px;
  position: relative;
}
.registration-container .toggle-login {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 400;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.registration-container .toggle-login a {
  color: #777;
}
.registration-container .toggle-login a span {
  color: #85259c;
}
@media screen and (max-width: 767px) {
  .registration-container .toggle-login {
    left: 15px;
  }
}
.registration-container .registration-sixplus-avatar {
  width: 100%;
  text-align: center;
}
.registration-container .registration-sixplus-avatar img {
  width: 120px;
  height: auto;
}
.registration-container .registration-social-logins {
  text-align: center;
}
.registration-container .registration-social-logins p {
  font-size: 14.700000000000001px;
  color: #555;
}
.registration-container .registration-social-logins .registration-social-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.registration-container .registration-social-logins .registration-social-area .registration-social-button {
  color: #fff;
  width: 48%;
  padding: 7px;
  text-align: center;
  cursor: pointer;
}
.registration-container .registration-social-logins .registration-social-area .registration-social-button .fa {
  font-size: 20px;
}
.registration-container .registration-social-logins .registration-social-area .registration-in {
  background-color: #2b7bb6;
}
.registration-container .registration-social-logins .registration-social-area .registration-in:hover {
  background-color: #275574 !important;
}
.registration-container .registration-social-logins .registration-social-area .registration-fb {
  background-color: #3b579d;
}
.registration-container .registration-social-logins .registration-social-area .registration-fb:hover {
  background-color: #325180;
}
.registration-container .registration-email-login {
  margin-top: 30px;
  text-align: center;
}
.registration-container .registration-email-login p {
  font-size: 14.700000000000001px;
  color: #555;
}
.registration-container .registration-email-login .new-dashboard-field {
  margin-bottom: 20px;
}
.registration-container .registration-email-login .new-dashboard-field .dropdown button {
  padding: 6px 12px;
  font-size: 17.6px;
  line-height: 1.428571429;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  width: 100%;
  padding: 8px 10px !important;
  text-align: left;
  color: #222;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.registration-container .registration-email-login .new-dashboard-field .dropdown button:focus {
  border: 2px solid #85259c;
  padding: 7px 9px !important;
}
.registration-container .registration-email-login .new-dashboard-field .dropdown button .fa-caret-down {
  margin-top: 2px;
}
.registration-container .registration-email-login .new-dashboard-field .dropdown .dropdown-menu {
  width: 100%;
}
.registration-container .registration-email-login .new-dashboard-field .dropdown .dropdown-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.registration-container .registration-email-login .password-explanatory-text {
  text-align: left;
  margin-top: 5px !important;
  font-size: 11.9px;
  color: #777;
  margin-top: 3px;
}
.registration-container .registration-email-login .registration-newsletter {
  text-align: left;
}
.registration-container .registration-email-login .registration-disclaimer {
  margin-top: 33px;
  color: #999;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.registration-container .registration-email-login label {
  position: relative;
  cursor: pointer;
  text-transform: initial;
}
.registration-container .registration-email-login ::-webkit-input-placeholder {
  color: #bbb;
}
.registration-container .registration-email-login ::-moz-placeholder {
  color: #bbb;
}
.registration-container .registration-email-login :-ms-input-placeholder {
  color: #bbb;
}
.registration-container .registration-email-login :-moz-placeholder {
  color: #bbb;
}
.registration-container .registration-email-login input[type="checkbox"] {
  position: absolute;
  left: 7px;
  top: 5px;
  width: 10px;
  height: 10px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.registration-container .registration-email-login .registration-forgot-password-link {
  text-align: left;
  margin-top: -10px;
  font-size: 14.700000000000001px;
}
.registration-container .registration-email-login .register-show-pw {
  position: relative;
}
.registration-container .registration-email-login .register-show-pw .icon-eye {
  position: absolute;
  right: 35px;
  top: -38px;
  font-size: 27px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .registration-container .registration-email-login .register-show-pw .icon-eye {
    top: -33px;
  }
}
.registration-container .registration-email-login .registration-error {
  margin-top: 3px;
  color: #e9434c;
  font-size: 14px;
  text-align: left;
}
.registration-container .registration-email-login .registration-suggestion {
  margin-top: 5px;
  color: #06958a;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
}
.registration-container .registration-email-login .registration-suggestion span {
  cursor: pointer;
  font-weight: 400;
}
.registration-container .registration-email-login .registration-login-submit {
  margin-top: 30px;
}
.registration-container .registration-email-login .registration-login-submit button {
  background-color: #85259c;
  text-transform: initial !important;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.registration-container .registration-email-login .registration-login-submit button:disabled {
  background-color: #fff;
  color: #555;
}
@media screen and (min-width: 768px) {
  .registration-container {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-top: 4px solid #85259c;
    margin-top: 40px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.login-error {
  color: #e9434c;
  margin-top: 15px;
}
#reset-password {
  width: 100%;
  padding: 40px 25px;
  margin-bottom: 40px;
}
#reset-password h1 {
  margin-bottom: 10px;
}
#reset-password button {
  background-color: #85259c;
  color: #fff;
}
#reset-password button:disabled {
  background-color: #fff;
  color: #555;
}
@media screen and (min-width: 768px) {
  #reset-password {
    background-color: #fff;
    border-top: 2px solid #85259c;
    margin-top: 40px;
    padding: 40px 60px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.before-uuid p,
.after-uuid p {
  font-size: 14px;
  color: #999;
}
.before-uuid label,
.after-uuid label {
  color: #777;
}
.before-uuid input,
.after-uuid input {
  width: 100% !important;
}
.before-uuid .form-group:first-child,
.after-uuid .form-group:first-child {
  margin-top: 30px;
}
.before-uuid button,
.after-uuid button {
  margin-top: 10px;
  width: 180px;
}
#click-ok {
  padding: 40px;
}
#click-ok p {
  color: #777;
}
#click-ok div {
  margin-top: 30px;
}
#click-ok div button {
  width: 120px;
  margin-left: 15px;
}
.admin-dashboard-header {
  padding: 7px 25px;
  min-height: 72px;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.admin-dashboard-header h4 {
  font-size: 16px;
}
.admin-dashboard-header ul {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.admin-dashboard-header li {
  margin-right: 70px;
  text-align: center;
}
.admin-dashboard-header li a {
  font-size: 28px;
  cursor: pointer;
}
.admin-dashboard-header li p {
  font-size: 12.6px;
  color: #999;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .admin-dashboard-header {
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
  }
  .admin-dashboard-header h4 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .admin-dashboard-header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .admin-dashboard-header li {
    margin-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .admin-dashboard-header li a {
    font-size: 20px;
    -moz-order: 2;
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .admin-dashboard-header li p {
    margin-right: 5px;
  }
}
.admin-dashboard {
  background-color: #f5f4f6;
}
.admin-dashboard .request-header {
  margin-bottom: 40px;
}
.admin-dashboard .request-header h2 {
  font-weight: normal;
}
.admin-dashboard .request-header .request-header-numbers a {
  font-size: 30px;
}
.admin-dashboard .request-header .request-header-numbers a:nth-of-type(1) {
  color: #f3a43f;
}
.admin-dashboard .request-header .request-header-numbers a:nth-of-type(2) {
  color: #459a8b;
}
.admin-dashboard .request-header .request-header-numbers a:nth-of-type(3) {
  color: #df0a4d;
}
.admin-dashboard .request-header .request-header-descriptions a {
  text-decoration: none;
  font-size: 19px;
}
.admin-dashboard .conversation-unread-bubble {
  background-color: #85259c;
  height: 10px;
  width: 10px;
  margin-top: 5px;
  margin-left: -20px;
  border-radius: 50%;
}
.admin-dashboard .admin-messages-content {
  position: relative;
}
.admin-dashboard .admin-messages-content .unread {
  font-weight: 700;
}
.admin-dashboard .admin-messages-content .conversation-unread-bubble {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .admin-dashboard .admin-messages-content {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .admin-dashboard .admin-messages-content div {
    margin-top: -20px;
    width: 200px;
  }
}
.admin-dashboard .individual-chart-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
.admin-dashboard .individual-chart-section .chart-container {
  width: 70%;
  background-color: #fff;
  padding: 15px 20px;
}
.admin-dashboard .individual-chart-section .chart-container h5 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
}
.admin-dashboard .individual-chart-section .chart-container .chart-wrapper {
  position: relative;
}
.admin-dashboard .individual-chart-section .chart-container .chart-wrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.admin-dashboard .individual-chart-section .chart-container .chart-area-wrapper {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.admin-dashboard .individual-chart-section .chart-container .chart-area-wrapper-2 {
  position: relative;
  height: 300px;
}
.admin-dashboard .individual-chart-section .chart-container .dynamic-chart-area-long {
  width: 4000px;
}
.admin-dashboard .individual-chart-section .chart-container .dynamic-chart-area-medium {
  width: 2000px;
}
.admin-dashboard .individual-chart-section .chart-container .dynamic-chart-area-short {
  width: 700px;
}
.admin-dashboard .individual-chart-section .chart-container .type-toggle {
  text-align: center;
  margin-top: 20px;
}
.admin-dashboard .individual-chart-section .chart-container .type-toggle button {
  width: 70px;
  background-color: #fff;
}
.admin-dashboard .individual-chart-section .chart-container .type-toggle .active {
  background-color: #222;
  color: #fff;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container {
  background-color: #fff;
  margin-left: 20px;
  width: 30%;
  padding: 15px 20px;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container h4 {
  font-weight: 400;
  color: #000;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container h5 {
  text-transform: uppercase;
  font-size: 14px;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container p {
  font-size: 14px;
  color: #777;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container .breakout-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 25px;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container .breakout-container .breakout-item {
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container .breakout-container .breakout-item h5 {
  color: #06958a;
  margin-top: 5px !important;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container .breakout-container .breakout-item h6 {
  color: #777;
  font-weight: 400;
  margin-top: 10px !important;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container .breakout-total {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container .breakout-total h4 {
  font-weight: 600;
}
.admin-dashboard .individual-chart-section .aggregate-metrics-container .breakout-total h6 {
  color: #777;
  font-weight: 400;
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .admin-dashboard .individual-chart-section {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .admin-dashboard .individual-chart-section .chart-container,
  .admin-dashboard .individual-chart-section .aggregate-metrics-container {
    width: 100%;
  }
  .admin-dashboard .individual-chart-section .aggregate-metrics-container {
    margin-top: 20px;
    margin-left: 0;
  }
}
.ad-dashboard-content {
  padding: 30px 25px 30px;
}
@media screen and (max-width: 767px) {
  .ad-dashboard-content {
    padding: 30px 20px 30px;
  }
}
.bt-metrics-dashboard {
  margin-top: 60px;
}
.bt-events-dashboard {
  margin-top: 60px;
}
.admin-new-proposal.visible-xs {
  margin-bottom: 20px;
  text-align: center;
}
.ad-dashboard-filters .ad-dashboard-metrics-filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-temporal button {
  height: 35px;
  width: 100px;
  font-size: 11.200000000000001px;
  background-color: #fff !important;
  margin-right: 3px;
  color: #777;
  border: 0;
}
.ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-temporal .active {
  border: 1px solid #85259c;
  color: #85259c;
}
.ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-range {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 50px;
  font-size: 12.6px;
}
.ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-range div {
  margin-right: 3px;
}
.ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-range label {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 11.200000000000001px;
  color: #999;
}
.ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-range input {
  height: 35px;
  width: 180px;
  border: 0;
  padding-left: 70px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .ad-dashboard-filters .ad-dashboard-metrics-filters {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-temporal {
    text-align: center;
  }
  .ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-temporal button {
    width: 80px;
    margin-right: 0;
  }
  .ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-range {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }
  .ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-range label {
    left: 10px;
  }
  .ad-dashboard-filters .ad-dashboard-metrics-filters .ad-dashboard-range input {
    width: 160px;
    padding-left: 50px;
  }
}
.ad-dashboard-filters form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ad-dashboard-filters form select,
.ad-dashboard-filters form input {
  width: 200px;
  margin-right: 15px;
}
.ad-dashboard-filters form .admin-state-search {
  width: 150px !important;
}
@media screen and (max-width: 767px) {
  .ad-dashboard-filters form .admin-state-search {
    width: 100% !important;
  }
}
.ad-dashboard-filters form button {
  margin-top: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ad-dashboard-filters .form-group {
  margin-top: 33px;
  width: 220px;
  text-align: left;
}
.ad-dashboard-filters .form-group input,
.ad-dashboard-filters .form-group button {
  display: inline !important;
}
.ad-dashboard-filters .icon-close-circle-thin {
  position: absolute;
  right: 20px;
  top: -25px;
  cursor: pointer;
}
.ad-dashboard-filters .admin-new-proposal {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .ad-dashboard-filters form {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ad-dashboard-filters form div {
    width: 48%;
  }
  .ad-dashboard-filters .length-sm {
    width: 100%;
    margin-right: 10px;
    height: 40px;
    margin-bottom: 15px;
  }
  .ad-dashboard-filters .admin-filters-search,
  .ad-dashboard-filters .admin-filters-search-button {
    width: 100% !important;
  }
  .ad-dashboard-filters .admin-filters-search button,
  .ad-dashboard-filters .admin-filters-search-button button {
    width: 100%;
    height: 40px;
  }
  .ad-dashboard-filters .icon-close-circle-thin {
    position: absolute;
    top: -53px;
    right: -155px;
    font-size: 30px;
  }
}
.bt-charts {
  margin-top: 40px;
}
.bt-charts .loading-text {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -30px;
  font-weight: 600;
  color: #d53a58;
  text-transform: uppercase;
  font-size: 12.6px;
}
@media screen and (max-width: 767px) {
  .bt-charts .loading-text {
    margin-left: -110px;
  }
}
.ad-dashboard-table-container .no-results hr {
  margin-top: 33px !important;
}
@media screen and (max-width: 991px) {
  .ad-dashboard-table-container .no-results hr {
    display: none;
  }
}
.ad-dashboard-table-container .no-results h3 {
  margin-top: 15.399999999999999px !important;
  font-weight: 400;
  cursor: pointer;
}
.ad-dashboard-table-container .ad-dashboard-create-button {
  padding: 0px 25px;
}
@media screen and (max-width: 991px) {
  .ad-dashboard-table-container {
    text-align: center;
  }
}
.ad-dashboard-create-button {
  text-align: left;
}
.ad-dashboard-table-pagination-top {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.ad-dashboard-table-pagination-top a {
  cursor: pointer;
  width: 40px;
  text-align: center;
}
.ad-dashboard-table-pagination-top .pagination {
  margin-bottom: 0;
}
.ad-dashboard-table-pagination-top .pagination li {
  text-align: center;
}
.ad-dashboard-table-pagination-top .pagination li a {
  padding: 6px 0 !important;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .ad-dashboard-table-pagination-top {
    margin-bottom: 20px;
  }
}
.ad-dashboard-table-pagination-bottom {
  text-align: center;
  margin-left: 10px !important;
  margin-right: 10px;
}
.ad-dashboard-table-pagination-bottom a {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .ad-dashboard-table-pagination-bottom {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.admin-inbox-padding {
  margin-top: 40px;
}
.ad-dashboard-table {
  padding: 10px 20px 30px;
}
.ad-dashboard-table .icon-lock-thin {
  margin-left: 5px !important;
}
.ad-dashboard-table .incomplete-row td {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.ad-dashboard-table .proposal-bubble {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  margin-right: 5px;
}
.ad-dashboard-table .admin-preview-new {
  text-transform: uppercase;
  font-size: 11.200000000000001px;
  color: #06958a;
  position: relative;
  top: -10px;
  left: 3px;
}
.ad-dashboard-table thead {
  vertical-align: middle;
}
.ad-dashboard-table thead a {
  color: #333;
  font-size: 14px;
  line-height: 16px !important;
}
.ad-dashboard-table td {
  white-space: nowrap;
}
.ad-dashboard-table tbody tr td a label {
  cursor: pointer !important;
}
.ad-dashboard-table input {
  width: 80px;
}
.ad-dashboard-table button {
  height: 32px;
}
.ad-dashboard-table button:last-child {
  margin-top: -2px;
}
.ad-dashboard-table label {
  padding: 5px;
  width: 80px;
  text-align: center;
  text-transform: inherit;
  color: #fff;
}
.ad-dashboard-table .table {
  margin-bottom: 0;
}
.ad-dashboard-table .dropdown button {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 225px;
  text-align: left;
  color: #555;
  text-transform: inherit;
  font-weight: 400;
}
.ad-dashboard-table .dropdown button:focus {
  border-color: #85259c;
}
.ad-dashboard-table .dropdown button span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 185px;
  display: inline-block;
}
.ad-dashboard-table .dropdown .fa-caret-down {
  margin-top: 2px;
}
.ad-dashboard-table .dropdown .dropdown-menu {
  font-size: 14px;
  width: 225px !important;
}
.ad-dashboard-table .dropdown .dropdown-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .ad-dashboard-table .dropdown .dropdown-menu {
    width: 100%;
  }
}
.ad-dashboard-table .fa-external-link-square {
  margin-left: 10px;
  color: #85259c;
  cursor: pointer;
}
.ad-dashboard-table .assign-btn {
  margin-top: 10px;
}
.ad-dashboard-table .user-status-dropdown {
  width: 95px;
}
.ad-dashboard-table a {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .ad-dashboard-table {
    background-color: #fff;
    margin-top: 22px;
  }
  .ad-dashboard-table .proposal-bubble {
    margin-right: 0px;
    text-align: right !important;
    float: right;
  }
  .ad-dashboard-table .admin-select-styling {
    width: 130px;
    display: inline-block;
    text-align: right;
  }
  .ad-dashboard-table table {
    border: 0;
  }
  .ad-dashboard-table thead {
    display: none;
  }
  .ad-dashboard-table tr {
    margin-bottom: 10px;
    display: block;
  }
  .ad-dashboard-table td {
    display: block;
    text-align: right;
    font-size: 14px;
    border-top: 0px !important;
  }
  .ad-dashboard-table td:last-child {
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
  }
  .ad-dashboard-table td:before {
    content: attr(data-label);
    float: left;
    color: #777;
  }
  .ad-dashboard-table td .dropdown-menu {
    left: inherit;
    right: 0 !important;
  }
}
.lead-admin-modal {
  padding: 25px;
  border-top: 4px solid #85259c;
  height: 600px;
}
.lead-admin-modal h5 {
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
}
.lead-admin-modal .lead-header p {
  font-size: 16px;
  color: #777;
  margin-bottom: 0px;
}
.lead-admin-modal .lead-content {
  margin-top: 30px;
}
.lead-admin-modal .lead-content hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.lead-admin-modal .lead-event-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.lead-admin-modal .lead-event-item {
  width: 33%;
}
.lead-admin-modal .lead-event-item label {
  font-size: 12.6px;
  color: #777;
  margin-bottom: 0;
}
.lead-admin-modal .lead-event-item p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lead-admin-modal .lead-event-item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.primary-modal-container {
  padding: 25px;
  border-top: 4px solid #85259c;
  height: 600px;
}
.primary-modal-container label {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 0;
  margin-right: 20px;
}
.primary-modal-container input,
.primary-modal-container .dropdown,
.primary-modal-container select {
  display: block;
}
.primary-modal-container .new-dashboard-field {
  margin-bottom: 20px;
  width: 100%;
}
.primary-modal-container .inline-field {
  width: 48%;
}
.primary-modal-container .dropdown button {
  padding: 8px 10px !important;
  font-size: 17.6px !important;
}
.primary-modal-container-lg {
  height: 80vh;
}
.primary-modal-container-lg label {
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #222;
  margin-bottom: 0;
}
.primary-modal-container-lg .clicked-row {
  background-color: #85259c;
}
.primary-modal-container-lg .clicked-row td {
  color: #fff;
}
.modal-title-header {
  text-align: center;
  margin-bottom: 30px;
}
.modal-title-header h2 {
  font-weight: 300;
  font-size: 31.5px;
}
.modal-content-area h5 {
  color: #999;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 22px !important;
}
.modal-content-area h6 {
  margin-top: 20px !important;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #555;
  margin-bottom: 0;
}
.modal-content-area .modal-help-text {
  font-size: 14px;
  color: #777;
}
.modal-content-area #mVenueName {
  margin-top: 5px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .modal-content-area #mVenueName {
    width: 100%;
  }
}
.host-client-section select,
.host-client-section input {
  width: 300px;
  margin-bottom: 10px;
}
.host-client-section .new-user-section {
  background-color: #f5f4f6;
  padding: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .host-client-section select,
  .host-client-section input {
    width: 100%;
  }
}
.roles-input .dropdown button {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 200px;
  text-align: left;
  color: #555;
  font-weight: 400;
  text-transform: inherit;
}
.roles-input .dropdown button:focus {
  border-color: #85259c;
}
.roles-input .dropdown .fa-caret-down {
  margin-top: 2px;
}
.roles-input .dropdown .dropdown-menu {
  width: 200px;
}
.roles-input .dropdown .dropdown-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.roles-input .modal-role-container {
  background-color: #f5f4f6;
  margin-top: 10px;
  padding: 10px 15px 15px;
}
.roles-input .modal-role-container p {
  font-size: 12.6px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.roles-input .modal-role-pill {
  background-color: #85259c;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.roles-input .modal-role-pill .role-clear {
  cursor: pointer;
}
.create-user-personal-details,
.create-user-user-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.create-user-personal-details .form-group,
.create-user-user-details .form-group {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .create-user-personal-details .form-group,
  .create-user-user-details .form-group {
    width: 45%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .create-user-personal-details .form-group.mEmail,
  .create-user-user-details .form-group.mEmail,
  .create-user-personal-details .form-group.mCity,
  .create-user-user-details .form-group.mCity,
  .create-user-personal-details .form-group.mPhone,
  .create-user-user-details .form-group.mPhone {
    width: 100% !important;
  }
}
.create-user-personal-details .registration-error,
.create-user-user-details .registration-error,
.create-user-personal-details .registration-suggestion,
.create-user-user-details .registration-suggestion {
  font-size: 14px;
}
.create-user-personal-details .dropdown button,
.create-user-user-details .dropdown button {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
  color: #555;
  font-weight: 400;
  text-transform: inherit;
  padding: 8px 10px;
}
.create-user-personal-details .dropdown button:focus,
.create-user-user-details .dropdown button:focus {
  border-color: #85259c;
}
.create-user-personal-details .dropdown .fa-caret-down,
.create-user-user-details .dropdown .fa-caret-down {
  margin-top: 2px;
}
.create-user-personal-details .dropdown .dropdown-menu,
.create-user-user-details .dropdown .dropdown-menu {
  width: 100%;
}
.create-user-personal-details .dropdown .dropdown-menu a,
.create-user-user-details .dropdown .dropdown-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.create-user-submit-buttons {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 40px;
}
.create-user-submit-buttons button {
  margin-right: 20px;
  font-size: 14px;
}
.create-user-submit-buttons .create-submit-button {
  width: 180px;
}
.modal-buttons-sticky {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .modal-buttons-sticky {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .modal-buttons-sticky button {
    width: 47% !important;
    margin-right: 0;
  }
}
.modal-inline-buttons {
  margin-top: 44px;
}
.modal-inline-buttons button {
  width: 47%;
}
.modal-inline-buttons button:first-child {
  margin-right: 3%;
}
.add-user-venue-modal {
  padding: 25px;
  border-top: 4px solid #06958a;
  height: 500px;
  text-align: center;
}
.add-user-venue-modal h2 {
  font-weight: 400;
  margin-bottom: 22px;
}
.add-user-venue-modal .selected {
  background-color: #06958a;
  color: #fff;
}
.add-user-venue-modal table tbody tr {
  cursor: pointer;
}
.add-user-venue-modal table tbody td {
  text-align: left;
}
.add-user-venue-modal .existing-user-section {
  margin-top: 30px;
}
.add-user-venue-modal .existing-user-section input {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.add-user-venue-modal #new-user {
  margin-top: 30px;
  margin-bottom: 30px;
}
.add-user-venue-modal #new-user label {
  width: 220px;
  text-align: left;
}
.add-user-venue-modal #new-user input,
.add-user-venue-modal #new-user button {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.add-user-venue-modal #new-user button {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .add-user-venue-modal #new-user label,
  .add-user-venue-modal #new-user input,
  .add-user-venue-modal #new-user button {
    width: 100%;
  }
  .add-user-venue-modal #new-user button {
    margin-top: 20px;
  }
}
.assign-submit-button {
  margin-top: 22px;
}
.venue-results {
  background-color: #f5f4f6;
  padding: 10px 5px;
}
.venue-results table {
  margin: 0;
}
.venue-results table th {
  font-weight: 400;
  color: #999;
}
.venue-results table th,
.venue-results table td {
  font-size: 14px;
}
.venue-results table tr {
  cursor: pointer;
}
.client-results {
  margin-top: 30px;
}
.client-results .client-email .error-banner {
  width: 100%;
  font-size: 14px;
  border: 1px solid #d53a58;
  padding: 5px;
}
.client-results .client-email .error-banner p {
  margin-bottom: 0;
  line-height: 20px;
}
.client-results .client-table {
  background-color: #f5f4f6;
  padding: 10px;
  margin-top: 20px;
}
.client-results table {
  margin: 0;
}
.client-results table th {
  font-weight: 400;
  color: #999;
}
.client-results table th,
.client-results table td {
  font-size: 14px;
}
.client-results table tr {
  cursor: pointer;
}
.client-results .modal-proposal-inline-buttons {
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.client-results .modal-proposal-inline-buttons button {
  width: 47%;
  text-transform: capitalize;
}
.client-results .new-client-details {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.client-results .new-client-details div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .client-results .new-client-details {
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .client-results .new-client-details div {
    width: 48%;
    margin-bottom: 15px;
  }
  .client-results .new-client-details div:last-child {
    width: 100%;
  }
}
.client-results .existing-client-name {
  margin-top: 20px;
}
.client-results .existing-client-name input#mClientName {
  width: 300px !important;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .client-results .existing-client-name input#mClientName {
    width: 100% !important;
  }
}
.proposal-details h5 {
  margin-top: 30px !important;
}
.proposal-details #event-type-details {
  margin-top: 20px;
}
.proposal-details #event-type-details select {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .proposal-details #event-type-details select {
    width: 100%;
  }
}
.payment-modal {
  text-align: center;
  padding: 30px;
}
.payment-modal h2 {
  font-weight: 400;
  margin-bottom: 20px;
}
.payment-modal table {
  font-size: 14px;
}
.payment-modal tbody,
.payment-modal thead {
  text-align: left;
}
.payment-modal thead {
  color: #999;
}
.payment-modal tbody {
  color: #555;
}
.payment-modal > table tr {
  cursor: pointer;
}
.payment-modal > table tr:hover {
  background-color: #f5f4f6;
}
.payment-modal .payment-label {
  padding: 3px 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.payment-modal .use-preexisting-card input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.payment-modal .completed-payment {
  background-color: #60a81a;
}
.payment-modal .pending-payment {
  background-color: #c3971a;
}
.payment-modal .errored-payment {
  background-color: #b94a48;
}
.payment-modal .transaction-details {
  margin-top: 40px;
}
.payment-modal .transaction-details h3 {
  font-weight: 400;
}
.payment-modal .transaction-details table:first-child {
  margin-top: 0 !important;
}
.payment-modal .choose-card-form .use-pre-existing-card button {
  margin-bottom: 20px;
  text-transform: initial;
}
.payment-modal .choose-card-form .use-pre-existing-card .existing-cards {
  font-size: 14px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.payment-modal .choose-card-form .use-pre-existing-card .existing-cards .field-checkbox {
  text-align: left;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .payment-modal .choose-card-form .use-pre-existing-card .existing-cards .field-checkbox {
    width: 100%;
  }
}
.payment-modal .choose-card-form .use-pre-existing-card .existing-cards .field-checkbox,
.payment-modal .choose-card-form .use-pre-existing-card .existing-cards p {
  display: inline-block;
}
.payment-modal .choose-card-form .use-pre-existing-card .existing-cards .field-checkbox label,
.payment-modal .choose-card-form .use-pre-existing-card .existing-cards p label {
  cursor: pointer;
  text-transform: initial;
}
.payment-modal .choose-card-form .use-pre-existing-card .existing-cards input[type="checkbox"] {
  -webkit-appearance: checkbox;
  position: absolute;
  left: 5px;
  top: 4px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.payment-modal .choose-card-form .use-pre-existing-card .previous-card-buttons {
  margin-top: 20px;
}
.payment-modal .choose-card-form .use-pre-existing-card .previous-card-buttons button:first-child {
  margin-right: 10px;
}
.payment-modal .choose-card-form #payment-form {
  margin-top: 30px;
}
.payment-modal .choose-card-form #payment-form .new-card-buttons {
  margin-top: 30px !important;
}
.payment-modal .choose-card-form #payment-form .new-card-buttons button:first-child {
  margin-right: 10px;
}
.payment-modal .choose-card-form #payment-form new-cc-form {
  text-align: initial !important;
}
.payment-modal .choose-card-form #payment-form new-cc-form input {
  font-size: 14px;
  padding: 5px 10px;
}
.payment-modal .choose-card-form #payment-form new-cc-form iframe {
  border: 1px solid #bfbfbf !important;
  height: 40px !important;
  padding-left: 10px !important;
}
.payment-modal .choose-card-form #payment-form new-cc-form .position-number {
  background-color: #ff0;
}
.payment-modal .choose-card-form #payment-form new-cc-form .fa-lock,
.payment-modal .choose-card-form #payment-form new-cc-form .position-number,
.payment-modal .choose-card-form #payment-form new-cc-form .relative {
  display: none;
}
.payment-modal .choose-card-form #payment-form new-cc-form .cardholder-name,
.payment-modal .choose-card-form #payment-form new-cc-form .new-number,
.payment-modal .choose-card-form #payment-form new-cc-form .new-exp-date,
.payment-modal .choose-card-form #payment-form new-cc-form .new-cvv {
  margin-bottom: 10px;
}
.payment-modal .choose-card-form #payment-form new-cc-form .cardholder-name input:focus {
  border: 1px solid #bfbfbf !important;
}
.payment-modal .choose-card-form #payment-form new-cc-form .cardholder-name,
.payment-modal .choose-card-form #payment-form new-cc-form .new-number {
  width: 300px;
}
.payment-modal .choose-card-form #payment-form new-cc-form .new-exp-date,
.payment-modal .choose-card-form #payment-form new-cc-form .new-cvv {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .payment-modal .choose-card-form #payment-form new-cc-form .cardholder-name,
  .payment-modal .choose-card-form #payment-form new-cc-form .new-number,
  .payment-modal .choose-card-form #payment-form new-cc-form .new-exp-date,
  .payment-modal .choose-card-form #payment-form new-cc-form .new-cvv {
    width: 100%;
  }
}
.manual-payment-modal {
  text-align: left;
}
.manual-payment-modal div {
  margin-top: 30px;
}
.manual-payment-modal button {
  margin-right: 10px;
}
.no-edit > div {
  display: inline-block;
  border: 1px solid #bfbfbf;
  padding: 5px;
  width: 55px;
  font-size: 14px;
  background-color: #fff;
  color: #777;
  cursor: not-allowed;
}
.no-edit button {
  text-transform: capitalize;
}
.edit {
  position: relative;
}
.edit div {
  display: inline-block;
}
.edit i {
  position: absolute;
  right: 50px;
  top: 7px;
  font-size: 16px;
  color: #85259c;
}
.edit input {
  width: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.edit input:focus {
  border-width: 1px !important;
}
.edit button {
  text-transform: capitalize;
  position: relative;
  top: -1px;
}
.edit i {
  position: static;
  margin-left: 3px;
  margin-right: 2px;
  font-size: 20.8px;
  cursor: pointer;
}
.edit .icon-check-circle-fill {
  color: #06958a;
}
.edit .icon-close-circle {
  color: #d53a58;
}
.edit button {
  top: 0;
}
@media screen and (max-width: 767px) {
  .edit button {
    margin-top: 0;
  }
}
#business-tracking .business-tracking-selection-buttons {
  position: absolute;
  text-align: center;
  top: 160px;
  left: 50%;
  margin-left: -100px;
}
#business-tracking .business-tracking-selection-buttons button {
  background-color: #fff;
  color: #777;
  font-size: 11.200000000000001px;
  width: 100px;
}
#business-tracking .business-tracking-selection-buttons button.active {
  background-color: #d53a58;
  color: #fff;
}
#business-tracking .no-edit > div {
  width: 170px;
  height: 32px;
  margin-top: -2px;
  vertical-align: middle;
  color: #333;
}
#business-tracking .edit div {
  display: inline-block;
}
#business-tracking .edit select {
  height: 32px;
}
#business-tracking .edit input,
#business-tracking .edit select {
  width: 190px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#business-tracking .edit button,
#business-tracking .no-edit button {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  color: #85259c;
}
#business-tracking .edit button:hover,
#business-tracking .no-edit button:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #business-tracking .edit button,
  #business-tracking .no-edit button {
    float: right;
    text-align: right;
  }
}
.grid {
  height: 650px;
  width: 100%;
  min-height: 650px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #bfbfbf;
}
.grid-canvas {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header {
  background-color: #fff;
}
.header tbody tr th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #bfbfbf;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header-wrapper {
    display: none;
  }
}
.row-wrapper {
  position: absolute;
  top: 50px;
  height: 94%;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  background-color: #fff;
}
.row-wrapper .tooltip > .tooltip-inner {
  text-align: left;
  left: 150px;
}
@media screen and (max-width: 991px) {
  .row-wrapper {
    position: inherit;
    top: 0;
  }
  .row-wrapper .tooltip > .tooltip-inner {
    left: 270px;
  }
}
.payment-modal-button {
  text-transform: capitalize !important;
  font-weight: 400;
  color: #85259c;
  padding: 0;
}
.payment-modal-button-empty {
  text-transform: capitalize !important;
  font-weight: 400;
  color: #bfbfbf;
  padding: 0;
}
.admin-sort-field {
  cursor: pointer;
}
.admin-sort-field .fa {
  color: #06958a;
  margin-left: 5px;
}
.admin-dashboard .admin-inbox {
  table-layout: fixed;
  border-collapse: collapse;
}
.admin-dashboard .admin-inbox th,
.admin-dashboard .admin-inbox td {
  padding: 15px 10px;
}
.admin-dashboard .admin-inbox th a,
.admin-dashboard .admin-inbox td a {
  color: #333;
}
.admin-dashboard .admin-inbox th .text-muted,
.admin-dashboard .admin-inbox td .text-muted {
  color: #999 !important;
}
.admin-dashboard .admin-inbox td {
  white-space: normal;
  word-wrap: break-word !important;
}
.admin-dashboard .admin-inbox th {
  overflow: hidden !important;
}
.admin-dashboard tr:first-child td {
  padding-top: 15px;
}
.admin-dashboard th,
.admin-dashboard td {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  overflow: visible !important;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .admin-dashboard th,
  .admin-dashboard td {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.admin-dashboard th.length-xxs,
.admin-dashboard td.length-xxs {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .admin-dashboard th.length-xxs,
  .admin-dashboard td.length-xxs {
    width: 100%;
    max-width: 100%;
  }
}
.admin-dashboard th.length-xs,
.admin-dashboard td.length-xs {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
@media screen and (max-width: 991px) {
  .admin-dashboard th.length-xs,
  .admin-dashboard td.length-xs {
    width: 100%;
    max-width: 100%;
  }
}
.admin-dashboard th.length-sm2,
.admin-dashboard td.length-sm2 {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
@media screen and (max-width: 991px) {
  .admin-dashboard th.length-sm2,
  .admin-dashboard td.length-sm2 {
    width: 100%;
    max-width: 100%;
  }
}
.admin-dashboard th.length-sm,
.admin-dashboard td.length-sm {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
@media screen and (max-width: 991px) {
  .admin-dashboard th.length-sm,
  .admin-dashboard td.length-sm {
    width: 100%;
    max-width: 100%;
  }
}
.admin-dashboard th.length-md,
.admin-dashboard td.length-md {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
}
@media screen and (max-width: 991px) {
  .admin-dashboard th.length-md,
  .admin-dashboard td.length-md {
    width: 100%;
    max-width: 100%;
  }
}
.admin-dashboard th.length-lg,
.admin-dashboard td.length-lg {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  .admin-dashboard th.length-lg,
  .admin-dashboard td.length-lg {
    width: 100%;
    max-width: 100%;
  }
}
.admin-dashboard .text-overflow {
  overflow: hidden !important;
}
#display-metrics-breakdown {
  padding: 30px;
}
#display-metrics-breakdown h6 {
  color: #777;
}
#display-metrics-breakdown table {
  margin-top: 30px;
}
#display-metrics-breakdown table th,
#display-metrics-breakdown table td {
  font-size: 14px;
}
#display-metrics-breakdown table td:first-child,
#display-metrics-breakdown table th:first-child {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  #display-metrics-breakdown table {
    border: 0;
  }
  #display-metrics-breakdown thead {
    display: none;
  }
  #display-metrics-breakdown tr {
    margin-bottom: 10px;
    display: block;
  }
  #display-metrics-breakdown td {
    display: block;
    text-align: right;
    padding-left: 0;
    font-size: 14px;
    border-top: 0px !important;
  }
  #display-metrics-breakdown td:last-child {
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
  }
  #display-metrics-breakdown td:before {
    content: attr(data-label);
    float: left;
    color: #777;
  }
  #display-metrics-breakdown td .dropdown-menu {
    left: inherit;
    right: 0 !important;
  }
}
#tertiary-nav {
  width: 220px;
  padding: 20px;
}
#tertiary-nav a {
  cursor: pointer;
  line-height: 30px;
  color: #777;
}
#tertiary-nav .active {
  color: #85259c;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tertiary-nav {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #tertiary-nav {
    padding: 0 0 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #tertiary-nav a {
    line-height: 20px;
  }
  #tertiary-nav a.active {
    display: block;
    border-bottom: 2px solid #85259c;
  }
}
#change-login-info a {
  cursor: pointer;
}
#change-login-info form {
  margin-top: 20px;
}
#change-login-info .email {
  margin-bottom: 30px;
}
#change-login-info .form-group {
  width: 320px;
}
#change-login-info .email .form-group {
  margin-bottom: 0 !important;
}
#change-login-info button {
  margin-top: 20px;
}
#change-login-info .registration-error {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #change-login-info .form-group {
    width: 100%;
  }
}
#faq {
  background-color: #f5f4f6;
}
.faq-content {
  padding: 35px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .faq-content {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 25px;
  }
}
.faq-content .faq-sidebar {
  min-width: 200px;
  padding: 20px;
}
.faq-content .faq-sidebar p {
  cursor: pointer;
  line-height: 30px;
  color: #777;
}
@media screen and (max-width: 767px) {
  .faq-content .faq-sidebar {
    padding: 0 0 20px 0;
  }
  .faq-content .faq-sidebar p {
    display: inline-block;
    margin-right: 20px;
  }
}
.faq-content .faq-question-area {
  background-color: #fff;
  padding: 10px 35px;
  border-top: 2px solid #85259c;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .faq-content .faq-question-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faq-content .faq-question-area .faq-question-block {
  border-bottom: 1px solid #f5f4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.faq-content .faq-question-area .faq-question-block p {
  margin-bottom: 0 !important;
}
.faq-content .faq-question-area .faq-question {
  color: #85259c;
  font-size: 15.400000000000002px;
}
.faq-content .faq-question-area .faq-answer {
  color: #555;
  font-size: 14px;
  margin-top: 5px !important;
}
.faq-content .faq-question-area ul.faq-answer {
  padding-left: 20px;
}
#about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.about-content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .about-content {
    padding: 25px;
  }
}
.about-content .about-top-bar {
  text-align: center;
}
.about-content .about-top-bar li {
  margin-right: 30px;
}
.about-content .about-top-bar li a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .about-content .about-top-bar li {
    margin-right: 15px;
    font-size: 16px;
  }
}
.about-content .about-section {
  margin-top: 60px;
  margin-bottom: 140px;
}
.about-content .about-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  font-size: 24px;
}
.about-content .about-section p {
  color: #555;
}
.about-content .about-section .about-divider {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
  width: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-content .about-section {
    margin-bottom: 60px;
  }
}
.about-content .about-area,
.about-content .jobs-area,
.about-content .contact-area {
  max-width: 600px !important;
  margin-left: auto;
  margin-right: auto;
}
.about-content .about-area {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about-content .about-area {
    margin-top: 50px;
  }
}
.about-content .team-pics-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.about-content .team-pics-area .team-pic-block {
  margin-bottom: 60px;
  text-align: center;
  width: 215px;
}
.about-content .team-pics-area .team-pic-block p {
  line-height: 20px;
  margin-top: 10px !important;
}
.about-content .team-pics-area .team-pic-block .team-name {
  color: #85259c;
  font-size: 17.6px;
}
.about-content .team-pics-area .team-pic-block .team-position {
  font-size: 14px;
}
.about-content .team-pics-area .team-pic-block .team-pic-img {
  height: 180px;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.about-content .team-pics-area .team-pic-block img {
  height: 180px;
  width: 180px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-content .team-pics-area .team-pic-block {
    margin-bottom: 30px;
    width: 50%;
  }
  .about-content .team-pics-area .team-pic-block .team-pic-img {
    height: 140px;
    width: 140px;
  }
  .about-content .team-pics-area .team-pic-block img {
    height: 140px;
    width: 140px;
  }
}
.about-content .jobs-area {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .about-content .jobs-area {
    margin-top: -30px;
  }
}
.about-content .jobs-area h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 40px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}
.about-content .jobs-area .job-position {
  margin-top: 20px;
  background-color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
.about-content .jobs-area .job-title p {
  margin-bottom: 0 !important;
  font-size: 16px;
  color: #85259c;
}
.about-content .jobs-area .job-description {
  margin-top: 10px;
}
.about-content .jobs-area .job-description p,
.about-content .jobs-area .job-description ul {
  font-size: 14px;
  color: #555;
}
.about-content .contact-area {
  margin-bottom: 30px;
}
.about-content .contact-area .contact-action-area {
  margin-top: 40px;
  text-align: center;
}
.about-content .contact-area .contact-action-area h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.about-content .contact-area .contact-office-area {
  margin-top: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}
.about-content .contact-area .contact-office-area img {
  width: 300px;
}
.about-content .contact-area .contact-office-area .contact-address-details h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px !important;
}
.about-content .contact-area .contact-office-area .contact-address-details p {
  font-size: 14px;
  color: #555;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  .about-content .contact-area .contact-office-area {
    width: 100%;
  }
  .about-content .contact-area .contact-office-area img {
    width: 100%;
  }
  .about-content .contact-area .contact-button a {
    width: 100%;
  }
}
.about-content .contact-logo {
  text-align: center;
}
.about-content .contact-logo img {
  width: 100px;
}
#terms {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#terms h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  font-size: 24px;
}
#terms .terms-divider {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #333;
  width: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
}
#terms dt,
#terms dd {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #terms {
    padding: 25px;
    margin-top: 20px;
  }
}
#get-started {
  padding-bottom: 100px;
  background-color: #eee;
}
#get-started #JotFormIFrame {
  min-height: 400px !important;
}
@media screen and (max-width: 767px) {
  #get-started {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #get-started iframe {
    height: auto !important;
  }
}
.calendar.popup {
  top: 1120px !important;
  left: 42% !important;
  margin-left: -130px !important;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
}
.calendar.popup td,
.calendar.popup th {
  width: 35px;
  height: 30px;
  text-align: center;
}
.calendar.popup td {
  color: #777;
  cursor: pointer;
}
.calendar.popup td:hover {
  background-color: #85259c;
  color: #fff !important;
}
.calendar.popup .title {
  color: #555;
  font-weight: 600;
}
.calendar.popup .selected {
  color: #85259c !important;
  background-color: #f5f4f6;
}
@media screen and (max-width: 767px) {
  .calendar.popup {
    left: 50% !important;
  }
}
#concierge-submitted {
  padding-top: 60px;
}
#concierge-submitted h1 {
  font-weight: 300;
  text-transform: uppercase;
}
#concierge-submitted h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px !important;
  margin-bottom: 80px;
  line-height: 30px;
}
#concierge-submitted .concierge-thanks-container {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#concierge-submitted .concierge-submitted-image {
  max-width: 600px;
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-image: url("//web-archive.nli.org.il/National_Library/20170827070107oe_///res.cloudinary.com/dbwijvnzn/image/upload/a_exif,c_fill,g_center,q_90,w_768,f_auto/v1456429478/upgmymarpgnq3qjf272z.jpg");
  background-size: cover;
  background-position: center;
}
#concierge-submitted .thanks-dropdown {
  margin-top: -50px;
}
#concierge-submitted .thanks-dropdown button {
  margin-top: 0;
  background-color: #85259c;
  border-color: #85259c;
  color: #fff;
}
#concierge-submitted .thanks-dropdown .dropdown-menu {
  width: 100%;
}
#concierge-submitted .thanks-dropdown .dropdown-menu li {
  background-color: #fff;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#concierge-submitted .thanks-dropdown .dropdown-menu a {
  color: #333;
}
#concierge-submitted .thanks-dropdown .dropdown-menu a:hover {
  background-color: #f5f4f6;
}
@media screen and (max-width: 767px) {
  #concierge-submitted {
    padding-top: 0;
  }
  #concierge-submitted .concierge-thanks-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#concierge {
  background-color: #fff;
}
#concierge #cid_2 a {
  width: 100%;
}
#concierge #cid_2 a:hover {
  color: #fff !important;
}
#concierge #cid_2 .error-banner {
  margin-top: 20px;
}
#concierge .hero-img {
  width: 100%;
  height: 350px;
  margin-bottom: 40px;
  background-image: url("//web-archive.nli.org.il/National_Library/20170827070107oe_///s3.amazonaws.com/bookalokal-assets/landing/landing-table.jpg");
  background-size: cover;
}
#concierge .hero-header-box {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  padding: 20px 25px 20px;
  background-color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
}
#concierge .hero-header-box h1 {
  line-height: 40px;
  font-size: 35px !important;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}
#concierge .hero-header-box h4 {
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
}
#concierge .hero-header-box h4 .alternate-color {
  font-weight: 400px !important;
}
#concierge .concierge-form {
  width: 550px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
#concierge .concierge-form input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
}
@media screen and (max-width: 767px) {
  #concierge .concierge-form {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#concierge .form-all label {
  font-size: 14.700000000000001px;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: initial;
  margin-bottom: 5px;
}
#concierge .form-all .secondary-explanatory-text {
  color: #777;
  font-size: 14px;
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
#concierge .form-all .concierge-sublabel {
  margin-bottom: 10px;
}
#concierge .form-all .new-concierge-field {
  margin-bottom: 20px;
}
#concierge .form-all .new-concierge-list-column {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#concierge .form-all .new-concierge-list-item {
  margin-bottom: 15px;
}
#concierge .form-all .new-concierge-list-item label {
  position: relative;
  cursor: pointer !important;
}
#concierge .form-all .new-concierge-list-item label input {
  position: absolute;
  left: 5px;
  top: 2px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
#concierge .form-all .budget-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#concierge .form-all fieldset[disabled="disabled"] {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
#concierge .form-all fieldset[disabled="disabled"] label {
  cursor: default !important;
}
#concierge .form-all .concierge-location-area {
  padding: 20px;
  border: 1px solid #bfbfbf;
}
#concierge .form-all .concierge-location-area .secondary-explanatory-text {
  margin-top: -2px !important;
  margin-bottom: 20px !important;
}
#concierge .form-all .concierge-location {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#concierge .form-all .concierge-location .new-radio-label {
  display: inline-block;
  margin-top: 3px;
  cursor: pointer;
}
#concierge .form-all .concierge-location .concierge-location-item {
  position: relative;
  cursor: pointer !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#concierge .form-all .concierge-location .concierge-location-item:first-child {
  margin-right: 40px;
}
#concierge .form-all .concierge-location .concierge-location-item input {
  position: absolute;
  left: 7px;
  top: 2px;
  width: 20px;
  height: 20px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #concierge .form-all .concierge-location .new-radio {
    height: 28px;
    width: 28px;
  }
  #concierge .form-all .concierge-location .fa-circle {
    position: relative;
    top: 0px;
  }
}
#concierge .form-all .concierge-neighborhood-columns {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}
#concierge .form-all .concierge-neighborhood-columns h5 {
  margin-top: 20px !important;
}
#concierge .form-all .concierge-neighborhood-columns .form-checkbox-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 33%;
}
#concierge .form-all .concierge-neighborhood-columns .form-checkbox-item label {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #concierge .form-all .concierge-neighborhood-columns .form-checkbox-item {
    width: 50%;
  }
}
#concierge .form-all .concierge-ny {
  height: 600px;
}
@media screen and (max-width: 767px) {
  #concierge .form-all .concierge-ny {
    height: 920px;
  }
}
#concierge .form-all .concierge-dc {
  height: 300px;
}
#concierge .form-all .concierge-boston {
  height: 300px;
}
@media screen and (max-width: 767px) {
  #concierge .form-all .concierge-boston {
    height: 350px;
  }
}
#concierge .form-all ul {
  list-style-type: none;
}
#concierge .form-all h1 {
  font-size: 24px !important;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
#concierge .form-all #label_19,
#concierge .form-all #label_20 {
  display: none;
}
#concierge .form-all #cid_1.form-input-wide {
  text-align: center;
}
#concierge .form-all .form-required {
  display: none;
}
#concierge .form-all .form-error-message {
  margin-top: 5px;
  color: #e9434c;
}
#concierge .form-all .form-error-message img,
#concierge .form-all .form-error-message .form-error-arrow,
#concierge .form-all .form-error-message #label_19,
#concierge .form-all .form-error-message #label_20 {
  display: none;
}
#concierge .form-all #input_19,
#concierge .form-all #input_20 {
  width: 120px;
}
#concierge .form-all #cid_19,
#concierge .form-all #cid_20 {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#concierge .form-all .concierge-estimated-party {
  margin-top: 20px;
}
#concierge .form-all .label-block {
  display: block;
}
#concierge .form-all .form-sub-label {
  text-transform: capitalize;
  color: #777;
}
#concierge .form-all #cid_41 #day_41,
#concierge .form-all #cid_41 #month_41,
#concierge .form-all #cid_41 #year_41 {
  width: 100px;
}
#concierge .form-all #cid_41 div {
  display: inline-block;
  margin-right: 10px;
}
#concierge .form-all #cid_41 .form-error-message {
  display: block;
}
@media screen and (max-width: 320px) {
  #concierge .form-all #cid_41 #day_41,
  #concierge .form-all #cid_41 #month_41,
  #concierge .form-all #cid_41 #year_41 {
    width: 100%;
  }
  #concierge .form-all #cid_41 div.form-sub-label-container {
    margin: 0;
    width: 30%;
  }
  #concierge .form-all #cid_41 div.form-sub-label-container:first-child {
    margin-right: 10px;
  }
  #concierge .form-all #cid_41 div.form-sub-label-container:nth-of-type(3) {
    margin-left: 10px;
  }
}
#concierge .form-all .should-be-empty,
#concierge .form-all #input_41_pick {
  display: none;
}
#concierge .form-all .concierge-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#concierge .form-all .concierge-time .concierge-time-item {
  margin-bottom: 0;
}
#concierge .form-all .concierge-time .concierge-time-item select {
  width: 100px;
  margin-right: 10px;
}
#concierge .form-all .concierge-time .concierge-time-divider {
  width: 15px;
}
@media screen and (max-width: 320px) {
  #concierge .form-all .concierge-time #input_22_minuteSelect select,
  #concierge .form-all .concierge-time #input_22_hourSelect select {
    width: 100%;
  }
  #concierge .form-all .concierge-time #input_22_ampm {
    margin-top: 10px;
  }
}
#concierge .form-all #cid_3 div {
  display: inline-block;
  width: 200px;
}
#concierge .form-all #cid_3 div:first-child {
  margin-right: 15px;
}
#concierge .form-all #cid_3 .form-error-message {
  display: block;
}
@media screen and (max-width: 767px) {
  #concierge .form-all #cid_3 div {
    width: 100%;
  }
  #concierge .form-all #cid_3 div:first-child {
    margin-bottom: 15px;
  }
  #concierge .form-all #cid_3 .length-sm {
    width: 100%;
  }
}
#concierge .form-all #cid_13 div {
  display: inline-block;
  width: 200px;
}
#concierge .form-all #cid_13 div:first-child {
  margin-right: 15px;
  width: 120px;
}
#concierge .form-all #cid_13 .form-error-message {
  display: block;
}
#concierge .form-all #id_2 {
  margin-top: 40px;
}
#concierge .form-all #id_2 button {
  width: 100%;
}
#concierge .form-all .budgets input[type="checkbox"] {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#concierge .form-all .field-content {
  margin-left: 10px;
  width: 100%;
}
#concierge .form-all .label-help {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.user-account-container {
  background-color: #f5f4f6;
}
.user-account {
  padding: 40px 25px;
  min-height: 800px;
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f4f6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.user-account .user-account-section {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: #fff;
  border-top: 2px solid #85259c;
  padding: 20px 35px 40px;
  min-height: 400px;
}
.user-account .user-account-section .account-info {
  margin-top: 30px;
}
.user-account .email-preferences h2 {
  margin-bottom: 20px;
}
.user-account .email-preferences label {
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
}
.user-account .email-preferences input[type="checkbox"] {
  position: absolute;
  left: 7px;
  top: 2px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.user-account .add-card-form-buttons {
  margin-top: 30px;
}
.user-account .add-card-form-buttons button {
  margin-right: 15px;
  font-weight: 600;
}
.user-account .add-card-form-buttons a {
  position: relative;
  top: 3px;
  font-size: 12.8px;
  margin-right: 15px;
}
.user-account .add-card-form-buttons a:last-child .btn-link:hover {
  border: 1px solid #85259c;
}
.user-account .payment-methods .existing-payment-methods {
  margin-top: 30px;
}
.user-account .payment-methods .payment-method-add-card {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .user-account {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .user-account .user-account-section {
    padding: 0;
    padding-top: 25px;
    border-top: 0;
    background-color: inherit;
  }
  .user-account .user-account-section h2 {
    font-size: 20px;
  }
  .user-account .mobile-cards {
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
  }
  .user-account .mobile-cards .mobile-content {
    width: 100%;
  }
  .user-account .mobile-cards .mobile-card-name,
  .user-account .mobile-cards .mobile-card-number {
    display: inline-block;
    vertical-align: top;
  }
  .user-account .mobile-cards .mobile-card-name div:first-child {
    color: #000;
    margin-bottom: 5px;
  }
  .user-account .mobile-cards .mobile-card-name small {
    color: #777;
  }
  .user-account .mobile-cards .mobile-card-number {
    float: right;
  }
  .user-account .mobile-cards .mobile-button {
    margin-top: 10px;
  }
  .user-account .payment-method-add-card .btn-link {
    width: 100%;
    margin-top: 30px;
  }
}
#delete-card {
  padding: 60px 20px;
}
#delete-card .confirm {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#delete-card .confirm h2 {
  font-size: 28px;
  font-weight: 300;
  color: #000;
  line-height: 35px;
}
#delete-card .confirm .confirm-delete-buttons {
  margin-top: 30px;
}
#delete-card .confirm .confirm-delete-buttons .btn-primary {
  margin-right: 15px;
}
#delete-card .confirm .confirm-delete-buttons .btn-cancel:hover {
  border: 1px solid #85259c;
}
@media screen and (max-width: 767px) {
  #delete-card .confirm {
    width: auto;
  }
}
#request-preview .rpd-venue-terms {
  margin-bottom: 200px !important;
}
#respond-box button {
  margin-top: 12px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14.4px;
  text-transform: initial;
}
.request-preview-navbar {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 0;
  background-color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.request-preview-navbar .request-preview-logo {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.request-preview-navbar .request-preview-logo img {
  width: 140px;
}
.request-preview-navbar .request-preview-tagline {
  text-align: right;
  width: 100%;
}
.request-preview-navbar .request-preview-tagline h3 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 19.200000000000003px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .request-preview-navbar .request-preview-tagline {
    width: 150px;
    text-align: right;
  }
  .request-preview-navbar .request-preview-tagline h3 {
    font-size: 16px;
  }
}
@media print {
  .request-preview-navbar {
    display: none;
  }
}
.request-preview-summary-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.request-preview-summary-bar .request-preview-date-block {
  padding: 10px 30px;
  color: #fff;
  background-color: #85259c;
  text-align: center;
  font-weight: 600;
}
.request-preview-summary-bar .request-preview-date-block p {
  margin-bottom: 0;
  line-height: 20px;
}
.request-preview-summary-bar .request-preview-date-block .request-preview-date {
  font-size: 24px;
  letter-spacing: 2px;
}
.request-preview-summary-bar .request-preview-date-block .request-preview-day {
  line-height: 18px;
}
.request-preview-summary-bar .request-preview-date-block .request-preview-month,
.request-preview-summary-bar .request-preview-date-block .request-preview-event-day {
  font-size: 12.6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.request-preview-summary-bar .request-preview-info-block-mobile {
  display: none;
}
.request-preview-summary-bar .request-preview-info-block {
  background-color: #000;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.request-preview-summary-bar .request-preview-info-block ul {
  margin-bottom: 0;
}
.request-preview-summary-bar .request-preview-info-block li:nth-child(odd) {
  font-size: 14px;
  color: #999;
}
.request-preview-summary-bar .request-preview-info-block li:nth-child(even) {
  font-size: 16px;
  font-weight: 600;
  margin-right: 25px;
}
.request-preview-summary-bar .request-preview-info-block li div.status-label label {
  font-size: 14px;
}
@media print {
  .request-preview-summary-bar {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .request-preview-summary-bar li:nth-child(5),
  .request-preview-summary-bar li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .request-preview-summary-bar {
    clear: both;
    border-bottom: 1px solid #bfbfbf;
  }
  .request-preview-summary-bar .request-preview-date-block {
    padding: 10px 20px;
    color: #fff;
    background-color: #85259c;
    text-align: center;
    font-weight: 600;
  }
  .request-preview-summary-bar .request-preview-date-block p {
    margin-bottom: 0;
    line-height: 20px;
  }
  .request-preview-summary-bar .request-preview-date-block .request-preview-date {
    font-size: 19.200000000000003px;
    letter-spacing: 2px;
  }
  .request-preview-summary-bar .request-preview-date-block .request-preview-event-day {
    line-height: 16px;
  }
  .request-preview-summary-bar .request-preview-date-block .request-preview-month,
  .request-preview-summary-bar .request-preview-date-block .request-preview-event-day {
    font-size: 11.200000000000001px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .request-preview-summary-bar .request-preview-info-block {
    display: none;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile {
    background-color: #fff;
    color: #555;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile li:last-child {
    display: none;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-time-block p,
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-guest-block p {
    margin: 0;
    line-height: 18px;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-time-block p:first-child,
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-guest-block p:first-child {
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: 28px;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-time-block p:last-child,
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-guest-block p:last-child {
    font-size: 12.6px;
    color: #999;
    position: relative;
    top: 28px;
  }
}
@media screen and (max-width: 320px) {
  .request-preview-summary-bar .request-event-date-block {
    padding: 5px 15px !important;
  }
  .request-preview-summary-bar .request-event-date-block p {
    line-height: 17px !important;
  }
  .request-preview-summary-bar .request-event-date-block .request-event-date {
    font-size: 16.799999999999997px !important;
  }
  .request-preview-summary-bar .request-event-date-block .request-event-day {
    line-height: 14px !important;
  }
  .request-preview-summary-bar .request-event-date-block .request-event-month,
  .request-preview-summary-bar .request-event-date-block .request-event-day {
    font-size: 8.4px !important;
  }
  .request-preview-summary-bar .request-preview-info-block {
    display: none;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-time-block p,
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-guest-block p {
    margin: 0;
    position: inherit !important;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-time-block p:first-child,
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-guest-block p:first-child {
    font-size: 11.200000000000001px !important;
    margin-top: 24px !important;
    line-height: 10px !important;
  }
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-time-block p:last-child,
  .request-preview-summary-bar .request-preview-info-block-mobile .request-event-guest-block p:last-child {
    font-size: 9.799999999999999px !important;
  }
}
.request-preview-hero .request-preview-content {
  width: 100%;
  position: relative;
  cursor: default;
}
.request-preview-hero .request-preview-content .request-preview-img-container {
  width: 100%;
  height: 320px;
}
.request-preview-hero .request-preview-content .request-preview-img-container img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.request-preview-hero .request-preview-content .dashboard-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  width: 100%;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box {
  background-color: rgba(0,0,0,0.7);
  padding: 30px 50px;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul li {
  text-align: center;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3 {
  font-size: 31.5px;
  font-weight: 400;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3:first-child {
  margin-bottom: 20px !important;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3.print-header {
  display: none;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3.print-header span {
  display: none;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-label,
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-status,
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-for-venue,
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-for-guest {
  display: none;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h2 {
  padding-top: 20px !important;
  font-size: 31.5px;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h2 a {
  color: #fff;
}
.request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul p {
  margin-bottom: 0;
  font-size: 14px;
}
@media print {
  .request-preview-hero .request-preview-content img,
  .request-preview-hero .request-preview-content .request-preview-img-container {
    display: none;
  }
  .request-preview-hero .request-preview-content .dashboard-title {
    float: left;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box {
    padding: 0 55px;
    width: 100%;
    border-top: 0 !important;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul {
    display: inline-block;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul li {
    text-align: left;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3:first-child,
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3:last-child,
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h2:first-child {
    display: none;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h2 {
    display: none;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3.print-header {
    display: inline;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3.print-header span {
    display: inline;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul p {
    display: none;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-label,
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-status {
    display: inline;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h4.print-for-venue {
    font-size: 21.6px;
    font-weight: 400;
    display: block !important;
    margin-top: -3px !important;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h4.print-for-guest {
    font-size: 24px;
    font-weight: 600;
    display: block !important;
    margin-top: -3px !important;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-status {
    margin-left: 15px;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul .print-status label {
    position: relative;
    top: -5px;
    padding: 5px;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box div.request-preview-status-label {
    display: inline-block;
    float: right;
    margin-top: 9px;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box div.request-preview-status-label label {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 767px) {
  .request-preview-hero .request-preview-content .request-preview-img-container {
    height: 220px;
  }
  .request-preview-hero .request-preview-content .request-preview-img-container img {
    height: 220px !important;
  }
  .request-preview-hero .request-preview-content .dashboard-title {
    position: absolute;
    bottom: 0;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box {
    padding: 15px 25px;
    width: 100%;
    border-top: 0 !important;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul {
    display: inline-block;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul li {
    text-align: left;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3:first-child,
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h2:first-child {
    display: none;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h3.print-header {
    display: none;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul h2 {
    font-size: 14px;
    padding-top: 7px !important;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box ul p {
    display: none;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box div.request-preview-status-label {
    display: inline-block;
    float: right;
    margin-top: 9px;
  }
  .request-preview-hero .request-preview-content .dashboard-title .request-preview-title-box div.request-preview-status-label label {
    font-size: 12.6px;
  }
}
@media screen and (max-width: 320px) {
  .request-preview-hero div.request-preview-status-label {
    display: block;
    float: none !important;
  }
  .request-preview-hero div.request-preview-status-label label {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .request-preview-hero .dashboard-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
  }
  .request-preview-hero .dashboard-title h3:last-child,
  .request-preview-hero .dashboard-title h2:last-child {
    display: none;
  }
  .request-preview-hero .dashboard-title .request-preview-status-label {
    display: none;
  }
}
.guest-accept-button .guest-accept-help {
  margin-top: 10px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .guest-accept-button .guest-accept-help {
    margin-top: 10px;
    width: 100%;
  }
}
.payment-back-arrow {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 30px;
}
#payment-page {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #payment-page {
    padding: 25px;
    margin-bottom: 60px;
  }
}
#payment-page .payment-content {
  width: 100%;
  margin-right: 25px;
  padding: 0px 30px 80px;
  background: #fff;
}
#payment-page .payment-content .braintree-badge {
  display: inline-block;
  float: right;
}
#payment-page .payment-content .braintree-badge img {
  width: 200px;
  border: 0;
}
@media screen and (max-width: 320px) {
  #payment-page .payment-content .braintree-badge {
    float: inherit;
    margin-top: 5px;
  }
  #payment-page .payment-content .braintree-badge img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #payment-page .payment-content .braintree-badge img {
    width: 130px;
  }
}
#payment-page .payment-content h3 {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  #payment-page .payment-content {
    padding: 0;
    margin: 0;
    background-color: inherit;
    border-top: none;
  }
}
#payment-page .payment-details {
  margin-top: 50px;
}
#payment-page .payment-details h3 {
  margin-top: 0 !important;
  display: inline-block;
}
#payment-page .payment-details .payment-subheaders {
  margin-top: 20px;
}
#payment-page .payment-details .payment-subheaders label {
  display: block;
  text-transform: inherit;
  font-size: 16px;
  font-weight: 600;
}
#payment-page .payment-details .payment-subheaders p.small {
  display: inline-block;
}
#payment-page .payment-details .payment-action-buttons {
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
#payment-page .payment-details .payment-action-buttons a {
  font-size: 11.200000000000001px !important;
  font-weight: 400;
}
#payment-page .payment-sidebar {
  min-width: 380px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #payment-page .payment-sidebar {
    display: none;
  }
}
.payment-breakout h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.payment-breakout p {
  color: $font;
}
@media screen and (max-width: 767px) {
  .payment-breakout h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
.payment-line-items {
  margin-top: 30px;
  margin-bottom: 10px;
}
.payment-line-items ul {
  list-style-type: none;
  padding-left: 0;
}
.payment-line-items li {
  font-size: 14.4px;
  line-height: 28px;
}
.payment-line-items li:last-child {
  margin-top: 15px;
  border-top: 1px solid #f5f4f6;
  padding-top: 10px;
  color: #333;
  text-transform: uppercase;
}
.payment-line-items table tr td {
  padding: 5px 0;
  border: 0;
  font-size: 14.4px;
}
.payment-line-items table tr td:first-child {
  color: #222;
}
.payment-line-items table tr td:last-child {
  text-align: right;
}
.payment-line-items table tr:last-child td:first-child {
  text-transform: uppercase;
}
.payment-line-items table tr:last-child td {
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
  font-weight: 600;
}
.payment-line-items table .indented-labels td {
  color: #777 !important;
}
.payment-line-items table .indented-labels td:first-child {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .payment-line-items table .indented-labels td:first-child {
    padding-left: 10px;
  }
}
.payment-line-items table .spacing-label td {
  padding-bottom: 15px;
}
.payment-line-items table .pre-tax-label {
  border-top: 1px solid #bfbfbf;
}
.payment-line-items table .pre-tax-label td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.payment-line-items table .payment-gratuity td {
  padding-bottom: 15px;
}
.payment-line-items table .payment-gratuity .btn-link {
  text-transform: capitalize !important;
  font-weight: 400;
  color: #85259c;
  margin: 0;
  padding: 0;
  padding-left: 5px;
}
.payment-line-items table .payment-gratuity .btn-success {
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
  top: -1px;
}
.payment-line-items table .payment-gratuity input {
  width: 80px;
  margin-left: 10px;
}
.payment-line-items table .payment-gratuity .gratuity-formatting {
  display: none;
}
@media screen and (max-width: 767px) {
  .payment-line-items table .payment-gratuity .gratuity-formatting {
    display: block;
  }
  .payment-line-items table .payment-gratuity input {
    margin-top: 5px;
    margin-left: 0;
  }
}
.payment-schedule {
  border: 1px solid #999;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.payment-schedule h5 {
  text-transform: uppercase;
}
.payment-schedule p {
  margin-bottom: 0 !important;
}
.payment-schedule .payment-schedule-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}
.payment-schedule .payment-deposit {
  color: #06958a;
}
.payment-schedule .payment-balance {
  color: #555;
}
.payment-schedule .payment-schedule-label {
  width: 70%;
  text-align: left;
  font-weight: 600;
}
.payment-schedule .payment-schedule-amount {
  width: 30%;
  text-align: right;
  font-weight: 600;
}
.payment-schedule .payment-schedule-description {
  width: 100%;
  text-align: left;
}
.stored-card-items {
  display: block;
  border: 1px solid #bfbfbf;
  width: 350px;
  padding: 5px 10px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.stored-card-items .credit-card-position {
  display: inline-block;
  width: 50px;
  height: 28px;
  position: relative;
  top: 12px;
}
.stored-card-items p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  top: 2px;
  width: 220px;
  text-transform: lowercase;
}
.stored-card-items p span {
  text-transform: capitalize;
}
.stored-card-items input[type="radio"] {
  -webkit-appearance: radio;
  position: absolute;
  top: 18px;
  left: 15px;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.stored-card-items .new-radio {
  display: inline-block;
}
.stored-card-items .new-radio .fa-circle {
  left: 4px;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .stored-card-items .new-radio {
    position: relative;
    top: 2px;
    width: 22px;
    height: 22px;
  }
  .stored-card-items .new-radio .fa-circle {
    left: 3px;
    top: 1px;
  }
}
.stored-cards input,
.stored-cards p {
  display: inline-block;
}
.stored-cards input {
  margin-right: 5px;
}
.stored-cards label:first-child {
  margin-top: 30px;
  margin-bottom: 20px;
}
.stored-cards .payment-disclaimer {
  margin-top: 50px;
  color: #777;
  font-size: 14.4px;
}
.stored-cards .stored-add-card {
  margin-top: 10px;
}
.stored-cards .stored-pay-button {
  margin-top: 30px;
  text-align: center;
}
.stored-cards .stored-pay-button button {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .stored-cards .stored-pay-button {
    margin-top: 40px;
  }
  .stored-cards .stored-pay-button button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.stored-cards .card-select {
  background-color: #f5f4f6;
}
.position-number {
  position: absolute;
  right: 30px;
  top: -3px;
  width: 46px;
}
.position-instructions {
  position: relative;
  top: 5px;
  left: 10px;
}
.position-stored {
  position: absolute;
}
.cc {
  display: inline-block;
}
.cc div {
  width: auto;
  background: url("https://web-archive.nli.org.il/National_Library/20170827070107oe_/https://s3.amazonaws.com/bookalokal-assets/sprites/cc-sprite.png");
}
.cc .visa {
  background-position: 0px 0px;
  width: 66px;
  height: 40px;
}
.cc .master-card {
  background-position: -70px 0px;
  top: -39px;
  width: 66px;
  height: 40px;
}
.cc .discover {
  background-position: -140px 0px;
  top: -78px;
  width: 66px;
  height: 40px;
}
.cc .american-express {
  background-position: -210px 0px;
  top: -118px;
  width: 66px;
  height: 40px;
}
.cc .inactive-cc {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.cc .all {
  background-position: 0 0;
  height: 40px;
}
.cc .size-instructions {
  width: 280px;
  zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
}
.cc .size-number {
  zoom: 0.7;
  -moz-transform: scale(0.7);
  -moz-transform-origin: 0 0;
}
.cc .size-stored {
  zoom: 0.6;
  -moz-transform: scale(0.6);
  -moz-transform-origin: 0 0;
  top: 1px !important;
  left: 5px;
}
#payment label {
  display: block;
  margin-top: 20px;
}
#payment #payment-form > new-cc-form > div {
  margin: 0;
}
#payment #payment-form > new-cc-form > div label {
  margin-bottom: 3px;
}
#payment #cardholder-name {
  width: 300px;
  font-size: 12.6px;
}
#payment #card-number,
#payment #cvv,
#payment #expiration-date {
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 300px;
  display: inline-block;
  overflow: hidden;
}
select#payment #card-number,
select#payment #cvv,
select#payment #expiration-date {
  height: 36px;
  line-height: 36px;
}
textarea#payment #card-number,
textarea#payment #cvv,
textarea#payment #expiration-date,
select[multiple]#payment #card-number,
select[multiple]#payment #cvv,
select[multiple]#payment #expiration-date {
  height: auto;
}
#payment #card-number .fa-lock,
#payment #cvv .fa-lock,
#payment #expiration-date .fa-lock {
  position: absolute;
  right: 0;
  top: 3px;
  color: #777;
}
@media screen and (max-width: 767px) {
  #payment #card-number,
  #payment #cvv,
  #payment #expiration-date {
    width: 100%;
  }
}
#payment #cvv,
#payment #expiration-date {
  width: 150px;
}
#payment .payment-outline {
  outline: 1px solid #85259c !important;
}
#payment .remember-card {
  position: relative;
}
#payment .remember-card label {
  display: inline-block;
  text-transform: inherit !important;
}
#payment .remember-card input {
  position: absolute;
  display: none;
}
@media screen and (max-width: 767px) {
  #payment .remember-card label {
    font-size: 14.4px !important;
    text-transform: capitalize !important;
  }
}
#payment .payment-disclaimer {
  margin-top: 25px;
  margin-bottom: 35px;
  color: #777;
  font-size: 14.4px;
}
#payment .new-card-pay-button {
  text-align: center;
}
#payment .new-card-pay-button button {
  width: 400px;
}
@media screen and (max-width: 767px) {
  #payment .new-card-pay-button {
    margin-top: 40px;
  }
  #payment .new-card-pay-button button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.payment-event-image {
  width: 100%;
  position: relative;
  float: left;
}
.payment-event-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.3);
}
.payment-event-image img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.payment-event-description {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 2px 3px 2px #000;
}
.payment-event-description h3 {
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.payment-event-description p:last-child {
  font-size: 12.6px;
}
.payment-event-summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.payment-event-date-block {
  padding: 10px 20px;
  color: #fff;
  background-color: #06958a;
  text-align: center;
  font-weight: 600;
}
.payment-event-date-block p {
  margin-bottom: 0;
  line-height: 20px;
}
.payment-event-date-block .payment-event-date {
  font-size: 21.6px;
  letter-spacing: 2px;
}
.payment-event-date-block .payment-event-day {
  line-height: 16px;
}
.payment-event-date-block .payment-event-month,
.payment-event-date-block .payment-event-day {
  font-size: 11.200000000000001px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.payment-event-info-block {
  background-color: #000;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.payment-event-info-block .payment-event-time-block p,
.payment-event-info-block .payment-event-guest-block p {
  margin: 0;
  line-height: 18px;
}
.payment-event-info-block .payment-event-time-block p:first-child,
.payment-event-info-block .payment-event-guest-block p:first-child {
  margin-top: 28px !important;
  font-weight: 600;
  font-size: 14px;
}
.payment-event-info-block .payment-event-time-block p:last-child,
.payment-event-info-block .payment-event-guest-block p:last-child {
  font-size: 12.6px;
  color: $gray-ligh;
}
.payment-event-details {
  border: 1px solid #bfbfbf;
  padding: 25px;
}
.payment-event-details ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.payment-event-details table {
  margin: 0;
}
.payment-event-details table td {
  border: 0 !important;
  padding-left: 0 !important;
  font-size: 14.4px;
}
.payment-event-details table td:first-child {
  color: #777;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.payment-event-details table td:first-child i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 19.2px;
  color: #777;
}
.payment-event-contact {
  background-color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.payment-event-contact h5 {
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.payment-event-contact h6 {
  font-size: 14.4px;
  margin-bottom: 8px;
}
.payment-event-contact p {
  font-size: 12.6px;
  margin-bottom: 5px;
}
.payment-event-contact i {
  width: 12px;
  text-align: center;
  color: #777;
}
.payment-venue-contact {
  margin-right: 4%;
}
.payment-venue-contact,
.payment-sixplus-contact {
  width: 48%;
}
#payment-confirmation {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 40px 25px 80px;
  background: #fff;
  border-top: 2px solid #85259c;
  font-size: 14.4px;
}
@media print {
  #payment-confirmation {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #payment-confirmation {
    background-color: inherit;
    border-top: 0;
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
#payment-confirmation .payment-thank-you h3 {
  font-size: 26.400000000000002px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#payment-confirmation .payment-thank-you p {
  color: #777;
  margin-bottom: 15px;
  font-size: 14.4px;
}
#payment-confirmation .payment-thank-you p span {
  color: #85259c;
}
@media screen and (max-width: 767px) {
  #payment-confirmation .payment-thank-you h3 {
    font-size: 21.6px;
  }
}
@media print {
  #payment-confirmation .payment-thank-you p {
    display: none;
  }
}
#payment-confirmation .payment-confirmation-actions {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#payment-confirmation .payment-confirmation-actions p:first-child {
  margin-right: 40px;
}
#payment-confirmation .payment-confirmation-actions p:nth-child(2) {
  margin-right: 40px;
}
@media print {
  #payment-confirmation .payment-confirmation-actions {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #payment-confirmation .payment-confirmation-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #payment-confirmation .payment-confirmation-actions p {
    display: block;
  }
  #payment-confirmation .payment-confirmation-actions p:first-child {
    margin-right: 0px;
    margin-top: -24px !important;
    margin-bottom: 0;
  }
  #payment-confirmation .payment-confirmation-actions p:nth-child(2) {
    margin-right: 0;
  }
  #payment-confirmation .payment-confirmation-actions p:nth-child(3) {
    margin-right: 0;
    margin-top: 11px !important;
  }
  #payment-confirmation .payment-confirmation-actions i {
    display: block;
    margin-bottom: 15px;
  }
  #payment-confirmation .payment-confirmation-actions .icon-dj {
    position: relative;
    top: 15px;
  }
  #payment-confirmation .payment-confirmation-actions button {
    padding-top: 0 !important;
  }
}
#payment-confirmation .payment-confirmation-actions p {
  display: inline-block;
  cursor: pointer;
}
#payment-confirmation .payment-confirmation-actions p i {
  font-size: 28px;
  color: #555;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
#payment-confirmation .payment-confirmation-actions p .fa {
  font-size: 28px;
  color: #999;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
#payment-confirmation .payment-confirmation-actions button {
  color: #85259c;
  text-transform: capitalize;
  padding-left: 0;
  font-weight: 400;
}
.payment-newsletter {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 30px;
  padding: 15px 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.payment-newsletter .payment-newsletter-button {
  margin-right: 10px;
}
.payment-newsletter .payment-newsletter-cta {
  line-height: 20px;
  color: #777;
}
@media print {
  .payment-newsletter {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .payment-newsletter {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .payment-newsletter .payment-newsletter-button button {
    padding: 8px 10px;
    font-size: 11.200000000000001px;
  }
  .payment-newsletter .payment-newsletter-cta {
    font-size: 14px;
    margin-left: 10px;
    line-height: 18px;
  }
}
.payment-confirmation-summary {
  margin-top: 40px;
}
.payment-confirmation-summary h3 {
  font-size: 19.200000000000003px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
}
.payment-confirmation-summary > h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #777;
}
.payment-confirmation-summary > p {
  color: #777;
  margin-bottom: 5px;
}
.payment-confirmation-summary > p span {
  color: #06958a;
}
@media screen and (max-width: 767px) {
  .payment-confirmation-summary > h5 {
    font-size: 14px;
  }
}
.payment-confirmation-contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.payment-confirmation-contact p {
  color: #777;
  margin-bottom: 5px;
  line-height: 18px;
}
.payment-confirmation-contact .payment-confirmation-item {
  width: 33%;
  margin-top: 30px;
}
.payment-confirmation-contact .payment-confirmation-item .payment-confirmation-label,
.payment-confirmation-contact .payment-confirmation-item .event-request-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.payment-confirmation-contact .payment-confirmation-item .payment-confirmation-address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.payment-confirmation-contact .payment-confirmation-item h6 {
  margin-top: 15px !important;
  color: #777 !important;
}
.payment-confirmation-contact .payment-confirmation-item h5 {
  font-size: 14.4px;
  color: #555;
  margin-bottom: 7px !important;
}
.payment-confirmation-contact .payment-confirmation-item i {
  width: 20px;
  text-align: center;
}
.payment-confirmation-contact .payment-confirmation-item p {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .payment-confirmation-contact {
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .payment-confirmation-contact .payment-confirmation-item {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .payment-confirmation-contact .payment-confirmation-item:first-child {
    margin-top: 25px;
  }
  .payment-confirmation-contact .payment-confirmation-item:last-child {
    margin-bottom: 0;
  }
}
.payment-confirmation-breakout {
  margin-top: 40px;
}
.payment-confirmation-breakout > table thead {
  border-top: 1px solid #bfbfbf;
}
.payment-confirmation-breakout > table th {
  font-weight: 400;
  color: #777;
  font-size: 14px;
}
.payment-confirmation-breakout > table th:first-child {
  padding-left: 0;
}
.payment-confirmation-breakout > table th:last-child {
  text-align: right;
  padding-right: 0;
}
.payment-confirmation-breakout > table th:nth-child(3) {
  text-align: right;
}
.payment-confirmation-breakout > table tr td {
  font-size: 14.4px;
}
.payment-confirmation-breakout > table tr td:first-child {
  padding-left: 0;
}
.payment-confirmation-breakout > table tr td:last-child {
  text-align: right;
  padding-right: 0;
}
.payment-confirmation-breakout > table tr td:nth-child(3) {
  text-align: right;
}
.payment-confirmation-breakout > table tbody {
  border-bottom: 1px solid #bfbfbf;
}
.payment-confirmation-breakout .payment-line-items table {
  width: 400px;
  float: right;
}
@media screen and (max-width: 767px) {
  .payment-confirmation-breakout .payment-line-items table {
    width: 100%;
    float: inherit;
  }
}
.payment-confirmation-breakout .payment-spacer {
  width: 350px;
}
.payment-confirmation-breakout .payment-line-labels {
  width: 300px;
}
.payment-confirmation-breakout .payment-line-totals {
  width: 150px;
}
.payment-confirmation-breakout .cost-breakdown-label h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding-left: 45px;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .payment-confirmation-breakout .cost-breakdown-label h5 {
    padding-left: 0;
    text-align: left;
  }
}
.payment-snapshot {
  margin-top: 25px !important;
  padding-top: 0 !important;
}
@media print {
  .payment-snapshot {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.payment-snapshot .payment-confirmation-breakout {
  width: 100%;
}
.payment-snapshot .payment-snapshot-paid {
  width: 100%;
  clear: both;
  color: #06958a;
  font-weight: 600;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.payment-snapshot .payment-snapshot-paid p {
  width: 238px;
}
.payment-snapshot .payment-snapshot-paid p:first-child {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .payment-snapshot .payment-snapshot-paid {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .payment-snapshot .payment-snapshot-paid p {
    width: 100%;
  }
  .payment-snapshot .payment-snapshot-paid p:first-child {
    text-align: left;
  }
}
.payment-snapshot .payment-summary-breakout {
  width: 100%;
  margin-top: 40px;
  clear: both;
}
.payment-snapshot .payment-summary-breakout > table thead {
  border-top: 1px solid #bfbfbf;
}
.payment-snapshot .payment-summary-breakout > table th {
  font-weight: 400;
  color: #777;
  font-size: 14px;
}
.payment-snapshot .payment-summary-breakout > table th:first-child {
  padding-left: 0;
}
.payment-snapshot .payment-summary-breakout > table th:last-child {
  padding-right: 0;
}
.payment-snapshot .payment-summary-breakout > table tr td {
  font-size: 14.4px;
}
.payment-snapshot .payment-summary-breakout > table tr td:first-child {
  padding-left: 0;
}
.payment-snapshot .payment-summary-breakout > table tr td:last-child {
  padding-right: 0;
}
.payment-snapshot .payment-summary-breakout .payment-summary-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .payment-snapshot .payment-confirmation-summary {
    margin-top: 20px !important;
  }
}
.payment-snapshot .payment-confirmation-container {
  display: inline-block;
}
.payment-snapshot .payment-confirmation-container > p {
  color: #777;
  margin-bottom: 5px;
}
.payment-snapshot .payment-confirmation-container > p span {
  color: #06958a;
}
.payment-snapshot .payment-confirmation-container h5 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.payment-snapshot .payment-summary-print {
  display: inline-block;
  float: right;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .payment-snapshot .payment-summary-print {
    float: inherit;
    display: block;
  }
}
@media print {
  .payment-snapshot .payment-summary-print {
    display: none;
  }
}
.payment-receipt-back-arrow {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .payment-receipt-back-arrow {
    margin-left: 25px;
  }
}
@media print {
  .payment-receipt-back-arrow {
    display: none;
  }
}
.section-back-arrow span {
  text-transform: uppercase;
  font-size: 14px;
}
.section-back-arrow .back-bar {
  display: inline-block;
  background-color: #85259c;
  color: #fff;
  padding: 2px 7px;
  margin-right: 5px;
}
.section-back-arrow .back-bar i {
  margin: 0;
}
.tooltip {
  max-width: none;
  width: 500px;
  z-index: 10001;
  position: fixed;
}
.tooltip .tooltip-inner {
  overflow-y: auto;
  height: auto;
  padding: 15px !important;
}
.tooltip .fa-circle {
  float: left;
  font-size: 9px;
}
.tooltip .tooltip-error-message {
  border: 0.2px #000;
  margin-left: 5px;
  text-align: left !important;
  position: relative;
  top: -5px;
}
@charset "UTF-8";
@font-face {
  font-family: "noun-icons";
  src: url("https://web-archive.nli.org.il/National_Library/20170827070107oe_/https://s3.amazonaws.com/bookalokal-assets/fonts/noun-icons.eot");
  src: url("https://web-archive.nli.org.il/National_Library/20170827070107oe_/https://s3.amazonaws.com/bookalokal-assets/fonts/noun-icons.eot?#iefix") format("embedded-opentype"), url("https://web-archive.nli.org.il/National_Library/20170827070107oe_/https://s3.amazonaws.com/bookalokal-assets/fonts/noun-icons.woff") format("woff"), url("https://web-archive.nli.org.il/National_Library/20170827070107oe_/https://s3.amazonaws.com/bookalokal-assets/fonts/noun-icons.ttf") format("truetype"), url("https://web-archive.nli.org.il/National_Library/20170827070107oe_/https://s3.amazonaws.com/bookalokal-assets/fonts/noun-icons.svg#noun-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "noun-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "noun-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-circle-thin:before {
  content: "\61";
}
.icon-add-thin:before {
  content: "\62";
}
.icon-arrow-down:before {
  content: "\63";
}
.icon-arrow-down-flat:before {
  content: "\64";
}
.icon-arrow-left:before {
  content: "\65";
}
.icon-arrow-left-circle-fancy:before {
  content: "\66";
}
.icon-arrow-right:before {
  content: "\67";
}
.icon-arrow-right-circle-fancy:before {
  content: "\68";
}
.icon-arrow-up:before {
  content: "\69";
}
.icon-avatar:before {
  content: "\6a";
}
.icon-bag:before {
  content: "\6b";
}
.icon-bag2:before {
  content: "\6c";
}
.icon-bar:before {
  content: "\6d";
}
.icon-cheers:before {
  content: "\6e";
}
.icon-check-thin:before {
  content: "\6f";
}
.icon-check-circle-thin:before {
  content: "\70";
}
.icon-check-circle-fill:before {
  content: "\71";
}
.icon-camera:before {
  content: "\72";
}
.icon-calendar-add:before {
  content: "\73";
}
.icon-calendar:before {
  content: "\74";
}
.icon-cake2:before {
  content: "\75";
}
.icon-cake:before {
  content: "\76";
}
.icon-buffet:before {
  content: "\77";
}
.icon-bride:before {
  content: "\78";
}
.icon-bottles:before {
  content: "\79";
}
.icon-board-meeting2:before {
  content: "\7a";
}
.icon-cleaver:before {
  content: "\41";
}
.icon-clock-thin:before {
  content: "\42";
}
.icon-close-circle-thin:before {
  content: "\43";
}
.icon-close-thin:before {
  content: "\44";
}
.icon-clothes-hanger:before {
  content: "\45";
}
.icon-clothes-hanger-thin:before {
  content: "\46";
}
.icon-cocktail:before {
  content: "\47";
}
.icon-coin:before {
  content: "\48";
}
.icon-corkscrew:before {
  content: "\49";
}
.icon-cutlery:before {
  content: "\4a";
}
.icon-cutlery2:before {
  content: "\4b";
}
.icon-dj:before {
  content: "\4c";
}
.icon-download:before {
  content: "\4d";
}
.icon-eye:before {
  content: "\4e";
}
.icon-eye2:before {
  content: "\4f";
}
.icon-feedback:before {
  content: "\50";
}
.icon-feedback2:before {
  content: "\51";
}
.icon-film:before {
  content: "\52";
}
.icon-fireplace:before {
  content: "\53";
}
.icon-flame:before {
  content: "\54";
}
.icon-games:before {
  content: "\55";
}
.icon-handicapped:before {
  content: "\56";
}
.icon-headphones-thin:before {
  content: "\57";
}
.icon-heart:before {
  content: "\58";
}
.icon-heart2:before {
  content: "\59";
}
.icon-info-circle-thin:before {
  content: "\5a";
}
.icon-interactive:before {
  content: "\30";
}
.icon-landscape:before {
  content: "\31";
}
.icon-landscape2:before {
  content: "\32";
}
.icon-arrow-right-circle-thin:before {
  content: "\33";
}
.icon-less-circle-thin:before {
  content: "\34";
}
.icon-letter:before {
  content: "\35";
}
.icon-location:before {
  content: "\36";
}
.icon-lock-open-thin:before {
  content: "\37";
}
.icon-lock-thin:before {
  content: "\38";
}
.icon-map:before {
  content: "\39";
}
.icon-map2:before {
  content: "\21";
}
.icon-microphone:before {
  content: "\22";
}
.icon-more-circle-thin:before {
  content: "\23";
}
.icon-music:before {
  content: "\24";
}
.icon-no-wifi:before {
  content: "\25";
}
.icon-outside:before {
  content: "\26";
}
.icon-parking:before {
  content: "\27";
}
.icon-party:before {
  content: "\28";
}
.icon-party2:before {
  content: "\29";
}
.icon-piano:before {
  content: "\2a";
}
.icon-plated-fancy:before {
  content: "\2b";
}
.icon-presentation-thin:before {
  content: "\2c";
}
.icon-puzzle:before {
  content: "\2d";
}
.icon-question-thin:before {
  content: "\2e";
}
.icon-reload-thin:before {
  content: "\2f";
}
.icon-arrow-left-circle-thin:before {
  content: "\3a";
}
.icon-rubber-duck:before {
  content: "\3b";
}
.icon-rubber-duck2:before {
  content: "\3c";
}
.icon-rubber-duck3:before {
  content: "\3d";
}
.icon-seated:before {
  content: "\3e";
}
.icon-settings:before {
  content: "\3f";
}
.icon-settings2:before {
  content: "\40";
}
.icon-stage:before {
  content: "\5b";
}
.icon-standing2:before {
  content: "\5d";
}
.icon-standing3:before {
  content: "\5e";
}
.icon-star:before {
  content: "\5f";
}
.icon-stool:before {
  content: "\60";
}
.icon-table:before {
  content: "\7b";
}
.icon-tag-thin:before {
  content: "\7c";
}
.icon-thermostat:before {
  content: "\7d";
}
.icon-toast:before {
  content: "\7e";
}
.icon-upload:before {
  content: "\5c";
}
.icon-warning-circle-thin:before {
  content: "\e000";
}
.icon-wifi:before {
  content: "\e001";
}
.icon-wine:before {
  content: "\e002";
}
.icon-wine-cellar:before {
  content: "\e003";
}
.icon-edit:before {
  content: "\e004";
}
.icon-board-meeting:before {
  content: "\e005";
}
.icon-team-building:before {
  content: "\e006";
}
.icon-champagne:before {
  content: "\e007";
}
.icon-podium:before {
  content: "\e008";
}
.icon-bride2:before {
  content: "\e009";
}
.icon-dessert:before {
  content: "\e00a";
}
.icon-tent:before {
  content: "\e00b";
}
.icon-window:before {
  content: "\e00c";
}
.icon-switch:before {
  content: "\e00d";
}
.icon-entrance:before {
  content: "\e00e";
}
.icon-bottle:before {
  content: "\e00f";
}
.icon-menu:before {
  content: "\e010";
}
.icon-garage:before {
  content: "\e011";
}
.icon-ipod:before {
  content: "\e012";
}
.icon-kitchen:before {
  content: "\e013";
}
.icon-paid-parking:before {
  content: "\e014";
}
.icon-parking-1:before {
  content: "\e015";
}
.icon-cheese:before {
  content: "\e016";
}
.icon-garage-1:before {
  content: "\e017";
}
.icon-kitchen-1:before {
  content: "\e018";
}
.icon-noun-38606:before {
  content: "\e019";
}
.icon-anchor:before {
  content: "\e01a";
}
.icon-bathroom:before {
  content: "\e01b";
}
.icon-waves:before {
  content: "\e01c";
}
.icon-heater:before {
  content: "\e01d";
}
.icon-divider:before {
  content: "\e01e";
}
.icon-city:before {
  content: "\e01f";
}
.icon-menu-1:before {
  content: "\e020";
}
.icon-search:before {
  content: "\e021";
}
.icon-tv:before {
  content: "\e022";
}
.icon-allergies:before {
  content: "\e023";
}
.icon-add:before {
  content: "\e024";
}
.icon-event-type:before {
  content: "\e025";
}
.icon-guests:before {
  content: "\e026";
}
.icon-information:before {
  content: "\e027";
}
.icon-question:before {
  content: "\e028";
}
.icon-puzzle2:before {
  content: "\e029";
}
.icon-warning:before {
  content: "\e02a";
}
.icon-check:before {
  content: "\e02b";
}
.icon-glasses:before {
  content: "\e02c";
}
.icon-store:before {
  content: "\e02d";
}
.icon-filter:before {
  content: "\e02e";
}
.icon-map3:before {
  content: "\e02f";
}
.icon-glasses2:before {
  content: "\e030";
}
.icon-store2:before {
  content: "\e031";
}
.icon-circle-add:before {
  content: "\e032";
}
.icon-circle-check:before {
  content: "\e033";
}
.icon-circle-empty:before {
  content: "\e034";
}
.icon-circle-exclamation:before {
  content: "\e035";
}
.icon-close:before {
  content: "\e036";
}
.icon-close-circle:before {
  content: "\e037";
}
.icon-boston:before {
  content: "\e038";
}
.icon-calendar-check:before {
  content: "\e039";
}
.icon-new-york:before {
  content: "\e03b";
}
.icon-washington-dc:before {
  content: "\e03d";
}
.icon-concierge:before {
  content: "\e03f";
}
.icon-quality:before {
  content: "\e03a";
}
.icon-portraits:before {
  content: "\e03c";
}
.icon-dining-table:before {
  content: "\e03e";
}
.icon-chef:before {
  content: "\e040";
}
@charset "UTF-8";
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes fadeIn {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.rotated {
  transition: 0.2s;
  transition-timing-function: ease-in;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}
@-moz-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-o-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@-moz-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeIn {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeIn {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeIn {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeInDown {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDown {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeft {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeftBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeftBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRight {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRightBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRightBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUp {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeOut {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fadeOutDown {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes fadeOutDown {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes fadeOutDownBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes fadeOutDownBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-o-keyframes fadeOutDownBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@-moz-keyframes fadeOutLeft {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes fadeOutLeft {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes fadeOutLeftBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-o-keyframes fadeOutLeftBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@-moz-keyframes fadeOutRight {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes fadeOutRight {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes fadeOutRightBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes fadeOutRightBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-o-keyframes fadeOutRightBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@-moz-keyframes fadeOutUp {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes fadeOutUp {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes fadeOutUpBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes fadeOutUpBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-o-keyframes fadeOutUpBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  to {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@-moz-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.toggle {
  height: 25px;
  width: 80px;
  overflow-x: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #bfbfbf;
}
.toggle p {
  font-size: 11.200000000000001px;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: -2px;
}
.toggle .toggle-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.toggle .pushed-right {
  position: absolute;
  left: 0px;
}
.toggle .pushed-left {
  position: absolute;
  right: 0px;
}
.toggle .on-toggle {
  height: 25px;
  width: 55px !important;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.toggle .off-toggle {
  height: 25px;
  width: 55px !important;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.toggle .toggle-button {
  background-color: #bfbfbf;
  height: 25px;
  width: 25px !important;
}
.toggle .toggled-on {
  background-color: #85259c !important;
}
.refer-client-panel {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.refer-client-panel i {
  color: #85259c;
  font-size: 160px;
  margin-right: 50px;
  margin-top: -15px;
}
.refer-client-panel .refer-client-text {
  width: 400px;
}
.refer-client-panel .refer-client-text h1 {
  font-weight: 100;
  font-size: 49.980000000000004px;
  letter-spacing: 2px;
}
.refer-client-panel .refer-client-text h4 {
  margin-top: 15px !important;
  letter-spacing: 2px;
}
.refer-client-panel .refer-client-text p {
  margin-top: 20px !important;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  letter-spacing: 1px;
}
.refer-client-panel .refer-client-text a {
  margin-top: 20px;
  border: 2px solid #85259c;
  color: #85259c;
  padding: 15px 30px;
  font-size: 20px;
  text-transform: initial;
  letter-spacing: 1px;
}
.refer-client-panel .refer-client-text a:hover {
  background-color: #85259c;
  color: #fff;
}
.refer-client-panel .refer-client-text .refer-client-description {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .refer-client-panel {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 50px 20px;
  }
  .refer-client-panel i {
    display: none;
    font-size: 80px;
    margin-right: 0;
    text-align: center;
  }
  .refer-client-panel .refer-client-text {
    width: 100%;
  }
  .refer-client-panel .refer-client-text h1 {
    font-size: 35px;
  }
}
.refer-client-question-panel {
  background-color: #f5f4f6;
  padding: 50px 40px;
}
.refer-client-question-panel .refer-client-question-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.refer-client-question-panel h4 {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
}
.refer-client-question-panel .refer-client-question-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.refer-client-question-panel .refer-client-question-block:last-child {
  margin-bottom: 0 !important;
}
.refer-client-question-panel .refer-client-question {
  margin-bottom: 10px;
  color: #333;
  letter-spacing: 1px;
}
.refer-client-question-panel .refer-client-answer {
  font-size: 13.6px;
  color: #555;
  letter-spacing: 0.8px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .refer-client-question-panel {
    padding: 50px 20px;
  }
}
.refer-venue-panel {
  background-color: #d53a58;
  color: #fff;
}
.refer-venue-panel i,
.refer-venue-panel p,
.refer-venue-panel .refer-client-description {
  color: #fff !important;
}
.refer-venue-panel a {
  padding: 15px 80px !important;
  border-color: #fff !important;
  color: #fff !important;
}
.refer-venue-panel a:hover {
  background-color: #fff !important;
  color: #d53a58 !important;
}
.refer-contact {
  padding: 50px 40px;
}
.refer-contact .refer-contact-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.refer-contact .refer-contact-content h4 {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
}
.refer-contact .refer-contact-text {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.refer-contact .refer-contact-text .refer-contact-block {
  margin-right: 10px;
  margin-bottom: 20px;
}
.refer-contact .refer-contact-text h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
}
.refer-contact .refer-contact-text p {
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .refer-contact {
    padding: 50px 20px;
  }
  .refer-contact .refer-contact-text {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.chart-wrapper {
  position: relative;
}
#goodbye {
  margin-top: 80px;
  margin-bottom: 100px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#goodbye .banner {
  margin-bottom: 40px;
}
#goodbye .banner img {
  width: 100%;
}
#goodbye h3 {
  margin-top: 100px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
#goodbye .body p {
  line-height: 28px;
  color: #555;
}
#goodbye .body .social-media-links {
  margin-top: 30px;
  margin-bottom: 40px;
}
#goodbye .body .social-media-links i {
  font-size: 30px;
  margin-right: 20px;
  color: #d53a58;
}
#goodbye .founder-pic img {
  margin-top: 20px;
  width: 150px;
}
#goodbye .tribute-pics {
  margin-top: 20px;
  padding: 5px;
  border: 1px solid #555;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
#goodbye .tribute-pics img {
  width: 25%;
  height: 150px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #goodbye {
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #goodbye h3 {
    font-size: 20px;
    margin-top: 50px !important;
  }
  #goodbye .tribute-pics img {
    width: 50%;
  }
}
