@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  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: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 85%; }

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  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: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ""; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  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: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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 > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 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::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input.form-control[type="date"],
  input.form-control[type="time"],
  input.form-control[type="datetime-local"],
  input.form-control[type="month"] {
    line-height: 34px; }
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
  .input-group-sm > .input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
  input.input-sm[type="time"],
  .input-group-sm > .form-control[type="time"],
  .input-group-sm > .input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
  input.input-sm[type="datetime-local"],
  .input-group-sm > .form-control[type="datetime-local"],
  .input-group-sm > .input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
  input.input-sm[type="month"],
  .input-group-sm > .form-control[type="month"],
  .input-group-sm > .input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
  .input-group-lg > .input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
  input.input-lg[type="time"],
  .input-group-lg > .form-control[type="time"],
  .input-group-lg > .input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
  input.input-lg[type="datetime-local"],
  .input-group-lg > .form-control[type="datetime-local"],
  .input-group-lg > .input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
  input.input-lg[type="month"],
  .input-group-lg > .form-control[type="month"],
  .input-group-lg > .input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label, fieldset[disabled] .radio label,
  .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled, fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    display: table;
    content: " "; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .nav:after {
    clear: both; }
  .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: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .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 {
      margin-bottom: 5px;
      text-align: center; }
  .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: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.428571429;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .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: #eeeeee; }
  .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: #777777;
    cursor: not-allowed;
    background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  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; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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-image: -o-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-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: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-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-image: -o-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-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: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .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: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #c7ddef; }

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, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item-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, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  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, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  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, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    display: table;
    content: " "; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    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: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.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:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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 > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      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;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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; } }

.row.no-padding > div[class*="col-"] {
  padding: 0; }

.col-centered[class*="col-xs"],
.col-centered[class*="col-sm"],
.col-centered[class*="col-md"] {
  float: none;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 767px) {
  .xs-no-gutter:first-child {
    padding-left: 0; }
  .xs-no-gutter:last-child {
    padding-right: 0; } }

h3 .small {
  color: inherit; }

.tooltip {
  padding: 0; }
  .tooltip.in {
    opacity: 1; }
  .tooltip.right .tooltip-arrow {
    border-right-color: #6c625e; }
  .tooltip.left .tooltip-arrow {
    border-left-color: #6c625e; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #6c625e; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #6c625e; }
  .tooltip .tooltip-inner {
    background: #6c625e;
    max-width: 320px;
    text-align: left;
    border-radius: 4px;
    padding: 1.2em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: .04em;
    font-family: Open sans, sans-serif; }

.modal-footer a:first-child {
  float: left;
  padding-top: 8px; }

.modal-footer a:nth-child(2), .modal-footer input {
  float: right; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] select,
fieldset[disabled] textarea {
  cursor: default;
  color: #B7B1AE;
  border-color: #DBD8D6;
  background-color: transparent; }
  input[disabled]:focus,
  select[disabled]:focus,
  textarea[disabled]:focus,
  input[readonly]:focus,
  select[readonly]:focus,
  textarea[readonly]:focus,
  fieldset[disabled] input:focus,
  fieldset[disabled] select:focus,
  fieldset[disabled] textarea:focus {
    border-color: #DBD8D6;
    -webkit-box-shadow: none;
    box-shadow: none; }

label {
  display: inline-block;
  max-width: 100%;
  margin: 3px 0 0 0;
  font-weight: 400; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 1201px) {
    .navbar {
      border-radius: 4px; } }
.navbar-header::after {
  clear: both;
  content: "";
  display: table; }

@media (min-width: 1201px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse::after {
    clear: both;
    content: "";
    display: table; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 1201px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .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; } }
  @media (min-width: 1201px) {
    .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; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 1201px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 1201px) {
    .navbar-static-top {
      border-radius: 0; } }
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 1201px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 1201px) {
    .navbar-toggle {
      display: none; } }
.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 1201px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 1201px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 1201px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }
@media (min-width: 1201px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-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, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @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: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #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-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-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #dddddd;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #494949;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat 100% -22px;
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat -37px -22px;
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner-50a53accd8165e6679f3d631ad138cff0911a3482bde6be3d76085e3ce20bf5f.gif) no-repeat 100%;
  background: url(/assets/select2-spinner-50a53accd8165e6679f3d631ad138cff0911a3482bde6be3d76085e3ce20bf5f.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-spinner-50a53accd8165e6679f3d631ad138cff0911a3482bde6be3d76085e3ce20bf5f.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-50a53accd8165e6679f3d631ad138cff0911a3482bde6be3d76085e3ce20bf5f.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-50a53accd8165e6679f3d631ad138cff0911a3482bde6be3d76085e3ce20bf5f.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

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

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-50a53accd8165e6679f3d631ad138cff0911a3482bde6be3d76085e3ce20bf5f.gif) no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner-50a53accd8165e6679f3d631ad138cff0911a3482bde6be3d76085e3ce20bf5f.gif) no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2-7a66c8d0414dd1650b3204d933fd2f691465fcfe8372c6a34830c22d27daa123.png) right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2-c247feb99d5e1ddaf7d9ca5eb4b788fff832368e9807bcb7b01f1dbf58ddf970.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }
/**
 * Select2 Bootstrap 3 CSS v1.4.1
 * Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #cccccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning.select2-drop-active {
  border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error.select2-drop-active {
  border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success.select2-drop-active {
  border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-right-radius: 6px !important;
}
.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 3px !important;
}
.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #428bca;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}
.select2-bigdrop .select2-results {
  max-height: 300px;
  overflow: auto; }

.select2-drop {
  z-index: 100022; }

.select2-drop,
.select2-results .select2-highlighted ul {
  color: #512B1A; }

.select2-container .select2-choice,
.select2-drop,
.select2-drop-auto-width,
.select2-drop.select2-drop-above,
.select2-search input,
.select2-container-multi .select2-choices,
.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #DBD8D6;
  box-shadow: none;
  background-image: none;
  background: #ffffff; }

.select2-container .select2-choice .select2-arrow {
  width: 36px;
  border-left: none;
  background-image: none;
  background: none; }

.select2-search input,
.select2-search input.select2-input,
.select2-search input.select2-active {
  margin: 5px 0; }

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b,
.select2-container .select2-choice abbr {
  background-repeat: no-repeat;
  background-position: right .8em center;
  background-size: 9px 5px !important; }

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
  border-radius: 2px !important;
  background-image: none;
  background-color: #ffffff;
  border-color: #8EC9E7; }

.select2-drop-auto-width, .select2-drop.select2-drop-above.select2-drop-active {
  border-color: transparent; }

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border-color: #8EC9E7; }

.select2-results .select2-result-label .geo {
  margin: 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #8EC9E7;
  outline: none;
  background-image: none;
  box-shadow: none; }

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  height: 2.924em !important;
  line-height: 2em !important;
  font-family: Open sans, sans-serif;
  border-radius: 2px; }

body.touch-enabled .select2-container.form-control,
body.touch-enabled .select2-container {
  display: none !important; }
  body.touch-enabled .select2-container.form-control + select,
  body.touch-enabled .select2-container + select {
    display: block !important; }

.hs-page-ready .select2-container .select2-choice .select2-arrow b,
.hs-page-ready .select2-container .select2-choice div b,
.hs-page-ready .select2-container .select2-choice abbr {
  background-image: url(/assets/icons/icon-dropdown-arrow-d1bc8622989d7fb6acc5c72e6331231ebaaca77e76fa8732b141545a91d44c76.svg) !important; }

.hs-page-ready .select2-search input,
.hs-page-ready .select2-search input.select2-input,
.hs-page-ready .select2-search input.select2-active {
  background: #ffffff url(/assets/icon-magnifying_glass-800861ade253b925d19104190a60947be1252741ea786a96e820e445dcfc26cc.png) right no-repeat !important; }
/*! nouislider - 8.1.0 - 2015-10-25 16:05:44 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s,top .3s;
  transition: left .3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect, .noUi-connect[disabled] {
  background: #B8B8B8; }

[disabled] .noUi-handle, .noUi-origin[disabled] {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px; }

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px; }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  left: -9px;
  text-align: center;
  width: 50px; }

.noUi-handle-lower .noUi-tooltip {
  top: -32px; }

.noUi-handle-upper .noUi-tooltip {
  bottom: -32px; }
/*
 * Font Custom: bare CSS
 */
@font-face {
  font-family: "font-homestay";
  src: url(/assets/font-homestay-531c6b4ed82d4671fbe44740fea6afd0e81524ed92aebd6ccb97b20a96bc5e99.eot);
  src: url(/assets/font-homestay-531c6b4ed82d4671fbe44740fea6afd0e81524ed92aebd6ccb97b20a96bc5e99.eot?#iefix) format("embedded-opentype"), url(/assets/font-homestay-a9e5e1b79423c941a74228546bd3f04c796fbc988ecd2a88d64a75734e6345e8.woff) format("woff"), url(/assets/font-homestay-150028239efb0d7878bb78e078efad5dfa41dd69cffb297541445e55428f5298.ttf) format("truetype"), url(/assets/font-homestay-8b41114fe1b2417874e9cf7be5a45d66a4ea7f4cc3afd4465e41bbe1fbd48cd2.svg#font-homestay) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-hs-amenities:before,
.icon-hs-arrow-dropdown:before,
.icon-hs-arrow-right-small:before,
.icon-hs-bed:before,
.icon-hs-bin:before,
.icon-hs-button-arrow-right:before,
.icon-hs-check-in:before,
.icon-hs-check-out:before,
.icon-hs-coins:before,
.icon-hs-crosshair:before,
.icon-hs-gem:before,
.icon-hs-guest:before,
.icon-hs-heart:before,
.icon-hs-help-tooltip:before,
.icon-hs-home:before,
.icon-hs-house:before,
.icon-hs-idea-off:before,
.icon-hs-idea:before,
.icon-hs-logo-heart:before,
.icon-hs-logo-homestay-landscape:before,
.icon-hs-logo-homestay-portrait:before,
.icon-hs-man:before,
.icon-hs-map:before,
.icon-hs-photo:before,
.icon-hs-play:before,
.icon-hs-profile-image:before,
.icon-hs-room:before,
.icon-hs-rotate-left:before,
.icon-hs-rotate-right:before,
.icon-hs-search:before,
.icon-hs-validation-correct:before,
.icon-hs-validation-wrong:before,
.icon-hs-your-profile:before {
  font-family: "font-homestay";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.icon-hs-amenities:before {
  content: "\f100"; }

.icon-hs-arrow-dropdown:before {
  content: "\f101"; }

.icon-hs-arrow-right-small:before {
  content: "\f102"; }

.icon-hs-bed:before {
  content: "\f103"; }

.icon-hs-bin:before {
  content: "\f104"; }

.icon-hs-button-arrow-right:before {
  content: "\f105"; }

.icon-hs-check-in:before {
  content: "\f106"; }

.icon-hs-check-out:before {
  content: "\f107"; }

.icon-hs-coins:before {
  content: "\f108"; }

.icon-hs-crosshair:before {
  content: "\f109"; }

.icon-hs-gem:before {
  content: "\f10a"; }

.icon-hs-guest:before {
  content: "\f10b"; }

.icon-hs-heart:before {
  content: "\f10c"; }

.icon-hs-help-tooltip:before {
  content: "\f10d"; }

.icon-hs-home:before {
  content: "\f10e"; }

.icon-hs-house:before {
  content: "\f10f"; }

.icon-hs-idea-off:before {
  content: "\f110"; }

.icon-hs-idea:before {
  content: "\f111"; }

.icon-hs-logo-heart:before {
  content: "\f112"; }

.icon-hs-logo-homestay-landscape:before {
  content: "\f113"; }

.icon-hs-logo-homestay-portrait:before {
  content: "\f114"; }

.icon-hs-man:before {
  content: "\f115"; }

.icon-hs-map:before {
  content: "\f116"; }

.icon-hs-photo:before {
  content: "\f117"; }

.icon-hs-play:before {
  content: "\f118"; }

.icon-hs-profile-image:before {
  content: "\f119"; }

.icon-hs-room:before {
  content: "\f11a"; }

.icon-hs-rotate-left:before {
  content: "\f11b"; }

.icon-hs-rotate-right:before {
  content: "\f11c"; }

.icon-hs-search:before {
  content: "\f11d"; }

.icon-hs-validation-correct:before {
  content: "\f11e"; }

.icon-hs-validation-wrong:before {
  content: "\f11f"; }

.icon-hs-your-profile:before {
  content: "\f120"; }
[class^="icon-hs-"],
[class*=" icon-hs-"] {
  font-family: "font-homestay";
  font-style: normal;
  font-weight: normal; }

.btn.dropdown-toggle [class^="icon-hs-"],
.btn.dropdown-toggle [class*=" icon-hs-"] {
  line-height: 1.4em; }

.icon-hs-large {
  font-size: 1.3333em; }

/*
 * Font Custom: Bootstrap CSS
 */
@font-face {
  font-family: "font-homestay";
  src: url(/assets/font-homestay-531c6b4ed82d4671fbe44740fea6afd0e81524ed92aebd6ccb97b20a96bc5e99.eot);
  src: url(/assets/font-homestay-531c6b4ed82d4671fbe44740fea6afd0e81524ed92aebd6ccb97b20a96bc5e99.eot?#iefix) format("embedded-opentype"), url(/assets/font-homestay-a9e5e1b79423c941a74228546bd3f04c796fbc988ecd2a88d64a75734e6345e8.woff) format("woff"), url(/assets/font-homestay-150028239efb0d7878bb78e078efad5dfa41dd69cffb297541445e55428f5298.ttf) format("truetype"), url(/assets/font-homestay-8b41114fe1b2417874e9cf7be5a45d66a4ea7f4cc3afd4465e41bbe1fbd48cd2.svg#font-homestay) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-hs-"]:before, [class*=" icon-hs-"]:before {
  font-family: "font-homestay";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit; }

a [class^="icon-hs-"], a [class*=" icon-hs-"] {
  display: inline-block;
  text-decoration: inherit; }

.icon-hs-large:before {
  vertical-align: top;
  font-size: 1.333em; }

.btn [class^="icon-hs-"], .btn [class*=" icon-hs-"] {
  line-height: 0.9em; }

li [class^="icon-hs-"], li [class*=" icon-hs-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center; }

li .icon-hs-large[class^="icon-hs-"], li .icon-hs-large[class*=" icon-hs-"] {
  width: 1.875em; }

li[class^="icon-hs-"], li[class*=" icon-hs-"] {
  margin-left: 0;
  list-style-type: none; }

li[class^="icon-hs-"]:before, li[class*=" icon-hs-"]:before {
  text-indent: -2em;
  text-align: center; }

li.icon-hs-large[class^="icon-hs-"]:before, li.icon-hs-large[class*=" icon-hs-"]:before {
  text-indent: -1.333em; }

.icon-hs-amenities:before {
  content: "\f100"; }

.icon-hs-arrow-dropdown:before {
  content: "\f101"; }

.icon-hs-arrow-right-small:before {
  content: "\f102"; }

.icon-hs-bed:before {
  content: "\f103"; }

.icon-hs-bin:before {
  content: "\f104"; }

.icon-hs-button-arrow-right:before {
  content: "\f105"; }

.icon-hs-check-in:before {
  content: "\f106"; }

.icon-hs-check-out:before {
  content: "\f107"; }

.icon-hs-coins:before {
  content: "\f108"; }

.icon-hs-crosshair:before {
  content: "\f109"; }

.icon-hs-gem:before {
  content: "\f10a"; }

.icon-hs-guest:before {
  content: "\f10b"; }

.icon-hs-heart:before {
  content: "\f10c"; }

.icon-hs-help-tooltip:before {
  content: "\f10d"; }

.icon-hs-home:before {
  content: "\f10e"; }

.icon-hs-house:before {
  content: "\f10f"; }

.icon-hs-idea-off:before {
  content: "\f110"; }

.icon-hs-idea:before {
  content: "\f111"; }

.icon-hs-logo-heart:before {
  content: "\f112"; }

.icon-hs-logo-homestay-landscape:before {
  content: "\f113"; }

.icon-hs-logo-homestay-portrait:before {
  content: "\f114"; }

.icon-hs-man:before {
  content: "\f115"; }

.icon-hs-map:before {
  content: "\f116"; }

.icon-hs-photo:before {
  content: "\f117"; }

.icon-hs-play:before {
  content: "\f118"; }

.icon-hs-profile-image:before {
  content: "\f119"; }

.icon-hs-room:before {
  content: "\f11a"; }

.icon-hs-rotate-left:before {
  content: "\f11b"; }

.icon-hs-rotate-right:before {
  content: "\f11c"; }

.icon-hs-search:before {
  content: "\f11d"; }

.icon-hs-validation-correct:before {
  content: "\f11e"; }

.icon-hs-validation-wrong:before {
  content: "\f11f"; }

.icon-hs-your-profile:before {
  content: "\f120"; }
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(/assets/gf-opensans-300-italic-05c18923851eade46964d941aaf047e57b506c483f59ba40b3f98864961e9757.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/assets/gf-opensans-400-italic-5b1a610dc6bd9e43ea2a47f50dbc559c2c5e9491631d112d682e59be42dd8fe3.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(/assets/gf-opensans-600-italic-346b45d23457fc2e1920cdd697123e0daa79afb99a6d0f4fdc3a42ee4dd3b2bd.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(/assets/gf-opensans-700-italic-fbd7fed8e86d8517a7862ab3b45f9906607fbb27afdbc74d0a3f66506894e8dc.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(/assets/gf-opensans-800-italic-046a1efa80f70dc3419d736beb836f3d3c0339d584e1aa2268a397f4f2b945be.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/assets/gf-opensans-300-normal-6820cf8319bbe07479876f7eb8dac315676eae9aa19cbefe40151df723b957e1.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/gf-opensans-400-normal-a1060f11fe9696d218edd2b9af31a92be00c8b5bed3cbb90ccb2df1df8d87737.eot);
  src: local("Open Sans"), local("OpenSans"), url("data:application/x-font-woff;base64,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") format("woff"), url(/assets/gf-opensans-400-normal-e091455151f2a0f05ee3ce32a401db5ab997f34e8a456da1beb62d1e5aa05a9c.svg#OpenSans) format("svg"), url(/assets/gf-opensans-400-normal-a1060f11fe9696d218edd2b9af31a92be00c8b5bed3cbb90ccb2df1df8d87737.eot) format("embedded-opentype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("data:application/x-font-woff;base64,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") format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/assets/gf-opensans-700-normal-dc54248d4ba56a56328998ee1b93d9ca1f55a06264d1ac2c27dae9dfa49e843d.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(/assets/gf-opensans-800-normal-e04e837dfe95d6d88670dec8a32d5c86fe556045d781a08637cb34dc79a576b9.woff) format("woff"); }

/* Generated from icomoon.io app */
@font-face {
  font-family: 'hs-icon-font';
  src: url(/assets/hs-icon-font-37fa337862ecba8396df008989e28c3898a9cb72b0914b0613e85a3cd35293e6.eot?kpj53x);
  src: url(/assets/hs-icon-font-37fa337862ecba8396df008989e28c3898a9cb72b0914b0613e85a3cd35293e6.eot?kpj53x#iefix) format("embedded-opentype"), url(/assets/hs-icon-font-878cc3fe1a91346cd633373ec9f50c2c8864089433ca7514b4e7ee3022b197fd.ttf?kpj53x) format("truetype"), url(/assets/hs-icon-font-79e0865899372972f903ba2773010f74ef37569c7403f1feaccb8e3bb856408b.woff?kpj53x) format("woff"), url(/assets/hs-icon-font-4100364c2f974daa1b4bfc5686bb2be04dc7b27f08604bf8c1fa46bfcc11467f.svg?kpj53x#hs-icon-font) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="hs-icon-"], [class*=" hs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hs-icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hs-icon-ex-circle:before {
  content: "\e600"; }

.hs-icon-pending-circle:before {
  content: "\e601"; }

.hs-icon-approved-circle:before {
  content: "\e602"; }

.hs-icon-bike:before {
  content: "\e603"; }

.hs-icon-presentation:before {
  content: "\e604"; }

.hs-icon-networking:before {
  content: "\e605"; }

.hs-icon-add-user:before {
  content: "\e606"; }

.hs-icon-avatar:before {
  content: "\e607"; }

.hs-icon-cog:before {
  content: "\e608"; }

.hs-icon-bowl:before {
  content: "\e609"; }

.hs-icon-bed:before {
  content: "\e60a"; }

.hs-icon-book:before {
  content: "\e60b"; }

.hs-icon-house:before {
  content: "\e60c"; }

.hs-icon-pin:before {
  content: "\e60d"; }

.hs-icon-photos:before {
  content: "\e60e"; }

.hs-icon-lock-open:before {
  content: "\e60f"; }

.hs-icon-plus-circle:before {
  content: "\e610"; }

.hs-icon-play1:before {
  content: "\e611"; }

.hs-icon-luggage:before {
  content: "\e612"; }

.hs-icon-community:before {
  content: "\e613"; }

.hs-icon-world:before {
  content: "\e614"; }

.hs-icon-wallet:before {
  content: "\e615"; }

.hs-icon-search-homestay:before {
  content: "\e616"; }

.hs-icon-money-bag:before {
  content: "\e617"; }

.hs-icon-sms:before {
  content: "\e618"; }

.hs-icon-messaging:before {
  content: "\e619"; }

.hs-icon-edit:before {
  content: "\e61a"; }

.hs-icon-wordpress:before {
  content: "\e61b"; }

.hs-icon-facebook:before {
  content: "\e61d"; }

.hs-icon-instagram:before {
  content: "\e61e"; }

.hs-icon-pinterest:before {
  content: "\e61f"; }

.hs-icon-twitter:before {
  content: "\e620"; }

.hs-icon-chevron-down:before {
  content: "\e621"; }

.hs-icon-chevron-left:before {
  content: "\e622"; }

.hs-icon-chevron-right:before {
  content: "\e623"; }

.hs-icon-chevron-up:before {
  content: "\e624"; }

.hs-icon-bin:before {
  content: "\e625"; }

.hs-icon-move:before {
  content: "\e626"; }

.hs-icon-rotate:before {
  content: "\e627"; }

.hs-icon-tag:before {
  content: "\e900"; }

.hs-icon-calendar:before {
  content: "\e901"; }

.hs-icon-thumbsup:before {
  content: "\e902"; }

.hs-icon-check-in:before {
  content: "\e903"; }

.hs-icon-check-out:before {
  content: "\e904"; }

.hs-icon-search-time:before {
  content: "\e905"; }

.hs-icon-expand:before {
  content: "\e906"; }

.hs-icon-alert:before {
  content: "\e907"; }

.hs-icon-search:before {
  content: "\e908"; }

.hs-icon-heart:before {
  content: "\e909"; }

.hs-icon-hand-house-heart:before {
  content: "\e90a"; }

.hs-icon-moon:before {
  content: "\e90b"; }

.hs-icon-quotes:before {
  content: "\e90c"; }

.hs-icon-ex-long:before {
  content: "\e90d"; }

.hs-icon-camera:before {
  content: "\e90e"; }

.hs-icon-play-circle:before {
  content: "\e90f"; }

.hs-icon-info-circle:before {
  content: "\e910"; }

.hs-icon-youtube:before {
  content: "\e911"; }

.hs-icon-play:before {
  content: "\e912"; }

.hs-icon-film:before {
  content: "\e913"; }

.hs-icon-video-camera:before {
  content: "\e914"; }

.hs-icon-star:before {
  content: "\e915"; }

.hs-icon-heart-solid:before {
  content: "\e916"; }

.hs-icon-caret:before {
  content: "\e917"; }

.hs-icon-tick-thick:before {
  content: "\e918"; }

.hs-icon-envelope:before {
  content: "\e919"; }

.hs-icon-googleplus:before {
  content: "\e91a"; }

.hs-icon-list:before {
  content: "\e91b"; }

.hs-icon-plus:before {
  content: "\e91c"; }

.hs-icon-tick:before {
  content: "\e91d"; }

.hs-icon-ex:before {
  content: "\e91e"; }

.hs-icon-printer:before {
  content: "\e954"; }

.hs-icon-eye:before {
  content: "\e9ce"; }

.hs-icon-eye-blocked:before {
  content: "\e9d1"; }

.hs-icon-plus2:before {
  content: "\ea0a"; }

.hs-icon-minus:before {
  content: "\ea0b"; }

.hs-icon-play3:before {
  content: "\ea1c"; }

.hs-icon-pause2:before {
  content: "\ea1d"; }

.hs-icon-stop2:before {
  content: "\ea1e"; }

.hs-icon-eject:before {
  content: "\ea25"; }

.hs-icon-radio-checked:before {
  content: "\ea54"; }

.hs-icon-radio-unchecked:before {
  content: "\ea56"; }

.hs-icon-facebook1:before {
  content: "\e91f";
  color: #1877f2; }

.hs-icon-instagram1:before {
  content: "\e920";
  color: #e4405f; }

.hs-icon-pinterest1:before {
  content: "\e921";
  color: #bd081c; }

.hs-icon-tiktok:before {
  content: "\e922"; }

.hs-icon-x:before {
  content: "\e923"; }

.hs-icon-youtube1:before {
  content: "\e924";
  color: #f00; }
body {
  height: 100dvh; }
.tick-icon {
  font-weight: 600; }

.unread_icon {
  width: 13px;
  height: 13px;
  background: url(/assets/icons/dot-unread-1922583e3e37f0be8b5dbbe84cef7f7cec3c969d54e0636a0039c116efe8c741.png) center no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 9px;
  text-indent: 0px;
  text-align: center; }

.inbox_icon {
  background: url(/assets/icons/icon-inbox-up-2bbc5bf4511a235984df98f12c4ffcf885b49a95a03bc43f34d7f1a75b81550e.png) center no-repeat;
  width: 22px;
  height: 16px; }
  .inbox_icon:hover {
    background: url(/assets/icons/icon-inbox-hover-83456039a1e650d7b9c489c1582f379341b548f40a16bf59048c2bf992afc116.png) center no-repeat; }

.caret_icon {
  background: url(/assets/icons/icon-caret-226b3aed9e40dd7f0054a79c4b10d3125d6c55b055c9926c2246208793ba4d26.png) center no-repeat;
  width: 11px;
  display: inline-block;
  padding-bottom: 8px;
  height: 3px; }

.shield-icon {
  width: 30px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat; }

.tick-icon {
  background: #fff;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 2px solid #92C01F;
  vertical-align: middle;
  line-height: 18px !important;
  font-size: 9px;
  color: #92C01F;
  text-align: center; }

.social-icon {
  font-size: 14px; }
  .social-icon:hover {
    text-decoration: none; }

.social-icon-facebook {
  color: #3a5998; }
  .social-icon-facebook:hover {
    color: #2c4373; }

.social-icon-twitter {
  color: #25a9df; }
  .social-icon-twitter:hover {
    color: #1b89b6; }

.social-icon-google-plus {
  color: #d74838; }
  .social-icon-google-plus:hover {
    color: #b73425; }

.homestay-login-icon {
  background: url(/assets/logo-homestay-heart-0c0c9cc1a98081bb2f4666a7a38dccbd279a2538506dff151d440165cea2ad38.png) center no-repeat; }

.google-login-icon {
  background: url(/assets/icons/logo-google-light-40d9bc93e2116490223578b56367dd8abbfb4d9bc6d2e9ae91b9374bf130537c.svg) center no-repeat; }

.video-call-icon {
  background: url(/assets/icons/icon-video-dd8fa2028bb9d80245b457049cce7eccf7d41ab34996dcd1a41c69c2cfc07a05.png) center no-repeat;
  padding-top: 11px; }

.voice-call-icon {
  background: url(/assets/icons/icon-voice-27e7d7791044afc5410cf81c0e82fbc03d7bd1e43a8bf35cddf251e0428f483e.png) center no-repeat;
  padding-top: 11px; }

.video-icon, .audio-icon, .hangup-icon {
  width: 36px;
  height: 36px; }

.video-icon {
  background: url(/assets/icons/icon-video-dd8fa2028bb9d80245b457049cce7eccf7d41ab34996dcd1a41c69c2cfc07a05.png) center no-repeat; }

.hangup-icon {
  background: url(/assets/icons/icon-hangup-4816e1e032021d9f80e0926741a85186607a781399b2db1deffdf3c5b2cf7a8b.png) center no-repeat; }

.audio-icon {
  background: url(/assets/icons/icon-microphone-a8947b07f8ecbc78b1549e761ce98a6c60f567e6e84d1cb6949c606228797242.png) center no-repeat; }

.handle-icon {
  background: url(/assets/icons/icon-handle-384519b732b1ca4be7fa1aa977b3b3d6797a3015836870eca847765111111c9b.png) center no-repeat; }

.instant-message-icon {
  background: url(/assets/icons/icon-message-a939da90474d352ab25ead798b4759751b07aeec9aeaa9266efdd1c9d41c5eba.png) center no-repeat;
  padding-top: 17px; }

.info-icon {
  background: url(/assets/icons/icon-info-c2ebe5e53c8dc4fa2cce2b890d34ecebc38f639da93aefa1cf6e515757e063bb.png) center no-repeat; }
  .info-icon:hover {
    background-image: url(/assets/icons/icon-info-hover-17043d4989e9e8f7425bf419a83499bd6de7cf4cc55a40f83f2a447d1216cd15.png); }

.verification-shield-grey-icon, .verification-shield-green-icon {
  width: 34px;
  height: 41px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%; }

.verification-shield-grey-icon {
  background-image: url(/assets/icons/icon-verification-shield-grey-5951dd0aa74bc53b1fe3b07127bc0ea95cff4a0865ea90185ab3d971760302ae.svg); }

.verification-shield-green-icon, .shield-icon {
  background-image: url(/assets/icons/icon-verification-shield-green-05b860b47aece34043dd5e91395fb37c1ff4c7fc62e51d7c6e1588fb710f8987.svg); }

.yellow-lock-icon {
  background: url(/assets/icons/icon-yellow-lock-596b59d4f4425601e8b0464878c3eb8656f0181e9325608726cb14124b0e6cdc.svg) center no-repeat; }

.lightbulb-icon {
  background: url(/assets/icons/icon-lightbulb-1b6296f993c04f2c060c6bf44da0066884eefc2ed8c867000f2495841b717d87.svg) center no-repeat; }

.alert-icon {
  vertical-align: middle; }
p {
  font-size: 1em;
  margin: 0; }
  p + h1, p + h2, p + h3 {
    margin: 1em 0 0; }
  p + h4 {
    margin: 1.2em 0 0; }
  p + h5 {
    margin: 1.5em 0 0; }

h2 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.25em; } }
h3, h1 {
  font-size: 2.25em;
  font-weight: 300; }
  @media (max-width: 767px) {
    h3, h1 {
      font-size: 1.5em;
      line-height: 1.4em;
      font-weight: 300; } }
h4 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.subheading, h5 {
  font-size: .75em;
  line-height: 1.625em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .03em; }

.emphasis, p em {
  font-weight: 600;
  font-style: italic; }

.small, .small-inner > p {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.strong {
  font-weight: 600; }

.uppercase {
  text-transform: uppercase; }

html,
body {
  font-size: 16px;
  line-height: 1.625em;
  font-family: Open sans;
  font-weight: 400;
  color: #512B1A;
  background-color: #F1EFEF; }

h1, h2, h3 {
  line-height: 1.4em;
  margin: 0; }

h5.lowercase {
  text-transform: inherit; }

h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5 {
  margin: 0.4em 0 0; }

h2 + h3 {
  margin: 0.1em 0 0; }

h3 + h4 {
  margin: .5em 0 0; }

h4 + h5 {
  margin: .5em 0 0; }

h5 + h5 {
  margin: .5em 0 0; }

p + p {
  margin-top: .5em; }

h1 + p,
h1 + ul,
h1 + ol,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
h4 + p,
h4 + ul,
h4 + ol {
  margin-top: 1em; }

h5 + p,
h5 + ul {
  margin-top: .5em; }
  h5 + p.small, .small-inner > h5 + p,
  h5 + ul.small {
    margin-top: .3em; }

h5 + form {
  margin-top: .7em; }

a:not(.unstyled):hover, a:not(.unstyled):focus {
  text-decoration: none; }

a.unstyled {
  text-decoration: underline !important; }

p a, li a, dd a {
  color: #2B95CA;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }
  p a:hover, li a:hover, dd a:hover {
    color: #2B95CA;
    text-decoration: none;
    border-bottom: 1px solid #2B95CA; }

p.unstyled-link a, span.unstyled-link a {
  color: #512B1A;
  border-bottom: none; }

a.white-link {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }
  a.white-link:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF; }

b,
strong {
  font-weight: 600; }

.text-quotes:before {
  content: "\201C"; }

.text-quotes:after {
  content: "\201D"; }

.small a, .small-inner > p a {
  font-weight: 600; }
  .small a + i.hs-icon.hs-icon-chevron-right, .small-inner > p a + i.hs-icon.hs-icon-chevron-right {
    font-size: .6em; }

@media (min-width: 992px) {
  .large-md {
    font-size: 1.1em; } }

.text-bg-blue {
  color: #FFFFFF;
  background-color: #8EC9E7; }

.heavy {
  font-weight: 700; }

.normal {
  font-weight: 400; }

.text-white {
  color: #FFFFFF; }

.text-gray {
  color: #B7B1AE; }

.text-dark-gray {
  color: #6D635F; }

.text-green {
  color: #92C01F; }

.text-dark-gray {
  color: #6D635F; }

.text-link-blue {
  color: #2B95CA; }

.text-attention {
  color: #DC4814; }

.text-extreme {
  color: #2B95CA; }

.text-pending {
  color: #EFAA00; }

.text-inline {
  display: inline-block; }

.parent-text-green strong {
  color: #92C01F; }

#content > h3 {
  margin-top: 1.4em; }

@media (min-width: 992px) {
  .text-md-right {
    text-align: right; } }

@media (min-width: 992px) {
  .text-md-center {
    text-align: center; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; } }

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center; } }

.wrap-with-brackets:after {
  content: ")"; }

.wrap-with-brackets:before {
  content: "("; }

.line-center {
  position: relative;
  z-index: 2;
  text-align: center; }
  .line-center:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #DBD8D6;
    z-index: -1; }

*[data-scroll-to="true"] {
  cursor: pointer; }

.hr_text {
  width: 100%;
  text-align: center;
  overflow: hidden; }
  .hr_text > span {
    z-index: 1;
    position: relative;
    padding: 0 10px;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 600;
    color: #512B1A; }
    .hr_text > span:after, .hr_text > span:before {
      content: "";
      height: 1px;
      background-color: #DBD8D6;
      position: absolute;
      top: 1.1em; }
    .hr_text > span:before {
      left: -50vw;
      right: 100%; }
    .hr_text > span:after {
      right: -50vw;
      left: 100%; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/*
  Column Count Classes
  - At the moment they only support 2 to 4 columns, feel free to expand
*/
[class^="text-column-"],
[class*=" text-column-"] {
  -webkit-column-count: 15px;
  -moz-column-count: 15px;
  column-count: 15px; }

@media (min-width: 992px) {
  .text-column-md-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 992px) {
  .text-column-md-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 992px) {
  .text-column-md-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-column-sm-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-column-sm-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-column-sm-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }

.text-column-xs-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }

.text-column-xs-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }

.text-column-xs-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4; }
.table.no-border th, .table.no-border td {
  border: none; }
.button.mini, .border-button.mini {
  font-size: .75em;
  line-height: 1.625em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .03em; }

.button.social.facebook i:before, .border-button.social.facebook i:before, .border-button.social-no-share.facebook i:before {
  content: "\e61d"; }

.button.social.twitter i:before, .border-button.social.twitter i:before, .border-button.social-no-share.twitter i:before {
  content: "\e620"; }

.button.social.pinterest i:before, .border-button.social.pinterest i:before, .border-button.social-no-share.pinterest i:before {
  content: "\e61f"; }

.button.social.googleplus i:before, .border-button.social.googleplus i:before, .border-button.social-no-share.googleplus i:before {
  content: "\e91a"; }

.button.social.instagram i:before, .border-button.social.instagram i:before, .border-button.social-no-share.instagram i:before {
  content: "\e61e"; }

.border-button.social.homestay i, .border-button.social-no-share.homestay i {
  background: url(/assets/logo-homestay-heart-0c0c9cc1a98081bb2f4666a7a38dccbd279a2538506dff151d440165cea2ad38.png) center no-repeat; }

.border-button.social.google i, .border-button.social-no-share.google i {
  background: url(/assets/icons/logo-google-light-40d9bc93e2116490223578b56367dd8abbfb4d9bc6d2e9ae91b9374bf130537c.svg) center no-repeat; }

.button {
  color: #FFFFFF;
  vertical-align: -webkit-baseline-middle;
  display: inline-block;
  font-size: 1em;
  border-radius: 2px;
  margin: 0;
  border: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.6em;
  padding: .52em 1em;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out; }
  .button:not(.no-shadow) {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
  .button:hover, .button:focus, .focus.button {
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 7px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border: 0; }
  .button:active {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }

.border-button {
  background-color: transparent;
  padding: 0.88em 1.3em;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  font-size: .75em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.6em;
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  .border-button .hs-icon-chevron-right {
    font-size: .85em; }
  .border-button:hover, .border-button:focus {
    cursor: pointer;
    outline: none;
    text-decoration: none; }
  .border-button.light {
    color: #512B1A;
    border-color: #DBD8D6; }
    .border-button.light:hover {
      color: #FFFFFF;
      background-color: rgba(0, 0, 0, 0.6); }
  .border-button.white {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.4); }
    .border-button.white:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .border-button.brown {
    color: #512B1A;
    border-color: #512B1A; }
    .border-button.brown:hover {
      background-color: rgba(255, 255, 255, 0.6); }
  .border-button.extreme {
    border-color: #2B95CA;
    color: #2B95CA; }
    .border-button.extreme:hover {
      background-color: rgba(255, 255, 255, 0.6); }
  .border-button.mini {
    padding: .39em .75em; }
  .border-button.wide {
    width: 100%;
    text-align: center; }
  @media (max-width: 991px) {
    .border-button.wide-sm {
      width: 100%;
      text-align: center; } }
  @media (max-width: 767px) {
    .border-button.wide-xs {
      width: 100%;
      text-align: center; } }
  .border-button.social, .border-button.social-no-share {
    position: relative;
    padding-left: 4.5em;
    text-align: center;
    min-height: 42px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .border-button.social:hover, .border-button.social-no-share:hover {
      background-color: white; }
    .border-button.social i, .border-button.social-no-share i {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      color: #FFFFFF;
      font-family: 'hs-icon-font';
      font-weight: 400;
      font-size: 2em;
      font-style: normal;
      line-height: 0;
      width: 1.6em; }
      .border-button.social i:before, .border-button.social-no-share i:before {
        position: absolute;
        top: 50%;
        left: 0;
        bottom: 0;
        right: 0;
        padding-top: 0.06em; }
    .border-button.social.inline, .border-button.social-no-share.inline {
      display: inline-block;
      margin: 1.25em 10px 0 0; }
      @media (max-width: 767px) {
        .border-button.social.inline, .border-button.social-no-share.inline {
          display: block;
          margin-left: 0;
          margin-right: 0; } }
    .border-button.social.facebook, .border-button.social-no-share.facebook {
      border-color: #3b5998;
      color: #3b5998; }
      .border-button.social.facebook i, .border-button.social-no-share.facebook i {
        background-color: #3b5998;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .border-button.social.facebook:hover, .border-button.social-no-share.facebook:hover {
        border-color: #2d4373;
        color: #2d4373; }
        .border-button.social.facebook:hover i, .border-button.social-no-share.facebook:hover i {
          background-color: #2d4373; }
    .border-button.social.twitter, .border-button.social-no-share.twitter {
      border-color: #55acee;
      color: #55acee; }
      .border-button.social.twitter i, .border-button.social-no-share.twitter i {
        background-color: #55acee;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .border-button.social.twitter:hover, .border-button.social-no-share.twitter:hover {
        border-color: #2795e9;
        color: #2795e9; }
        .border-button.social.twitter:hover i, .border-button.social-no-share.twitter:hover i {
          background-color: #2795e9; }
    .border-button.social.pinterest, .border-button.social-no-share.pinterest {
      border-color: #cc2127;
      color: #cc2127; }
      .border-button.social.pinterest i, .border-button.social-no-share.pinterest i {
        background-color: #cc2127;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .border-button.social.pinterest:hover, .border-button.social-no-share.pinterest:hover {
        border-color: #a01a1f;
        color: #a01a1f; }
        .border-button.social.pinterest:hover i, .border-button.social-no-share.pinterest:hover i {
          background-color: #a01a1f; }
    .border-button.social.googleplus, .border-button.social-no-share.googleplus {
      border-color: #dd4b39;
      color: #dd4b39; }
      .border-button.social.googleplus i, .border-button.social-no-share.googleplus i {
        background-color: #dd4b39;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .border-button.social.googleplus:hover, .border-button.social-no-share.googleplus:hover {
        border-color: #c23321;
        color: #c23321; }
        .border-button.social.googleplus:hover i, .border-button.social-no-share.googleplus:hover i {
          background-color: #c23321; }
    .border-button.social.instagram, .border-button.social-no-share.instagram {
      border-color: #e4405f;
      color: #e4405f; }
      .border-button.social.instagram i, .border-button.social-no-share.instagram i {
        background-color: #e4405f;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .border-button.social.instagram:hover, .border-button.social-no-share.instagram:hover {
        border-color: #d31e40;
        color: #d31e40; }
        .border-button.social.instagram:hover i, .border-button.social-no-share.instagram:hover i {
          background-color: #d31e40; }
    .border-button.social.homestay, .border-button.social-no-share.homestay {
      background-color: #FFFFFF; }
      .border-button.social.homestay:hover, .border-button.social-no-share.homestay:hover {
        background-color: #e6e6e6; }
        .border-button.social.homestay:hover i, .border-button.social-no-share.homestay:hover i {
          border-right-color: rgba(0, 0, 0, 0.3); }
      .border-button.social.homestay:hover, .border-button.social-no-share.homestay:hover {
        background-color: white; }
    .border-button.social.google, .border-button.social-no-share.google {
      background-color: #FFFFFF;
      background-color: white; }
      .border-button.social.google:hover, .border-button.social-no-share.google:hover {
        background-color: #e6e6e6; }
        .border-button.social.google:hover i, .border-button.social-no-share.google:hover i {
          border-right-color: rgba(0, 0, 0, 0.3); }
      .border-button.social.google:hover, .border-button.social-no-share.google:hover {
        background-color: #e6e6e6; }
      .border-button.social.google .spinner-backdrop, .border-button.social-no-share.google .spinner-backdrop {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 2px;
        background-color: white; }
        .border-button.social.google .spinner-backdrop .spinner, .border-button.social-no-share.google .spinner-backdrop .spinner {
          width: 3.5em;
          height: 3.5em;
          border-left: 5px solid #2589f5; }

.button.inline-with-input {
  padding: .6em;
  line-height: inherit;
  vertical-align: inherit;
  margin-left: 4px; }

.button.inline {
  display: inline-block;
  margin: 1.25em 10px 0 0; }
  @media (max-width: 767px) {
    .button.inline {
      display: block;
      margin-left: 0;
      margin-right: 0; } }
.button.mini {
  padding: .39em .75em; }

.button.small {
  font-size: 0.875em; }

.button.medium {
  font-size: 1em; }

.button.large {
  font-size: 1.125em; }

.button.main {
  background: #CA005D; }

.button.secondary {
  background: #92C01F; }

.button.tertiary {
  background: #6D635F; }

.button.extreme {
  background: #2B95CA; }

.button.attention {
  background: #DC4814; }

.button.warning {
  background: #EFAA00; }

.button.light {
  background: #FFFFFF;
  color: #2B95CA; }

.button.soft {
  background: #B7B1AE; }

.button.mustard {
  background-color: #EFAA00; }

.button.green {
  background-color: #92C01F; }

.button.no-shadow, .button.no-shadow:hover, .button.no-shadow:focus {
  box-shadow: none; }

.button.social {
  position: relative;
  padding-left: 3.2em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button.social i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-family: 'hs-icon-font';
    font-weight: 400;
    font-size: 150%;
    font-style: normal;
    line-height: 0;
    width: 1.6em;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
    .button.social i:before {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 50%; }
  .button.social.facebook {
    background-color: #3b5998; }
    .button.social.facebook:hover {
      background-color: #2d4373; }
      .button.social.facebook:hover i {
        border-right-color: rgba(0, 0, 0, 0.3); }
  .button.social.twitter {
    background-color: #55acee; }
    .button.social.twitter:hover {
      background-color: #2795e9; }
      .button.social.twitter:hover i {
        border-right-color: rgba(0, 0, 0, 0.3); }
  .button.social.pinterest {
    background-color: #cc2127; }
    .button.social.pinterest:hover {
      background-color: #a01a1f; }
      .button.social.pinterest:hover i {
        border-right-color: rgba(0, 0, 0, 0.3); }
  .button.social.googleplus {
    background-color: #dd4b39; }
    .button.social.googleplus:hover {
      background-color: #c23321; }
      .button.social.googleplus:hover i {
        border-right-color: rgba(0, 0, 0, 0.3); }
  .button.social.instagram {
    background-color: #e4405f; }
    .button.social.instagram:hover {
      background-color: #d31e40; }
      .button.social.instagram:hover i {
        border-right-color: rgba(0, 0, 0, 0.3); }

.button.wide {
  width: 100%; }

@media (max-width: 991px) {
  .button.wide-sm {
    width: 100%; } }

@media (max-width: 767px) {
  .button.wide-xs {
    width: 100%; } }

.button[disabled] {
  box-shadow: none;
  color: #B7B1AE;
  background: #DBD8D6;
  cursor: not-allowed; }

.linkable:hover {
  cursor: pointer; }

.btn-save[disabled], .btn-book-now[disabled], .btn-check-rates[disabled] {
  color: white;
  border: 2px solid #b6b6b6;
  background-color: #c7c7c7; }

.btn-homestay, .btn-book-now, .btn-check-rates, .btn-signup {
  background: #E40375;
  border: 2px solid #AB0159;
  color: white;
  box-shadow: inset 0 0 0 1px #AB0159;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.4);
  padding-top: 8px;
  padding-bottom: 8px; }

.btn-signup a {
  color: white;
  text-decoration: none; }

.btn-book-now, .btn-check-rates {
  display: initial; }

.btn-homestay {
  display: block; }

.btn-decline {
  background-color: #A4A4A4;
  color: white;
  border: 2px solid #7D7C7C;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.4); }
  .btn-decline:hover {
    background-color: #979797;
    border-color: #706f6f; }

.btn-homestay:hover, .btn-book-now:hover {
  background: #cb0368;
  box-shadow: inset 0 0 0 1px #92014c;
  border: 2px solid #92014c; }

.btn-contact-host, .btn-message-reply {
  background: #91C848;
  border: 2px solid #658C32;
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  text-shadow: 0 1px 1px #512B1A; }

.btn-contact-host:hover, .btn-message-reply:hover {
  background: #7cb235; }

input.btn-check-rates[type="submit"] {
  display: block;
  padding: 10px 0;
  width: 100%;
  float: none; }

.btn-success {
  background: #8FCA53;
  border: 2px solid #6F9643;
  color: white;
  box-shadow: inset 0 0 0 1px #6F9643;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  padding-top: 8px;
  padding-bottom: 8px;
  display: initial; }

.btn-success:hover {
  background: #82c440;
  box-shadow: inset 0 0 0 1px #62843b;
  border: 2px solid #62843b; }

.btn-bottom {
  background: #086aa2;
  border: 2px solid #FFFFFF;
  color: white;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  box-shadow: 1px 1px 3px rgba(1, 11, 16, 0.2); }
  .btn-bottom:hover {
    text-decoration: none;
    background-color: #075a8a; }

a.btn-facebook {
  text-align: center;
  display: inline-block;
  background-color: #3b5998;
  padding: 9px 11px;
  line-height: 20px;
  color: white;
  border-radius: 4px;
  box-shadow: 0 2px #B7B1AE; }
  a.btn-facebook i {
    margin-right: 0.4em;
    font-size: 20px;
    vertical-align: text-top; }
  a.btn-facebook:hover {
    color: white;
    text-decoration: none;
    background-color: #294174; }

.btn-save {
  float: right;
  color: white;
  font-weight: 600;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.4);
  padding: 6px 15px;
  background: #CA005D;
  border: 2px solid #7e003a;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block; }
  .btn-save:hover {
    background: #bb0056;
    border-color: #6e0033; }

.btn:hover, .btn:focus, .btn.focus {
  color: white; }

.fancy-button, .btn-fancy {
  color: white;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  text-decoration: none;
  white-space: normal; }
  .fancy-button strong, .btn-fancy strong {
    font-weight: 600; }
  .fancy-button:active, .btn-fancy:active {
    border-bottom-width: 0;
    margin-top: 3px;
    text-decoration: none; }
  .fancy-button:visited, .fancy-button:focus, .btn-fancy:visited, .btn-fancy:focus {
    text-decoration: none;
    color: white;
    outline: 0; }
  .fancy-button.wide, .btn-fancy.wide {
    display: block; }
  .fancy-button.huge, .btn-fancy.huge {
    font-size: 20px;
    padding: 30px 80px;
    line-height: 28px; }
  .fancy-button.large, .btn-fancy.large {
    font-size: 20px;
    padding: 10px 24px;
    line-height: 28px; }
  .fancy-button.medium, .btn-fancy.medium {
    font-size: 16px;
    padding: 8px 18px;
    line-height: 24px; }
  .fancy-button.small, .btn-fancy.small {
    font-size: 14px;
    padding: 7px 15px 6px;
    line-height: 20px; }
  .fancy-button.tiny, .btn-fancy.tiny {
    font-size: 12px;
    padding: .8em 1em;
    line-height: 1em; }
  .fancy-button.full-width, .btn-fancy.full-width {
    display: block;
    width: 100%; }
  .fancy-button.inline, .btn-fancy.inline {
    float: left;
    margin-right: 10px; }
  .fancy-button.pink, .btn-fancy.pink {
    background: #CA005D;
    border-color: #7e003a; }
    .fancy-button.pink:hover, .btn-fancy.pink:hover {
      color: white;
      text-decoration: none;
      background-color: #b10051;
      border-bottom-color: #64002e; }
  .fancy-button.event-orange, .btn-fancy.event-orange {
    background: #DC4814; }
    .fancy-button.event-orange:hover, .btn-fancy.event-orange:hover {
      color: white;
      text-decoration: none;
      background-color: #c54012; }
  .fancy-button.supply-green, .btn-fancy.supply-green {
    background: #92C01F; }
    .fancy-button.supply-green:hover, .btn-fancy.supply-green:hover {
      color: white;
      text-decoration: none;
      background-color: #81aa1b; }
  .fancy-button.green, .btn-fancy.green {
    background: #92C01F;
    border-color: #607e14; }
    .fancy-button.green:hover, .btn-fancy.green:hover {
      color: white;
      text-decoration: none;
      background-color: #81aa1b;
      border-bottom-color: #4f6811; }
  .fancy-button.orange, .btn-fancy.orange {
    background: #DC4814;
    border-color: #96310e; }
    .fancy-button.orange:hover, .btn-fancy.orange:hover {
      color: white;
      text-decoration: none;
      background-color: #c54012;
      border-bottom-color: #7f290c; }
  .fancy-button.blue, .btn-fancy.blue {
    background: #2B95CA;
    border-color: #1e668b; }
    .fancy-button.blue:hover, .btn-fancy.blue:hover {
      color: white;
      text-decoration: none;
      background-color: #2785b5;
      border-bottom-color: #195776; }
  .fancy-button.gray, .btn-fancy.gray {
    background: #6D635F;
    border-color: #443e3b; }
    .fancy-button.gray:hover, .btn-fancy.gray:hover {
      color: white;
      text-decoration: none;
      background-color: #5f5753;
      border-bottom-color: #373230; }

button.fancy-button[disabled], button.fancy-button[disabled]:hover,
input.fancy-button[disabled], input.fancy-button[disabled]:hover,
a.fancy-button[disabled], a.fancy-button[disabled]:hover {
  background: #DBD8D6 !important;
  margin-bottom: 3px;
  border: 0 !important;
  cursor: default;
  color: #B7B1AE !important; }
  button.fancy-button[disabled]:active, button.fancy-button[disabled]:hover:active,
  input.fancy-button[disabled]:active, input.fancy-button[disabled]:hover:active,
  a.fancy-button[disabled]:active, a.fancy-button[disabled]:hover:active {
    margin-top: 0; }

.fancy-button-wrapper {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }
.select2-currency-dropdown, nav.navbar-secondary .navbar-nav li > a, nav.navbar-homestay #currency-selector .select2-container, nav.navbar-homestay .dropdown .dropdown-menu, nav.navbar-homestay .nav > li > a {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

nav.navbar-homestay .nav > li.credit strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 14px;
  padding: .25em .6em .2em;
  display: inline-block;
  white-space: normal;
  line-height: 1.2em; }

@media (max-width: 1280px) {
  html[lang='pt-BR'] nav.navbar-homestay.non_user ul.nav li.destinations, html[lang='pt-BR'] nav.navbar-homestay.non_user ul.nav li.search-button-desktop, html[lang='es'] nav.navbar-homestay.non_user ul.nav li.destinations, html[lang='es'] nav.navbar-homestay.non_user ul.nav li.search-button-desktop, html[lang='de'] nav.navbar-homestay.non_user ul.nav li.destinations, html[lang='de'] nav.navbar-homestay.non_user ul.nav li.search-button-desktop, html[lang='fr'] nav.navbar-homestay.non_user ul.nav li.destinations, html[lang='fr'] nav.navbar-homestay.non_user ul.nav li.search-button-desktop {
    display: none; } }

.login-modal.modal.in, .signup-modal.modal.in {
  z-index: 100022; }

nav.navbar-homestay {
  margin-bottom: 0px;
  border-radius: 0;
  z-index: 100021;
  height: 65px;
  border: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .03em;
  font-weight: 600; }
  @media (min-width: 1201px) {
    nav.navbar-homestay.navbar-transparent {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      background: none;
      box-shadow: none; }
      nav.navbar-homestay.navbar-transparent ul.nav.navbar-right {
        background-color: rgba(0, 0, 0, 0.2); }
      nav.navbar-homestay.navbar-transparent .navbar-brand {
        background: #FFFFFF;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        height: auto;
        margin: 0 0 0 15px; }
        nav.navbar-homestay.navbar-transparent .navbar-brand .marketplace-logo-joined {
          border-left: none;
          padding-left: 0px;
          margin-left: 0px; }
        nav.navbar-homestay.navbar-transparent .navbar-brand + .navbar-brand.marketplace-logo a {
          border-left: none;
          padding-left: 0px; } }
    @media (min-width: 1201px) and (max-width: 1200px) {
      nav.navbar-homestay.navbar-transparent .navbar-brand + .navbar-brand.marketplace-logo {
        padding-left: 0; } }
  @media (min-width: 1201px) {
      nav.navbar-homestay.navbar-transparent .nav > li > a {
        color: #FFFFFF;
        text-shadow: 0 0 2em rgba(0, 0, 0, 0.5); }
        nav.navbar-homestay.navbar-transparent .nav > li > a:hover .caret, nav.navbar-homestay.navbar-transparent .nav > li > a:focus .caret {
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF; }
        nav.navbar-homestay.navbar-transparent .nav > li > a .icon.hs-icon-heart-solid:before {
          color: #FFFFFF; }
      nav.navbar-homestay.navbar-transparent .nav > li .dropdown-menu {
        background: #FFFFFF;
        box-shadow: none; }
        nav.navbar-homestay.navbar-transparent .nav > li .dropdown-menu:before {
          content: "";
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 6px solid #FFFFFF;
          position: absolute;
          top: -6px;
          left: 15px; }
        nav.navbar-homestay.navbar-transparent .nav > li .dropdown-menu > li > a {
          color: #512B1A; }
          nav.navbar-homestay.navbar-transparent .nav > li .dropdown-menu > li > a:hover, nav.navbar-homestay.navbar-transparent .nav > li .dropdown-menu > li > a:focus {
            color: #FFFFFF;
            background-color: #9f9793; }
        nav.navbar-homestay.navbar-transparent .nav > li .dropdown-menu.destinations:before {
          border-bottom-color: #8EC9E7;
          left: 50%;
          margin-left: -3px; } }
  @media (max-width: 1200px) {
    nav.navbar-homestay {
      height: 51px; } }
  nav.navbar-homestay.user .help-center {
    border-left: 1px solid #DBD8D6; }
  nav.navbar-homestay .navbar-mobile-bar {
    position: relative;
    float: right; }
    nav.navbar-homestay .navbar-mobile-bar .mobile-button {
      background-repeat: no-repeat;
      background-position: center;
      background-color: #FFFFFF;
      background-size: 20px;
      display: none;
      border: 1px solid transparent;
      width: 34px;
      height: 34px;
      vertical-align: middle;
      margin-right: 5px;
      position: relative;
      top: -2px; }
      @media screen and (min-width: 0\0) {
        nav.navbar-homestay .navbar-mobile-bar .mobile-button {
          top: -20px; } }
      nav.navbar-homestay .navbar-mobile-bar .mobile-button:focus {
        outline: 0; }
    nav.navbar-homestay .navbar-mobile-bar .navbar-toggle {
      float: none;
      border-radius: 0;
      padding: 18px 15px;
      margin: 0;
      height: 51px;
      vertical-align: top;
      border: 0;
      border-left: 1px solid #DBD8D6; }
      nav.navbar-homestay .navbar-mobile-bar .navbar-toggle .icon-bar {
        background-color: #512B1A;
        width: 18px;
        border-radius: 0; }
        nav.navbar-homestay .navbar-mobile-bar .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 3px; }
    @media (min-width: 1201px) {
      nav.navbar-homestay .navbar-mobile-bar {
        display: none; } }
  nav.navbar-homestay .navbar-brand a {
    display: inline-block; }
    nav.navbar-homestay .navbar-brand a img {
      max-height: 33px;
      max-width: 189px;
      height: initial;
      padding: 0; }
      @media (max-width: 1200px) {
        nav.navbar-homestay .navbar-brand a img {
          max-height: 30px;
          max-width: 210px; } }
  nav.navbar-homestay .navbar-brand .marketplace-logo-joined {
    border-left: 1px solid #DBD8D6;
    padding-left: 15px;
    margin-left: 15px; }
  nav.navbar-homestay .navbar-brand + .navbar-brand.marketplace-logo a {
    border-left: 1px solid #DBD8D6;
    padding-left: 15px; }
  @media (max-width: 1200px) {
    nav.navbar-homestay .navbar-brand + .navbar-brand.marketplace-logo {
      padding-left: 0; } }
  @media (max-width: 1200px) {
    nav.navbar-homestay .navbar-brand {
      padding: 10px 15px 10px; } }
  nav.navbar-homestay .navbar-collapse {
    padding: 0; }
    @media (max-width: 1200px) {
      nav.navbar-homestay .navbar-collapse {
        background-color: #FFFFFF;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
        nav.navbar-homestay .navbar-collapse.in {
          overflow-y: visible; }
        nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li {
          min-height: 51px;
          border-top: 1px solid #DBD8D6; }
          nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li:first-child {
            border: 0; }
          nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li > a {
            display: block;
            line-height: 51px; }
          nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector {
            border-left: 0; }
            nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector.with-border {
              height: auto; }
            nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector > div.select2-container {
              display: block;
              line-height: 51px; }
              nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector > div.select2-container > a {
                display: block;
                height: 51px !important; }
                nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector > div.select2-container > a span {
                  display: block;
                  line-height: 51px;
                  max-height: 51px; }
                  nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector > div.select2-container > a span.select2-chosen:after {
                    display: none; }
                  nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector > div.select2-container > a span.select2-arrow b {
                    display: none; }
                  nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector > div.select2-container > a span.select2-arrow:after {
                    content: "";
                    border-right: 4px solid transparent;
                    border-left: 4px solid transparent;
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    margin-top: -2px; }
            nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector select {
              border: 0;
              margin: 0 0 0 0;
              padding: 0 15px !important;
              height: 51px;
              line-height: 51px;
              width: 100%;
              max-width: 100% !important;
              background-position: right 15px center !important;
              font-size: .9em; }
              nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li#currency-selector select:focus {
                outline: none; }
          nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li ul li {
            background-color: #F1EFEF;
            color: #FFFFFF;
            min-height: 51px; }
            nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li ul li a {
              line-height: 51px;
              padding: 0 10px 0 30px;
              color: #512B1A; }
              nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li ul li a:hover {
                color: #FFFFFF; }
            nav.navbar-homestay .navbar-collapse ul.nav.navbar-nav.navbar-right > li ul li + li {
              border-top: 1px solid #DBD8D6; } }
  nav.navbar-homestay .nav > li {
    padding: 0;
    min-height: 65px; }
    nav.navbar-homestay .nav > li a {
      vertical-align: middle; }
      nav.navbar-homestay .nav > li a .icon {
        display: none;
        margin-right: 4px;
        font-size: .9em; }
        @media (min-width: 1201px) {
          nav.navbar-homestay .nav > li a .icon {
            display: inherit; } }
    nav.navbar-homestay .nav > li.credit {
      border-left: 1px solid #DBD8D6; }
      nav.navbar-homestay .nav > li.credit strong {
        color: #FFFFFF;
        background-color: #92C01F;
        border: 1px solid #92C01F; }
    nav.navbar-homestay .nav > li.search-button-desktop {
      padding: 0;
      cursor: pointer;
      border-left: 1px solid #DBD8D6; }
      @media (max-width: 1200px) {
        nav.navbar-homestay .nav > li.search-button-desktop {
          display: none; } }
      nav.navbar-homestay .nav > li.search-button-desktop a {
        font-size: 1.6em;
        font-weight: 600;
        padding: 0 20px; }
        nav.navbar-homestay .nav > li.search-button-desktop a.hs-icon-ex-circle:before {
          font-weight: 400; }
    nav.navbar-homestay .nav > li .icon.hs-icon-heart-solid:before {
      color: #CA005D; }
    nav.navbar-homestay .nav > li.favourites {
      border: 0; }
      nav.navbar-homestay .nav > li.favourites a i.icon {
        position: relative;
        font-size: 30px;
        vertical-align: -7px;
        color: #EFAA00;
        margin-right: 2px; }
        nav.navbar-homestay .nav > li.favourites a i.icon[data-count="0"] {
          display: none; }
        nav.navbar-homestay .nav > li.favourites a i.icon span {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          display: block;
          font-size: 10px;
          text-align: center;
          line-height: 33px;
          color: #FFFFFF;
          font-weight: 800;
          font-family: Open sans, sans-serif; }
        @media (max-width: 1200px) {
          nav.navbar-homestay .nav > li.favourites a i.icon {
            display: inline; } }
      nav.navbar-homestay .nav > li.favourites:not(#session_favourites) {
        border-left: 1px solid #DBD8D6; }
        @media (max-width: 1200px) {
          nav.navbar-homestay .nav > li.favourites:not(#session_favourites) {
            border-left: 0; } }
  nav.navbar-homestay .search-button-mobile a {
    font-weight: 600;
    color: #512B1A;
    font-size: 1.6em;
    border-left: 1px solid #DBD8D6;
    padding: 0 15px;
    line-height: 51px;
    cursor: pointer;
    display: inline-block; }
    nav.navbar-homestay .search-button-mobile a:hover, nav.navbar-homestay .search-button-mobile a:focus {
      text-decoration: none; }
  nav.navbar-homestay .nav > li > a {
    color: #512B1A;
    padding: 0 15px;
    border-bottom: none;
    line-height: 65px;
    display: inline-block;
    position: relative; }
    nav.navbar-homestay .nav > li > a .caret {
      margin: 0 0 2px 5px; }
      @media (max-width: 1200px) {
        nav.navbar-homestay .nav > li > a .caret {
          position: absolute;
          right: 15px;
          top: 24px; } }
    nav.navbar-homestay .nav > li > a:hover, nav.navbar-homestay .nav > li > a:focus {
      border: 0;
      background: none; }
      nav.navbar-homestay .nav > li > a:hover .caret, nav.navbar-homestay .nav > li > a:focus .caret {
        border-top-color: #512B1A;
        border-bottom-color: #512B1A; }
  nav.navbar-homestay .nav .open > a, nav.navbar-homestay .nav .open > a:hover, nav.navbar-homestay .nav .open > a:focus {
    background: none; }
  @media (max-width: 1200px) {
    nav.navbar-homestay .dropdown {
      overflow: auto; }
      nav.navbar-homestay .dropdown .dropdown-menu {
        overflow: auto;
        width: 100%; } }
  nav.navbar-homestay .dropdown .dropdown-menu {
    border-radius: 0px;
    line-height: 1em;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
    nav.navbar-homestay .dropdown .dropdown-menu > li > a {
      border: 0;
      padding: 1.1em 15px;
      text-transform: initial;
      letter-spacing: .03em;
      font-weight: 600;
      color: #512B1A;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      nav.navbar-homestay .dropdown .dropdown-menu > li > a:hover {
        background-color: #B7B1AE;
        color: #FFFFFF;
        border: 0; }
    nav.navbar-homestay .dropdown .dropdown-menu.destinations .intro {
      background-color: #8EC9E7;
      padding: 1.292em 15px;
      color: #FFFFFF;
      text-transform: capitalize;
      text-align: center;
      letter-spacing: .03em; }
      @media (max-width: 1200px) {
        nav.navbar-homestay .dropdown .dropdown-menu.destinations .intro {
          display: none; } }
    nav.navbar-homestay .dropdown .dropdown-menu.destinations li {
      width: 50%;
      float: left; }
      nav.navbar-homestay .dropdown .dropdown-menu.destinations li:nth-of-type(2) {
        border-top: 0 !important; }
      nav.navbar-homestay .dropdown .dropdown-menu.destinations li:nth-of-type(2n+2) {
        border-left: 1px solid #DBD8D6; }
    @media (min-width: 1201px) {
      nav.navbar-homestay .dropdown .dropdown-menu.destinations {
        left: 50%;
        width: 480px;
        margin-left: -240px; }
        nav.navbar-homestay .dropdown .dropdown-menu.destinations li {
          width: 33.333%; }
          nav.navbar-homestay .dropdown .dropdown-menu.destinations li:nth-of-type(2n+2) {
            border-left: 0; }
          nav.navbar-homestay .dropdown .dropdown-menu.destinations li:nth-of-type(3n+2), nav.navbar-homestay .dropdown .dropdown-menu.destinations li:nth-of-type(3n+3) {
            border-left: 1px solid #DBD8D6; } }
    nav.navbar-homestay .dropdown .dropdown-menu li.border {
      border-top: 1px solid #DBD8D6; }
    @media (max-width: 1200px) {
      nav.navbar-homestay .dropdown .dropdown-menu {
        box-shadow: none;
        position: relative; } }
  nav.navbar-homestay button.border-button {
    margin-left: 0.8em;
    margin-top: 0.4em; }
  nav.navbar-homestay #become-a-host {
    background-color: transparent;
    padding: 0.88em 1.3em;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    margin: .9em 15px;
    line-height: 1.6em;
    text-align: center; }
  nav.navbar-homestay .hidden-mobile-navbar {
    display: block; }
    @media (max-width: 1200px) {
      nav.navbar-homestay .hidden-mobile-navbar {
        display: none; } }
    nav.navbar-homestay .hidden-mobile-navbar.user-menu {
      border-left: 1px solid #DBD8D6; }
      nav.navbar-homestay .hidden-mobile-navbar.user-menu .header_avatar {
        margin-top: -3px;
        margin-right: 10px; }
  nav.navbar-homestay .visible-mobile-navbar {
    display: none; }
    @media (max-width: 1200px) {
      nav.navbar-homestay .visible-mobile-navbar {
        display: block; } }
  nav.navbar-homestay #currency-selector.with-border {
    border-left: 1px solid #ccc;
    height: 65px; }
  nav.navbar-homestay #currency-selector .select2-container {
    color: #512B1A;
    border-bottom: none;
    line-height: 65px;
    display: inline-block; }
    nav.navbar-homestay #currency-selector .select2-container .select2-chosen {
      overflow: visible;
      display: block; }
    nav.navbar-homestay #currency-selector .select2-container .select2-choice {
      border: 0;
      height: 65px !important;
      background-color: transparent;
      box-shadow: none;
      padding: 0 15px; }
      nav.navbar-homestay #currency-selector .select2-container .select2-choice .select2-arrow {
        display: none; }
      nav.navbar-homestay #currency-selector .select2-container .select2-choice span {
        color: #512B1A;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        line-height: 65px; }
        nav.navbar-homestay #currency-selector .select2-container .select2-choice span:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          margin: 0 0 2px 5px;
          vertical-align: middle;
          border-top: 4px solid;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top-color: #512B1A;
          border-bottom-color: #512B1A; }
  nav.navbar-homestay #currency-selector:not(.currency) {
    border-left: 1px solid #DBD8D6; }

nav.navbar-secondary {
  display: none;
  min-height: inherit;
  border: 0;
  background-color: #6D635F;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
  @media (min-width: 1201px) {
    nav.navbar-secondary {
      display: block; } }
  nav.navbar-secondary .navbar-nav li > a {
    border: 0;
    padding: 0;
    color: #FFFFFF;
    padding: .75em 1.2em;
    border-left: 1px solid #524a47;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-weight: 600; }
    nav.navbar-secondary .navbar-nav li > a:hover:not(.disabled), nav.navbar-secondary .navbar-nav li > a:focus:not(.disabled) {
      border-left: 1px solid #524a47;
      background-color: #524a47;
      border-bottom: none; }
  nav.navbar-secondary .navbar-nav li:last-child a {
    border-right: 1px solid #524a47; }
    nav.navbar-secondary .navbar-nav li:last-child a:hover, nav.navbar-secondary .navbar-nav li:last-child a:focus {
      border-right: 1px solid #5f5753; }
  nav.navbar-secondary .navbar-nav li.account, nav.navbar-secondary .navbar-nav li.profile, nav.navbar-secondary .navbar-nav li.logout, nav.navbar-secondary .navbar-nav li.trips, nav.navbar-secondary .navbar-nav li.invite-friends {
    display: none; }

.navbar.navbar-secondary .inbox-notify-icon {
  background: #fd0074; }

.navbar .inbox-notify-icon {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 9999px;
  background: #CA005D;
  margin-right: 5px; }

body.touch-enabled li#currency-selector select {
  padding: 0 3px;
  height: 2.5em;
  border: none; }

@media (min-width: 1202px) {
  body.touch-enabled li#currency-selector {
    top: 6px; } }

@media (max-width: 1200px) {
  body.touch-enabled li#currency-selector select {
    max-width: 95% !important;
    display: inline-block !important;
    margin-left: 10px; } }

body.js-show-search-icon .search-icon-closed {
  display: none !important; }

body:not(.js-show-search-icon) .search-icon-open {
  display: none !important; }

.nav-search-bar-wrapper {
  position: relative; }
  .nav-search-bar-wrapper .search-bar {
    top: -69px;
    position: absolute;
    background-color: #6D635F;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
    .nav-search-bar-wrapper .search-bar.slide {
      top: 0px;
      -webkit-transition: top .3s ease-in-out;
      transition: top .3s ease-in-out; }
    @media (max-width: 1200px) {
      .nav-search-bar-wrapper .search-bar {
        top: -275px; } }
.select2-currency-dropdown {
  top: 66px !important;
  max-width: 322px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
  .select2-currency-dropdown .select2-search {
    padding: 10px 15px;
    border-top: 1px solid #DBD8D6;
    border-bottom: 1px solid #DBD8D6;
    background-color: #F1EFEF;
    color: #FFFFFF; }
    .select2-currency-dropdown .select2-search input {
      background-position: right 5px center; }
  .select2-currency-dropdown ul.select2-results {
    padding: 0;
    margin: 0;
    letter-spacing: .03em; }
    .select2-currency-dropdown ul.select2-results li {
      font-weight: 600;
      border-bottom: 1px solid #DBD8D6; }
      .select2-currency-dropdown ul.select2-results li .select2-result-label, .select2-currency-dropdown ul.select2-results li.select2-no-results {
        padding: .6em 15px;
        overflow: auto; }
      .select2-currency-dropdown ul.select2-results li:hover {
        background-color: #B7B1AE;
        color: #FFFFFF; }
      .select2-currency-dropdown ul.select2-results li:last-of-type {
        border: 0; }
      .select2-currency-dropdown ul.select2-results li span.currency-code {
        float: right;
        font-weight: 400; }
      .select2-currency-dropdown ul.select2-results li span.currency-symbol {
        float: right;
        margin-right: 5px; }
      .select2-currency-dropdown ul.select2-results li.select2-highlighted {
        background-color: #B7B1AE;
        color: #FFFFFF; }

.nav.navbar-right {
  margin: 0px;
  height: 100%; }

@media (min-width: 1201px) {
  body.touch-enabled header#main li.currency {
    display: -webkit-flex;
    display: flex;
    top: 0;
    -webkit-align-items: center;
    align-items: center; }
    body.touch-enabled header#main li.currency select {
      max-width: 110px;
      border: 0;
      display: inline !important;
      height: 35px;
      padding-left: 10px;
      padding-right: 28px !important; } }

@media (max-width: 1200px) {
  #currency-selector.hs-page-ready select {
    background-image: url(/assets/icons/icon-dropdown-arrow-brown-30a87fed93487f4b9b4d34370bae4abfc06b48aac344552a6ec052f47c81b9eb.svg) !important; } }

body.home-for-me-marketplace div.can-do-logo {
  background: #FFFFFF;
  border-radius: 5px;
  width: 200px;
  padding: 5px; }
  body.home-for-me-marketplace div.can-do-logo img {
    width: 100%; }
  @media (max-width: 991px) {
    body.home-for-me-marketplace div.can-do-logo {
      margin-right: auto;
      margin-left: auto;
      width: 150px; } }
.logo-usa-10-best {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/press_logos/logo-usa-10-best-aae766b21c71bd12efd9df6f78e246f4323d5122a2f341ff7810c8dcc0c17bc9.png);
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: .8; }
  .logo-usa-10-best:hover {
    border-color: transparent;
    opacity: 1; }
  .logo-usa-10-best.footer {
    width: 7em;
    height: 7em;
    margin-top: .8em; }
    @media (max-width: 991px) {
      .logo-usa-10-best.footer {
        width: 5em;
        height: 5em; } }
  .logo-usa-10-best.sidebar {
    width: 8em;
    height: 8em;
    margin: 0 auto 2em; }

.press.index .logo-usa-10-best.sidebar {
  display: none; }

footer {
  margin-top: 6.25em;
  padding-top: 3.5em;
  padding-bottom: 0;
  background-color: #6D635F; }
  footer dl {
    margin: 0; }
    footer dl dd {
      padding: 0 0 .5em;
      line-height: 1.6em; }
      footer dl dd a {
        color: #FFFFFF;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        cursor: pointer;
        -webkit-transition: border 0.15s ease-in-out;
        -moz-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out; }
        footer dl dd a:hover {
          color: #FFFFFF;
          text-decoration: none;
          border-bottom: 1px solid #FFFFFF; }
        footer dl dd a, footer dl dd a:hover, footer dl dd a:active, footer dl dd a:focus {
          color: #F1EFEF; }
  footer h5, footer dl dt {
    font-size: .75em;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: .03em;
    padding: 0;
    color: #B7B1AE;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px; }
  footer a:hover, footer a:focus {
    text-decoration: none;
    border-bottom-color: #F1EFEF; }
  footer .trustpilot-widget {
    border-top: 1px solid #B7B1AE;
    padding: 1.25em 0;
    margin-top: 2em; }
  footer .app-store a {
    background-size: 147px 43px;
    background-position: center;
    background-repeat: no-repeat;
    height: 43px;
    width: 147px;
    display: block; }
  @media (max-width: 767px) {
    footer .social, footer .app-store {
      display: table;
      margin-left: auto;
      margin-right: auto; } }
.footnote {
  padding: 0.625em 15px;
  background-color: #F1EFEF;
  text-align: center; }
  @media (max-width: 767px) {
    .footnote {
      padding-bottom: 15px; } }
  .footnote h6 {
    margin: 0;
    color: #B7B1AE;
    font-size: .75em;
    line-height: 1.6em;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: .03em; }
  .footnote a {
    color: #512B1A;
    color: #512B1A;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
    .footnote a:hover {
      color: #512B1A;
      text-decoration: none;
      border-bottom: 1px solid #512B1A; }
/* xsmall currency size */
body.currency-BYR,
body.currency-CRC,
body.currency-GNF,
body.currency-IDR,
body.currency-IQD,
body.currency-IRR,
body.currency-KPW,
body.currency-LAK,
body.currency-LBP,
body.currency-MGA,
body.currency-PYG,
body.currency-RSD,
body.currency-RWF,
body.currency-SLL,
body.currency-SOS,
body.currency-STD,
body.currency-TZS,
body.currency-UGX,
body.currency-UZS,
body.currency-VND,
{
  &.homestays.index a.homestay .price strong {
    font-size: 32px;
    .currency_symbol {
      font-size: 16px;
    }
  }

  &.homestays.show section.rates div.rooms .room strong {
    font-size: 14px;
  }
}

/* small currency size */
body.currency-AFN,
body.currency-ALL,
body.currency-AMD,
body.currency-AOA,
body.currency-BIF,
body.currency-BTN,
body.currency-VEF,
body.currency-CDF,
body.currency-CLP,
body.currency-COP,
body.currency-CUP,
body.currency-DJF,
body.currency-DZD,
body.currency-EEK,
body.currency-HUF,
body.currency-ISK,
body.currency-JMD,
body.currency-JPY,
body.currency-KES,
body.currency-KGS,
body.currency-KHR,
body.currency-KMF,
body.currency-KRW,
body.currency-KZT,
body.currency-LKR,
body.currency-MKD,
body.currency-MMK,
body.currency-MNT,
body.currency-MRO,
body.currency-MVR,
body.currency-MWK,
body.currency-MZN,
body.currency-NGN,
body.currency-NPR,
body.currency-PKR,
body.currency-SYP,
body.currency-VUV,
body.currency-XAF,
body.currency-XOF,
body.currency-XPF,
body.currency-YER,
{
  &.homestays.index a.homestay .price strong {
    font-size: 38px;
    .currency_symbol {
      font-size: 20px;
    }
  }

  &.homestays.show section.rates div.rooms .room strong {
    font-size: 15px;
  }
}

/* medium currency size */
body.currency-BAM,
body.currency-BDT,
body.currency-BOB,
body.currency-BRL,
body.currency-CNY,
body.currency-CVE,
body.currency-CZK,
body.currency-DKK,
body.currency-DOP,
body.currency-EGP,
body.currency-ETB,
body.currency-GMD,
body.currency-GYD,
body.currency-HNL,
body.currency-HRK,
body.currency-HTG,
body.currency-INR,
body.currency-LRD,
body.currency-LSL,
body.currency-MAD,
body.currency-MUR,
body.currency-MXN,
body.currency-MYR,
body.currency-NAD,
body.currency-NIO,
body.currency-NOK,
body.currency-PHP,
body.currency-RUB,
body.currency-SCR,
body.currency-SDG,
body.currency-SEK,
body.currency-SVC,
body.currency-SZL,
body.currency-THB,
body.currency-TJS,
body.currency-TWD,
body.currency-UAH,
body.currency-UYU,
body.currency-ZAR,
body.currency-ZMW,
body.currency-ZWL,
{
  &.homestays.index a.homestay .price strong {
    font-size: 44px;
    .currency_symbol {
      font-size: 24px;
    }
  }

  &.homestays.show section.rates div.rooms .room strong {
    font-size: 16px;
  }
}
.homestay-container {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px; }
  .homestay-container.no-shadow {
    box-shadow: inset 0 0 0 1px #DBD8D6; }
    .homestay-container.no-shadow .body.secondary {
      box-shadow: inset 0 0 0 1px #DBD8D6; }
  .homestay-container.no-border {
    border: 0 !important;
    box-shadow: none !important; }
  .homestay-container.side-title {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .homestay-container.side-title:before {
      background: #6D635F;
      position: absolute;
      content: "";
      color: #FFFFFF;
      top: 0;
      bottom: 0;
      left: 0;
      width: 25%; }
    .homestay-container.side-title:after {
      content: "";
      clear: both;
      display: block; }
    .homestay-container.side-title header {
      border: 0;
      padding: 1.25em; }
      .homestay-container.side-title header .icon {
        display: block;
        width: 40px;
        position: absolute;
        top: 50%;
        margin-top: -20px; }
      .homestay-container.side-title header h4 {
        display: block;
        color: #FFFFFF;
        vertical-align: middle;
        margin-left: 55px;
        padding-top: .1em; }
    .homestay-container.side-title .body {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .homestay-container.side-title .body .actions {
        position: relative; }
        .homestay-container.side-title .body .actions .button {
          white-space: nowrap;
          margin-left: 15px;
          margin-right: 35px; }
        .homestay-container.side-title .body .actions .cancel {
          cursor: pointer;
          padding: 1em;
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -1.5em;
          right: -20px;
          font-size: 20px; }
  .homestay-container.quinary {
    color: #FFFFFF;
    background-color: #6D635F; }
  .homestay-container .body:not(.no-padding) {
    padding: 1.25em 15px; }
  .homestay-container .body .detail {
    width: 45px;
    height: 50px;
    float: right;
    margin-left: 0.4166666667em;
    margin-bottom: 0.4166666667em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
    .homestay-container .body .detail.flush {
      margin-top: -1.25em;
      height: 80px; }
    .homestay-container .body .detail.lightbulb-icon {
      background-image: url(/assets/icons/icon-lightbulb-1b6296f993c04f2c060c6bf44da0066884eefc2ed8c867000f2495841b717d87.svg); }
    .homestay-container .body .detail.tea-cup-icon {
      background-image: url(/assets/icons/icon-tea-cup-4beba4716c2f427b6ed2d5b9752c5249a02c66bd80f5693fdad34e7a26249a86.svg); }
    .homestay-container .body .detail.hosted-experience-icon {
      background-image: url(/assets/icons/icon-hosted-experience-ea21ae4ad3d2f1e6bf81256cd2a1ddc18c01d8959f5749f8f0f0737595848af5.svg); }
    .homestay-container .body .detail.camera-icon {
      background-image: url(/assets/icons/icon-camera-2facb9546378de2f6e3d2974bf16a201045da3beae9d6c566e73ca000ede5838.svg); }
    .homestay-container .body .detail.letter-heart-icon {
      background-image: url(/assets/icons/icon-invitation-letter-fe8b97671a84c5c22570952a28f82da3bb7148804d413f99898ec6abe28852e7.svg); }
    .homestay-container .body .detail.pink-house-icon {
      background-image: url(/assets/icons/icon-house-pink-fbde02784026939b362054147ebde5c8164cff12ef0a0e911eeb7bd2a2069348.svg); }
  .homestay-container .body img.inline-image {
    float: left;
    padding-right: 1em;
    padding-bottom: 1em; }
  .homestay-container .body + .body {
    border-top: 1px solid #DBD8D6; }
  @media (min-width: 768px) {
    .homestay-container .body.body-double {
      padding: 2.5em 30px; } }
  .homestay-container .body.scroll-overflow {
    overflow: scroll;
    height: 300px; }
  .homestay-container header {
    color: #512B1A;
    border-bottom: 1px solid #DBD8D6;
    border-radius: 4px 4px 0 0;
    position: relative; }
    .homestay-container header h3 {
      font-size: 1.5em;
      line-height: 1.4em;
      font-weight: 300;
      margin: 0;
      padding: 0.8333333333em 15px; }
      @media (max-width: 480px) {
        .homestay-container header h3 {
          font-size: 1.2em; } }
      .homestay-container header h3 .right-icon {
        float: right;
        margin-top: 5px;
        margin-right: 5px; }
    .homestay-container header h5 {
      line-height: 1.8em;
      padding: 0.8333333333em 15px; }
    .homestay-container header.primary {
      color: #FFFFFF;
      background-color: #CA005D;
      border-bottom: 0; }
    .homestay-container header.secondary {
      color: #FFFFFF;
      background-color: #92C01F;
      border-bottom: 0; }
    .homestay-container header.blue {
      color: #FFFFFF;
      background-color: #8EC9E7;
      border-bottom: 0; }
    .homestay-container header.orange {
      color: #FFFFFF;
      background-color: #EC7A0B;
      border-bottom: 0; }
    .homestay-container header.tertiary {
      color: #FFFFFF;
      background-color: #B7B1AE;
      border-bottom: 0; }
    .homestay-container header.quaternary {
      background-color: #DBD8D6;
      color: #B7B1AE;
      border-bottom: 0; }
    .homestay-container header.quinary {
      background-color: #6D635F;
      color: #FFFFFF;
      border-bottom: 0; }
    .homestay-container header.primary a.cancel, .homestay-container header.secondary a.cancel, .homestay-container header.tertiary a.cancel, .homestay-container header.quaternary a.cancel {
      background-image: url(/assets/icons/icon-close-white-6fa86b5533cef902fa6ca5869d6ee876d604810807ce82259f8da35052a73387.svg); }
    .homestay-container header.table-header {
      padding: 0.625em 15px; }
      .homestay-container header.table-header h5 {
        padding: 0; }
    .homestay-container header .info-tooltip, .homestay-container header a.cancel {
      position: absolute;
      top: 50%;
      right: 0;
      width: 40px;
      height: 40px;
      background: transparent;
      margin-top: -20px;
      padding: 20px; }
    .homestay-container header a.cancel {
      opacity: .85;
      background-image: url(/assets/icons/icon-close-grey-501fb705a5a1d52f7752aa1dc5504e475406cc2187307d94f1964ee85857cf30.svg);
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: 50%; }
    .homestay-container header .info-tooltip {
      cursor: pointer;
      background: url(/assets/icons/icon-info-white-90540295cb011c0a18898cc53cf65b7c118c8cc132b84b6095af1cc144adfadf.svg) no-repeat center;
      background-size: 22px; }
  .homestay-container.transparent {
    background-color: transparent; }
  .homestay-container .body .footer {
    margin: 0 -15px;
    border-top: 1px solid #DBD8D6;
    padding: 1.25em 15px 0; }
    .homestay-container .body .footer > div {
      padding: 0; }
    .homestay-container .body .footer .submit-or-cancel {
      position: relative; }
      @media (max-width: 768px) {
        .homestay-container .body .footer .submit-or-cancel {
          text-align: center; }
          .homestay-container .body .footer .submit-or-cancel p {
            margin-top: 0.625em; } }
      @media (min-width: 768px) {
        .homestay-container .body .footer .submit-or-cancel p {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0; } }
  .homestay-container .body:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .homestay-container .body.secondary {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 15px;
    background-color: #F1EFEF; }
    @media (min-width: 768px) {
      .homestay-container .body.secondary.body-double {
        padding: 2.5em 30px; } }
    .homestay-container .body.secondary label .content {
      color: #B7B1AE; }
  .homestay-container .body + .body {
    border-radius: 0 0 4px 4px; }
  .homestay-container:not(.hide):not(.hidden) + .homestay-container {
    margin-top: 2.5em; }
  .homestay-container > div:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }

div + .simple-container {
  margin-top: 2.5em; }

.simple-container {
  padding: 1.25em 15px;
  border-radius: 4px;
  border: 1px solid #DBD8D6; }
  .simple-container.white-bg {
    background-color: white; }
  .simple-container.pink-bg {
    background-color: #CA005D;
    color: #FFFFFF;
    border-color: #970046; }
  .simple-container.border {
    border-width: 2px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .simple-container.border.warning {
      border-color: #EFAA00; }
    .simple-container.border.note {
      border-color: #CA005D; }
  .simple-container.with-icon {
    padding-left: 44px;
    position: relative; }
    .simple-container.with-icon .icon {
      width: 18px;
      height: 30px;
      background-size: contain;
      background-position: top left;
      position: absolute;
      top: 17px;
      left: 17px; }
  .simple-container h5 {
    line-height: 1.625em;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.750em;
    letter-spacing: .03em; }
  .simple-container h5 + p {
    margin-top: .4em; }
  .simple-container p {
    font-size: .75em;
    line-height: 1.6em;
    letter-spacing: .03em;
    padding: 0; }
    .simple-container p + p {
      margin: .5em 0 0; }

.hide-until-js-rdy {
  display: none; }

.color-block {
  color: #FFFFFF; }
  .color-block form {
    color: #512B1A; }
  .color-block.pink {
    background: #CA005D; }
  .color-block.green {
    background: #92C01F; }
  .color-block.darkgray {
    background: #6D635F; }
  .color-block.mustard {
    background: #EFAA00; }
  .color-block.blue {
    background: #8EC9E7; }
  .color-block.white {
    color: #512B1A;
    background-color: #FFFFFF; }
  .color-block.shadow {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
.alert a {
  font-weight: 600;
  font-style: italic; }

.alert {
  padding: 1em 15px !important;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  text-align: left;
  color: #512B1A; }
  .alert:no-margin {
    margin: 0; }
  .alert:first-letter {
    text-transform: uppercase; }
  .alert a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none; }
    .alert a:hover, .alert a:focus {
      cursor: pointer; }
  .alert.alert-error {
    color: #DC4814;
    background-color: #fdf1ec;
    border: 1px solid #fce3da;
    text-shadow: none; }
    .alert.alert-error a {
      color: #DC4814;
      border-bottom-color: #DC4814; }
  .alert.alert-attention {
    color: #FFFFFF;
    background-color: #ed6636;
    border: 1px solid #DC4814;
    text-shadow: none; }
    .alert.alert-attention a {
      color: #FFFFFF;
      border-bottom-color: #FFFFFF; }
  .alert.alert-success {
    color: #92C01F;
    background-color: #F8FCED;
    border: 1px solid #e2f3b8;
    text-shadow: none; }
    .alert.alert-success a {
      color: #92C01F;
      border-bottom-color: #92C01F; }
  .alert.alert-payment-failed, .alert.alert-warning {
    color: #EFAA00;
    background-color: #FFF9EB;
    border: 1px solid #ffecbc;
    text-shadow: none; }
    .alert.alert-payment-failed a, .alert.alert-warning a {
      color: #EFAA00;
      border-bottom-color: #EFAA00; }
form .has-error .help-block, form .has-error .help-inline, form p.help-block {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.firefox select, .webkit select, .ie select, select, form .form-group .form-control, form input[type="radio"],
form .radio input[type="radio"], form input.form-control[type="checkbox"], form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

form.form-horizontal label i {
  top: 10px;
  right: 15px; }

form.form-horizontal label.control-label.inline {
  padding-top: 0;
  padding-left: 0; }

form:not(.form-horizontal) label i {
  right: 0; }

form:not(.form-horizontal) label.control-label {
  width: 100%; }

form label {
  margin: 0 0 .5em 0;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
  display: block; }
  form label.optional span {
    text-transform: capitalize; }
  form label i {
    font-size: 1.25em;
    line-height: 1.25em;
    position: absolute;
    top: 0;
    color: #B7B1AE; }
  form label ~ span label {
    font-weight: 400; }
  form label ~ span + label {
    margin-top: 1em; }

form .toggle-option {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 5px; }
  form .toggle-option label {
    padding-right: 0;
    display: block;
    padding-left: 30px; }
  form .toggle-option input + p em {
    font-style: normal;
    padding-left: 5px;
    color: #B7B1AE;
    text-transform: initial; }
    form .toggle-option input + p em:before {
      content: "("; }
    form .toggle-option input + p em:after {
      content: ")"; }
  form .toggle-option input + p strong {
    text-transform: initial; }
  form .toggle-option + .toggle-option {
    margin-top: 1.25em; }

form input.form-control[type="checkbox"], form input[type="checkbox"] {
  background-color: #DBD8D6;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  padding: 0;
  border-radius: 2px;
  float: left;
  margin-right: 8px;
  box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.2);
  background-image: url(/assets/icons/icon-tick-white-0b588becdb22d4ed74a78bff49d60ef88c5a70b95f6fa83bc6ac3b963064e25b.svg);
  background-repeat: no-repeat;
  background-position: -20px center;
  background-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  form input.form-control[type="checkbox"]::-ms-check, form input[type="checkbox"]::-ms-check {
    display: none; }
  form input.form-control.white[type="checkbox"], form input.white[type="checkbox"] {
    background-color: #ffffff;
    box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #dbd8d6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    form input.form-control.white[type="checkbox"]:checked, form input.white[type="checkbox"]:checked {
      box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(219, 216, 214, 0.5); }
  form input.form-control.toggle[type="checkbox"], form input.toggle[type="checkbox"] {
    position: relative;
    background-image: none;
    cursor: pointer;
    height: 18px;
    padding: 0;
    width: 32px;
    border: 0px solid #ffffff;
    border-radius: 22px;
    background-color: #DBD8D6;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: -1px;
    vertical-align: sub;
    margin-left: -42px; }
    form input.form-control.toggle[type="checkbox"]::before, form input.toggle[type="checkbox"]::before {
      content: "";
      display: block;
      width: 22px;
      margin: -2px;
      background: #ffffff;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 14px;
      border-radius: 22px;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
      -webkit-transition: right 0.2s ease-in-out;
      -moz-transition: right 0.2s ease-in-out;
      transition: right 0.2s ease-in-out; }
    form input.form-control.toggle[type="checkbox"]:checked, form input.toggle[type="checkbox"]:checked {
      background-image: none;
      background-color: #92C01F; }
      form input.form-control.toggle[type="checkbox"]:checked::before, form input.toggle[type="checkbox"]:checked::before {
        right: 0; }
  form input.form-control[type="checkbox"]:checked, form input[type="checkbox"]:checked {
    background-color: #92C01F;
    background-position: center; }
  form input.form-control[type="checkbox"]:focus, form input.form-control[type="checkbox"]:active, form input[type="checkbox"]:focus, form input[type="checkbox"]:active {
    outline: none; }

form .small input[type='checkbox'] {
  margin-top: 0; }

form input[type="radio"],
form .radio input[type="radio"] {
  background-color: #DBD8D6;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  padding: 0;
  border-radius: 10px;
  float: left;
  margin: 3px 8px 0 0;
  position: relative;
  box-shadow: inset 0 1px 6px -2px rgba(0, 0, 0, 0.2); }
  form input[type="radio"]::-ms-check,
  form .radio input[type="radio"]::-ms-check {
    display: none; }
  form input[type="radio"]:checked,
  form .radio input[type="radio"]:checked {
    background-color: #92C01F;
    background-image: url(/assets/icons/icon-radio-465cdc94df49ca48b235677395238a304b4383ebbfe6882277f3f38b2b8c76dc.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    box-shadow: none; }
  form input[type="radio"]:active, form input[type="radio"]:focus,
  form .radio input[type="radio"]:active,
  form .radio input[type="radio"]:focus {
    outline: none; }

form .radio label,
form .checkbox label {
  padding-right: 0;
  padding-left: 0;
  font-weight: inherit; }

form input[type='date'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: initial; }

form input[type='date']
input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='number'],
form textarea,
form select,
form .select2-choice {
  box-shadow: none;
  border-color: #DBD8D6; }
  form input[type='date']
input[type='text']:focus,
  form input[type='password']:focus,
  form input[type='email']:focus,
  form input[type='number']:focus,
  form textarea:focus,
  form select:focus,
  form .select2-choice:focus {
    border-color: #8EC9E7 !important;
    box-shadow: none;
    outline: none; }

form .form-group {
  position: relative;
  margin-bottom: 1.25em; }
  form .form-group.inline {
    display: inline-block;
    margin-right: 1.25em; }
  form .form-group .form-control {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    height: 2.924em;
    border-radius: 2px;
    border-color: #DBD8D6;
    box-shadow: none; }
    form .form-group .form-control:focus {
      border-color: #8EC9E7 !important;
      box-shadow: none;
      outline: none; }
    form .form-group .form-control.inline {
      display: inline; }
  form .form-group input.highlight {
    border: 3px solid #EC7A0B; }
  form .form-group input + p em {
    color: #B7B1AE;
    padding-left: 5px;
    text-transform: initial;
    font-style: normal;
    font-size: .75em; }
    form .form-group input + p em:before {
      content: "("; }
    form .form-group input + p em:after {
      content: ")"; }
  form .form-group input + label {
    padding-right: 0; }
  form .form-group + .toggle-option {
    margin-top: 1.25em; }
  form .form-group.password .toggle-wrapper {
    position: relative; }
    form .form-group.password .toggle-wrapper button {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 1.4em;
      width: 40px;
      text-align: center;
      height: 100%;
      color: #6D635F; }
  form .form-group.password + .password {
    padding-top: 0;
    margin: 0; }
    @media (max-width: 768px) {
      form .form-group.password + .password {
        padding-top: 0;
        margin-top: 0; }
        form .form-group.password + .password .control-label {
          display: none; } }
  form .form-group select.form-control {
    max-width: 100%; }

form textarea.form-control {
  min-height: 5.53em;
  min-width: 100%;
  line-height: 1.6em !important;
  padding-top: .6em;
  padding-bottom: .6em; }
  form textarea.form-control.full {
    height: inherit; }

form span.small {
  font-size: .75em;
  padding-bottom: .5em;
  display: inline-block;
  letter-spacing: .03em; }
  form span.small a {
    color: #2B95CA;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    -webkit-transition: border 0.15s ease-in-out;
    -moz-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    line-height: 1em; }
    form span.small a:hover {
      color: #2B95CA;
      text-decoration: none;
      border-bottom: 1px solid #2B95CA; }

form.form-horizontal {
  margin-top: -1.25em; }
  form.form-horizontal .form-control:not(.date):not(.full):not(input[type='checkbox']) {
    width: 50%; }
    @media (max-width: 768px) {
      form.form-horizontal .form-control:not(.date):not(.full):not(input[type='checkbox']) {
        width: 100%; } }
  form.form-horizontal .form-group {
    margin: 0;
    padding: 1.25em 0; }
    form.form-horizontal .form-group:not(.no-border) {
      border-bottom: 1px solid #DBD8D6; }
    form.form-horizontal .form-group.after-toggle {
      padding-top: 5px;
      margin-left: 15px; }
      form.form-horizontal .form-group.after-toggle select {
        width: 100%; }
    form.form-horizontal .form-group.no-bottom-border {
      border-bottom: 0; }
    form.form-horizontal .form-group .control-label {
      padding: .655em 15px .655em 0;
      text-align: left;
      margin: 0; }
      @media (max-width: 768px) {
        form.form-horizontal .form-group .control-label {
          padding: 0 25px 0 0;
          margin-bottom: .5em; }
          form.form-horizontal .form-group .control-label i {
            right: 0;
            top: 0; } }
    form.form-horizontal .form-group .control-input {
      padding-left: 0;
      padding-right: 0; }
      form.form-horizontal .form-group .control-input .form-group {
        padding: 0;
        border: 0; }
        form.form-horizontal .form-group .control-input .form-group + .form-group.select {
          padding-top: 1.25em; }
        form.form-horizontal .form-group .control-input .form-group label small {
          padding-left: .4em; }
        form.form-horizontal .form-group .control-input .form-group:first-child {
          padding-top: 0.425em; }
      form.form-horizontal .form-group .control-input .country {
        width: inherit; }
    form.form-horizontal .form-group.last {
      border-bottom: 0; }
    form.form-horizontal .form-group label small {
      margin: 0;
      display: inline-block;
      font-size: 0.750em;
      color: #B7B1AE; }
    form.form-horizontal .form-group.single-checkbox .control-input {
      padding: .655em 15px .655em 0; }
  form.form-horizontal .private {
    text-align: right;
    padding: 8px 0 0;
    color: #B7B1AE; }

form .small {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

form .has-error .help-block,
form .has-error .control-label,
form .has-error .radio,
form .has-error .checkbox,
form .has-error .radio-inline,
form .has-error .checkbox-inline, form .has-error.radio label, form .has-error.checkbox label, form .has-error.radio-inline label, form .has-error.checkbox-inline label {
  color: initial !important; }

form .has-error input, form .has-error select, form .has-error textarea, form .has-error .select2-choice {
  border-color: #DC4814 !important;
  letter-spacing: .03em; }

form .has-error .help-block, form .has-error .help-inline {
  color: #DC4814 !important;
  padding: 7px 0 0;
  margin: 0;
  text-align: left;
  display: inline-block; }

form .has-error label + span.help-block {
  margin-left: 5px; }

form .step .heading h5, form .step .heading .hs-icon {
  color: #CA005D; }

form .step .heading .heading-without-step-no {
  padding-top: .3em; }

form .step .heading .hs-icon {
  float: left;
  font-size: 2.6em;
  padding-right: 0.3em; }

form .input-with-inset-button {
  position: relative; }
  form .input-with-inset-button input.button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.924em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    form .input-with-inset-button input.button + i.hs-icon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 2.924em;
      text-align: center;
      line-height: 2.924em;
      color: white;
      pointer-events: none;
      font-weight: 600; }
      form .input-with-inset-button input.button + i.hs-icon:before {
        font-size: 1.2em; }

form .increment-field {
  display: inline-block; }
  form .increment-field .field {
    background-color: #FFFFFF;
    border: 1px solid #DBD8D6;
    display: inline-block;
    padding-right: 20px;
    min-width: 160px; }
    form .increment-field .field span {
      color: #6D635F; }
    form .increment-field .field input[type=number] {
      height: 45px;
      border: 0;
      width: 54px;
      text-align: center; }
      form .increment-field .field input[type=number]::-webkit-inner-spin-button, form .increment-field .field input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
        /* Removes leftover margin */ }
  form .increment-field .buttons {
    display: inline-block; }
    form .increment-field .buttons button {
      height: 4.1em;
      line-height: 2.5em;
      border-left: 0;
      border-radius: 0px 2px 2px 0px; }

.form-control:focus {
  box-shadow: none !important; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(183, 177, 174, 0.8) !important; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(183, 177, 174, 0.8) !important;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(183, 177, 174, 0.8) !important;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(183, 177, 174, 0.8) !important; }

input[type="submit"]:focus {
  outline: none; }

input.disabled[disabled],
select.disabled[disabled],
textarea.disabled[disabled],
input.disabled[readonly],
select.disabled[readonly],
textarea.disabled[readonly],
fieldset[disabled] input.disabled,
fieldset[disabled] select.disabled,
fieldset[disabled] textarea.disabled {
  background-color: #F1EFEF !important;
  width: inherit;
  border: 1px solid #DBD8D6;
  box-shadow: none;
  color: #B7B1AE; }
  input.disabled[disabled]:focus,
  select.disabled[disabled]:focus,
  textarea.disabled[disabled]:focus,
  input.disabled[readonly]:focus,
  select.disabled[readonly]:focus,
  textarea.disabled[readonly]:focus,
  fieldset[disabled] input.disabled:focus,
  fieldset[disabled] select.disabled:focus,
  fieldset[disabled] textarea.disabled:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none; }
  input.disabled[disabled][type="checkbox"],
  select.disabled[disabled][type="checkbox"],
  textarea.disabled[disabled][type="checkbox"],
  input.disabled[readonly][type="checkbox"],
  select.disabled[readonly][type="checkbox"],
  textarea.disabled[readonly][type="checkbox"],
  fieldset[disabled] input.disabled[type="checkbox"],
  fieldset[disabled] select.disabled[type="checkbox"],
  fieldset[disabled] textarea.disabled[type="checkbox"] {
    background-color: #B7B1AE !important; }

.display-group {
  border-bottom: 1px solid #DBD8D6;
  margin: 0;
  padding: 1.25em 0; }
  .display-group.condensed {
    padding: 0;
    border: none; }
    .display-group.condensed label {
      color: #512B1A; }
  .display-group label {
    font-weight: 600;
    text-transform: uppercase;
    color: #B7B1AE;
    display: inline;
    clear: both; }
    .display-group label .hs-tooltip {
      padding-left: 0.2em; }
  .display-group .content {
    float: right;
    color: #512B1A;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7em; }
  .display-group.first {
    padding-top: 5px; }
  .display-group.last {
    border-bottom: none;
    padding-bottom: 5px; }

.body.secondary .display-group {
  margin: 0;
  padding: 0 0 8px 0;
  border: none; }
  .body.secondary .display-group label {
    text-transform: none;
    font-weight: 400;
    color: #B7B1AE;
    font-size: .75em; }
  .body.secondary .display-group .content {
    font-size: .75em; }
  .body.secondary .display-group.last {
    padding-bottom: 0px; }

.form-group-remove .form-group {
  margin: 0 !important;
  padding: 0 !important; }
  .form-group-remove .form-group.user_currency {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  @media (min-width: 768px) {
    .form-group-remove .form-group.user_currency .form-control {
      width: 78%; } }
.hs-page-ready .firefox select:not(:disabled), .hs-page-ready .webkit select:not(:disabled), .hs-page-ready .ie select:not(:disabled), .hs-page-ready select:not(:disabled) {
  background: #FFFFFF url(/assets/icons/icon-dropdown-arrow-d1bc8622989d7fb6acc5c72e6331231ebaaca77e76fa8732b141545a91d44c76.svg) no-repeat right 0.8em center !important; }

.firefox select, .webkit select, .ie select, select {
  color: #512B1A;
  overflow: hidden;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DBD8D6; }
  .firefox select::-ms-expand, .webkit select::-ms-expand, .ie select::-ms-expand, select::-ms-expand {
    display: none !important; }

body .webkit select, select {
  padding-right: 36px !important;
  border-radius: 2px !important; }

[for$="date_of_birth_3i"] + div select.select,
[for$="date_of_birth_1i"] + div select.select {
  padding-left: 10px;
  display: inline; }

[for$="date_of_birth_3i"] + div select[id$="date_of_birth_3i"] {
  margin: 0 1% 0 0;
  width: 25%; }

[for$="date_of_birth_3i"] + div select[id$="date_of_birth_2i"] {
  margin: 0 1% 0 0;
  width: 42%; }

[for$="date_of_birth_3i"] + div select[id$="date_of_birth_1i"] {
  margin: 0;
  width: 25%; }

[for$="date_of_birth_1i"] + div select[id$="date_of_birth_1i"] {
  margin: 0 1% 0 0;
  width: 25%; }

[for$="date_of_birth_1i"] + div select[id$="date_of_birth_2i"] {
  margin: 0 1% 0 0;
  width: 42%; }

[for$="date_of_birth_1i"] + div select[id$="date_of_birth_3i"] {
  margin: 0;
  width: 25%; }

.firefox select {
  padding-right: 36px !important;
  text-indent: -2px !important;
  text-overflow: ''; }

.ie select.select::-ms-expand {
  display: none !important; }

.input-group .form-control:last-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.input-group .input-group-addon {
  width: inherit;
  background-color: #F1EFEF;
  color: #B7B1AE;
  font-weight: 600;
  font-size: .75em;
  border-color: #DBD8D6;
  letter-spacing: .03em;
  padding: .9em .9em .8em;
  border-radius: 0 2px 2px 0; }

.hs-input-inline-icon {
  position: relative; }
  .hs-input-inline-icon select,
  .hs-input-inline-icon input {
    padding-left: 2.6rem; }
  .hs-input-inline-icon .hs-icon:not(.true) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2.6rem;
    padding-top: .8rem;
    text-align: center;
    font-size: 1.2em;
    color: #B7B1AE;
    pointer-events: none; }

.email-suggestion a span {
  font-weight: 500;
  font-style: italic; }

form abbr {
  display: none; }
form .guests {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

form input.disabled[disabled]:not(.boolean) {
  width: 100%; }

form input.check-in[readonly], form input.check-out[readonly] {
  color: #512B1A;
  cursor: pointer; }
  form input.check-in.check-in[readonly], form input.check-in.check-out[readonly], form input.check-out.check-in[readonly], form input.check-out.check-out[readonly] {
    background-color: #ffffff !important; }

form .input-icon:not(.hs-icon),
form .input-icon.true {
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: right 50%;
  height: 2.8em;
  width: 1.8em; }
  form .input-icon.location-icon:not(.hs-icon),
  form .input-icon.true.location-icon {
    background-image: url(/assets/icons/icon-form-location-70f69244116a5a9368717cbad719ef08450bc61f13e0c3e60660427922bf55f6.svg);
    background-size: 15px 20px; }
  form .input-icon.check_in-icon:not(.hs-icon), form .input-icon.arrival_date-icon:not(.hs-icon),
  form .input-icon.true.check_in-icon,
  form .input-icon.true.arrival_date-icon {
    background-image: url(/assets/icons/icon-form-check-in-ca9fdfbca0f020e21333bccc49b8aa34871cc63ceb2e6592d22821346f7b5f84.svg);
    background-size: 18px 20px; }
  form .input-icon.check_out-icon:not(.hs-icon), form .input-icon.departure_date-icon:not(.hs-icon),
  form .input-icon.true.check_out-icon,
  form .input-icon.true.departure_date-icon {
    background-image: url(/assets/icons/icon-form-check-out-f2106ddfc08252af2b6be5f0b81451399196401425667ccd50df5a6cd710d6e7.svg);
    background-size: 18px 20px; }
  form .input-icon.guests-icon:not(.hs-icon),
  form .input-icon.true.guests-icon {
    background-image: url(/assets/icons/icon-form-guests-a9dc472c3e58ff245d0f2fb984851680727def3c34d3c97a382318a06bee0b47.svg);
    background-size: 20px 20px; }
  form .input-icon.submit-icon:not(.hs-icon),
  form .input-icon.true.submit-icon {
    background-size: 26px;
    background-position: 50%;
    background-image: url(/assets/icons/icon-form-search-0307e4e25a0a63e1b4b847489fce26baa633f0cf5c801fd9968a4ca3e2166634.svg);
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    height: 26px;
    width: 26px;
    pointer-events: none; }

form .location {
  padding-left: 2.3em; }

form .check-in {
  padding-left: 2.3em;
  margin-right: 15px; }

form .search_location .spinner-backdrop {
  position: absolute;
  right: 10px;
  top: 22%; }

form .search_location .autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
  z-index: 100023;
  max-height: 250px;
  position: fixed !important; }

form .search_location .shy-result {
  opacity: 0.5; }

form .search_location .autocomplete-suggestion, form .search_location .autocomplete-no-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

form .search_location .autocomplete-selected {
  background: #F0F0F0; }

form .search_location .autocomplete-suggestions strong {
  font-weight: normal;
  color: #81aa1b; }

form .search_location .autocomplete-group {
  padding: 2px 5px; }

form .search_location .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

form [name="check_in"] + .tooltip {
  width: 260px;
  left: 0 !important; }
  form [name="check_in"] + .tooltip .tooltip-arrow {
    left: 25% !important; }

form .check-out {
  padding-left: 2.3em; }

form .guests {
  padding-left: 40px !important;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none; }
  form .guests::-ms-expand {
    display: none; }

form .submit {
  width: 100%;
  height: 2.915em; }
  form .submit:not(.submit-with-icon) {
    text-indent: -9999px; }
  @media (max-width: 767px) {
    form .submit {
      height: 3.2em; } }
  @media (min-width: 992px) {
    form .submit {
      position: relative; } }
form .search-button-loading-spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 22%;
  margin-left: -14px;
  margin-right: -14px;
  height: 26px;
  width: 26px;
  pointer-events: none; }

form .submit-with-icon {
  width: 100%;
  height: 2.915em;
  text-align: center; }
  @media (max-width: 767px) {
    form .submit-with-icon {
      height: 3.2em; } }
  @media (min-width: 992px) {
    form .submit-with-icon {
      position: relative; } }
  form .submit-with-icon .icon {
    height: 25px;
    width: 25px;
    background-size: 25px;
    background-position: 50%;
    background-image: url(/assets/icons/icon-form-search-0307e4e25a0a63e1b4b847489fce26baa633f0cf5c801fd9968a4ca3e2166634.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  form .submit-with-icon span {
    vertical-align: middle;
    color: #fff; }
    form .submit-with-icon span.ready {
      display: inline; }
    form .submit-with-icon span.loading {
      display: none; }
  form .submit-with-icon[disabled] {
    background: #CA005D; }
    form .submit-with-icon[disabled] span {
      color: #fff; }
      form .submit-with-icon[disabled] span.loading {
        display: inline; }
      form .submit-with-icon[disabled] span.ready {
        display: none; }

form.form-inline .search_location input,
form.form-inline .search_stage_id select {
  width: 400px; }

form.form-inline .search_check_in input,
form.form-inline .search_check_out input,
form.form-inline .search_guests select {
  width: 150px; }

form.form-inline .fancy-button-wrapper {
  width: 120px; }

form.form-inline .submit {
  padding: 6px 15px 6px;
  width: 2.844em;
  height: 2.78em; }

form.homepage-form .form-group {
  margin-bottom: 10px; }

form.homepage-form .form-control {
  display: inline; }

form.homepage-form .check-in-group {
  margin-right: 4%; }

form.homepage-form .check-in-group,
form.homepage-form .check-out-group {
  width: 48%;
  display: inline-flex; }
  @media (min-width: 1201px) {
    form.homepage-form .check-in-group,
    form.homepage-form .check-out-group {
      width: 37%;
      margin-right: 2%; } }
@media (min-width: 1201px) {
  form.homepage-form .guests-group {
    display: inline-block;
    width: 22%; } }

form.homepage-form .submit-group {
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0; }

.searching .search-button-loading-spinner {
  display: block; }

.searching .submit-icon {
  display: none; }

.searching .submit-with-icon .loading, .searching .submit-with-icon .icon {
  display: none !important; }

.hs-page-ready form .guests {
  background: url(/assets/icons/icon-dropdown-arrow-d1bc8622989d7fb6acc5c72e6331231ebaaca77e76fa8732b141545a91d44c76.svg) no-repeat right 0.8em center #ffffff; }
.spinner-backdrop {
  background-color: #F1EFEF; }
  .spinner-backdrop.white-bg {
    background-color: #ffffff; }
    .spinner-backdrop.white-bg .spinner {
      border-color: #DBD8D6;
      border-left-color: #2B95CA; }

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.spinner.tiny, .spinner.tiny:after {
  border-radius: 50%;
  width: 1em;
  height: 1em; }

.spinner.small, .spinner.small:after {
  border-radius: 50%;
  width: 5em;
  height: 5em; }

.spinner.x-small, .spinner.x-small:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em; }

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

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

.loader-block {
  font-size: 8px;
  width: 11em;
  height: 11em;
  position: relative; }
  .loader-block .loader {
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #DBD8D6;
    background: -moz-linear-gradient(left, #DBD8D6 10%, rgba(0, 0, 0, 0) 42%);
    background: -webkit-linear-gradient(left, #DBD8D6 10%, rgba(0, 0, 0, 0) 42%);
    background: -o-linear-gradient(left, #DBD8D6 10%, rgba(0, 0, 0, 0) 42%);
    background: -ms-linear-gradient(left, #DBD8D6 10%, rgba(0, 0, 0, 0) 42%);
    background: linear-gradient(to right, #DBD8D6 10%, rgba(0, 0, 0, 0) 42%);
    position: relative;
    -webkit-animation: spinning 1.4s infinite linear;
    animation: spinning 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
    .loader-block .loader:before {
      width: 50%;
      height: 50%;
      background: #DBD8D6;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
  .loader-block .loader-icon-circle {
    position: absolute;
    width: 8em;
    height: 8em;
    background-color: #CA005D;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-top: -4em;
    margin-left: -4em;
    border-radius: 4em;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-animation: color_change 10s infinite ease-in-out;
    animation: color_change 10s infinite ease-in-out; }
  .loader-block .loader-icon {
    position: absolute;
    width: 8em;
    height: 8em;
    background-image: url(/assets/icons/icon-form-search-0307e4e25a0a63e1b4b847489fce26baa633f0cf5c801fd9968a4ca3e2166634.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 45%;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin-top: -4em;
    margin-left: -4em; }
  @media (max-width: 768px) {
    .loader-block {
      width: 8em;
      height: 8em; }
      .loader-block .loader {
        width: 8em;
        height: 8em; }
      .loader-block .loader-icon-circle, .loader-block .loader-icon {
        width: 5em;
        height: 5em;
        margin-top: -2.5em;
        margin-left: -2.5em; } }
@-webkit-keyframes boing {
  0% {
    background-size: 40%;
    opacity: .8; }
  50% {
    background-size: 48%;
    opacity: 1; }
  100% {
    background-size: 40%;
    opacity: .8; } }

@keyframes boing {
  0% {
    background-size: 40%;
    opacity: .8; }
  50% {
    background-size: 48%;
    opacity: 1; }
  100% {
    background-size: 40%;
    opacity: .8; } }

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

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

@-webkit-keyframes color_change {
  0% {
    background-color: #CA005D; }
  33% {
    background-color: #EFAA00; }
  66% {
    background-color: #92C01F; }
  100% {
    background-color: #CA005D; } }

@keyframes color_change {
  0% {
    background-color: #CA005D; }
  33% {
    background-color: #EFAA00; }
  66% {
    background-color: #92C01F; }
  100% {
    background-color: #CA005D; } }

.rec-spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .rec-spinner > div {
    background-color: #6D635F;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin-right: 2px;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out; }
  .rec-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .rec-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .rec-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .rec-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.sk-circle {
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.spacer {
  margin-top: 1.25em; }
  .spacer.with-clear {
    clear: both; }

.spacer-half {
  margin-top: 0.625em; }

.spacer-one-and-half {
  margin-top: 1.875em; }

.spacer-double {
  margin-top: 2.5em; }

.spacer-triple {
  margin-top: 3.75em; }

.spacer-quadruple {
  margin-top: 5em; }

@media (max-width: 991px) {
  .spacer-sm {
    margin-top: 1.25em; }
    .spacer-sm.with-clear {
      clear: both; } }

@media (max-width: 767px) {
  .spacer-0-sm {
    margin-top: 0; } }

@media (max-width: 991px) {
  .spacer-half-sm {
    margin-top: 0.625em; } }

@media (max-width: 991px) {
  .spacer-double-sm {
    margin-top: 2.5em; } }

@media (max-width: 991px) {
  .spacer-triple-sm {
    margin-top: 3.75em; } }

@media (max-width: 991px) {
  .spacer-quadruple-sm {
    margin-top: 5em; } }

@media (max-width: 767px) {
  .spacer-xs {
    margin-top: 1.25em; }
    .spacer-xs.with-clear {
      clear: both; } }

@media (max-width: 767px) {
  .spacer-0-xs {
    margin-top: 0; } }

@media (max-width: 767px) {
  .spacer-half-xs {
    margin-top: 0.625em; } }

@media (max-width: 767px) {
  .spacer-double-xs {
    margin-top: 2.5em; } }

@media (max-width: 767px) {
  .spacer-triple-xs {
    margin-top: 3.75em; } }

@media (max-width: 767px) {
  .spacer-quadruple-xs {
    margin-top: 5em; } }

hr {
  border: 0;
  border-top: 1px solid #DBD8D6; }
  hr.no-margin {
    margin: 0; }

@media (min-width: 768px) {
  .pull-left-sm {
    float: left; } }

@media (min-width: 768px) {
  .pull-right-sm {
    float: right; } }

@media (min-width: 992px) {
  .pull-left-md {
    float: left; } }

@media (min-width: 992px) {
  .pull-right-md {
    float: right; } }
.rounded-picture.small {
  background: #F1EFEF;
  text-align: center;
  border: 3px solid #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  width: 44px;
  height: 44px; }
  .rounded-picture.small img, .rounded-picture.small .spinner-backdrop {
    border-radius: 19px;
    width: 38px;
    height: 38px; }
    .rounded-picture.small img .spinner, .rounded-picture.small .spinner-backdrop .spinner {
      top: 10%;
      width: 80%;
      height: 80%; }

.rounded-picture.medium {
  background: #F1EFEF;
  text-align: center;
  border: 4px solid #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 42px;
  width: 84px;
  height: 84px; }
  .rounded-picture.medium img, .rounded-picture.medium .spinner-backdrop {
    border-radius: 38px;
    width: 76px;
    height: 76px; }
    .rounded-picture.medium img .spinner, .rounded-picture.medium .spinner-backdrop .spinner {
      top: 10%;
      width: 80%;
      height: 80%; }

.rounded-picture.large {
  background: #F1EFEF;
  text-align: center;
  border: 6px solid #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 82px;
  width: 164px;
  height: 164px; }
  .rounded-picture.large img, .rounded-picture.large .spinner-backdrop {
    border-radius: 76px;
    width: 152px;
    height: 152px; }
    .rounded-picture.large img .spinner, .rounded-picture.large .spinner-backdrop .spinner {
      top: 10%;
      width: 80%;
      height: 80%; }

.rounded-picture.full-width img {
  border-radius: 1000px;
  width: 100%;
  height: auto;
  border: 4px solid #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) and (max-width: 1199px) {
  .rounded-picture.medium-md {
    background: #F1EFEF;
    text-align: center;
    border: 4px solid #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 42px;
    width: 84px;
    height: 84px; }
    .rounded-picture.medium-md img, .rounded-picture.medium-md .spinner-backdrop {
      border-radius: 38px;
      width: 76px;
      height: 76px; }
      .rounded-picture.medium-md img .spinner, .rounded-picture.medium-md .spinner-backdrop .spinner {
        top: 10%;
        width: 80%;
        height: 80%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .rounded-picture.medium-sm {
    background: #F1EFEF;
    text-align: center;
    border: 4px solid #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 42px;
    width: 84px;
    height: 84px; }
    .rounded-picture.medium-sm img, .rounded-picture.medium-sm .spinner-backdrop {
      border-radius: 38px;
      width: 76px;
      height: 76px; }
      .rounded-picture.medium-sm img .spinner, .rounded-picture.medium-sm .spinner-backdrop .spinner {
        top: 10%;
        width: 80%;
        height: 80%; } }

@media (max-width: 767px) {
  .rounded-picture.medium-xs {
    background: #F1EFEF;
    text-align: center;
    border: 4px solid #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 42px;
    width: 84px;
    height: 84px; }
    .rounded-picture.medium-xs img, .rounded-picture.medium-xs .spinner-backdrop {
      border-radius: 38px;
      width: 76px;
      height: 76px; }
      .rounded-picture.medium-xs img .spinner, .rounded-picture.medium-xs .spinner-backdrop .spinner {
        top: 10%;
        width: 80%;
        height: 80%; } }

@media (max-width: 767px) {
  .rounded-picture.small-xs {
    background: #F1EFEF;
    text-align: center;
    border: 3px solid #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 22px;
    width: 44px;
    height: 44px; }
    .rounded-picture.small-xs img, .rounded-picture.small-xs .spinner-backdrop {
      border-radius: 19px;
      width: 38px;
      height: 38px; }
      .rounded-picture.small-xs img .spinner, .rounded-picture.small-xs .spinner-backdrop .spinner {
        top: 10%;
        width: 80%;
        height: 80%; } }

.rounded-picture.picture-centered {
  margin-right: auto;
  margin-left: auto; }

.icon-position {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2; }

.review-avatar {
  position: relative;
  background: #F1EFEF;
  text-align: center;
  border: 4px solid #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 44px;
  width: 88px;
  height: 88px; }
  .review-avatar img, .review-avatar .spinner-backdrop {
    border-radius: 40px;
    width: 80px;
    height: 80px; }
    .review-avatar img .spinner, .review-avatar .spinner-backdrop .spinner {
      top: 10%;
      width: 80%;
      height: 80%; }
  .review-avatar .shield-icon {
    width: 20px;
    height: 25px; }
  .review-avatar .reviews .review-score {
    width: 100%; }
  .review-avatar.center {
    margin-left: auto;
    margin-right: auto; }

.video-thumbnail {
  margin-top: 0.625em;
  position: relative; }
  .video-thumbnail .hs-icon {
    position: absolute;
    width: 160px;
    text-align: center;
    top: 30%;
    color: white;
    font-size: 45px; }
  .video-thumbnail img {
    width: 160px; }
@media (max-width: 767px) {
  video {
    width: 100% !important; } }

video.video-message {
  height: 240px;
  width: 340px; }
span.label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-radius: 14px;
  padding: .25em .6em .2em;
  display: inline-block;
  white-space: normal;
  line-height: 1.2em; }

span.label.label-default {
  color: #FFFFFF;
  background-color: #B7B1AE;
  border: 1px solid #B7B1AE; }

span.label.label-primary {
  color: #FFFFFF;
  background-color: #CA005D;
  border: 1px solid #CA005D; }

span.label.label-success {
  color: #FFFFFF;
  background-color: #92C01F;
  border: 1px solid #92C01F; }

span.label.label-info {
  color: #FFFFFF;
  background-color: #2B95CA;
  border: 1px solid #2B95CA; }

span.label.label-warning {
  color: #FFFFFF;
  background-color: #EC7A0B;
  border: 1px solid #EC7A0B; }

span.label.label-attention {
  color: #FFFFFF;
  background-color: #EFAA00;
  border: 1px solid #EFAA00; }

span.label.label-danger {
  color: #FFFFFF;
  background-color: red;
  border: 1px solid red; }

span.label.label-default-inverted {
  color: #B7B1AE;
  background-color: transparent;
  border: 1px solid #B7B1AE; }

span.label.label-primary-inverted {
  color: #CA005D;
  background-color: transparent;
  border: 1px solid #CA005D; }

span.label.label-success-inverted {
  color: #92C01F;
  background-color: transparent;
  border: 1px solid #92C01F; }

span.label.label-info-inverted {
  color: #2B95CA;
  background-color: transparent;
  border: 1px solid #2B95CA; }

span.label.label-warning-inverted {
  color: #EC7A0B;
  background-color: transparent;
  border: 1px solid #EC7A0B; }

span.label.label-attention-inverted {
  color: #EFAA00;
  background-color: transparent;
  border: 1px solid #EFAA00; }

span.label.label-danger-inverted {
  color: red;
  background-color: transparent;
  border: 1px solid red; }

span.label.label-white-transparent {
  color: white;
  background-color: transparent;
  border: 1px solid white; }

span.label a {
  color: #FFFFFF; }
  span.label a:hover {
    text-decoration: none; }

.homestay-container header h3 + span.label {
  position: absolute;
  top: 50%;
  margin-top: -.8em;
  right: 15px; }
dl.data-list dd {
  font-size: 1em;
  margin: 0; }
  dl.data-list dd + h1, dl.data-list dd + h2, dl.data-list dd + h3 {
    margin: 1em 0 0; }
  dl.data-list dd + h4 {
    margin: 1.2em 0 0; }
  dl.data-list dd + h5 {
    margin: 1.5em 0 0; }

dl.data-list dt {
  font-size: .75em;
  line-height: 1.625em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .03em; }

dl.data-list dd {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

dl {
  margin: 0;
  padding: 0;
  display: block; }
  dl + .footer {
    margin-top: 0.8325em !important; }
  dl dt {
    font-weight: 600;
    font-size: .75em;
    text-transform: uppercase;
    line-height: 1.6em;
    color: #B7B1AE;
    margin: 0;
    letter-spacing: .03em;
    padding: 0; }
  dl dd {
    margin: 0;
    padding: .15em 0 0;
    line-height: 1.6em; }
    dl dd + dt {
      padding: .8em 0 0; }
  dl.data-list {
    width: 100%; }
    dl.data-list:after {
      clear: both;
      display: block;
      content: ""; }
    dl.data-list dt {
      clear: both;
      float: left;
      color: #B7B1AE; }
    dl.data-list dd {
      float: right; }
    dl.data-list dt,
    dl.data-list dd {
      padding: .5em 0; }
.popover {
  background-color: #524a47;
  border-radius: 4px !important;
  max-width: 320px;
  padding: .75em 1em;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.6em;
  letter-spacing: .03em;
  color: #FFFFFF;
  box-shadow: none;
  font-family: Open sans;
  border: 0;
  z-index: 100022;
  /** Right **/
  /** Left **/
  /** Top **/
  /** Bottom **/ }
  .popover h3.popover-title, .popover h3 {
    text-transform: uppercase;
    margin: .5em 0;
    padding: 0px;
    font-size: .75em;
    background-color: transparent;
    font-weight: 600;
    letter-spacing: .04em;
    border-color: transparent; }
  .popover .popover-content {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: .75em;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: .03em;
    color: #FFFFFF; }
    .popover .popover-content > * {
      font-size: 1em; }
    .popover .popover-content p, .popover .popover-content h4 {
      font-size: 1em;
      line-height: 1.6em;
      letter-spacing: .03em;
      color: #FFFFFF;
      margin: 0 0 .5em 0; }
      .popover .popover-content p a, .popover .popover-content p a:hover, .popover .popover-content h4 a, .popover .popover-content h4 a:hover {
        border-color: transparent; }
      .popover .popover-content p:last-child, .popover .popover-content h4:last-child {
        margin: 0; }
      .popover .popover-content p + h3, .popover .popover-content h4 + h3 {
        margin-top: 1em; }
    .popover .popover-content h4 {
      font-style: italic;
      font-weight: 600;
      margin: 0 0 .2em 0; }
    .popover .popover-content a {
      color: #FFFFFF;
      text-decoration: underline;
      padding: .5em; }
  .popover.right > .arrow {
    border-right-color: transparent; }
    .popover.right > .arrow:after {
      border-right-color: #524a47; }
  .popover.left > .arrow {
    border-left-color: transparent; }
    .popover.left > .arrow:after {
      border-left-color: #524a47; }
  .popover.top > .arrow {
    border-top-color: transparent; }
    .popover.top > .arrow:after {
      border-top-color: #524a47; }
  .popover.bottom > .arrow {
    border-bottom-color: transparent; }
    .popover.bottom > .arrow:after {
      border-bottom-color: #524a47; }
  .popover.bright {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.15);
    background-color: #EFAA00; }
    .popover.bright.right > .arrow:after {
      border-right-color: #EFAA00; }
    .popover.bright.left > .arrow:after {
      border-left-color: #EFAA00; }
    .popover.bright.top > .arrow:after {
      border-top-color: #EFAA00; }
    .popover.bright.bottom > .arrow:after {
      border-bottom-color: #EFAA00; }
.tooltip {
  padding: 0;
  z-index: 100022; }
  .tooltip.in {
    opacity: 1; }
  .tooltip.right .tooltip-arrow {
    border-right-color: #524a47; }
  .tooltip.left .tooltip-arrow {
    border-left-color: #524a47; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #524a47; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #524a47; }
  .tooltip .tooltip-inner {
    background: #524a47;
    max-width: 320px;
    text-align: center;
    border-radius: 4px;
    padding: 1.2em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: .03em;
    font-family: Open sans, sans-serif; }
.map {
  width: 100%; }
  .map img {
    max-width: none; }
  .map label {
    width: auto;
    display: inline; }
  .map .static {
    display: none; }
  .map .interactive {
    width: 100%;
    height: 100%; }
#host-tcs-modal p.small {
  font-size: .75em;
  line-height: 1.625em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .03em; }

.modal {
  z-index: 100021; }
  .modal.full-width .modal-dialog {
    margin: 0; }
    .modal.full-width .modal-dialog .modal-content {
      border-radius: 0px; }
  .modal .modal-backdrop {
    position: fixed;
    bottom: 0;
    background-color: #373230; }
    .modal .modal-backdrop.in {
      opacity: .9; }
  .modal.just-fade-in {
    opacity: 1;
    transition: opacity .3s; }
    .modal.just-fade-in:not(.in) {
      opacity: 0; }
  .modal .modal-content {
    background-color: #F1EFEF; }
  .modal.fade.fade-right:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  .modal.fade.fade-left:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  .modal.fade.fade-bottom:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0); }
  .modal.white .modal-dialog .modal-content {
    background-color: inherit; }
    .modal.white .modal-dialog .modal-content .modal-header, .modal.white .modal-dialog .modal-content .modal-body {
      background-color: #FFFFFF; }
  .modal .modal-dialog .modal-content {
    border-radius: 4px;
    border-width: 0; }
    .modal .modal-dialog .modal-content > .modal-header,
    .modal .modal-dialog .modal-content > .modal-body,
    .modal .modal-dialog .modal-content > .modal-footer {
      padding: 1.25em 15px;
      margin: 0;
      background-color: #F1EFEF; }
      .modal .modal-dialog .modal-content > .modal-header:last-of-type,
      .modal .modal-dialog .modal-content > .modal-body:last-of-type,
      .modal .modal-dialog .modal-content > .modal-footer:last-of-type {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden; }
    .modal .modal-dialog .modal-content .modal-header {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-color: #DBD8D6;
      position: relative;
      min-height: 0; }
      .modal .modal-dialog .modal-content .modal-header h3 {
        padding-right: 18px;
        font-size: 1.5em;
        line-height: 1.6em;
        font-weight: 300;
        margin: 0; }
        .modal .modal-dialog .modal-content .modal-header h3.center {
          text-align: center;
          padding-left: 18px; }
      .modal .modal-dialog .modal-content .modal-header button.close {
        position: absolute;
        top: 50%;
        right: 15px;
        width: 16px;
        height: 16px;
        background: transparent;
        margin-top: -8px;
        opacity: .85;
        background-image: url(/assets/icons/icon-close-grey-501fb705a5a1d52f7752aa1dc5504e475406cc2187307d94f1964ee85857cf30.svg);
        background-repeat: no-repeat;
        background-size: 16px; }
        .modal .modal-dialog .modal-content .modal-header button.close:hover {
          opacity: 1; }
        .modal .modal-dialog .modal-content .modal-header button.close:focus {
          outline: 0; }
      .modal .modal-dialog .modal-content .modal-header.fancy *, .modal .modal-dialog .modal-content .modal-header.blue *, .modal .modal-dialog .modal-content .modal-header.secondary *, .modal .modal-dialog .modal-content .modal-header.tertiary * {
        color: #FFFFFF; }
      .modal .modal-dialog .modal-content .modal-header.fancy button.close, .modal .modal-dialog .modal-content .modal-header.blue button.close, .modal .modal-dialog .modal-content .modal-header.secondary button.close, .modal .modal-dialog .modal-content .modal-header.tertiary button.close {
        background-image: url(/assets/icons/icon-close-white-6fa86b5533cef902fa6ca5869d6ee876d604810807ce82259f8da35052a73387.svg); }
      .modal .modal-dialog .modal-content .modal-header.fancy {
        background-color: #CA005D; }
      .modal .modal-dialog .modal-content .modal-header.blue {
        background-color: #8EC9E7; }
      .modal .modal-dialog .modal-content .modal-header.secondary {
        background-color: #92C01F; }
      .modal .modal-dialog .modal-content .modal-header.tertiary {
        background-color: #6D635F; }
      .modal .modal-dialog .modal-content .modal-header.header-small {
        padding: 0; }
        .modal .modal-dialog .modal-content .modal-header.header-small h5 {
          line-height: 1.8em;
          padding: 0.8333333333em 15px; }
      .modal .modal-dialog .modal-content .modal-header.text-center .modal-header h3 {
        text-align: center;
        padding-left: 18px; }
      .modal .modal-dialog .modal-content .modal-header.text-center .modal-footer {
        text-align: center; }
    .modal .modal-dialog .modal-content .modal-body {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .modal .modal-dialog .modal-content .modal-body .alert {
        margin-top: 0; }
      .modal .modal-dialog .modal-content .modal-body > .tip {
        margin-top: 0; }
      .modal .modal-dialog .modal-content .modal-body .icon-block.icon_center {
        text-align: center; }
        .modal .modal-dialog .modal-content .modal-body .icon-block.icon_center .icon {
          margin: 10px auto 0 auto;
          font-size: 40px;
          font-size: 2.5rem; }
          .modal .modal-dialog .modal-content .modal-body .icon-block.icon_center .icon:before {
            width: inherit;
            height: 60px; }
        .modal .modal-dialog .modal-content .modal-body .icon-block.icon_center .content {
          clear: both; }
      .modal .modal-dialog .modal-content .modal-body .icon-block .icon {
        text-align: center;
        display: inline-block;
        width: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 999px;
        color: #FFFFFF;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        background: #92C01F; }
        .modal .modal-dialog .modal-content .modal-body .icon-block .icon:before {
          margin: 0;
          vertical-align: middle;
          display: table-cell; }
        @media (min-width: 768px) and (max-width: 991px) {
          .modal .modal-dialog .modal-content .modal-body .icon-block .icon:before {
            display: inline-block;
            padding-top: 11px; } }
    .modal .modal-dialog .modal-content .modal-footer {
      padding-top: 5px;
      border-color: transparent; }
      .modal .modal-dialog .modal-content .modal-footer a.button {
        float: right; }
  .modal .icon.icon.hs-icon-alert {
    font-size: 80px;
    color: #EFAA00; }

@media (max-width: 767px) {
  .modal .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    width: 100%; }
    .modal .modal-dialog .modal-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0 !important;
      width: auto !important;
      margin: 0 !important;
      background-color: #F1EFEF;
      overflow: auto; }
      .modal .modal-dialog .modal-content,
      .modal .modal-dialog .modal-content .modal-header,
      .modal .modal-dialog .modal-content .modal-body,
      .modal .modal-dialog .modal-content .modal-footer {
        border-radius: 0 !important; } }

.modal.modal-fullscreen .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  width: 100%; }
  .modal.modal-fullscreen .modal-dialog .modal-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0 !important;
    width: auto !important;
    margin: 0 !important;
    background-color: #F1EFEF;
    overflow: auto; }
    .modal.modal-fullscreen .modal-dialog .modal-content,
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-header,
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-body,
    .modal.modal-fullscreen .modal-dialog .modal-content .modal-footer {
      border-radius: 0 !important; }
.faqs .faq {
  border-top: 1px solid #DBD8D6;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  cursor: pointer; }
  .faqs .faq:last-child {
    border-bottom: 1px solid #DBD8D6; }
  .faqs .faq h4 {
    color: #2B95CA;
    padding-right: 35px;
    position: relative;
    cursor: pointer; }
    .faqs .faq h4 i {
      padding: 1px;
      position: absolute;
      right: -1px;
      top: 50%;
      margin-top: -.45em; }
  .faqs .faq i.hs-icon-plus-circle {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .faqs .faq:last-child {
    border-bottom: 1px solid #DBD8D6; }
  .faqs .faq .body {
    height: auto;
    padding-top: 1em;
    opacity: 1;
    overflow: hidden;
    transition: opacity 0.3s; }
    .faqs .faq .body.small-text {
      font-size: .75em;
      line-height: 1.8em;
      letter-spacing: .03em;
      padding-top: .8em; }
  .faqs .faq.closed i.hs-icon-plus-circle {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .faqs .faq.closed .body {
    height: 0;
    min-height: 0;
    padding: 0;
    opacity: 0; }

.faqs:not(.default-text) .faq h4 {
  font-size: 1em;
  font-weight: 400; }
  @media (max-width: 767px) {
    .faqs:not(.default-text) .faq h4 {
      font-size: 0.9em; } }
.faqs:not(.default-text) .faq p {
  font-size: .75em;
  line-height: 1.8em;
  letter-spacing: .03em; }
.display-row {
  clear: both; }
  .display-row h5, .display-row p {
    padding: 1.25em 0;
    margin: 0; }
  .display-row h5 {
    float: left;
    clear: both; }
  .display-row p {
    float: right; }
  .display-row:last-child h5, .display-row:last-child p {
    padding-bottom: 0; }

.homestay-container .body + .display-row {
  padding-top: 0; }

.display-row + .display-row {
  border-top: 1px solid #DBD8D6; }
ul.ticks li:before {
  vertical-align: middle;
  color: #92C01F;
  font-family: 'hs-icon-font';
  border-radius: 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  content: "\e918"; }

ul.tick-list {
  margin-top: .3em;
  margin-bottom: 0; }
  ul.tick-list li {
    margin-bottom: .3em; }
    ul.tick-list li i {
      position: relative;
      line-height: 1.625em;
      letter-spacing: .03em; }
      ul.tick-list li i:before {
        position: absolute;
        top: -2px; }
      ul.tick-list li i.hs-icon-tick-thick {
        color: #92C01F; }
      ul.tick-list li i.hs-icon-ex {
        color: #B7B1AE; }
        ul.tick-list li i.hs-icon-ex + span {
          color: #B7B1AE; }
      ul.tick-list li i.hs-icon-ex.attention {
        color: #DC4814;
        font-weight: 700; }
        ul.tick-list li i.hs-icon-ex.attention + span {
          color: #DC4814; }
    ul.tick-list li span {
      margin-left: 1.4em; }
  ul.tick-list.list-inline {
    margin: 0; }
    ul.tick-list.list-inline li {
      display: inline-block;
      padding: 0;
      margin: 0 2em 0 0; }
      ul.tick-list.list-inline li.title {
        margin-right: 3em; }
@keyframes bob {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%); } }

@-webkit-keyframes bob {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-20%); } }

.transition-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  animation-name: bob;
  -webkit-animation-name: bob;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.pulsate_badge {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 36px;
  width: 36px;
  display: block; }
  .pulsate_badge.on {
    -webkit-box-shadow: 0 0 0 7px rgba(188, 219, 144, 0.7);
    box-shadow: 0 0 0 7px rgba(188, 219, 144, 0.7);
    background-color: #91c848;
    -webkit-animation-name: pulsate;
    -webkit-animation-duration: .8s;
    -webkit-animation-iteration-count: infinite;
    animation-name: pulsate;
    animation-duration: .8s;
    animation-iteration-count: infinite; }
  .pulsate_badge.off {
    background-color: #DBD8D6; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-box-shadow: 0 0 0 7px rgba(188, 219, 144, 0.7); }
  80% {
    -webkit-box-shadow: 0 0 0 -2px rgba(188, 219, 144, 0.3); }
  100% {
    -webkit-box-shadow: 0 0 0 7px rgba(188, 219, 144, 0.7); } }

@keyframes pulsate {
  0% {
    box-shadow: 0 0 0 7px rgba(188, 219, 144, 0.7); }
  80% {
    box-shadow: 0 0 0 -2px rgba(188, 219, 144, 0.3); }
  100% {
    box-shadow: 0 0 0 7px rgba(188, 219, 144, 0.7); } }

.transition-pause {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.transition-count-once {
  animation-iteration-count: 1 !important;
  -webkit-animation-iteration-count: 1 !important; }

.transition-count-twice {
  animation-iteration-count: 2 !important;
  -webkit-animation-iteration-count: 2 !important; }
/*
  The utils.scss is meant for any selectors that are extending the grid system
  and/or any other structural elements
*/
.row.column-center {
  text-align: center; }
  .row.column-center > [class^="col-"],
  .row.column-center > [class*=" col-"] {
    float: none;
    display: inline-block; }

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

.no-margin {
  margin: 0 !important; }
#site_notifications li .event .request_title {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

#site_notifications {
  position: fixed;
  top: 20px;
  right: 20px;
  list-style-type: none;
  z-index: 100022; }
  #site_notifications li {
    display: block;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #F1EFEF; }
    #site_notifications li .icon {
      float: right;
      margin: -5px; }
      #site_notifications li .icon.hs-icon-approved-circle {
        color: #92C01F; }
    #site_notifications li .event {
      background-color: #ffffff;
      padding: 20px;
      width: 350px;
      margin-bottom: 10px;
      overflow: auto;
      border-radius: 4px;
      background-color: #f1efef;
      position: relative; }
      #site_notifications li .event .avatar {
        float: left; }
        #site_notifications li .event .avatar img {
          width: 69px;
          border-radius: 35px;
          background-color: #ffffff;
          padding: 4px;
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
      #site_notifications li .event .flag {
        position: absolute;
        top: 15px;
        width: 70px;
        line-height: 4.2em; }
      #site_notifications li .event .actions {
        margin-top: 1.25em; }
        #site_notifications li .event .actions.with-clear {
          clear: both; }
      #site_notifications li .event .request_title {
        margin-top: 0.625em; }
      #site_notifications li .event.homestay-notification.attention .message_body {
        color: #DC4814; }
      #site_notifications li .event.homestay-notification.approved .message_body {
        color: #92C01F; }
      #site_notifications li .event .content {
        padding-top: 10px; }
        #site_notifications li .event .content:not(.no-margin) {
          margin-left: 86px; }
        #site_notifications li .event .content .title {
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 600;
          margin: 0px;
          padding-bottom: 5px;
          line-height: 1em; }
        #site_notifications li .event .content .sender {
          font-size: 16px;
          margin: 0px; }
        #site_notifications li .event .content blockquote {
          font-style: italic;
          color: #719418;
          font-weight: 600; }
        #site_notifications li .event .content .message_body, #site_notifications li .event .content blockquote {
          font-size: 12px;
          line-height: 19px;
          padding: 0px;
          border: 0px;
          margin: 0px;
          letter-spacing: .03em; }
      #site_notifications li .event.trip-suggestion {
        overflow: visible; }
        #site_notifications li .event.trip-suggestion em {
          font-style: normal; }
        #site_notifications li .event.trip-suggestion .note {
          font-size: 12px;
          line-height: 19px; }
          #site_notifications li .event.trip-suggestion .note i {
            color: #B7B1AE;
            -webkit-transition: color 0.15s ease-in-out;
            -moz-transition: color 0.15s ease-in-out;
            transition: color 0.15s ease-in-out; }
            #site_notifications li .event.trip-suggestion .note i:hover {
              color: #512B1A; }
          #site_notifications li .event.trip-suggestion .note .popover a, #site_notifications li .event.trip-suggestion .note .popover:hover {
            border: 0; }
  @media (max-width: 767px) {
    #site_notifications {
      padding: 0;
      left: 20px; }
      #site_notifications li {
        position: absolute;
        top: 0; }
        #site_notifications li blockquote {
          overflow: hidden;
          height: 19px;
          text-overflow: ellipsis;
          white-space: pre; }
      #site_notifications li:nth-child(2) {
        top: 15px;
        z-index: 1; }
      #site_notifications li:nth-child(1) {
        top: 30px;
        z-index: 2; }
      #site_notifications li:nth-child(0) {
        top: 45px;
        z-index: 3; } }
#bottom-notification {
  position: fixed;
  padding: 15px;
  bottom: 16px;
  left: 15px;
  margin-right: 75px;
  z-index: 16000001;
  background-color: #6D635F;
  color: #ffffff;
  text-align: left;
  border-radius: 4px;
  transition-delay: 0s;
  transition: all 1.1s;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  animation-name: slideup;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
  animation-fill-mode: forwards; }
  #bottom-notification .bubble-icon {
    background-repeat: no-repeat;
    background-image: url(/assets/icons/icon-speech-bubbles-5b1076e7f46dac9ac4dbe158fcda9c6244702e99c5687f91221f458ee3b58e30.svg);
    height: 35px;
    width: 35px;
    background-size: contain;
    background-position: top;
    float: left; }
  #bottom-notification .dismiss-icon {
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url(/assets/icons/icon-close-white-6fa86b5533cef902fa6ca5869d6ee876d604810807ce82259f8da35052a73387.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  #bottom-notification .body {
    margin-left: 45px; }
    #bottom-notification .body h5 {
      font-size: .75em;
      line-height: 1.625em;
      margin: 0 25px 0 0;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .03em; }
      #bottom-notification .body h5 a {
        color: #ffffff; }
    #bottom-notification .body p {
      font-size: 0.75em;
      letter-spacing: .03em;
      margin-bottom: 0;
      line-height: 1.625em; }

@-webkit-keyframes slideup {
  0% {
    bottom: -200px;
    opacity: 0; }
  100% {
    bottom: 20px;
    opacity: 1; } }

@-moz-keyframes slideup {
  0% {
    bottom: -200px;
    opacity: 0; }
  100% {
    bottom: 20px;
    opacity: 1; } }

@-o-keyframes slideup {
  0% {
    bottom: -200px;
    opacity: 0; }
  100% {
    bottom: 20px;
    opacity: 1; } }

@keyframes slideup {
  0% {
    bottom: -200px;
    opacity: 0; }
  100% {
    bottom: 20px;
    opacity: 1; } }
body.homestays.show.mobile #cookies_banner {
  bottom: 45px; }

body.homestays.show #cookies_banner {
  bottom: 85px; }

#cookies_banner {
  position: fixed;
  bottom: -15px;
  z-index: 100022;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.02);
  padding-top: .5em;
  padding-bottom: .5em; }
  #cookies_banner .homestay-container {
    color: white;
    background-color: #373230; }
  #cookies_banner p {
    color: white !important;
    margin-bottom: 0;
    line-height: 1.6em;
    display: block;
    padding: .3em 0; }
  #cookies_banner .actions {
    text-align: right; }
    @media (max-width: 480px) {
      #cookies_banner .actions {
        text-align: left;
        padding: .3em 0; } }
  #cookies_banner .hs-icon {
    font-size: 2em;
    cursor: pointer; }
  #cookies_banner .btn-policy {
    color: #ffffff;
    vertical-align: middle;
    border-radius: 2px;
    margin: 0 15px 0 0;
    border: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 1em;
    padding: .8em 1em;
    background-color: #EC7A0B;
    box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.1s ease-in-out;
    -moz-transition: box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    -ms-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out; }
    #cookies_banner .btn-policy:hover {
      box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.4); }
  #cookies_banner .button[data-close] {
    vertical-align: middle;
    margin-right: 15px; }
  #cookies_banner a {
    display: inline-block;
    color: #ffffff; }
.login-modal .modal-content {
  width: 340px;
  margin: 0 auto;
  top: 100px; }
  .login-modal .modal-content .modal-header {
    text-align: center; }
  .login-modal .modal-content .modal-body {
    background-color: #F1EFEF; }
    .login-modal .modal-content .modal-body .guest-form form .form-group {
      margin-bottom: 10px; }
      .login-modal .modal-content .modal-body .guest-form form .form-group input[type='text'] {
        margin-bottom: 10px; }
    .login-modal .modal-content .modal-body .guest-form form .button_wrapper {
      margin: 15px auto 20px; }
    .login-modal .modal-content .modal-body .guest-form .footer {
      border-top: 1px solid #DBD8D6;
      padding: 20px 15px 0;
      margin: 0 -15px; }
      .login-modal .modal-content .modal-body .guest-form .footer p {
        line-height: 1.6em;
        margin: 0;
        padding: 0; }
        .login-modal .modal-content .modal-body .guest-form .footer p + p {
          margin-top: .3em; }
        .login-modal .modal-content .modal-body .guest-form .footer p a {
          color: #2B95CA; }

.modal .guest {
  width: 100%; }
  .modal .guest .guest-form {
    background-color: #F1EFEF; }
    .modal .guest .guest-form p {
      color: #B7B1AE;
      font-size: 12px;
      line-height: 1.2em;
      padding: 8px 0 0 0;
      margin: 0; }
      .modal .guest .guest-form p a {
        color: #2B95CA; }
    .modal .guest .guest-form .hr_text {
      margin: 5px 0; }
    .modal .guest .guest-form.password-forgotten p, .modal .guest .guest-form.reset-password p {
      text-align: left;
      font-size: 14px;
      margin: 0 0 5px;
      padding: 0;
      color: #512B1A; }
      .modal .guest .guest-form.password-forgotten p a, .modal .guest .guest-form.reset-password p a {
        color: #2B95CA; }
      .modal .guest .guest-form.password-forgotten p strong, .modal .guest .guest-form.reset-password p strong {
        font-weight: 600; }
      .modal .guest .guest-form.password-forgotten p:nth-child(2), .modal .guest .guest-form.reset-password p:nth-child(2) {
        margin-bottom: 15px; }
    .modal .guest .guest-form.password-forgotten form .button_wrapper, .modal .guest .guest-form.reset-password form .button_wrapper {
      margin: 15px auto 0; }
    .modal .guest .guest-form form p {
      text-align: center;
      line-height: 1.6em; }
      .modal .guest .guest-form form p a {
        color: #2B95CA; }
    .modal .guest .guest-form form .button_wrapper {
      margin-top: 15px; }
  .modal .guest.mobile .guest-form form .button_wrapper {
    margin: 15px auto 20px; }
  .modal .guest.mobile .guest-form .footer {
    border-top: 1px solid #DBD8D6;
    padding: 15px; }
    .modal .guest.mobile .guest-form .footer p {
      line-height: 1.6em;
      margin-bottom: 3px;
      padding: 0; }
      .modal .guest.mobile .guest-form .footer p a {
        color: #2B95CA; }

.signup-modal .modal-dialog .modal-content {
  width: 340px;
  margin: 0px auto; }
  .signup-modal .modal-dialog .modal-content .subheader {
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #b71061;
    font-size: 13px; }
  .signup-modal .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 10px; }
    .signup-modal .modal-dialog .modal-content .modal-body .form-group input[type='text'] {
      margin-bottom: 10px; }
  .signup-modal .modal-dialog .modal-content .user_want_to_host label {
    font-size: .75em; }
  .signup-modal .modal-dialog .modal-content p.footer {
    background-color: #F1EFEF;
    font-size: 12px;
    line-height: 1.6em;
    text-align: center;
    margin: 0;
    color: #B7B1AE;
    padding: 15px;
    border-top: 1px solid #DBD8D6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .signup-modal .modal-dialog .modal-content p.footer a {
      color: #2B95CA; }

.login_flashmessage {
  padding: 15px;
  background: #B7B1AE;
  text-align: left;
  margin: -20px -15px 20px; }
  .login_flashmessage .not-registered {
    background-image: url(/assets/registrations/login-error-ec4d5d5aff12aa97048ed7c9ed6fca2c1e39fa94dc02dbe4c3fc1354a78b81a3.png);
    background-repeat: no-repeat;
    height: 26px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 0 0 32px;
    background-size: 26px;
    background-position: left 50%; }
    .login_flashmessage .not-registered p {
      color: #ffffff;
      line-height: 1.6em;
      font-size: .75em;
      padding: 0;
      margin: 0; }
      .login_flashmessage .not-registered p a {
        color: #2B95CA; }

@media screen and (max-width: 768px) {
  .login-modal .modal-dialog, .signup-modal .modal-dialog {
    padding: 0px; }
    .login-modal .modal-dialog .modal-content, .signup-modal .modal-dialog .modal-content {
      width: 100%;
      height: 100%;
      top: 0px; } }

.password_forgotten .alert, .new_invite_confirmation .alert {
  margin-top: 3.75em;
  margin-bottom: 18.75em; }

.password_forgotten .homestay-container, .new_invite_confirmation .homestay-container {
  margin-top: 3.75em;
  margin-bottom: 3.75em; }

.password_forgotten p + form, .new_invite_confirmation p + form {
  margin-top: 1.25em; }
header .search-bar {
  z-index: 999; }

.search-bar {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  background-color: #6D635F;
  border-radius: 0;
  min-height: 66px;
  z-index: 998; }
  .search-bar .search-fields {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block; }
    .search-bar .search-fields .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
      margin-right: 10px; }
    .search-bar .search-fields select, .search-bar .search-fields input[type=text] {
      margin-right: 0;
      border: 1px solid #DBD8D6;
      padding-top: 9px;
      padding-bottom: 8px;
      min-height: 38px; }
    .search-bar .search-fields .search_location {
      width: 250px; }
    .search-bar .search-fields .search_check_in, .search-bar .search-fields .search_check_out {
      width: 150px; }
    .search-bar .search-fields .search_guests {
      width: 100px; }
    .search-bar .search-fields .search_submit {
      width: 45.5px; }
    @media (max-width: 1200px) {
      .search-bar .search-fields {
        display: block;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
        margin-right: 0px; }
        .search-bar .search-fields .form-group {
          margin-bottom: 10px;
          margin-right: 0px; }
        .search-bar .search-fields .search_location {
          display: block;
          width: 100%; }
        .search-bar .search-fields .search_check_in {
          margin-right: 4%; }
        .search-bar .search-fields .search_check_in, .search-bar .search-fields .search_check_out {
          width: 48%; }
        .search-bar .search-fields .search_guests {
          display: block;
          width: 100%; }
        .search-bar .search-fields .search_submit {
          width: 100%;
          margin-bottom: 0; } }
#more_results {
  width: 100%;
  background: url(/assets/search_form/powered-by-google-214ad6354a36e9f17147277534532dd47265de968eaa23b7b2165d08c0b9fe68.png) right no-repeat; }

.flexible-search .search-bar {
  border-radius: 4px; }

@media (min-width: 1201px) {
  .flexible-search .search-bar {
    padding: 10px 20px; }
    .flexible-search .search-bar .search-fields {
      display: flex;
      margin: 0; }
    .flexible-search .search-bar .search_location {
      flex: 2; }
    .flexible-search .search-bar .search_check_in, .flexible-search .search-bar .search_check_out {
      flex: 1; }
    .flexible-search .search-bar .search_guests {
      flex: .8; }
    .flexible-search .search-bar .search_submit {
      margin-right: 0; } }
.datepicker .datepicker-days table {
  border-collapse: separate;
  border-spacing: 1px; }
  .datepicker .datepicker-days table td.disabled {
    background: repeating-linear-gradient(45deg, #d0d0d0, #d0d0d0 2px, #f8f8fb 2px, #f8f8fb 6px) !important;
    color: #6D635F !important; }
  .datepicker .datepicker-days table tr td {
    position: relative;
    border-radius: 0;
    width: 14.28%; }
    .datepicker .datepicker-days table tr td:hover::after {
      visibility: visible; }
    .datepicker .datepicker-days table tr td.other-choice-date:after, .datepicker .datepicker-days table tr td:not(.disabled):after {
      display: block; }
    .datepicker .datepicker-days table tr td.other-choice-date:hover, .datepicker .datepicker-days table tr td:not(.disabled):hover {
      background: none; }
      .datepicker .datepicker-days table tr td.other-choice-date:hover:before, .datepicker .datepicker-days table tr td:not(.disabled):hover:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #92C01F;
        content: ""; }
    .datepicker .datepicker-days table tr td::after {
      display: none;
      content: "";
      border: 5px solid transparent;
      position: absolute;
      visibility: hidden; }
    .datepicker .datepicker-days table tr td.other-choice-date:before, .datepicker .datepicker-days table tr td.active.day:before {
      border: 1px solid #92C01F;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: ""; }
    .datepicker .datepicker-days table tr td.other-choice-date, .datepicker .datepicker-days table tr td.other-choice-date:hover, .datepicker .datepicker-days table tr td.active.day, .datepicker .datepicker-days table tr td.active.day:hover {
      background: none;
      background-color: #92C01F;
      color: #FFFFFF;
      text-shadow: none; }
    .datepicker .datepicker-days table tr td.in-between-selection {
      background-color: #92C01F;
      color: #fff; }
      .datepicker .datepicker-days table tr td.in-between-selection:hover {
        background-color: #607e14; }

.datepicker.checkin-datepicker .datepicker-days table tr td::after {
  top: 1px;
  left: 1px;
  border-top-color: #92C01F;
  border-left-color: #92C01F; }

.datepicker.checkin-datepicker .datepicker-days table tr td.in-between-selection::after {
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF; }

.datepicker.checkin-datepicker .datepicker-days table tr td.other-choice-date.active.day:after, .datepicker.checkin-datepicker .datepicker-days table tr td.active.day.active.day:after {
  visibility: visible;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF; }

.datepicker.checkin-datepicker .datepicker-days table tr td.other-choice-date.other-choice-date:after, .datepicker.checkin-datepicker .datepicker-days table tr td.active.day.other-choice-date:after {
  bottom: 1px;
  right: 1px;
  top: auto;
  left: auto;
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF;
  visibility: visible; }

.datepicker.checkout-datepicker .datepicker-days table tr td::after {
  bottom: 1px;
  right: 1px;
  border-bottom-color: #92C01F;
  border-right-color: #92C01F; }

.datepicker.checkout-datepicker .datepicker-days table tr td.in-between-selection::after {
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF; }

.datepicker.checkout-datepicker .datepicker-days table tr td.other-choice-date.active.day:after, .datepicker.checkout-datepicker .datepicker-days table tr td.active.day.active.day:after {
  visibility: visible;
  border-bottom-color: #FFFFFF;
  border-right-color: #FFFFFF; }

.datepicker.checkout-datepicker .datepicker-days table tr td.other-choice-date.other-choice-date:after, .datepicker.checkout-datepicker .datepicker-days table tr td.active.day.other-choice-date:after {
  top: 1px;
  left: 1px;
  bottom: auto;
  right: auto;
  border-color: transparent;
  border-top-color: #FFFFFF;
  border-left-color: #FFFFFF;
  visibility: visible; }
body.touch-enabled .datepicker {
  position: static;
  margin: 15px auto;
  float: none;
  width: 315px;
  min-height: 300px;
  font-size: 16px;
  line-height: 20px;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
  border-color: #DBD8D6;
  box-shadow: none;
  border-radius: 4px; }
  body.touch-enabled .datepicker.hide-datepicker {
    visibility: hidden;
    opacity: 0; }
  body.touch-enabled .datepicker .datepicker-switch {
    pointer-events: none; }
  body.touch-enabled .datepicker table {
    width: 100%;
    height: 290px; }
  body.touch-enabled .datepicker:after, body.touch-enabled .datepicker:before {
    border: 0; }
  body.touch-enabled .datepicker tr th,
  body.touch-enabled .datepicker tr td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px !important; }

body.touch-enabled.freeze-datepicker {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed; }

body.touch-enabled .bs-datepicker-overlay {
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #F1EFEF;
  right: 0;
  z-index: 100021; }
  body.touch-enabled .bs-datepicker-overlay .modal-header {
    position: relative; }
    body.touch-enabled .bs-datepicker-overlay .modal-header button.close {
      position: absolute;
      top: 50%;
      right: 15px;
      width: 16px;
      height: 16px;
      background: transparent;
      margin-top: -8px;
      opacity: .85;
      background-image: url(/assets/icons/icon-close-grey-501fb705a5a1d52f7752aa1dc5504e475406cc2187307d94f1964ee85857cf30.svg);
      background-repeat: no-repeat;
      background-size: 16px; }
      body.touch-enabled .bs-datepicker-overlay .modal-header button.close:hover {
        opacity: 1; }
      body.touch-enabled .bs-datepicker-overlay .modal-header button.close:focus {
        outline: 0; }
    body.touch-enabled .bs-datepicker-overlay .modal-header .bs-datepicker-title {
      display: block;
      text-align: center;
      padding: 0 18px; }
body.mobile #calendar-events .current-selection {
  padding: 5px;
  background: #f0f0f0;
  text-align: center;
  font-size: 13px;
  color: #B7B7B7;
  box-shadow: 0 -1px 3px #ADADAD; }

body.mobile #calendar-events ul {
  margin: 0;
  padding: 0;
  list-style: none; }

body.mobile #calendar-events li {
  padding: 20px 0; }
  body.mobile #calendar-events li:first-child {
    padding-top: 0; }
  body.mobile #calendar-events li:last-child {
    padding-bottom: 0; }
  body.mobile #calendar-events li + li {
    border-top: 1px solid #DBD8D6; }
  body.mobile #calendar-events li:not(.show-event) {
    display: none; }
  body.mobile #calendar-events li:not([data-state]) .state span.booked {
    display: inline; }
  body.mobile #calendar-events li[data-state="first"] .state span.checkin {
    display: inline; }
  body.mobile #calendar-events li[data-state="last"] .state span.checkout {
    display: inline; }
  body.mobile #calendar-events li .state span {
    display: none; }
  body.mobile #calendar-events li a {
    float: left;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 600; }
  body.mobile #calendar-events li:after {
    clear: both;
    content: "";
    display: block; }

body.mobile #calendar.fc {
  min-height: 0; }
  body.mobile #calendar.fc .fc-border-separate {
    position: relative; }
    body.mobile #calendar.fc .fc-border-separate .fc-week:not(.fc-first) .fc-day.first-day-month:not(.fc-first),
    body.mobile #calendar.fc .fc-border-separate .fc-first .fc-day.first-day-month:not(.fc-first) {
      border-left: 1px solid #f0f0f0; }
    body.mobile #calendar.fc .fc-border-separate .fc-first td.fc-day.fc-other-month,
    body.mobile #calendar.fc .fc-border-separate .end-of-month:not(.fc-first):not(.fc-last) td:not(.fc-other-month) {
      border-bottom: 1px solid #f0f0f0; }
    body.mobile #calendar.fc .fc-border-separate .fc-last td.fc-day.fc-other-month.first-day-month, body.mobile #calendar.fc .fc-border-separate .fc-last td.fc-day.fc-other-month.first-day-month ~ td,
    body.mobile #calendar.fc .fc-border-separate .fc-week:not(.fc-first) .fc-day.first-day-month:not(.fc-first),
    body.mobile #calendar.fc .fc-border-separate .fc-week:not(.fc-first) .fc-day.first-day-month:not(.fc-first) ~ td {
      border-top: 1px solid #f0f0f0; }
    body.mobile #calendar.fc .fc-border-separate tr .fc-other-month.fc-future .fc-day-number {
      opacity: 1; }
    body.mobile #calendar.fc .fc-border-separate thead tr th {
      background: #f0f0f0;
      border-color: #f0f0f0;
      font-size: 8px;
      height: 40px;
      padding: 7px 0;
      z-index: 5;
      position: relative; }
    body.mobile #calendar.fc .fc-border-separate thead tr:after {
      box-shadow: 0 2px 3px #000;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 40px;
      z-index: 0;
      height: 1px;
      background: #f0f0f0; }
    body.mobile #calendar.fc .fc-border-separate td {
      box-sizing: initial;
      border-color: #ffffff;
      background: transparent;
      vertical-align: middle;
      height: 72px; }
      body.mobile #calendar.fc .fc-border-separate td .fc-day-number {
        font-size: 12px; }
      body.mobile #calendar.fc .fc-border-separate td.has-unavailability {
        background-color: #B7B1AE;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        body.mobile #calendar.fc .fc-border-separate td.has-unavailability .fc-day-number {
          color: #512B1A; }
        body.mobile #calendar.fc .fc-border-separate td.has-unavailability + .first-unavailability:before {
          display: none; }
        body.mobile #calendar.fc .fc-border-separate td.has-unavailability.first-unavailability {
          background-image: url(/assets/host-calendar/calendar-blocked-start-dcf1aae40ae7ce84dccccbb9efc64c69be3d30b8996330e19531464a1856ed09.svg); }
        body.mobile #calendar.fc .fc-border-separate td.has-unavailability.last-unavailability {
          background-image: url(/assets/host-calendar/calendar-blocked-end-4fe83af14c084c52165703aee48928d852522f52e06499ccf2da3530b533ca57.svg); }
      body.mobile #calendar.fc .fc-border-separate td.has-price-override .fc-day-number {
        background: #EFAA00;
        border-radius: 99999px;
        height: 40px;
        width: 40px;
        display: inline-block;
        padding: 8px;
        color: #FFFfff;
        margin: 5px 0 0; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking > div {
        background-color: #a1004a; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking .fc-day-number {
        color: rgba(255, 255, 255, 0.4); }
      body.mobile #calendar.fc .fc-border-separate td.has-booking > div, body.mobile #calendar.fc .fc-border-separate td.has-price-override > div {
        border-radius: 0;
        height: 50px;
        text-align: center;
        min-height: 0 !important; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking.first-day-month .fc-day-number, body.mobile #calendar.fc .fc-border-separate td.has-price-override.first-day-month .fc-day-number {
        padding-top: 15px !important; }
        body.mobile #calendar.fc .fc-border-separate td.has-booking.first-day-month .fc-day-number:before, body.mobile #calendar.fc .fc-border-separate td.has-price-override.first-day-month .fc-day-number:before {
          top: 0;
          color: #FFFFFF; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking + .first-booking:before, body.mobile #calendar.fc .fc-border-separate td.has-price-override + .first-booking:before {
        display: none; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking.first-booking > div, body.mobile #calendar.fc .fc-border-separate td.has-price-override.first-booking > div {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking.last-booking > div, body.mobile #calendar.fc .fc-border-separate td.has-price-override.last-booking > div {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking.last-booking.first-booking > div, body.mobile #calendar.fc .fc-border-separate td.has-price-override.last-booking.first-booking > div {
        border-radius: 0; }
      body.mobile #calendar.fc .fc-border-separate td.has-booking.first-booking .fc-day-number, body.mobile #calendar.fc .fc-border-separate td.has-price-override.first-booking .fc-day-number {
        background: #CA005D;
        border-radius: 99999px;
        height: 40px;
        width: 40px;
        display: inline-block;
        padding: 8px;
        color: #FFFfff;
        margin: 5px 0 0; }
      body.mobile #calendar.fc .fc-border-separate td.fc-today .fc-day-number {
        border: 0;
        padding-top: 10px; }
        body.mobile #calendar.fc .fc-border-separate td.fc-today .fc-day-number:after {
          position: absolute;
          bottom: 0;
          right: 0;
          top: 10px;
          content: attr(data-today-title);
          font-size: 8px;
          padding-top: 3px;
          border: 1px solid #512B1A;
          border-radius: 9999px;
          height: 50px;
          width: 50px;
          left: 50%;
          margin-left: -25px;
          font-weight: 600; }
      body.mobile #calendar.fc .fc-border-separate td.fc-today.has-price-override .fc-day-number:after {
        top: -5px; }
      body.mobile #calendar.fc .fc-border-separate td.fc-today.has-booking .fc-day-number {
        padding-top: 15px;
        color: #ffffff; }
        body.mobile #calendar.fc .fc-border-separate td.fc-today.has-booking .fc-day-number:after {
          top: 0; }
      body.mobile #calendar.fc .fc-border-separate td.fc-today.has-booking.first-booking .fc-day-number:after {
        top: -5px; }
      body.mobile #calendar.fc .fc-border-separate td.fc-day.has-booking:not(.fc-today) .fc-day-number:before {
        top: 0;
        color: #ffffff; }
      body.mobile #calendar.fc .fc-border-separate td.first-day-month:not(.fc-today) .fc-day-number {
        padding-top: 10px; }
        body.mobile #calendar.fc .fc-border-separate td.first-day-month:not(.fc-today) .fc-day-number:before {
          content: attr(data-month);
          position: absolute;
          top: 7px;
          left: 0;
          right: 0;
          text-align: center;
          font-size: 0.75em;
          color: #CA005D;
          font-weight: 600; }
      body.mobile #calendar.fc .fc-border-separate td.fc-past > div .fc-day-number {
        color: #ddd; }
      body.mobile #calendar.fc .fc-border-separate td > div {
        min-height: 70px !important;
        height: 50px;
        display: table;
        width: 100%; }
        body.mobile #calendar.fc .fc-border-separate td > div .fc-day-number {
          height: inital;
          width: initial;
          display: table-cell;
          position: relative;
          color: #776E6A;
          vertical-align: middle;
          text-align: center;
          width: 100%; }
        body.mobile #calendar.fc .fc-border-separate td > div .fc-day-content {
          padding: 0;
          width: 0;
          height: 0; }
  body.mobile #calendar.fc .fc-event-container .fc-event-end,
  body.mobile #calendar.fc .fc-event-container .fc-event-start {
    content: "";
    top: 0;
    bottom: 0;
    border: 15px solid #ffffff;
    position: absolute; }
  body.mobile #calendar.fc .fc-event-container .fc-event-start {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-right-color: #B7B1AE;
    border-bottom-color: #B7B1AE;
    left: 0; }
  body.mobile #calendar.fc .fc-event-container .fc-event-end {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    right: 0;
    border-left-color: #B7B1AE;
    border-top-color: #B7B1AE; }
  body.mobile #calendar.fc .fc-event-container .fc-event {
    height: 70px;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    overflow: hidden; }
    body.mobile #calendar.fc .fc-event-container .fc-event .fc-event-inner {
      display: none; }
  body.mobile #calendar.fc .fc-event-container .booking-event {
    margin-top: 5px; }

body:not(.mobile) #calendar-events {
  display: none; }
#nav {
  padding: 5px 0;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #nav {
      margin-bottom: 10px; } }
  #nav i {
    padding: 0 6px;
    font-size: 10px; }
  #nav i.icon-double-angle-left {
    padding: 0 6px 0 0; }
  #nav span {
    font-weight: 600; }
  #nav a {
    color: inherit; }
  #nav .hs_breadcrumb {
    border-bottom: 1px solid #DBD8D6;
    padding-bottom: 5px; }
.legal-markdown {
  ol {
    & > li {
      font-weight: 600;
    }
    ul {
      font-weight: normal;
      list-style-type: none;
      li {
        margin-bottom: 1em;
      }
      ul {
        li {
          margin-top: 1em;
        }
      }
    }
  }
}

#tcs-modal {
  h2 { font-size: 18px;}
  h3 { font-size: 14px;}
}

#guest-tcs-modal .compact .host {
  display: none;
}

#guest-tcs-modal .compact .guest {
  text-align: left;
}

#host-tcs-modal .compact .guest {
  display: none;
}

#privacy-modal {
  h3 {
    font-size: 1.2em;
  }

  h4 {
    font-size: 1.0em;
  }
}
@media (max-width: 767px) {
  footer .google-badge {
    text-align: center; } }

footer .google-badge iframe {
  box-shadow: 0px 6px 21px -3px rgba(0, 0, 0, 0.56) !important; }

.grecaptcha-badge {
  visibility: hidden; }
.social-connect {
  margin: 0.4em 0em 1em; }
  .social-connect a {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #887c77;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 32px;
    font-size: 1.4em;
    color: #FFFFFF;
    opacity: 0.8;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .social-connect a:last-child {
      margin-right: 0; }
    .social-connect a:hover {
      box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.4);
      opacity: 1; }
    .social-connect a.hs-icon-facebook {
      background-color: #3b5998; }
    .social-connect a.hs-icon-facebook1 {
      background-color: #FFFFFF; }
    .social-connect a.hs-icon-twitter {
      background-color: #55acee; }
    .social-connect a.hs-icon-instagram {
      background-color: #e4405f; }
    .social-connect a.hs-icon-instagram1 {
      background-color: white; }
    .social-connect a.hs-icon-pinterest {
      background-color: #cc2127; }
    .social-connect a.hs-icon-youtube {
      background-color: #cd201f; }
    .social-connect a.hs-icon-youtube1 {
      background-color: #FFFFFF; }
    .social-connect a.hs-icon-googleplus {
      background-color: #dd4b39; }
    .social-connect a.hs-icon-wordpress {
      background-color: #464646; }
    .social-connect a.hs-icon-x {
      background-color: #000000;
      color: #FFFFFF; }
    .social-connect a.hs-icon-tiktok {
      background-color: #FFFFFF;
      color: #00fff8;
      position: relative; }
      .social-connect a.hs-icon-tiktok i:last-child {
        mix-blend-mode: multiply;
        color: #ff0010;
        position: absolute;
        left: 19%;
        top: 20%; }
    .social-connect a:active {
      box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 768px) {
  .zopim {
    display: none;
  }
}
.promotion-code-box {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: fixed;
  top: 10px;
  right: 0px;
  background-color: #ffffff;
  z-index: 100023;
  min-height: 128px;
  max-width: 500px;
  margin: 0px 10px; }
  .promotion-code-box .wrapper {
    position: relative; }
  .promotion-code-box .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px;
    height: 13px;
    background-image: url(/assets/icons/icon-close-6b9beced721c204b120df0a0b62aeb66f647998488a46cb2eb959f732d16a2ce.png);
    opacity: 0.7; }
    .promotion-code-box .close:hover {
      opacity: 1; }
  .promotion-code-box a.close-trigger {
    cursor: pointer;
    display: none; }
  .promotion-code-box .image {
    display: table-cell;
    border-right: 1px solid #B7B1AE;
    padding: 3px;
    width: 134px;
    height: 100%;
    vertical-align: middle; }
  .promotion-code-box .body {
    display: table-cell;
    padding: 20px 20px;
    font-size: 12px; }
    .promotion-code-box .body p {
      margin-top: 0;
      line-height: 20px; }
body.env-test div, body.env-test a, body.env-test span, body.env-test footer, body.env-test header {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

body.env-test .modal {
  display: none !important; }

body.env-test .modal.in {
  display: block !important; }

body.env-test .modal-backdrop {
  display: none !important; }
body.ci-brazil-marketplace {
  nav.navbar-homestay:not(.navbar-transparent) {
    background-color: #fa6901;
  }

  nav.navbar-homestay.navbar-transparent .navbar-brand img {
      width: inherit;
    }

  nav.navbar-homestay .nav > li > a {
    color: white;
  }
  nav.navbar-homestay #currency-selector .select2-container .select2-choice span {
    color: white;
  }

  nav.navbar-homestay #currency-selector .select2-container .select2-choice span:after {
    border-top-color: white;
    border-bottom-color: white;
  }

  .navbar-brand {
    padding: 0;
  }

  nav.navbar-homestay .navbar-brand a img {
    max-height: 65px;
    max-width: inherit;
  }


}
 /*


















































*/
#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

section.block {
  padding: 5em 0; }
  section.block.white-bg {
    background-color: #FFFFFF; }
  @media (max-width: 991px) {
    section.block {
      padding: 4em 0; } }
  section.block .container > hr {
    margin-top: 0; }
  section.block .title-panel {
    padding: 0 0 4em;
    text-align: center;
    width: 100%; }
    @media (max-width: 991px) {
      section.block .title-panel {
        padding: 0 0 2em; } }
  section.block hr {
    border-color: #DBD8D6;
    margin: 50px 0; }
  section.block.empty {
    min-height: 120px;
    width: 100%; }

#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

/* Based on Ninja Slider
/* Visit http://www.menucool.com/responsive-slider for instructions */
/* Based on Ninja Slider */
/* Visit http://www.menucool.com/responsive-slider for instructions */
/* Usually you don't need to change the following settings
---------------------------------------------------------- */
.ninja-slider > ul {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  backface-visibility: hidden;
  perspective: 1000px;
  -webkit-tap-highlight-color: transparent; }

.ninja-slider-pager, .ninja-slider-prev, .ninja-slider-next, .ninja-slider-pause-play {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.ninja-slider {
  position: relative;
  overflow: hidden;
  /*visibility: hidden;*/
  padding: 0; }

.ninja-slider > ul {
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.ninja-slider > ul > li {
  float: left;
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0; }

.hero-banner {
  position: relative;
  padding: 7em 0 1.5em; }
  @media (max-width: 767px) {
    .hero-banner {
      padding: 4em 0 2em; } }
#hero_search {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  #hero_search .ninja-slider, #hero_search .ninja-slider .hero-slide, #hero_search .ninja-slider li, #hero_search .ninja-slider li .hero-slide, #hero_search .ninja-slider ul, #hero_search .ninja-slider ul .hero-slide, #hero_search .ninja-slider ul li, #hero_search .ninja-slider ul li .hero-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0 !important; }
  #hero_search:before, #hero_search:after {
    position: absolute;
    bottom: 0;
    border-bottom: 15px solid #F1EFEF;
    display: block;
    z-index: 99; }
  #hero_search:before {
    left: 0;
    right: 50%;
    border-right: 18px solid transparent; }
  #hero_search:after {
    right: 0;
    left: 50%;
    border-left: 18px solid transparent; }
  @media (max-width: 767px) {
    #hero_search:before, #hero_search:after {
      content: " "; } }
#hero_slider_fake .hero-slide {
  background-image: url(/assets/homepage/hero/hero-d964776e555246a8c442f3cbca48c7412b066dee0fdf7cd76e162d9f6d40700f.jpg);
  background-size: cover;
  background-position: 50% 10%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    #hero_slider_fake .hero-slide {
      background-image: url(/assets/homepage/hero/hero-mobile-a6084b2e3089360a30fd18618b9a81afa3e9fb43beb256b6c728e4997177c4da.jpg);
      background-position: 51% 10%; } }
@media (min-width: 768px) {
  #hero_slider_fake.toremove {
    opacity: 0;
    z-index: -1; } }

@media (max-width: 767px) {
  #hero_slider_fake {
    z-index: 1; } }

body.east-sussex-healthcare-nhs-trust-marketplace #hero_slider_fake .hero-slide, body.nhs-marketplace #hero_slider_fake .hero-slide {
  background-image: url(/assets/homepage/hero/eshtnhs-hero-2989bc0486af632f5931525b6f0b2b1f8cbf8b676ef66beba8567769dd82bb0d.jpg); }

@media (max-width: 767px) {
  body.east-sussex-healthcare-nhs-trust-marketplace #hero_slider_fake, body.nhs-marketplace #hero_slider_fake {
    background-image: url(/assets/homepage/hero/eshtnhs-hero-mobile-96c5597c1f1b641729a5523b543fbf44b6508237ef81816347f5b10dc95c4485.jpg);
    background-position: 51% 10%; } }

#hero_slider:after,
#hero_slider_fake:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  content: ""; }

@media (max-width: 1200px) {
  #hero_slider:after,
  #hero_slider_fake:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    content: ""; } }

#hero_slider-prev,
#hero_slider-next {
  position: absolute;
  top: 194px;
  height: 70px;
  display: none;
  width: 46px;
  z-index: 100019;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  cursor: pointer;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.2); }
  #hero_slider-prev div,
  #hero_slider-next div {
    display: none; }
  #hero_slider-prev:hover,
  #hero_slider-next:hover {
    opacity: 1;
    transition: opacity .3s;
    background-color: rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    #hero_slider-prev,
    #hero_slider-next {
      display: block; } }
#hero_slider-prev {
  left: 0;
  background-image: url(/assets/slider/slider-arrow-left-f35e2b5263fbf3bb97097738f9e01ff046082137604f331664749bfe2fefcfdc.png);
  border-radius: 0 4px 4px 0; }

#hero_slider-next {
  right: 0;
  background-image: url(/assets/slider/slider-arrow-right-34a86895c00306c2335f990969cd7b08c502122467743f160909eebbd1709b6c.png);
  border-radius: 4px 0 0 4px; }

#hero_slider-pager {
  display: none; }

.price-badge {
  position: absolute;
  background: #92C01F;
  z-index: 1;
  padding: 0 10px;
  color: #FFFFFF;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 4px;
  letter-spacing: .03em;
  font-weight: 600;
  font-size: .75em;
  line-height: 33px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .03em;
  height: 34px; }
  .price-badge span {
    font-size: initial; }
    .price-badge span.from {
      font-size: 1em; }
  .price-badge:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 0;
    width: 4px;
    height: 6px;
    background: #81aa1b;
    border-top-right-radius: 4px; }
  .price-badge.flush {
    border-bottom-right-radius: 0;
    margin-right: 0; }
    .price-badge.flush:after {
      content: none; }

#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

.youtube-container {
  display: block;
  margin: 0px auto;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 4px;
  background-color: #DBD8D6; }
  .youtube-container .youtube-player {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block; }
    .youtube-container .youtube-player:hover .play-button i {
      background-color: rgba(0, 0, 0, 0.8); }
  .youtube-container .play-button {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center; }
    .youtube-container .play-button i {
      display: inline-block;
      color: #FFFFFF;
      font-size: 6em;
      width: 1em;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 3em;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      margin-top: -.5em; }
  .youtube-container #youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

.review-score-container {
  display: inline-block; }
  .review-score-container span {
    display: none; }
  .review-score-container .review-score {
    overflow: hidden; }
  .review-score-container.bordered-review-score-container {
    background-size: 88px;
    background-position: 0 -19px;
    background-repeat: no-repeat;
    font-size: 10px;
    line-height: 10px;
    background-image: url(/assets/sprite/graphic-hearts-d735dd6eb101adfad53267daf1a4eb1cd79c90647f1bd7d24b295d6c1aa66700.svg); }
    .review-score-container.bordered-review-score-container .review-score-bg {
      width: 100%;
      height: 17px;
      width: 88px;
      background-image: url(/assets/sprite/graphic-hearts-d735dd6eb101adfad53267daf1a4eb1cd79c90647f1bd7d24b295d6c1aa66700.svg);
      background-size: 88px; }
    .review-score-container.bordered-review-score-container.big {
      background-size: 120px;
      background-position: 0 -26px; }
      .review-score-container.bordered-review-score-container.big .review-score-bg {
        width: 120px;
        background-size: 120px;
        height: 26px; }
    .review-score-container.bordered-review-score-container.featured {
      background-size: 180px;
      background-position: 0 -39px; }
      .review-score-container.bordered-review-score-container.featured .review-score-bg {
        width: 180px;
        background-size: 180px;
        height: 39px; }
  .review-score-container.big-review-score-container {
    width: 114px;
    height: 21px;
    background: url(/assets/big-review-score-bg-824af892f5e636c02dbd01a96d5260d944f48667dc602c2c2e7575399e8e6d96.svg);
    background-size: 114px 21px;
    background-repeat: no-repeat;
    display: block;
    margin: 12px auto 0; }
    .review-score-container.big-review-score-container img {
      width: 114px;
      height: 21px;
      vertical-align: top; }
  .review-score-container.small-review-score-container {
    width: 88px;
    height: 16px;
    background-image: url(/assets/small-review-score-bg-824af892f5e636c02dbd01a96d5260d944f48667dc602c2c2e7575399e8e6d96.svg);
    background-size: 88px 16px;
    background-repeat: no-repeat;
    font-size: 10px;
    line-height: 10px; }
    .review-score-container.small-review-score-container img {
      width: 88px;
      height: 16px; }

.review-item.review-small .image-container {
  padding-right: 15px; }

.review-item .image-container {
  float: left; }
  .review-item .image-container .rounded-picture {
    position: relative; }
    .review-item .image-container .rounded-picture img {
      width: 84px;
      height: 84px; }
    .review-item .image-container .rounded-picture i {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #EFAA00;
      border-radius: 999px;
      color: #FFFFFF;
      line-height: 30px;
      text-align: center;
      font-size: .8em; }

.review-item .content-container {
  margin-left: 100px; }
  .review-item .content-container a {
    display: inline-block; }
  .review-item .content-container .review-score-container {
    margin-top: 10px;
    display: block; }

.review-item:after {
  clear: both;
  content: "";
  display: block; }

#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

.col-md-4 .promotion-box .content-container, .col-md-3 .promotion-box .content-container {
  width: 100%;
  position: relative; }

.col-md-4 .promotion-box .image-container, .col-md-3 .promotion-box .image-container {
  float: none;
  position: relative;
  width: initial;
  height: 200px;
  margin-top: -2em;
  margin-left: -30px;
  margin-right: -30px; }

.promotion-box {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
  .promotion-box:after {
    clear: both;
    display: block;
    content: ""; }
  .promotion-box .content-container {
    padding: 30px;
    width: 35%;
    float: left; }
  .promotion-box .image-container {
    background-color: #DBD8D6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    float: left;
    background-size: cover;
    background-position: top; }
  @media (min-width: 768px) and (max-width: 991px) {
    .promotion-box .content-container {
      width: 50%; }
    .promotion-box .image-container {
      width: 50%; } }
  @media (max-width: 767px) {
    .promotion-box .content-container {
      width: 100%;
      position: relative; }
    .promotion-box .image-container {
      float: none;
      position: relative;
      width: initial;
      height: 200px;
      margin-top: -2em;
      margin-left: -30px;
      margin-right: -30px; } }
.promo-box .image-container {
  background-image: url(/assets/homepage/promo-panel/promotion-referrals-3e51f27d8a4b8db33c7a7b0fa49947dd0df3e3f0f57f42ccc51c582b38368e7b.jpg); }

.promo-box .win-back-trip .image-container {
  background-image: url(/assets/promotions/win_back_trip-877afab4a9832819dd5014d55f72ef038871552722e33144e5bab9ca3214dc66.jpg); }

.promo-box .selfie-with-guest .image-container {
  background-image: url(/assets/promotions/selfie_with_guest-d03e8a6af6690f706c3116f0dc964e48b6e978f6d02e0d8146f24dd5f51b6f5a.jpg);
  background-position: inherit; }

.promo-box .destination-pages .image-container {
  background-position: 0 80%;
  background-image: url(/assets/promotions/destination_pages-a1ead2bab6e82fbf0c1fda770767e701ad8a75f5ab94d66e5daee1c4d586db2e.jpg); }

.promo-box .rent-out-spare-room .image-container {
  background-position: 0 78%;
  background-image: url(/assets/promotions/orange_bed-96c5597c1f1b641729a5523b543fbf44b6508237ef81816347f5b10dc95c4485.jpg); }

.promo-box .real-experiences .image-container {
  background-image: url(/assets/real_experiences/denae/promo-panel-fbe5d587f1fc513aae8c96629e153d7e7fbee45746f0853bc505655d0da59974.jpg); }

.promo-box .st_patricks_day .image-container {
  background-image: url(/assets/promotions/st_patricks_day_promo-e15d4410b73753a55a73de2c7fc447e67271e40ee36209190908b64502cb96a3.jpg);
  background-position: 50% 25%; }

@media (min-width: 992px) {
  .horizontal-50-50 .image-container, .horizontal-50-50 .content-container {
    width: 50%; } }

@media (max-width: 991px) {
  .vertical-sm .content-container {
    width: 100%;
    position: relative; }
  .vertical-sm .image-container {
    float: none;
    position: relative;
    width: initial;
    height: 200px;
    margin-top: -2em;
    margin-left: -30px;
    margin-right: -30px; } }

#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

.host-card {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 0 2.5em 0; }
  .host-card.fadein {
    opacity: 1; }
  .host-card .price-badge {
    right: 11px;
    top: 20px; }
  .host-card.alt-with-cta {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
    .host-card.alt-with-cta.card-host .contents.with-location .overlay .location {
      opacity: 1; }
    .host-card.alt-with-cta.card-host .contents.with-location .overlay .spacer, .host-card.alt-with-cta.card-host .contents.with-location .overlay #search .intro h2, #search .intro .host-card.alt-with-cta.card-host .contents.with-location .overlay h2 {
      border-top: 1px solid #B7B1AE;
      margin: 1.25em 0; }
    .host-card.alt-with-cta .contents .overlay {
      bottom: -100%;
      padding-bottom: 15px;
      opacity: 1; }
      .host-card.alt-with-cta .contents .overlay .offset-container {
        margin: 0;
        opacity: 1;
        transition: margin .3s; }
        .host-card.alt-with-cta .contents .overlay .offset-container .name {
          opacity: 1; }
      .host-card.alt-with-cta .contents .overlay .name {
        opacity: 1; }
      .host-card.alt-with-cta .contents .overlay .hs-icon {
        line-height: 2em;
        opacity: 1;
        color: #FFFFFF;
        float: right;
        font-size: 1em;
        -webkit-transition: -webkit-transform, 0.3s;
        -moz-transition: -moz-transform, 0.3s;
        transition: transform, 0.3s; }
      .host-card.alt-with-cta .contents .overlay * {
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s; }
    .host-card.alt-with-cta.hovered .contents .overlay, .host-card.alt-with-cta:hover .contents .overlay {
      bottom: 0 !important; }
      .host-card.alt-with-cta.hovered .contents .overlay .offset-container, .host-card.alt-with-cta:hover .contents .overlay .offset-container {
        margin-top: 15px; }
      .host-card.alt-with-cta.hovered .contents .overlay .hs-icon, .host-card.alt-with-cta:hover .contents .overlay .hs-icon {
        transform: rotateZ(180deg); }
      .host-card.alt-with-cta.hovered .contents .overlay *, .host-card.alt-with-cta:hover .contents .overlay * {
        opacity: 1; }
  .host-card:not(.alt-with-cta) .contents:before {
    height: 7px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    content: "";
    background-color: #CA005D;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit; }
  .host-card.hovered:not(.alt-with-cta):before, .host-card:not(.alt-with-cta):hover:before {
    top: 0; }
  .host-card .contents {
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 90px;
    display: block;
    cursor: pointer;
    box-shadow: 0 2px 5px #B7B1AE;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
    .host-card .contents.hovered .overlay, .host-card .contents:hover .overlay {
      bottom: 0;
      opacity: 1; }
    .host-card .contents.hovered .favourite-button, .host-card .contents:hover .favourite-button {
      opacity: 1; }
    .host-card .contents.type-1 {
      height: 300px; }
      .host-card .contents.type-1 .overlay .testimony {
        max-height: 2.75em; }
    .host-card .contents.type-2 {
      height: 340px; }
    .host-card .contents.type-3 {
      height: 380px; }
      .host-card .contents.type-3 .overlay .testimony {
        max-height: 140px; }
    .host-card .contents.type-4 {
      height: 420px; }
      .host-card .contents.type-4 .overlay .testimony {
        max-height: 220px; }
    .host-card .contents.type-5 {
      height: 350px; }
    .host-card .contents.type-6 {
      height: 300px; }
      .host-card .contents.type-6 .overlay {
        height: inherit;
        text-align: center; }
    .host-card .contents .favourite-button {
      z-index: 3;
      right: 15px;
      top: 15px;
      top: 15px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
      .host-card .contents .favourite-button.favourite {
        opacity: 1; }
    .host-card .contents .overlay {
      position: absolute;
      bottom: -50%;
      left: 0;
      right: 0;
      color: #FFFFFF;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1.25em 15px 0;
      z-index: 9;
      -webkit-transition: inherit;
      -moz-transition: inherit;
      transition: inherit; }
      .host-card .contents .overlay .name:first-letter {
        text-transform: uppercase; }
      .host-card .contents .overlay hr {
        border-color: rgba(219, 216, 214, 0.4); }
      .host-card .contents .overlay .testimony {
        max-height: 107px;
        overflow: hidden; }
        .host-card .contents .overlay .testimony p {
          max-height: inherit;
          box-sizing: content-box; }
          .host-card .contents .overlay .testimony p:after {
            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #1F1F1F 100%);
            content: "";
            bottom: 0;
            left: 0;
            right: 0;
            height: 69px;
            position: absolute; }
          .host-card .contents .overlay .testimony p:before {
            content: '"'; }

#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

html .showcases.show #nav {
  margin: 0; }

html .showcases.show .showcase-introduction .select2-container {
  padding: 0; }
  html .showcases.show .showcase-introduction .select2-container.select2-container-active {
    border-color: #DBD8D6; }
  html .showcases.show .showcase-introduction .select2-container .select2-choice {
    height: 50px !important;
    line-height: 35px !important; }

html .showcases.show #s2id_category-quick-link.select2-container {
  display: block !important; }

html .showcases.show .select2-drop.showcase-category-search .select2-search {
  display: none;
  padding: 7px;
  background: #DBD8D6; }
  html .showcases.show .select2-drop.showcase-category-search .select2-search input {
    margin: 0;
    border-radius: 3px;
    border: 0;
    background-position: right 5px center !important; }

html .showcases.show .select2-drop.showcase-category-search .select2-results {
  padding: 0;
  margin: 0;
  max-height: 300px;
  border-radius: 0;
  border-top: 1px solid #DBD8D6; }
  html .showcases.show .select2-drop.showcase-category-search .select2-results li {
    border-bottom: 1px solid #DBD8D6;
    padding: 5px;
    font-size: 14px;
    text-transform: capitalize; }
    html .showcases.show .select2-drop.showcase-category-search .select2-results li.select2-highlighted {
      color: #FFFFFF;
      background-color: #B7B1AE; }
    html .showcases.show .select2-drop.showcase-category-search .select2-results li.select2-more-results, html .showcases.show .select2-drop.showcase-category-search .select2-results li.select2-searching, html .showcases.show .select2-drop.showcase-category-search .select2-results li.select2-ajax-error {
      background: #FFFFFF;
      color: #512B1A;
      text-align: center;
      padding: 10px 0; }

.showcases.show .showcase-introduction .select,
.showcases.index .showcase-introduction .select {
  padding: 10px 15px;
  height: 50px;
  box-shadow: none;
  margin-top: 10px; }
  .showcases.show .showcase-introduction .select .select2-chosen:first-letter,
  .showcases.index .showcase-introduction .select .select2-chosen:first-letter {
    text-transform: uppercase; }

.showcases.show .card-container,
.showcases.index .card-container {
  position: relative;
  padding-bottom: 55px; }
  .showcases.show .card-container .host-card,
  .showcases.index .card-container .host-card {
    opacity: 0;
    transform: scale(0.96);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.3s, top 0.3s, left 0.3s, width 0.3s;
    -moz-transition: opacity 0.5s, -moz-transform 0.3s, top 0.3s, left 0.3s, width 0.3s;
    transition: opacity 0.5s, transform 0.3s, top 0.3s, left 0.3s, width 0.3s; }
    .showcases.show .card-container .host-card .favourite-button,
    .showcases.index .card-container .host-card .favourite-button {
      opacity: 1; }
    .showcases.show .card-container .host-card.make-visible,
    .showcases.index .card-container .host-card.make-visible {
      opacity: 1;
      transform: scale(1); }
  .showcases.show .card-container #more-cards,
  .showcases.index .card-container #more-cards {
    left: 0 !important;
    right: -70px;
    top: auto !important;
    bottom: 0;
    text-align: center; }
    .showcases.show .card-container #more-cards a,
    .showcases.index .card-container #more-cards a {
      max-width: 250px; }
    @media (max-width: 991px) and (min-width: 768px) {
      .showcases.show .card-container #more-cards,
      .showcases.index .card-container #more-cards {
        right: -40px; } }
    @media (max-width: 767px) {
      .showcases.show .card-container #more-cards,
      .showcases.index .card-container #more-cards {
        right: 0; } }
  .showcases.show .card-container.column-3,
  .showcases.index .card-container.column-3 {
    width: 100%; }
    .showcases.show .card-container.column-3 .host-card,
    .showcases.index .card-container.column-3 .host-card {
      width: calc(33% - 15px); }
    @media (max-width: 991px) and (min-width: 768px) {
      .showcases.show .card-container.column-3 .host-card,
      .showcases.index .card-container.column-3 .host-card {
        width: calc(50% - 15px); } }
    @media (max-width: 767px) {
      .showcases.show .card-container.column-3 .host-card,
      .showcases.index .card-container.column-3 .host-card {
        width: 100%; } }
  .showcases.show .card-container.column-4,
  .showcases.index .card-container.column-4 {
    width: 100%; }
    .showcases.show .card-container.column-4 .host-card,
    .showcases.index .card-container.column-4 .host-card {
      width: calc(25% - 15px); }
    @media (max-width: 991px) and (min-width: 768px) {
      .showcases.show .card-container.column-4 .host-card,
      .showcases.index .card-container.column-4 .host-card {
        width: calc(50% - 15px); } }
    @media (max-width: 767px) {
      .showcases.show .card-container.column-4,
      .showcases.index .card-container.column-4 {
        width: 100%; }
        .showcases.show .card-container.column-4 .host-card,
        .showcases.index .card-container.column-4 .host-card {
          width: 100%; } }
#host-introduction-modal .host-card {
  max-width: 300px;
  margin: auto; }
  #host-introduction-modal .host-card .fallback-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%; }
  #host-introduction-modal .host-card .contents {
    cursor: default; }
  #host-introduction-modal .host-card .overlay {
    bottom: 0 !important; }

#search .intro h1 {
  font-size: 3.38em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h1 {
      font-size: 2.25em; } }
#search .intro h2 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 300; }
  @media (max-width: 767px) {
    #search .intro h2 {
      font-size: 1.2em;
      line-height: 1.6em; } }
.video-activity .bordered-list li > a .content-container p, .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
  font-size: .75em;
  line-height: 1.625em;
  letter-spacing: .03em; }

.video-activity .bordered-list li > a .content-container p {
  font-weight: 600; }

.plain-modal.status-pending .label,
.plain-modal.status-pending .button {
  border-color: #EFAA00;
  background-color: #EFAA00; }

.plain-modal.status-approved .label,
.plain-modal.status-approved .button {
  border-color: #92C01F;
  background-color: #92C01F; }

.plain-modal .modal-dialog .modal-header {
  border: 0;
  background: none;
  padding: 0;
  height: 55px; }
  .plain-modal .modal-dialog .modal-header button.close {
    top: auto;
    bottom: 10px; }
  .plain-modal .modal-dialog .modal-header.header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 240px; }
    .plain-modal .modal-dialog .modal-header.header-image button.close {
      background-image: none;
      margin: 0;
      padding: .25em;
      width: 2em;
      height: 2em;
      top: 1.25em;
      right: 1.25em;
      border-radius: 3em;
      background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background-image: radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background-repeat: no-repeat; }
      .plain-modal .modal-dialog .modal-header.header-image button.close i {
        color: #FFFFFF;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        font-size: 1.5em; }
    .plain-modal .modal-dialog .modal-header.header-image + .modal-body {
      padding-top: 1.875em;
      background-color: #FFFFFF; }
      .plain-modal .modal-dialog .modal-header.header-image + .modal-body + .modal-footer {
        background-color: #FFFFFF; }

.plain-modal .modal-dialog .modal-content {
  background-color: #F1EFEF; }
  .plain-modal .modal-dialog .modal-content .modal-body {
    padding: 1.875em;
    padding-top: 0; }
    .plain-modal .modal-dialog .modal-content .modal-body img.logo {
      width: 35%; }
      .plain-modal .modal-dialog .modal-content .modal-body img.logo.small {
        width: 15%; }
    .plain-modal .modal-dialog .modal-content .modal-body ul {
      margin: 0; }
      .plain-modal .modal-dialog .modal-content .modal-body ul li {
        position: relative; }
        .plain-modal .modal-dialog .modal-content .modal-body ul li i {
          color: #CA005D;
          padding: .5em;
          height: 2em;
          width: 2em;
          display: block;
          border-radius: 1em;
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
          background-color: #FFFFFF;
          position: absolute;
          top: 0;
          left: 0; }
          .plain-modal .modal-dialog .modal-content .modal-body ul li i + span {
            padding-top: .5em;
            display: inline-block;
            margin-left: calc(40px);
            font-weight: 600; }
  .plain-modal .modal-dialog .modal-content .inner-content p + h3 {
    margin-top: 0; }
  .plain-modal .modal-dialog .modal-content .inner-content h3 {
    font-size: 1.7em; }
  .plain-modal .modal-dialog .modal-content .text-quotes.white-background {
    background: #FFFFFF;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
    text-align: left; }
    .plain-modal .modal-dialog .modal-content .text-quotes.white-background + .button {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      position: relative;
      z-index: 1; }
  .plain-modal .modal-dialog .modal-content .rounded-picture {
    display: inline-block;
    position: relative; }
    .plain-modal .modal-dialog .modal-content .rounded-picture .icon-position {
      width: 35px;
      height: 45px; }
    .plain-modal .modal-dialog .modal-content .rounded-picture img {
      width: 100%;
      height: 100%;
      border-radius: 9999px; }

.search-button-loading-spinner {
  display: none; }

#search {
  z-index: 101;
  position: relative;
  padding-bottom: 2.5em; }
  @media (max-width: 1200px) {
    #search {
      bottom: 0;
      top: 0; } }
  #search .intro {
    display: block;
    text-align: center; }
    #search .intro h1 {
      color: #FFFFFF;
      text-shadow: 0 0.04em 0.5em rgba(0, 0, 0, 0.9);
      font-weight: 600;
      font-size: 3em; }
      #search .intro h1 a, #search .intro h1 a:hover {
        color: #FFFFFF;
        border-color: #FFFFFF; }
    #search .intro h2 {
      color: #FFFFFF;
      text-shadow: 0 0.04em 0.5em rgba(0, 0, 0, 0.7);
      font-weight: 400; }
      #search .intro h2 a, #search .intro h2 a:hover {
        color: #FFFFFF;
        border-color: #FFFFFF; }
    @media (max-width: 1200px) {
      #search .intro {
        padding: 0; }
        #search .intro h1 {
          font-size: 2.25em;
          font-weight: 300; } }
    @media (max-width: 1200px) and (max-width: 480px) {
      #search .intro h1 {
        font-size: 1.5em;
        line-height: 1.4em;
        font-weight: 300; } }
    @media (max-width: 1200px) {
        #search .intro h2 {
          display: none; } }
  #search .form {
    margin: 1em 0 0 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: block; }
    @media (max-width: 1200px) {
      #search .form {
        background-color: transparent;
        margin: 2em auto 0 auto;
        max-width: 380px; }
        #search .form .form-title {
          display: none; } }
    #search .form .form-background {
      padding: 30px;
      width: 100%; }
      @media (max-width: 1200px) {
        #search .form .form-background {
          padding: 0; } }
    #search .form .form-title {
      color: #FFFFFF; }
      #search .form .form-title + form {
        margin-top: 1.2em; }
    @media (min-width: 1201px) {
      #search .form .form-group {
        display: inline-block;
        margin-bottom: 0; }
      #search .form .search_location {
        display: block;
        padding-bottom: 20px;
        font-weight: 600; }
        #search .form .search_location .location-icon {
          color: #2B95CA; }
        #search .form .search_location input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: rgba(43, 149, 202, 0.8) !important; }
        #search .form .search_location input::-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: rgba(43, 149, 202, 0.8) !important;
          opacity: 1; }
        #search .form .search_location input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: rgba(43, 149, 202, 0.8) !important;
          opacity: 1; }
        #search .form .search_location input::-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: rgba(43, 149, 202, 0.8) !important; }
      #search .form .check-in-group, #search .form .check-out-group {
        max-width: 20%; }
      #search .form .guests-group {
        max-width: 15%;
        margin-right: 2%; }
      #search .form .submit-group {
        max-width: 39%;
        margin: 0; } }
    @media (min-width: 1400px) {
      #search .form .search_location {
        display: inline-block;
        padding-bottom: 0;
        margin-right: 2%;
        width: 31%; }
      #search .form .check-in-group, #search .form .check-out-group {
        max-width: 15%; }
      #search .form .submit-group {
        max-width: 15%; } }
@media (min-width: 1201px) {
  [lang="de"] .banner-navigation .navbar .navbar-nav:not(.navbar-right),
  [lang="it"] .banner-navigation .navbar .navbar-nav:not(.navbar-right) {
    width: 78%; }
  [lang="de"] .banner-navigation .navbar .navbar-nav.navbar-right,
  [lang="it"] .banner-navigation .navbar .navbar-nav.navbar-right {
    max-width: 20%; }
  [lang="en"] .banner-navigation .navbar .navbar-nav:not(.navbar-right) {
    width: 70%; }
    [lang="en"] .banner-navigation .navbar .navbar-nav.promo-box-shown:not(.navbar-right) {
      width: 83%; }
  [lang="en"] .banner-navigation .navbar .navbar-nav.navbar-right {
    max-width: 15%; } }

@media (min-width: 1201px) {
  .banner-navigation .navbar .navbar-nav:not(.navbar-right) {
    width: 74%; }
  .banner-navigation .navbar .navbar-nav.navbar-right {
    max-width: 25%; } }

.banner-navigation .navbar .navbar-nav:not(.navbar-right) {
  display: table;
  table-layout: fixed; }
  .banner-navigation .navbar .navbar-nav:not(.navbar-right) li {
    display: table-cell;
    width: 100%;
    border-left: 1px solid #524a47;
    text-align: center;
    vertical-align: middle; }
    .banner-navigation .navbar .navbar-nav:not(.navbar-right) li:focus, .banner-navigation .navbar .navbar-nav:not(.navbar-right) li:hover {
      border-left: 1px solid #524a47;
      background-color: #524a47; }
    .banner-navigation .navbar .navbar-nav:not(.navbar-right) li:last-child {
      border-right: 1px solid #524a47; }
      .banner-navigation .navbar .navbar-nav:not(.navbar-right) li:last-child:hover, .banner-navigation .navbar .navbar-nav:not(.navbar-right) li:last-child:focus {
        border-right: 1px solid #5f5753; }
    .banner-navigation .navbar .navbar-nav:not(.navbar-right) li .inline-link {
      display: block;
      border: 0;
      background: none; }
      .banner-navigation .navbar .navbar-nav:not(.navbar-right) li .inline-link:hover, .banner-navigation .navbar .navbar-nav:not(.navbar-right) li .inline-link:focus {
        background: none;
        border: 0; }
      .banner-navigation .navbar .navbar-nav:not(.navbar-right) li .inline-link span {
        display: inline; }

.banner-navigation .navbar .navbar-nav.navbar-right .btn-find-homestay {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre; }

@media (min-width: 768px) {
  .banner-navigation nav.navbar {
    display: block; }
    .banner-navigation nav.navbar ul.nav {
      margin: 0; } }

@media (max-width: 1200px) {
  .banner-navigation .container {
    width: 95%; }
  .banner-navigation .navbar-nav {
    float: none;
    text-align: center;
    width: 100%; }
    .banner-navigation .navbar-nav.navbar-right {
      display: none; } }

.banner-navigation nav.navbar {
  min-height: 55px; }

.banner-navigation ul.navbar-nav li {
  display: inline-block;
  float: none;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 55px; }

@media (min-width: 767px) {
  .banner-navigation.follow-window {
    padding-top: 55px; } }

.banner-navigation.follow-window > nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  .banner-navigation.follow-window > nav.navbar .btn-find-homestay {
    opacity: 1;
    margin-top: .67em; }

.banner-navigation .navbar .nav {
  min-height: 55px;
  height: 55px; }
  .banner-navigation .navbar .nav:not(.navbar-right) {
    overflow: hidden; }
  .banner-navigation .navbar .nav .btn-find-homestay {
    margin-top: 7px;
    opacity: 0;
    color: #FFFFFF;
    transition: all 0.3s; }
  .banner-navigation .navbar .nav.vertical-align .inline-link {
    padding: 10px 12px; }
    .banner-navigation .navbar .nav.vertical-align .inline-link span {
      vertical-align: middle;
      display: table-cell; }
  .banner-navigation .navbar .nav .inline-link {
    padding: 16px 12px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis; }

.review-panel {
  background-color: white; }
  @media (max-width: 767px) {
    .review-panel .review-item {
      padding: 0; } }
  @media (min-width: 768px) {
    .review-panel.no-reviews {
      border: 0; } }
  @media (max-width: 767px) {
    .review-panel.no-reviews {
      height: 6.25em;
      border: 0;
      margin-bottom: -6.25em;
      background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F1EFEF 100%);
      background-image: -o-linear-gradient(top, #FFFFFF 0%, #F1EFEF 100%);
      background-image: linear-gradient(to bottom, #FFFFFF 0%, #F1EFEF 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1EFEF', GradientType=0);
      background-repeat: repeat-x; } }
.video-activity {
  background: -webkit-linear-gradient( top , #f1efef, #f4f3f3, #f8f7f7, #fbfbfb, #ffffff);
  background: linear-gradient(to bottom, #f1efef, #f4f3f3, #f8f7f7, #fbfbfb, #ffffff); }
  .video-activity .youtube-player,
  .video-activity .activity-box {
    height: 365px; }
    @media (max-width: 767px) {
      .video-activity .youtube-player,
      .video-activity .activity-box {
        height: 196px; } }
  .video-activity .activity-box.homestay-container {
    overflow: hidden; }
    .video-activity .activity-box.homestay-container .currency-isoCode {
      display: none; }
    .video-activity .activity-box.homestay-container .body {
      padding: 0; }
  .video-activity .bordered-list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden; }
    .video-activity .bordered-list li > a {
      position: relative;
      border-left: 5px solid #F1EFEF;
      opacity: 1;
      display: block;
      -webkit-transition: opacity 0.3s ease-in, margin-top 0.3s ease-in, border-color 0.3s ease-in, border-left-color 0.2s ease-in-out;
      -moz-transition: opacity 0.3s ease-in, margin-top 0.3s ease-in, border-color 0.3s ease-in, border-left-color 0.2s ease-in-out;
      transition: opacity 0.3s ease-in, margin-top 0.3s ease-in, border-color 0.3s ease-in, border-left-color 0.2s ease-in-out; }
      .video-activity .bordered-list li > a:after {
        clear: both;
        display: block;
        content: ""; }
      .video-activity .bordered-list li > a.tohide {
        opacity: 0; }
      .video-activity .bordered-list li > a.keep-out {
        position: absolute;
        top: -100%;
        left: 0;
        right: 0; }
      .video-activity .bordered-list li > a:not(.tohide) {
        margin-top: 0 !important; }
      .video-activity .bordered-list li > a:hover {
        border-left-color: #EFAA00; }
      .video-activity .bordered-list li > a:after {
        clear: both;
        display: block;
        content: ""; }
      .video-activity .bordered-list li > a .image-container {
        width: 15%;
        text-align: center;
        display: inline-block;
        vertical-align: middle; }
        .video-activity .bordered-list li > a .image-container i {
          color: #EFAA00;
          font-size: 1.3em;
          line-height: 1.3em; }
      .video-activity .bordered-list li > a .content-container {
        width: 85%;
        display: inline-block;
        vertical-align: middle;
        padding: 15px 15px 15px 0; }
        .video-activity .bordered-list li > a .content-container p {
          color: #512B1A; }
          .video-activity .bordered-list li > a .content-container p strong {
            border-bottom: 1px solid transparent;
            color: #2B95CA;
            -webkit-transition: border 0.15s ease-in-out;
            -moz-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out; }

.usp-section {
  background-color: #FFFFFF; }
  @media (max-width: 767px) {
    .usp-section .block-icon .no-padding-left {
      padding-left: 0; } }
  .usp-section .block-icon .hs-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 999px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 1.8em; }
  .usp-section .block-icon.true-value .hs-icon {
    background: #EFAA00; }
  .usp-section .block-icon.host-stays .hs-icon {
    background: #CA005D; }
  .usp-section .block-icon.real-connections .hs-icon {
    background: #8EC9E7; }

.guide-book {
  height: 80vh;
  background-color: #DBD8D6;
  position: relative;
  overflow: hidden;
  background-position: 50%;
  background-size: cover; }
  .guide-book.bottom-shadow:after {
    position: absolute;
    bottom: 0;
    left: -100px;
    right: -100px;
    content: "";
    top: 0; }
    @media (min-width: 768px) {
      .guide-book.bottom-shadow:after {
        box-shadow: inset 0 -200px 100px rgba(0, 0, 0, 0.5); } }
    @media (max-width: 767px) {
      .guide-book.bottom-shadow:after {
        box-shadow: inset 0 100px 100px rgba(0, 0, 0, 0.5); } }
  .guide-book .content {
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .guide-book .content {
        position: absolute;
        bottom: 2.5em;
        left: 0;
        right: 0;
        z-index: 1;
        color: #FFFFFF; } }
    @media (max-width: 767px) {
      .guide-book .content h3 {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 9;
        padding: 0 15px; }
      .guide-book .content .cta {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2.5em;
        text-align: center;
        z-index: 9; } }
  @media (max-width: 767px) {
    .guide-book {
      background-position: 75%; } }
.press a {
  width: 16%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 5%;
  padding: 1.875em 0;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: .5; }
  .press a.logo-natgeo {
    margin-right: 0; }
  @media (max-width: 767px) {
    .press a {
      width: 32%;
      margin-right: 2%;
      padding: 1.25em 0; }
      .press a.logo-conde-nast {
        margin-right: 0; } }
  .press a:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1; }

.travel-inspiration .host-card .contents:hover {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

@media (min-width: 991px) {
  .travel-inspiration .wrap-float-4 .col-md-4:nth-child(3n+1) {
    clear: both; } }

@media (min-width: 480px) and (max-width: 991px) {
  .travel-inspiration .wrap-float-4 .col-sm-6:nth-child(2n+1) {
    clear: both; } }

.insider-tip [class^='col-md'] {
  float: none;
  margin: 0 auto; }

.insider-tip form {
  margin-top: 2em; }
  @media (min-width: 768px) {
    .insider-tip form .form-control {
      width: 69%;
      float: left; }
      .insider-tip form .form-control.email-field {
        width: 39%;
        margin-right: 1%; }
      .insider-tip form .form-control.name-field {
        width: 29%; }
    .insider-tip form .button {
      float: right;
      width: 30%;
      padding: .52em 1em; }
    .insider-tip form .form-control,
    .insider-tip form .button {
      height: 46px; } }
  @media (max-width: 767px) {
    .insider-tip form {
      margin-top: 1.5em; }
      .insider-tip form .button {
        width: 100%;
        margin: 0;
        margin-top: .5em; }
      .insider-tip form .form-control + .form-control {
        margin-top: .5em; }
      .insider-tip form .form-group {
        margin: 0; } }
.back-top-top-button {
  position: fixed;
  bottom: -100px;
  right: 15px;
  z-index: 9999;
  -webkit-transition: bottom 0.5s ease-in-out;
  -moz-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out; }
  .back-top-top-button .button {
    height: 54px;
    width: 54px;
    line-height: 54px;
    padding: 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), 0 1px 5px 0 rgba(0, 0, 0, 0.15); }
    .back-top-top-button .button i {
      font-weight: 600; }
  @media (max-width: 1201px) {
    .back-top-top-button.follow-window {
      bottom: 20px; } }
.promotion-code-box {
  right: 0;
  top: initial;
  bottom: 20px;
  left: 0px; }
  @media (min-width: 768px) {
    .promotion-code-box {
      right: initial;
      margin: 0;
      left: 20px; } }
  .promotion-code-box a.close-trigger {
    display: inline; }

@media (max-width: 767px) {
  footer {
    margin-top: 0; } }

body.nhs footer {
  margin-top: 0px; }

body.nhs-marketplace .banner-navigation .container {
  width: 70%; }

body.nhs-marketplace .banner-navigation .navbar .navbar-nav:not(.navbar-right) {
  width: 100%; }

body.nhs-marketplace .nhs-login-block {
  background-color: #F1EFEF;
  width: 340px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 1.25em 15px; }
  body.nhs-marketplace .nhs-login-block .search-icon {
    height: 25px;
    width: 25px;
    background-size: 25px;
    background-position: 50%;
    background-image: url(/assets/icons/icon-form-search-0307e4e25a0a63e1b4b847489fce26baa633f0cf5c801fd9968a4ca3e2166634.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  body.nhs-marketplace .nhs-login-block h3 {
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: 300; }
  body.nhs-marketplace .nhs-login-block .guest-form p {
    color: #B7B1AE;
    font-size: 12px;
    line-height: 1.2em;
    padding: 8px 0 0 0;
    margin: 0; }
    body.nhs-marketplace .nhs-login-block .guest-form p a {
      color: #2B95CA; }

body.nhs-marketplace .faqs {
  font-size: 20px; }

body.nhs-marketplace section.white {
  background-color: #FFFFFF; }

body.nhs-marketplace .signup.hs-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 999px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 1.8em; }
  body.nhs-marketplace .signup.hs-icon.guest {
    background: #EFAA00; }
  body.nhs-marketplace .signup.hs-icon.host {
    background: #92C01F; }
