@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext);
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,700|Merriweather:300,300i');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #545454;
  background-color: #F7F9F8;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #0B9ABC;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #08738c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-thumbnail {
  padding: 5px;
  line-height: 1.6;
  background-color: #F7F9F8;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #ececec;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 18.4px;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.4px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #0B9ABC;
}
.text-warning {
  color: #B28500;
}
.text-danger {
  color: #982620;
}
.text-success {
  color: #40761E;
}
.text-info {
  color: #006C85;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h4,
h5,
h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
h1 small,
.h1 small {
  font-size: 28px;
}
h2 small,
.h2 small {
  font-size: 20px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #d9d9d9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline.directory .popover.right {
  margin-top: 24px !important;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  border-left: 5px solid #d9d9d9;
}
blockquote p {
  font-size: 20px;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.6;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d9d9d9;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #F0F2EF;
  white-space: nowrap;
  border-radius: 5px;
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #F0F2EF;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
pre.prettyprint {
  margin-bottom: 25px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 767px) {
  .container {
    max-width: none;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ececec;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ececec;
}
.table .table {
  background-color: #F7F9F8;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ececec;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ececec;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F0F2EF;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #F0F2EF;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #F0F2EF;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #D7EBCA;
  border-color: #D7EBCA;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #c9e4b7;
  border-color: #c9e4b7;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #F8D7D4;
  border-color: #F8D7D4;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #f4c3be;
  border-color: #f4c3be;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #FFF3CA;
  border-color: #FFF3CA;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #ffedb0;
  border-color: #ffedb0;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ececec;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #545454;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #323232;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #0B9ABC;
  outline: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #F0F2EF;
}
textarea.form-control {
  height: auto;
}
.form-control-borderless {
  display: block;
  width: 100%;
  height: 41px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #323232;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  border: none;
}
.form-control-borderless:-moz-placeholder {
  color: #999;
}
.form-control-borderless::-moz-placeholder {
  color: #999;
}
.form-control-borderless:-ms-input-placeholder {
  color: #999;
}
.form-control-borderless::-webkit-input-placeholder {
  color: #999;
}
.form-control-borderless:focus {
  border-color: #0B9ABC;
  outline: 0;
}
.form-control-borderless[disabled],
.form-control-borderless[readonly],
fieldset[disabled] .form-control-borderless {
  cursor: not-allowed;
  background-color: #F0F2EF;
}
textarea.form-control-borderless {
  height: auto;
}
.no-left-padding {
  padding-left: 0px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 40px;
  padding: 7px 30px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 10px;
}
select.input-lg {
  height: 40px;
  line-height: 40px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #B28500;
}
.has-warning .form-control {
  border-color: #B28500;
}
.has-warning .form-control:focus {
  border-color: #7f5f00;
}
.has-warning .input-group-addon {
  color: #B28500;
  border-color: #B28500;
  background-color: #FFF3CA;
}
.has-error .help-block,
.has-error .control-label {
  color: #982620;
}
.has-error .form-control {
  border-color: #982620;
}
.has-error .form-control:focus {
  border-color: #6e1b17;
}
.has-error .input-group-addon {
  color: #982620;
  border-color: #982620;
  background-color: #F8D7D4;
}
.has-success .help-block,
.has-success .control-label {
  color: #40761E;
}
.has-success .form-control {
  border-color: #40761E;
}
.has-success .form-control:focus {
  border-color: #2a4d14;
}
.has-success .input-group-addon {
  color: #40761E;
  border-color: #40761E;
  background-color: #D7EBCA;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 8px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #949494;
}
.form-errors {
  color: red;
}
@media (min-width: 767px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 767px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 7px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #0B9ABC;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.btn-default {
  color: #0B9ABC;
  background-color: #fff;
  border-color: #d9d9d9;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #0B9ABC;
  background-color: #ebebeb;
  border-color: #c5c5c5;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #d9d9d9;
}
.btn-primary {
  color: #fff;
  background-color: #0B9ABC;
  border-color: #0B9ABC;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #097a95;
  border-color: #097a95;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0B9ABC;
  border-color: #0B9ABC;
}
.btn-white-outline {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active,
.btn-white-outline.active,
.open .dropdown-toggle.btn-white-outline {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebebeb;
}
.btn-white-outline:active,
.btn-white-outline.active,
.open .dropdown-toggle.btn-white-outline {
  background-image: none;
}
.btn-white-outline.disabled,
.btn-white-outline[disabled],
fieldset[disabled] .btn-white-outline,
.btn-white-outline.disabled:hover,
.btn-white-outline[disabled]:hover,
fieldset[disabled] .btn-white-outline:hover,
.btn-white-outline.disabled:focus,
.btn-white-outline[disabled]:focus,
fieldset[disabled] .btn-white-outline:focus,
.btn-white-outline.disabled:active,
.btn-white-outline[disabled]:active,
fieldset[disabled] .btn-white-outline:active,
.btn-white-outline.disabled.active,
.btn-white-outline[disabled].active,
fieldset[disabled] .btn-white-outline.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active,
.btn-white-outline.active,
.open .dropdown-toggle.btn-white-outline {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-warning {
  color: #fff;
  background-color: #B28500;
  border-color: #B28500;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #896700;
  border-color: #896700;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #B28500;
  border-color: #B28500;
}
.btn-danger {
  color: #fff;
  background-color: #982620;
  border-color: #982620;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #761e19;
  border-color: #761e19;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #982620;
  border-color: #982620;
}
.btn-success {
  color: #fff;
  background-color: #60a735;
  border-color: #60a735;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4e882b;
  border-color: #4e882b;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #60a735;
  border-color: #60a735;
}
.btn-info {
  color: #0B9ABC;
  background-color: #E6F5F9;
  border-color: #d1edf4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #0B9ABC;
  background-color: #c5e8f1;
  border-color: #b1e0ec;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #E6F5F9;
  border-color: #d1edf4;
}
.btn-facebook {
  color: #fff;
  background-color: #2C4388;
  border-color: #2C4388;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #223469;
  border-color: #223469;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #2C4388;
  border-color: #2C4388;
}
.btn-link {
  color: #0B9ABC;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #08738c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 7px 30px;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 5px;
}
.btn-sm,
.btn-xs {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  -webkit-transition: all height 0.35s ease ease-out;
  transition: all height 0.35s ease ease-out;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #ececec;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #545454;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #323232;
  background-color: #ececec;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #60a735;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret,
.btn-info .caret {
  border-top-color: #0B9ABC;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret,
.dropup .btn-info .caret {
  border-bottom-color: #0B9ABC;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
}
.btn-group-sm > .btn .btn-icon {
  font-size: 16px;
  top: 2px;
}
.btn-group-lg > .btn {
  padding: 7px 30px;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 5px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 7px 30px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 10px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 7px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #F0F2EF;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.input-group-addon.input-sm {
  padding: 3px 5px;
  font-size: 14px;
  border-radius: 5px;
}
.input-group-addon.input-lg {
  padding: 7px 30px;
  font-size: 20px;
  border-radius: 10px;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ececec;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ececec;
  border-color: #0B9ABC;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #d9d9d9;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 5px 5px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ececec #ececec #d9d9d9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #545454;
  background-color: #F7F9F8;
  border: 1px solid #d9d9d9;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 767px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #d9d9d9;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #F7F9F8;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #0B9ABC;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 767px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #d9d9d9;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #F7F9F8;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #0B9ABC;
  border-bottom-color: #0B9ABC;
}
.nav a:hover .caret {
  border-top-color: #08738c;
  border-bottom-color: #08738c;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 5px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 20px;
  line-height: 25px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 992px) {
  .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: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
@media (min-width: 767px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 766px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px;
}
.navbar-text {
  float: left;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 992px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #ececec;
  border-color: #ececec;
}
.navbar-default .navbar-brand {
  color: #545454;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #3b3b3b;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #545454;
}
.navbar-default .navbar-nav > li > a {
  color: #545454;
}
.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: #333;
  background-color: #ececec;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #999;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ececec;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ececec;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #d9d9d9;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #dadada;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ececec;
  color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #545454;
  border-bottom-color: #545454;
}
@media (max-width: 766px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #545454;
  }
  .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: #333;
    background-color: #ececec;
  }
  .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: #999;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #545454;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #323232;
  border-color: #323232;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.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: #181818;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #323232;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #323232;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #202020;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #181818;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #323232;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .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: #181818;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #F0F2EF;
  border-radius: 5px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #d9d9d9;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 5px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 10px;
  line-height: 1.6;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #F0F2EF;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0B9ABC;
  border-color: #0B9ABC;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 7px 30px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 5px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 #d9d9d9;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #F0F2EF;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .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[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0B9ABC;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #08738c;
}
.label-success {
  background-color: #60a735;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #4a8029;
}
.label-info {
  background-color: #006C85;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #004352;
}
.label-warning {
  background-color: #B28500;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #7f5f00;
}
.label-danger {
  background-color: #982620;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #6e1b17;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0B9ABC;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.4;
  color: inherit;
  background-color: #F0F2EF;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 72px;
  }
}
.thumbnail {
  padding: 5px;
  line-height: 1.6;
  background-color: #F7F9F8;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0B9ABC;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 10px;
  color: #545454;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 10px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #D7EBCA;
  border-color: #D7EBCA;
  color: #40761E;
}
.alert-success hr {
  border-top-color: #c9e4b7;
}
.alert-success .alert-link {
  color: #2a4d14;
}
.alert-info {
  background-color: #F0F2EF;
  border-color: #F0F2EF;
  color: #545454;
}
.alert-info hr {
  border-top-color: #e3e7e1;
}
.alert-info .alert-link {
  color: #3b3b3b;
}
.alert-warning {
  background-color: #FFF3CA;
  border-color: #FFF3CA;
  color: #B28500;
}
.alert-warning hr {
  border-top-color: #ffedb0;
}
.alert-warning .alert-link {
  color: #7f5f00;
}
.alert-danger {
  background-color: #F8D7D4;
  border-color: #F8D7D4;
  color: #982620;
}
.alert-danger hr {
  border-top-color: #f4c3be;
}
.alert-danger .alert-link {
  color: #6e1b17;
}
@-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 {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #ececec;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #0B9ABC;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: 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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #40761E;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: 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: #006C85;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: 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: #B28500;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: 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: #982620;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.list-group-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #545454;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #ececec;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0B9ABC;
  border-color: #0B9ABC;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  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: #9ae7f9;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ececec;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #ececec;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #d9d9d9;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d9d9d9;
}
.panel-default {
  border-color: #d9d9d9;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #F0F2EF;
  border-color: #d9d9d9;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d9d9d9;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d9d9d9;
}
.panel-primary {
  border-color: #0B9ABC;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0B9ABC;
  border-color: #0B9ABC;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0B9ABC;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0B9ABC;
}
.panel-success {
  border-color: #D7EBCA;
}
.panel-success > .panel-heading {
  color: #40761E;
  background-color: #D7EBCA;
  border-color: #D7EBCA;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #D7EBCA;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #D7EBCA;
}
.panel-warning {
  border-color: #FFF3CA;
}
.panel-warning > .panel-heading {
  color: #B28500;
  background-color: #FFF3CA;
  border-color: #FFF3CA;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #FFF3CA;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #FFF3CA;
}
.panel-danger {
  border-color: #F8D7D4;
}
.panel-danger > .panel-heading {
  color: #982620;
  background-color: #F8D7D4;
  border-color: #F8D7D4;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #F8D7D4;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #F8D7D4;
}
.panel-info {
  border-color: #E6F5F9;
}
.panel-info > .panel-heading {
  color: #0B9ABC;
  background-color: #E6F5F9;
  border-color: #E6F5F9;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E6F5F9;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #E6F5F9;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F0F2EF;
  border: 1px solid #dee2db;
  border-radius: 5px;
  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: 10px;
}
.well-sm {
  padding: 9px;
  border-radius: 5px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: none;
  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;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  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;
  min-height: 16.6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 5px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -webkit-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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -webkit-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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 767px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 766px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 766px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 766px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 766px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 766px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 766px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 766px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 766px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.hidden-inline-xs {
  display: inline !important;
}
@media (max-width: 766px) {
  .hidden-inline-xs {
    display: none !important;
  }
  tr.hidden-inline-xs {
    display: none !important;
  }
  th.hidden-inline-xs,
  td.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
  tr.hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
  th.hidden-inline-xs.hidden-inline-sm,
  td.hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
  tr.hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
  th.hidden-inline-xs.hidden-inline-md,
  td.hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
  tr.hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
  th.hidden-inline-xs.hidden-inline-lg,
  td.hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-sm {
  display: inline !important;
}
@media (max-width: 766px) {
  .hidden-inline-sm.hidden-inline-xs {
    display: none !important;
  }
  tr.hidden-inline-sm.hidden-inline-xs {
    display: none !important;
  }
  th.hidden-inline-sm.hidden-inline-xs,
  td.hidden-inline-sm.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-inline-sm {
    display: none !important;
  }
  tr.hidden-inline-sm {
    display: none !important;
  }
  th.hidden-inline-sm,
  td.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-sm.hidden-inline-md {
    display: none !important;
  }
  tr.hidden-inline-sm.hidden-inline-md {
    display: none !important;
  }
  th.hidden-inline-sm.hidden-inline-md,
  td.hidden-inline-sm.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-sm.hidden-inline-lg {
    display: none !important;
  }
  tr.hidden-inline-sm.hidden-inline-lg {
    display: none !important;
  }
  th.hidden-inline-sm.hidden-inline-lg,
  td.hidden-inline-sm.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-md {
  display: inline !important;
}
@media (max-width: 766px) {
  .hidden-inline-md.hidden-inline-xs {
    display: none !important;
  }
  tr.hidden-inline-md.hidden-inline-xs {
    display: none !important;
  }
  th.hidden-inline-md.hidden-inline-xs,
  td.hidden-inline-md.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-sm {
    display: none !important;
  }
  tr.hidden-inline-md.hidden-inline-sm {
    display: none !important;
  }
  th.hidden-inline-md.hidden-inline-sm,
  td.hidden-inline-md.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md {
    display: none !important;
  }
  tr.hidden-inline-md {
    display: none !important;
  }
  th.hidden-inline-md,
  td.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-lg {
    display: none !important;
  }
  tr.hidden-inline-md.hidden-inline-lg {
    display: none !important;
  }
  th.hidden-inline-md.hidden-inline-lg,
  td.hidden-inline-md.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-lg {
  display: inline !important;
}
@media (max-width: 766px) {
  .hidden-inline-lg.hidden-inline-xs {
    display: none !important;
  }
  tr.hidden-inline-lg.hidden-inline-xs {
    display: none !important;
  }
  th.hidden-inline-lg.hidden-inline-xs,
  td.hidden-inline-lg.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-inline-lg.hidden-inline-sm {
    display: none !important;
  }
  tr.hidden-inline-lg.hidden-inline-sm {
    display: none !important;
  }
  th.hidden-inline-lg.hidden-inline-sm,
  td.hidden-inline-lg.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-lg.hidden-inline-md {
    display: none !important;
  }
  tr.hidden-inline-lg.hidden-inline-md {
    display: none !important;
  }
  th.hidden-inline-lg.hidden-inline-md,
  td.hidden-inline-lg.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-lg {
    display: none !important;
  }
  tr.hidden-inline-lg {
    display: none !important;
  }
  th.hidden-inline-lg,
  td.hidden-inline-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.has-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid;
  border-color: #d9d9d9;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.has-switch:focus {
  border-color: #0B9ABC;
  outline: 0;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-mini span,
.has-switch.switch-mini label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-small span,
.has-switch.switch-small label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.switch-large span,
.has-switch.switch-large label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch.switch-animate > div {
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  -webkit-transition: all left 0.5s ease-out;
  transition: all left 0.5s ease-out;
}
.has-switch.switch-off > div {
  left: -50%;
}
.has-switch.switch-on > div {
  left: 0%;
}
.has-switch.disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
}
.has-switch.disabled span,
.has-switch.disabled label {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.has-switch input[type=radio],
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  background: #fff;
  border-radius: 5px;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.has-switch span.switch-left {
  color: #f00;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.has-switch span.switch-right {
  color: #000;
  background: #d9d9d9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #fff;
  background: #0B9ABC;
}
.has-switch span.switch-info {
  color: #fff;
  background: #E6F5F9;
}
.has-switch span.switch-success {
  color: #fff;
  background: #60a735;
}
.has-switch span.switch-warning {
  background: #B28500;
  color: #fff;
}
.has-switch span.switch-danger {
  color: #fff;
  background: #982620;
}
.has-switch span.switch-default {
  color: #000;
  background: #d9d9d9;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  overflow-x: hidden;
  font-weight: 400;
  overflow-wrap: break-word;
}
footer {
  padding-bottom: 100px;
  font-size: 14px;
}
footer .container {
  border-top: solid 1px #ececec;
  padding-top: 10px;
}
footer .container nav a {
  padding-right: 10px;
}
code {
  white-space: normal;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
/*
  This mixin can be used to set the object-fit:
  .object-fit(contain);
  or object-fit and object-position:
  .object-fit(cover, top);
*/
.card {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 45px;
}
h3,
.h3 {
  font-size: 40px;
}
h4,
.h4 {
  font-size: 35px;
}
h5,
.h5 {
  font-size: 30px;
}
h6,
.h6 {
  font-size: 25px;
}
.hass {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.has-error .help-block {
  font-size: 14px;
}
@font-face {
  font-family: 'Icon';
  src: url(https://cdn.neighbourly.co.nz/compiled/font/icons-20180320.5b7bbdb666e91cf21793a8152bfc5da0.eot);
  src: url(https://cdn.neighbourly.co.nz/compiled/font/icons-20180320.5b7bbdb666e91cf21793a8152bfc5da0.eot?#iefix) format('embedded-opentype'), url(https://cdn.neighbourly.co.nz/compiled/font/icons-20180320.edb9291cf5b7daceefceb5895ce0d07b.woff) format('woff'), url(https://cdn.neighbourly.co.nz/compiled/font/icons-20180320.da368743209992ba53564b87423e1a66.ttf) format('truetype'), url(https://cdn.neighbourly.co.nz/compiled/image/icons-20180320.45e89debf1b00bf58e4abd98a0302ee3.svg#glyphicons-halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Icon';
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-settings:before {
  content: "\e03d";
}
.glyphicon-compass:before {
  content: "\e046";
}
.glyphicon-play:before {
  content: "\e002";
}
.glyphicon-smartphone:before {
  content: "\e014";
}
.glyphicon-smartphone-ring:before {
  content: "\e025";
}
.glyphicon-phone-handset:before {
  content: "\e022";
}
.glyphicon-phone:before {
  content: "\e021";
}
.glyphicon-info-speech:before {
  content: "\e033";
}
.glyphicon-info-bubble:before {
  content: "\e012";
}
.glyphicon-lock-round:before {
  content: "\e02d";
}
.glyphicon-guard:before {
  content: "\e01c";
}
.glyphicon-alert:before {
  content: "\e001";
}
.glyphicon-check:before {
  content: "\e049";
}
.glyphicon-facebook:before {
  content: "\e03f";
}
.glyphicon-twitter:before {
  content: "\e00b";
}
.glyphicon-circle:before {
  content: "\e019";
}
.glyphicon-reply:before {
  content: "\e011";
}
.glyphicon-user:before {
  content: "\e003";
}
.glyphicon-user-group:before {
  content: "\e004";
}
.glyphicon-user-pair:before {
  content: "\e005";
}
.glyphicon-user-outline:before {
  content: "\e007";
}
.glyphicon-user-add:before {
  content: "\e006";
}
.glyphicon-discount:before {
  content: "\e00d";
}
.glyphicon-location-check:before {
  content: "\e02f";
}
.glyphicon-shield-check:before {
  content: "\e018";
}
.glyphicon-padlock:before {
  content: "\e02b";
}
.glyphicon-wave:before {
  content: "\e00f";
}
.glyphicon-cog:before {
  content: "\e03d";
}
.glyphicon-thank:before {
  content: "\e013";
}
.glyphicon-inbox:before {
  content: "\e035";
}
.glyphicon-marker:before {
  content: "\e030";
}
.glyphicon-event:before {
  content: "\e04a";
}
.glyphicon-local:before {
  content: "\e02e";
}
.glyphicon-category:before {
  content: "\e028";
}
.glyphicon-message:before {
  content: "\e012";
}
.glyphicon-mail:before {
  content: "\e040";
}
.glyphicon-alert:before {
  content: "\e001";
}
.glyphicon-search:before {
  content: "\e02a";
}
.glyphicon-notification:before {
  content: "\e04c";
}
.glyphicon-image:before {
  content: "\e020";
}
.glyphicon-about:before {
  content: "\e03a";
}
.glyphicon-print:before {
  content: "\e01b";
}
.glyphicon-url:before {
  content: "\e03c";
}
.glyphicon-public:before {
  content: "\e03c";
}
.glyphicon-star:before {
  content: "\e010";
}
.glyphicon-star-empty:before {
  content: "\e60e";
}
.glyphicon-star-half:before {
  content: "\e60d";
}
.glyphicon-chevron-right:before {
  content: "\e051";
}
.glyphicon-chevron-left:before {
  content: "\e050";
}
.glyphicon-attach:before {
  content: "\e023";
}
.glyphicon-edit:before {
  content: "\e041";
}
.glyphicon-plus:before {
  content: "\e01e";
}
.glyphicon-remove:before {
  content: "\e054";
}
.glyphicon-lead:before {
  content: "\e032";
}
.glyphicon-map:before {
  content: "\e024";
}
.glyphicon-windows:before {
  content: "\e000";
}
.glyphicon-yahoo:before {
  content: "\e603";
}
.glyphicon-google:before {
  content: "\e602";
}
.glyphicon-calendar:before {
  content: "\e04a";
}
.glyphicon-business:before {
  content: "\e017";
}
.glyphicon-home:before {
  content: "\e038";
}
.glyphicon-inbox-reply:before {
  content: "\e052";
}
.glyphicon-logo:before {
  content: "\e604";
}
.glyphicon-tag:before {
  content: "\e606";
}
.glyphicon-blog:before {
  content: "\e906";
}
.glyphicon-youtube:before {
  content: "\e601";
}
.glyphicon-vimeo:before {
  content: "\e600";
}
.glyphicon-crier:before {
  content: "\e609";
}
.glyphicon-good:before {
  content: "\e607";
}
.glyphicon-postman:before {
  content: "\e608";
}
.glyphicon-question:before {
  content: "\e60a";
}
.glyphicon-glasses:before {
  content: "\e60b";
}
.glyphicon-stats:before {
  content: "\e60c";
}
.glyphicon-like:before {
  content: "\e607";
}
.glyphicon-th-large:before {
  content: "\e60e";
}
.glyphicon-triangle-up:before {
  content: "\e610";
}
.glyphicon-triangle-right:before {
  content: "\e611";
}
.glyphicon-triangle-down:before {
  content: "\e612";
}
.glyphicon-triangle-left:before {
  content: "\e613";
}
.glyphicon-shop-house:before {
  content: "\e016";
}
.glyphicon-images:before {
  content: "\e614";
}
.glyphicon-file-pdf:before {
  content: "\e615";
}
.glyphicon-clock:before {
  content: "\e00c";
}
.glyphicon-dot:before {
  content: "\e600";
}
.glyphicon-stats:before {
  content: "\e60c";
}
.glyphicon-cart:before {
  content: "\e60f";
}
.glyphicon-fullscreen:before {
  content: "\e610";
}
.glyphicon-pictures:before {
  content: "\e611";
}
.glyphicon-car:before {
  content: "\e612";
}
.glyphicon-heart:before {
  content: "\e902";
}
.glyphicon-new-window:before {
  content: "\e904";
}
.glyphicon-trash:before {
  content: "\e900";
}
.glyphicon-goody-icon:before {
  content: "\e901";
}
.glyphicon-promoted-post:before {
  content: "\e905";
}
.glyphicon-help:before {
  content: "\e039";
}
.glyphicon-padlock-locked:before {
  content: "\e907";
}
.glyphicon-padlock-circle:before {
  content: "\e908";
}
.glyphicon-news-feed:before {
  content: "\e909";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.sidebar-section-title {
  padding: 5px 0px;
  font-size: 16px;
  color: #60a735;
  border-bottom: solid 1px #ececec;
  margin-bottom: 5px;
  position: relative;
  display: block;
}
.sidebar-section-title > .glyphicon {
  color: #999;
}
.navbar-collapse {
  max-height: none;
  padding-right: 0px;
  padding-left: 0px;
}
.gray {
  color: #999 !important;
}
.green {
  color: #60a735 !important;
}
dt {
  font-weight: 700;
}
th {
  font-weight: 700;
}
.dl-inline dd {
  display: inline;
  padding-left: 5px;
  padding-right: 15px;
}
.dl-inline dt {
  display: inline;
}
#logo-green {
  margin-top: 70px;
  float: left;
  max-width: 100%;
  height: 50px;
  width: auto;
}
.api .page-container {
  padding-top: 0 !important;
}
.api .help-banner {
  margin-top: 0 !important;
}
.navbar-small {
  font-size: 14px;
}
.navbar-small > li > a {
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-toggle .icon-bar {
  background: #0B9ABC;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all all ease-in-out 0.2s ease-out;
  transition: all all ease-in-out 0.2s ease-out;
}
.navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: translate(0px, 6px) rotate(45deg);
          transform: translate(0px, 6px) rotate(45deg);
}
.navbar-toggle .icon-bar:nth-child(3) {
  filter: alpha(opacity=0);
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: translate(0px, -6px) rotate(-45deg);
          transform: translate(0px, -6px) rotate(-45deg);
}
.navbar-toggle .badge {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all all ease-in-out 0.2s ease-out;
  transition: all all ease-in-out 0.2s ease-out;
  position: absolute;
  top: 0px;
  left: -3px;
  border-radius: 5px;
  height: 16px;
  width: auto;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
  background: #FF3B30;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  filter: alpha(opacity=100);
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
}
.navbar-toggle.collapsed .badge {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
.label-primary {
  background: #60a735;
  color: #fff;
}
.unspaced-right {
  padding-right: 0px;
}
.unspaced-left {
  padding-left: 0px;
}
.panel-compact .panel-heading {
  padding: 5px 10px;
  border-bottom: none;
}
.panel-compact .panel-body {
  font-size: 14px;
  padding: 10px;
}
.loading-gif {
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: bottom;
  position: relative;
  top: -4px;
}
.loading-text {
  display: inline-block;
  font-size: 16px;
  vertical-align: bottom;
}
.loading-text:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url('/bundles/neighbourlystatic/img/ajax-loader.gif') top left no-repeat;
  background-size: 100% 100%;
}
.panel .panel-heading > p:last-child {
  margin: 0px;
}
.panel .panel-body > p:last-child {
  margin: 0px;
}
.panel .panel-footer > p:last-child {
  margin: 0px;
}
.panel.panel-primary .panel-heading a {
  color: #fff;
}
.panel.panel-primary .panel-heading a:focus,
.panel.panel-primary .panel-heading a:visited,
.panel.panel-primary .panel-heading a:hover,
.panel.panel-primary .panel-heading a:active {
  color: #fff;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.ellipsis {
  display: inline-block;
  position: relative;
  height: 4px;
  width: 4px;
  margin-right: 6px;
  margin-left: 6px;
  background: #999;
  border-radius: 100%;
  vertical-align: middle;
}
.ellipsis:before,
.ellipsis:after {
  content: "";
  position: absolute;
  top: 0px;
  display: inline-block;
  height: 4px;
  width: 4px;
  background: #999;
  border-radius: 100%;
}
.ellipsis:before {
  left: -6px;
}
.ellipsis:after {
  right: -6px;
}
a:hover {
  cursor: pointer;
}
a:hover .ellipsis {
  background: #545454;
}
a:hover .ellipsis:before,
a:hover .ellipsis:after {
  background: #545454;
}
.label-tag {
  background: #F0F2EF;
  border: solid 1px #d9d9d9;
  border-radius: 4px;
  text-decoration: none;
  color: #545454;
}
.label-tag .close {
  float: none;
  font-size: 16px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: text-bottom;
}
.label-tag[href]:hover,
.label-tag:focus {
  border-color: #999;
  color: #333;
}
.label-tag.label-tag-lg {
  font-size: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
.label-tag.selectable {
  background: #fff;
  border-color: #d9d9d9;
  color: #0B9ABC;
}
.label-tag.selectable[href]:hover,
.label-tag.selectable:focus {
  background: #fff;
  border-color: #999;
  color: #0B9ABC;
}
.label-tag.form {
  border: dashed 1px #d9d9d9;
}
.label-tag.active {
  background: #0B9ABC;
  color: #fff;
  border-color: #08738c;
}
.label-tag.active[href]:hover,
.label-tag.active:focus {
  background: #0B9ABC;
  color: #fff;
  border-color: #054b5c;
}
.text-box {
  background: #F0F2EF;
  color: #545454;
  border-radius: 10px;
}
.alert.alert-compact {
  margin-top: 15px;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: 30px;
}
.alert.alert-compact strong {
  font-size: 16px;
}
.alert.alert-compact p {
  margin: 0px;
}
.padding-sm-col {
  padding-right: 0px;
}
.hr-large {
  margin-bottom: 50px;
}
.hr-sm {
  margin-bottom: 10px;
  margin-top: 10px;
}
.static-nav {
  margin-top: 79px;
  float: right;
}
.header-anchor {
  margin-top: 70px;
}
.anchor-heading {
  padding-top: 60px;
}
.scroller {
  max-height: 400px;
  overflow: auto;
}
.scroller .table {
  margin-bottom: 0px;
}
.scroller .table th,
.scroller .table td {
  padding-left: 10px;
  padding-right: 10px;
}
.scroller .table th label,
.scroller .table td label {
  margin-bottom: 0px;
  display: block;
  cursor: pointer;
}
.narrow-tab > li > a {
  padding-left: 12px;
  padding-right: 12px;
}
.styled-list {
  counter-reset: li;
  list-style-type: none;
}
.styled-list > li {
  list-style-type: none;
  position: relative;
}
.styled-list > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #0B9ABC;
  border-radius: 100%;
  left: -40px;
  color: #fff;
  text-align: center;
}
.checklist {
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 10px;
}
.checklist > li {
  list-style-type: none;
  position: relative;
  padding-bottom: 10px;
}
.checklist > li:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: transparent;
  border: solid 2px #d9d9d9;
  top: 6px;
  left: -25px;
  color: #fff;
  text-align: center;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  margin-top: 0px;
}
.nav .btn-primary .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav .btn-primary .badge {
  background: #fff;
  color: #0B9ABC;
}
.nowrap {
  white-space: nowrap;
}
.dropdown-menu .dropdown-menu {
  box-shadow: none;
}
.dropdown-menu .divider {
  margin-bottom: 5px;
  margin-top: 5px;
}
.dropdown-menu .heading {
  padding: 10px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background: #ececec;
  font-weight: bold;
}
.alpha-list {
  list-style-type: lower-alpha;
}
.or-content {
  text-align: center;
  content: "or";
  display: inline-block;
  background: #fff;
  height: 46px;
  width: 46px;
  line-height: 44px;
  border-radius: 100%;
  border: solid 1px #d9d9d9;
  margin-top: -23px;
}
.or-seperator {
  display: block;
  overflow: visible;
  text-align: center;
  height: 2px;
  margin: 42px 0;
  background: #d9d9d9;
  line-height: 0;
}
.or-seperator:after {
  text-align: center;
  content: "or";
  display: inline-block;
  background: #fff;
  height: 46px;
  width: 46px;
  line-height: 44px;
  border-radius: 100%;
  border: solid 1px #d9d9d9;
  margin-top: -23px;
}
.or-seperator.or-seperator-lg {
  margin: 70px 0;
}
.or-seperator.or-seperator-lg:after {
  height: 60px;
  width: 60px;
  line-height: 56px;
  font-size: 25px;
  margin-top: -30px;
}
.or-col {
  position: relative;
}
.or-col:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -20%;
  border-left: solid 1px #d9d9d9;
}
.or-col:after {
  text-align: center;
  content: "or";
  display: inline-block;
  background: #fff;
  height: 46px;
  width: 46px;
  line-height: 44px;
  border-radius: 100%;
  border: solid 1px #d9d9d9;
  margin-top: -23px;
  position: absolute;
  top: 50%;
  right: -20%;
  margin-right: -23px;
}
.avatar {
  border: solid 5px #fff;
  max-width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.avatar-container {
  float: left;
  position: relative;
  text-align: center;
}
.avatar-container .label {
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 100%;
}
.avatar-container .referrals {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  color: #60a735;
}
.avatar-thumb {
  height: 50px;
  width: 50px;
  border: solid 1px #ececec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
}
.avatar-thumb.white-bg {
  background-color: white;
  border: solid 1px #FFFFFF;
}
.avatar-thumb-sm {
  height: 50px;
  width: 50px;
  border: solid 1px #ececec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  height: 30px;
  width: 30px;
}
.avatar-thumb-sm.white-bg {
  background-color: white;
  border: solid 1px #FFFFFF;
}
.user-widget .avatar-thumb {
  height: 50px;
  width: 50px;
  border: solid 1px #ececec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  height: 30px;
  width: 30px;
  float: none;
}
.user-widget .avatar-thumb.white-bg {
  background-color: white;
  border: solid 1px #FFFFFF;
}
.badge {
  font-size: 12px;
}
.panel-heading .nav-tabs {
  margin-bottom: -11px;
}
.no-transition {
  -webkit-transition: height 0;
  transition: height 0;
}
.btn-icon {
  color: #999;
  font-size: 25px;
  line-height: 0.65;
  top: 4px;
}
.btn-sm .btn-icon {
  font-size: 16px;
  top: 2px;
}
.btn-xl {
  padding: 10px 30px;
  font-size: 35px;
  line-height: 2;
}
.btn .btn-count {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0 0 7px;
  border-left: solid 1px #d9d9d9;
  font-size: 80%;
  font-weight: 700;
}
.spaced-bottom-xs {
  margin-bottom: 5px !important;
}
.spaced-bottom-sm {
  margin-bottom: 10px !important;
}
.spaced-bottom {
  margin-bottom: 20px !important;
}
.spaced-bottom-lg {
  margin-bottom: 40px !important;
}
.spaced-form-row {
  margin-bottom: 15px !important;
}
.spaced-top {
  margin-top: 30px !important;
}
.spaced-top-xs {
  margin-top: 5px !important;
}
.spaced-top-lg {
  margin-top: 40px !important;
}
.spaced-top-small {
  margin-top: 15px !important;
}
.spaced-left {
  margin-left: 30px !important;
}
.spaced-left-sm {
  margin-left: 15px !important;
}
.spaced-left-xs {
  margin-left: 5px !important;
}
.spaced-left-lg {
  margin-left: 40px !important;
}
.spaced-right {
  margin-right: 30px !important;
}
.spaced-right-sm {
  margin-right: 15px !important;
}
.spaced-right-lg {
  margin-right: 40px !important;
}
.spaced-right-xs {
  margin-right: 5px !important;
}
.pad-sides {
  padding: 0 10px !important;
}
.dropdown-address,
.react-dropdown-address,
.dropdown-user,
.dropdown-tags {
  position: relative;
}
.dropdown-address .ui-autocomplete,
.react-dropdown-address .ui-autocomplete,
.dropdown-user .ui-autocomplete,
.dropdown-tags .ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
}
.dropdown-address .ui-autocomplete.pull-right,
.react-dropdown-address .ui-autocomplete.pull-right,
.dropdown-user .ui-autocomplete.pull-right,
.dropdown-tags .ui-autocomplete.pull-right {
  right: 0;
  left: auto;
}
.dropdown-address .ui-autocomplete .divider,
.react-dropdown-address .ui-autocomplete .divider,
.dropdown-user .ui-autocomplete .divider,
.dropdown-tags .ui-autocomplete .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #ececec;
}
.dropdown-address .ui-autocomplete > li > a,
.react-dropdown-address .ui-autocomplete > li > a,
.dropdown-user .ui-autocomplete > li > a,
.dropdown-tags .ui-autocomplete > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #545454;
  white-space: nowrap;
}
.dropdown-address .ui-autocomplete .dropdown-menu,
.react-dropdown-address .ui-autocomplete .dropdown-menu,
.dropdown-user .ui-autocomplete .dropdown-menu,
.dropdown-tags .ui-autocomplete .dropdown-menu {
  box-shadow: none;
}
.dropdown-address .ui-autocomplete .divider,
.react-dropdown-address .ui-autocomplete .divider,
.dropdown-user .ui-autocomplete .divider,
.dropdown-tags .ui-autocomplete .divider {
  margin-bottom: 5px;
  margin-top: 5px;
}
.dropdown-address .ui-autocomplete .heading,
.react-dropdown-address .ui-autocomplete .heading,
.dropdown-user .ui-autocomplete .heading,
.dropdown-tags .ui-autocomplete .heading {
  padding: 10px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background: #ececec;
  font-weight: bold;
}
.dropdown-address .ui-autocomplete > li > a,
.react-dropdown-address .ui-autocomplete > li > a,
.dropdown-user .ui-autocomplete > li > a,
.dropdown-tags .ui-autocomplete > li > a {
  padding: 7.5px 20px;
}
.dropdown-address .ui-autocomplete > li.dropdown-header,
.react-dropdown-address .ui-autocomplete > li.dropdown-header,
.dropdown-user .ui-autocomplete > li.dropdown-header,
.dropdown-tags .ui-autocomplete > li.dropdown-header {
  padding: 7.5px 20px;
}
.dropdown-address .ui-autocomplete.dropdown-form,
.react-dropdown-address .ui-autocomplete.dropdown-form,
.dropdown-user .ui-autocomplete.dropdown-form,
.dropdown-tags .ui-autocomplete.dropdown-form {
  padding: 15px;
  min-width: 300px;
}
.dropdown-address .ui-autocomplete > .notification-actions,
.react-dropdown-address .ui-autocomplete > .notification-actions,
.dropdown-user .ui-autocomplete > .notification-actions,
.dropdown-tags .ui-autocomplete > .notification-actions,
.dropdown-address .ui-autocomplete > .notification-more,
.react-dropdown-address .ui-autocomplete > .notification-more,
.dropdown-user .ui-autocomplete > .notification-more,
.dropdown-tags .ui-autocomplete > .notification-more {
  font-size: 14px;
  margin-bottom: -5px;
}
.dropdown-address .ui-autocomplete > .notification-actions:before,
.react-dropdown-address .ui-autocomplete > .notification-actions:before,
.dropdown-user .ui-autocomplete > .notification-actions:before,
.dropdown-tags .ui-autocomplete > .notification-actions:before,
.dropdown-address .ui-autocomplete > .notification-more:before,
.react-dropdown-address .ui-autocomplete > .notification-more:before,
.dropdown-user .ui-autocomplete > .notification-more:before,
.dropdown-tags .ui-autocomplete > .notification-more:before,
.dropdown-address .ui-autocomplete > .notification-actions:after,
.react-dropdown-address .ui-autocomplete > .notification-actions:after,
.dropdown-user .ui-autocomplete > .notification-actions:after,
.dropdown-tags .ui-autocomplete > .notification-actions:after,
.dropdown-address .ui-autocomplete > .notification-more:after,
.react-dropdown-address .ui-autocomplete > .notification-more:after,
.dropdown-user .ui-autocomplete > .notification-more:after,
.dropdown-tags .ui-autocomplete > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropdown-address .ui-autocomplete > .notification-actions:after,
.react-dropdown-address .ui-autocomplete > .notification-actions:after,
.dropdown-user .ui-autocomplete > .notification-actions:after,
.dropdown-tags .ui-autocomplete > .notification-actions:after,
.dropdown-address .ui-autocomplete > .notification-more:after,
.react-dropdown-address .ui-autocomplete > .notification-more:after,
.dropdown-user .ui-autocomplete > .notification-more:after,
.dropdown-tags .ui-autocomplete > .notification-more:after {
  clear: both;
}
.dropdown-address .ui-autocomplete > .notification-actions:before,
.react-dropdown-address .ui-autocomplete > .notification-actions:before,
.dropdown-user .ui-autocomplete > .notification-actions:before,
.dropdown-tags .ui-autocomplete > .notification-actions:before,
.dropdown-address .ui-autocomplete > .notification-more:before,
.react-dropdown-address .ui-autocomplete > .notification-more:before,
.dropdown-user .ui-autocomplete > .notification-more:before,
.dropdown-tags .ui-autocomplete > .notification-more:before,
.dropdown-address .ui-autocomplete > .notification-actions:after,
.react-dropdown-address .ui-autocomplete > .notification-actions:after,
.dropdown-user .ui-autocomplete > .notification-actions:after,
.dropdown-tags .ui-autocomplete > .notification-actions:after,
.dropdown-address .ui-autocomplete > .notification-more:after,
.react-dropdown-address .ui-autocomplete > .notification-more:after,
.dropdown-user .ui-autocomplete > .notification-more:after,
.dropdown-tags .ui-autocomplete > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropdown-address .ui-autocomplete > .notification-actions:after,
.react-dropdown-address .ui-autocomplete > .notification-actions:after,
.dropdown-user .ui-autocomplete > .notification-actions:after,
.dropdown-tags .ui-autocomplete > .notification-actions:after,
.dropdown-address .ui-autocomplete > .notification-more:after,
.react-dropdown-address .ui-autocomplete > .notification-more:after,
.dropdown-user .ui-autocomplete > .notification-more:after,
.dropdown-tags .ui-autocomplete > .notification-more:after {
  clear: both;
}
.dropdown-address .ui-autocomplete > .notification-actions > a,
.react-dropdown-address .ui-autocomplete > .notification-actions > a,
.dropdown-user .ui-autocomplete > .notification-actions > a,
.dropdown-tags .ui-autocomplete > .notification-actions > a,
.dropdown-address .ui-autocomplete > .notification-more > a,
.react-dropdown-address .ui-autocomplete > .notification-more > a,
.dropdown-user .ui-autocomplete > .notification-more > a,
.dropdown-tags .ui-autocomplete > .notification-more > a {
  display: inline-block;
  padding: 10px 15px;
  background: transparent;
  color: #0B9ABC;
}
.dropdown-address .ui-autocomplete > .notification-actions > a:hover,
.react-dropdown-address .ui-autocomplete > .notification-actions > a:hover,
.dropdown-user .ui-autocomplete > .notification-actions > a:hover,
.dropdown-tags .ui-autocomplete > .notification-actions > a:hover,
.dropdown-address .ui-autocomplete > .notification-more > a:hover,
.react-dropdown-address .ui-autocomplete > .notification-more > a:hover,
.dropdown-user .ui-autocomplete > .notification-more > a:hover,
.dropdown-tags .ui-autocomplete > .notification-more > a:hover,
.dropdown-address .ui-autocomplete > .notification-actions > a:active,
.react-dropdown-address .ui-autocomplete > .notification-actions > a:active,
.dropdown-user .ui-autocomplete > .notification-actions > a:active,
.dropdown-tags .ui-autocomplete > .notification-actions > a:active,
.dropdown-address .ui-autocomplete > .notification-more > a:active,
.react-dropdown-address .ui-autocomplete > .notification-more > a:active,
.dropdown-user .ui-autocomplete > .notification-more > a:active,
.dropdown-tags .ui-autocomplete > .notification-more > a:active,
.dropdown-address .ui-autocomplete > .notification-actions > a:focus,
.react-dropdown-address .ui-autocomplete > .notification-actions > a:focus,
.dropdown-user .ui-autocomplete > .notification-actions > a:focus,
.dropdown-tags .ui-autocomplete > .notification-actions > a:focus,
.dropdown-address .ui-autocomplete > .notification-more > a:focus,
.react-dropdown-address .ui-autocomplete > .notification-more > a:focus,
.dropdown-user .ui-autocomplete > .notification-more > a:focus,
.dropdown-tags .ui-autocomplete > .notification-more > a:focus {
  background: transparent;
  color: #08738c;
}
.dropdown-address .ui-autocomplete > .notification-actions > a:hover,
.react-dropdown-address .ui-autocomplete > .notification-actions > a:hover,
.dropdown-user .ui-autocomplete > .notification-actions > a:hover,
.dropdown-tags .ui-autocomplete > .notification-actions > a:hover,
.dropdown-address .ui-autocomplete > .notification-actions > a:active,
.react-dropdown-address .ui-autocomplete > .notification-actions > a:active,
.dropdown-user .ui-autocomplete > .notification-actions > a:active,
.dropdown-tags .ui-autocomplete > .notification-actions > a:active,
.dropdown-address .ui-autocomplete > .notification-actions > a:focus,
.react-dropdown-address .ui-autocomplete > .notification-actions > a:focus,
.dropdown-user .ui-autocomplete > .notification-actions > a:focus,
.dropdown-tags .ui-autocomplete > .notification-actions > a:focus {
  text-decoration: underline;
}
.dropdown-address .ui-autocomplete > .notification-more,
.react-dropdown-address .ui-autocomplete > .notification-more,
.dropdown-user .ui-autocomplete > .notification-more,
.dropdown-tags .ui-autocomplete > .notification-more {
  margin-bottom: 0;
  border-bottom: solid 1px #d9d9d9;
}
.dropdown-address .ui-autocomplete > .notification-more > a,
.react-dropdown-address .ui-autocomplete > .notification-more > a,
.dropdown-user .ui-autocomplete > .notification-more > a,
.dropdown-tags .ui-autocomplete > .notification-more > a {
  display: block;
  text-align: center;
}
.dropdown-address .ui-autocomplete a.street,
.react-dropdown-address .ui-autocomplete a.street,
.dropdown-user .ui-autocomplete a.street,
.dropdown-tags .ui-autocomplete a.street {
  text-transform: capitalize;
}
.dropdown-address .ui-autocomplete a:hover,
.react-dropdown-address .ui-autocomplete a:hover,
.dropdown-user .ui-autocomplete a:hover,
.dropdown-tags .ui-autocomplete a:hover,
.dropdown-address .ui-autocomplete a:focus,
.react-dropdown-address .ui-autocomplete a:focus,
.dropdown-user .ui-autocomplete a:focus,
.dropdown-tags .ui-autocomplete a:focus,
.dropdown-address .ui-autocomplete a.ui-state-focus,
.react-dropdown-address .ui-autocomplete a.ui-state-focus,
.dropdown-user .ui-autocomplete a.ui-state-focus,
.dropdown-tags .ui-autocomplete a.ui-state-focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #0B9ABC;
}
.dropdown-tags .ui-autocomplete {
  top: 41px;
  left: -10px;
}
.token-input-list-bootstrap {
  display: block;
  width: 100%;
  height: 41px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #323232;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  list-style-type: none;
  margin: 0px;
  height: auto;
  min-height: 41px;
  padding-bottom: 2px;
  overflow: auto;
  cursor: text;
}
.token-input-list-bootstrap:-moz-placeholder {
  color: #999;
}
.token-input-list-bootstrap::-moz-placeholder {
  color: #999;
}
.token-input-list-bootstrap:-ms-input-placeholder {
  color: #999;
}
.token-input-list-bootstrap::-webkit-input-placeholder {
  color: #999;
}
.token-input-list-bootstrap:focus {
  border-color: #0B9ABC;
  outline: 0;
}
.token-input-list-bootstrap[disabled],
.token-input-list-bootstrap[readonly],
fieldset[disabled] .token-input-list-bootstrap {
  cursor: not-allowed;
  background-color: #F0F2EF;
}
textarea.token-input-list-bootstrap {
  height: auto;
}
.token-input-list-bootstrap.token-input-focused-bootstrap {
  border-color: #0B9ABC;
}
.token-input-list-bootstrap .token-input-token-bootstrap {
  overflow: hidden;
  margin-top: -1px;
  margin-right: 5px;
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #F0F2EF;
  cursor: default;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  float: left;
  white-space: nowrap;
}
.token-input-list-bootstrap .token-input-token-bootstrap > p {
  display: inline;
  padding: 0;
  margin: 0;
}
.token-input-list-bootstrap .token-input-token-bootstrap > span {
  margin-left: 5px;
  font-weight: 700;
  cursor: pointer;
}
.token-input-list-bootstrap input {
  background: #fff;
  width: 100px;
  border: none;
  padding: 6px 0px;
  margin: -7px 0px;
  -webkit-appearance: caret;
}
.token-input-list-bootstrap.focused {
  border-color: #0B9ABC;
}
.token-input-dropdown-bootstrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
}
.token-input-dropdown-bootstrap.pull-right {
  right: 0;
  left: auto;
}
.token-input-dropdown-bootstrap .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #ececec;
}
.token-input-dropdown-bootstrap > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #545454;
  white-space: nowrap;
}
.token-input-dropdown-bootstrap .dropdown-menu {
  box-shadow: none;
}
.token-input-dropdown-bootstrap .divider {
  margin-bottom: 5px;
  margin-top: 5px;
}
.token-input-dropdown-bootstrap .heading {
  padding: 10px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background: #ececec;
  font-weight: bold;
}
.token-input-dropdown-bootstrap > li > a {
  padding: 7.5px 20px;
}
.token-input-dropdown-bootstrap > li.dropdown-header {
  padding: 7.5px 20px;
}
.token-input-dropdown-bootstrap.dropdown-form {
  padding: 15px;
  min-width: 300px;
}
.token-input-dropdown-bootstrap > .notification-actions,
.token-input-dropdown-bootstrap > .notification-more {
  font-size: 14px;
  margin-bottom: -5px;
}
.token-input-dropdown-bootstrap > .notification-actions:before,
.token-input-dropdown-bootstrap > .notification-more:before,
.token-input-dropdown-bootstrap > .notification-actions:after,
.token-input-dropdown-bootstrap > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.token-input-dropdown-bootstrap > .notification-actions:after,
.token-input-dropdown-bootstrap > .notification-more:after {
  clear: both;
}
.token-input-dropdown-bootstrap > .notification-actions:before,
.token-input-dropdown-bootstrap > .notification-more:before,
.token-input-dropdown-bootstrap > .notification-actions:after,
.token-input-dropdown-bootstrap > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.token-input-dropdown-bootstrap > .notification-actions:after,
.token-input-dropdown-bootstrap > .notification-more:after {
  clear: both;
}
.token-input-dropdown-bootstrap > .notification-actions > a,
.token-input-dropdown-bootstrap > .notification-more > a {
  display: inline-block;
  padding: 10px 15px;
  background: transparent;
  color: #0B9ABC;
}
.token-input-dropdown-bootstrap > .notification-actions > a:hover,
.token-input-dropdown-bootstrap > .notification-more > a:hover,
.token-input-dropdown-bootstrap > .notification-actions > a:active,
.token-input-dropdown-bootstrap > .notification-more > a:active,
.token-input-dropdown-bootstrap > .notification-actions > a:focus,
.token-input-dropdown-bootstrap > .notification-more > a:focus {
  background: transparent;
  color: #08738c;
}
.token-input-dropdown-bootstrap > .notification-actions > a:hover,
.token-input-dropdown-bootstrap > .notification-actions > a:active,
.token-input-dropdown-bootstrap > .notification-actions > a:focus {
  text-decoration: underline;
}
.token-input-dropdown-bootstrap > .notification-more {
  margin-bottom: 0;
  border-bottom: solid 1px #d9d9d9;
}
.token-input-dropdown-bootstrap > .notification-more > a {
  display: block;
  text-align: center;
}
.token-input-dropdown-bootstrap a.street {
  text-transform: capitalize;
}
.token-input-dropdown-bootstrap ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.token-input-dropdown-bootstrap .token-input-dropdown-item-bootstrap,
.token-input-dropdown-bootstrap .token-input-dropdown-item2-bootstrap,
.token-input-dropdown-bootstrap p {
  margin: 0;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.6;
  color: #545454;
  white-space: nowrap;
}
.token-input-dropdown-bootstrap .token-input-selected-dropdown-item-bootstrap {
  background: #0B9ABC;
  color: #fff;
}
.panel .list-group {
  margin-bottom: 0px;
}
.affix.header-bar {
  top: 0px;
  padding-top: 65px;
}
.icon-list {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0px;
}
.icon-list li {
  margin: 0px;
  padding: 0 0 10px;
}
.icon-list li .glyphicon {
  float: left;
  color: #0B9ABC;
  font-size: 25px;
}
.icon-list li strong,
.icon-list li p {
  display: block;
  padding-left: 30px;
}
.ui-datepicker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid none;
  border: 1px solid #d9d9d9;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 10px;
  z-index: 2000 !important;
}
.ui-datepicker.pull-right {
  right: 0;
  left: auto;
}
.ui-datepicker .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #ececec;
}
.ui-datepicker > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #545454;
  white-space: nowrap;
}
.ui-datepicker .dropdown-menu {
  box-shadow: none;
}
.ui-datepicker .divider {
  margin-bottom: 5px;
  margin-top: 5px;
}
.ui-datepicker .heading {
  padding: 10px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background: #ececec;
  font-weight: bold;
}
.ui-datepicker > li > a {
  padding: 7.5px 20px;
}
.ui-datepicker > li.dropdown-header {
  padding: 7.5px 20px;
}
.ui-datepicker.dropdown-form {
  padding: 15px;
  min-width: 300px;
}
.ui-datepicker > .notification-actions,
.ui-datepicker > .notification-more {
  font-size: 14px;
  margin-bottom: -5px;
}
.ui-datepicker > .notification-actions:before,
.ui-datepicker > .notification-more:before,
.ui-datepicker > .notification-actions:after,
.ui-datepicker > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ui-datepicker > .notification-actions:after,
.ui-datepicker > .notification-more:after {
  clear: both;
}
.ui-datepicker > .notification-actions:before,
.ui-datepicker > .notification-more:before,
.ui-datepicker > .notification-actions:after,
.ui-datepicker > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ui-datepicker > .notification-actions:after,
.ui-datepicker > .notification-more:after {
  clear: both;
}
.ui-datepicker > .notification-actions > a,
.ui-datepicker > .notification-more > a {
  display: inline-block;
  padding: 10px 15px;
  background: transparent;
  color: #0B9ABC;
}
.ui-datepicker > .notification-actions > a:hover,
.ui-datepicker > .notification-more > a:hover,
.ui-datepicker > .notification-actions > a:active,
.ui-datepicker > .notification-more > a:active,
.ui-datepicker > .notification-actions > a:focus,
.ui-datepicker > .notification-more > a:focus {
  background: transparent;
  color: #08738c;
}
.ui-datepicker > .notification-actions > a:hover,
.ui-datepicker > .notification-actions > a:active,
.ui-datepicker > .notification-actions > a:focus {
  text-decoration: underline;
}
.ui-datepicker > .notification-more {
  margin-bottom: 0;
  border-bottom: solid 1px #d9d9d9;
}
.ui-datepicker > .notification-more > a {
  display: block;
  text-align: center;
}
.ui-datepicker a.street {
  text-transform: capitalize;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  display: inline-block;
  padding: 7px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #0B9ABC;
  background-color: #fff;
  border-color: #d9d9d9;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
  float: left;
}
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev:focus {
  color: #0B9ABC;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next.active,
.ui-datepicker .ui-datepicker-prev.active {
  outline: 0;
  background-image: none;
}
.ui-datepicker .ui-datepicker-next.disabled,
.ui-datepicker .ui-datepicker-prev.disabled,
.ui-datepicker .ui-datepicker-next[disabled],
.ui-datepicker .ui-datepicker-prev[disabled],
fieldset[disabled] .ui-datepicker .ui-datepicker-next,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ui-datepicker .ui-datepicker-next .btn-count,
.ui-datepicker .ui-datepicker-prev .btn-count {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0 0 0 7px;
  border-left: solid 1px #d9d9d9;
  font-size: 80%;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-next .svg-loader,
.ui-datepicker .ui-datepicker-prev .svg-loader {
  top: -2px;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next.active,
.ui-datepicker .ui-datepicker-prev.active,
.open .dropdown-toggle.ui-datepicker .ui-datepicker-next,
.open .dropdown-toggle.ui-datepicker .ui-datepicker-prev {
  color: #0B9ABC;
  background-color: #ebebeb;
  border-color: #c5c5c5;
}
.ui-datepicker .ui-datepicker-next:active,
.ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next.active,
.ui-datepicker .ui-datepicker-prev.active,
.open .dropdown-toggle.ui-datepicker .ui-datepicker-next,
.open .dropdown-toggle.ui-datepicker .ui-datepicker-prev {
  background-image: none;
}
.ui-datepicker .ui-datepicker-next.disabled,
.ui-datepicker .ui-datepicker-prev.disabled,
.ui-datepicker .ui-datepicker-next[disabled],
.ui-datepicker .ui-datepicker-prev[disabled],
fieldset[disabled] .ui-datepicker .ui-datepicker-next,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next.disabled:hover,
.ui-datepicker .ui-datepicker-prev.disabled:hover,
.ui-datepicker .ui-datepicker-next[disabled]:hover,
.ui-datepicker .ui-datepicker-prev[disabled]:hover,
fieldset[disabled] .ui-datepicker .ui-datepicker-next:hover,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next.disabled:focus,
.ui-datepicker .ui-datepicker-prev.disabled:focus,
.ui-datepicker .ui-datepicker-next[disabled]:focus,
.ui-datepicker .ui-datepicker-prev[disabled]:focus,
fieldset[disabled] .ui-datepicker .ui-datepicker-next:focus,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next.disabled:active,
.ui-datepicker .ui-datepicker-prev.disabled:active,
.ui-datepicker .ui-datepicker-next[disabled]:active,
.ui-datepicker .ui-datepicker-prev[disabled]:active,
fieldset[disabled] .ui-datepicker .ui-datepicker-next:active,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-next.disabled.active,
.ui-datepicker .ui-datepicker-prev.disabled.active,
.ui-datepicker .ui-datepicker-next[disabled].active,
.ui-datepicker .ui-datepicker-prev[disabled].active,
fieldset[disabled] .ui-datepicker .ui-datepicker-next.active,
fieldset[disabled] .ui-datepicker .ui-datepicker-prev.active {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ui-datepicker .ui-datepicker-next .btn-icon,
.ui-datepicker .ui-datepicker-prev .btn-icon {
  font-size: 16px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
  display: block;
  width: 100%;
  height: 41px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #323232;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  font-size: 14px;
  height: 30px;
  display: inline-block;
  width: auto;
  margin-top: -9px;
  margin-left: 2.5px;
  margin-right: 2.5px;
}
.ui-datepicker .ui-datepicker-month:-moz-placeholder,
.ui-datepicker .ui-datepicker-year:-moz-placeholder {
  color: #999;
}
.ui-datepicker .ui-datepicker-month::-moz-placeholder,
.ui-datepicker .ui-datepicker-year::-moz-placeholder {
  color: #999;
}
.ui-datepicker .ui-datepicker-month:-ms-input-placeholder,
.ui-datepicker .ui-datepicker-year:-ms-input-placeholder {
  color: #999;
}
.ui-datepicker .ui-datepicker-month::-webkit-input-placeholder,
.ui-datepicker .ui-datepicker-year::-webkit-input-placeholder {
  color: #999;
}
.ui-datepicker .ui-datepicker-month:focus,
.ui-datepicker .ui-datepicker-year:focus {
  border-color: #0B9ABC;
  outline: 0;
}
.ui-datepicker .ui-datepicker-month[disabled],
.ui-datepicker .ui-datepicker-year[disabled],
.ui-datepicker .ui-datepicker-month[readonly],
.ui-datepicker .ui-datepicker-year[readonly],
fieldset[disabled] .ui-datepicker .ui-datepicker-month,
fieldset[disabled] .ui-datepicker .ui-datepicker-year {
  cursor: not-allowed;
  background-color: #F0F2EF;
}
textarea.ui-datepicker .ui-datepicker-month,
textarea.ui-datepicker .ui-datepicker-year {
  height: auto;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-title {
  padding-top: 5px;
  margin-bottom: 10px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ececec;
  margin: 0px;
}
.ui-datepicker .ui-datepicker-calendar thead > tr > th,
.ui-datepicker .ui-datepicker-calendar tbody > tr > th,
.ui-datepicker .ui-datepicker-calendar tfoot > tr > th,
.ui-datepicker .ui-datepicker-calendar thead > tr > td,
.ui-datepicker .ui-datepicker-calendar tbody > tr > td,
.ui-datepicker .ui-datepicker-calendar tfoot > tr > td {
  padding: 10px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ececec;
}
.ui-datepicker .ui-datepicker-calendar thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-calendar caption + thead tr:first-child th,
.ui-datepicker .ui-datepicker-calendar colgroup + thead tr:first-child th,
.ui-datepicker .ui-datepicker-calendar thead:first-child tr:first-child th,
.ui-datepicker .ui-datepicker-calendar caption + thead tr:first-child td,
.ui-datepicker .ui-datepicker-calendar colgroup + thead tr:first-child td,
.ui-datepicker .ui-datepicker-calendar thead:first-child tr:first-child td {
  border-top: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody + tbody {
  border-top: 2px solid #ececec;
}
.ui-datepicker .ui-datepicker-calendar .table {
  background-color: #F7F9F8;
}
.ui-datepicker .ui-datepicker-calendar > thead > tr > th,
.ui-datepicker .ui-datepicker-calendar > tbody > tr > th,
.ui-datepicker .ui-datepicker-calendar > tfoot > tr > th,
.ui-datepicker .ui-datepicker-calendar > thead > tr > td,
.ui-datepicker .ui-datepicker-calendar > tbody > tr > td,
.ui-datepicker .ui-datepicker-calendar > tfoot > tr > td {
  border: 1px solid #ececec;
}
.ui-datepicker .ui-datepicker-calendar > thead > tr > th,
.ui-datepicker .ui-datepicker-calendar > thead > tr > td {
  border-bottom-width: 2px;
}
.ui-datepicker .ui-datepicker-calendar td {
  width: 14.2857142857%;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  padding: 10px;
  margin: -10px;
}
.ui-datepicker .ui-datepicker-calendar td a:hover {
  background: #F0F2EF;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: #0B9ABC;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar th {
  background: #E6F5F9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #ececec;
}
.modal img {
  max-width: 100%;
}
@-webkit-keyframes savingdots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes savingdots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.saving-dots .one {
  opacity: 0;
  -webkit-animation: savingdots 1s infinite;
  -webkit-animation-delay: 0.0s;
  -moz-animation: savingdots 1s infinite;
  -moz-animation-delay: 0.0s;
  -o-animation: savingdots 1s infinite;
  -o-animation-delay: 0.0s;
  animation: savingdots 1s infinite;
  animation-delay: 0.0s;
}
.saving-dots .two {
  opacity: 0;
  -webkit-animation: savingdots 1s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation: savingdots 1s infinite;
  -moz-animation-delay: 0.2s;
  -o-animation: savingdots 1s infinite;
  -o-animation-delay: 0.2s;
  animation: savingdots 1s infinite;
  animation-delay: 0.2s;
}
.saving-dots .three {
  opacity: 0;
  -webkit-animation: savingdots 1s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation: savingdots 1s infinite;
  -moz-animation-delay: 0.3s;
  -o-animation: savingdots 1s infinite;
  -o-animation-delay: 0.3s;
  animation: savingdots 1s infinite;
  animation-delay: 0.3s;
}
.alert-error {
  background-color: #F8D7D4;
  border-color: #F8D7D4;
  color: #982620;
}
.alert-error hr {
  border-top-color: #f4c3be;
}
.alert-error .alert-link {
  color: #6e1b17;
}
.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-container:hover {
  border-color: #0B9ABC;
}
.select2-container .select2-choice {
  display: block;
  position: relative;
  margin: -7px -10px;
  padding: 7px 10px;
  color: #999;
  text-decoration: none;
}
.select2-container .select2-choice:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
  border-top-color: #d9d9d9;
  position: absolute;
  margin-top: -2px;
  top: 50%;
  right: 15px;
}
.btn-default .select2-container .select2-choice:before,
.btn-info .select2-container .select2-choice:before {
  border-top-color: #0B9ABC;
}
.btn-primary .select2-container .select2-choice:before,
.btn-success .select2-container .select2-choice:before,
.btn-warning .select2-container .select2-choice:before,
.btn-danger .select2-container .select2-choice:before {
  border-top-color: #fff;
}
.select2-container .select2-choice:hover {
  text-decoration: none;
  color: #545454;
}
.select2-container .select2-choice:hover:before {
  border-top-color: #545454;
}
.select2-container .select2-display-none {
  display: none;
}
.select2-dropdown-open {
  border-color: #0B9ABC;
}
.select2-dropdown-open .select2-choice {
  color: #545454;
}
.select2-dropdown-open .select2-choice:before {
  border-top-color: #545454;
}
.select2-drop {
  position: absolute;
  z-index: 9999;
  background: #fff;
  border: solid 1px #0B9ABC;
  border-top: none;
  margin-top: -1px;
  overflow: auto;
}
.select2-drop .select2-search {
  margin-bottom: 15px;
  width: 100%;
  padding: 10px;
  background: #F0F2EF;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  margin-bottom: 0px;
}
.select2-drop .select2-search:after {
  content: "\e02a";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Icon';
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  z-index: 10;
  top: 23px;
  right: 20px;
}
.select2-drop .select2-search:after:before {
  content: "\e003";
}
.select2-drop .select2-search input {
  display: block;
  width: 100%;
  height: 41px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #323232;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.select2-drop .select2-search input:-moz-placeholder {
  color: #999;
}
.select2-drop .select2-search input::-moz-placeholder {
  color: #999;
}
.select2-drop .select2-search input:-ms-input-placeholder {
  color: #999;
}
.select2-drop .select2-search input::-webkit-input-placeholder {
  color: #999;
}
.select2-drop .select2-search input:focus {
  border-color: #0B9ABC;
  outline: 0;
}
.select2-drop .select2-search input[disabled],
.select2-drop .select2-search input[readonly],
fieldset[disabled] .select2-drop .select2-search input {
  cursor: not-allowed;
  background-color: #F0F2EF;
}
textarea.select2-drop .select2-search input {
  height: auto;
}
.select2-drop .select2-results {
  max-height: 300px;
  overflow: auto;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.select2-drop .select2-results > li > .select2-result-label {
  font-weight: 700;
  color: #333;
  padding: 3px 20px;
}
.select2-drop .select2-results .select2-result-sub {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.select2-drop .select2-results .select2-result-sub .select2-result-label {
  display: block;
  padding: 3px 20px 3px 40px;
  clear: both;
  line-height: 1.6;
  color: #666666;
  white-space: nowrap;
  cursor: pointer;
}
.select2-drop .select2-results .select2-result-sub .select2-result-label:hover {
  background: #0B9ABC;
  color: #fff;
}
.select2-drop .select2-results .select2-result-sub .select2-highlighted .select2-result-label {
  background: #0B9ABC;
  color: #fff;
}
.import {
  font-size: 80px;
  margin-top: -20px;
}
.import.windows {
  color: #00BFFE;
}
.import.windows:hover {
  color: #0099cb;
}
.import.google {
  color: #D53527;
}
.import.google:hover {
  color: #aa2a1f;
}
.import.yahoo {
  color: #772B8F;
}
.import.yahoo:hover {
  color: #561f68;
}
.hold-jumbotron {
  background-image: url(/bundles/neighbourlystatic/img/hold-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: dashed 2px #d9d9d9;
}
.hold-jumbotron .icon-circled {
  display: inline-block;
  height: 80px;
  width: 80px;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  border: solid 2px #60a735;
  color: #60a735;
  border-radius: 100%;
}
.hold-jumbotron h3 {
  margin-top: 5px;
}
.hold-jumbotron p {
  color: #999;
}
.popover {
  padding: 0px;
  border-radius: 5px;
  border-color: #d9d9d9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.popover .popover-title {
  background: transparent;
  border: 0 none;
  padding: 15px 15px 0 95px;
}
.popover .popover-content {
  padding: 5px 15px 15px;
}
.popover .popover-content address {
  display: inline-block;
  min-height: 47px;
  padding-left: 80px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.popover .popover-content .avatar-container {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px;
  height: 75px;
  width: 75px;
  border: solid 1px #d9d9d9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background: #fff;
}
.popover .popover-content .avatar-container .avatar-thumb {
  height: 67px;
  width: 67px;
  border: 0 none;
}
.popover .popover-footer {
  padding: 10px;
  background: #F0F2EF;
  border-top: solid 1px #d9d9d9;
  border-radius: 0 0 5px 5px;
}
.popover.top .arrow {
  border-top-color: #d9d9d9;
}
.popover.top .arrow:after {
  border-top-color: #F0F2EF;
}
.select2-drop-above {
  margin-bottom: -1px;
  margin-top: 0px;
  border-top: solid 1px #0B9ABC;
  border-bottom: none;
}
.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;
}
.admin-moderate {
  color: #999 !important;
}
.admin-moderate:hover {
  color: #0B9ABC !important;
}
.ui-helper-hidden-accessible {
  display: none;
}
.no-border {
  border: none !important;
}
.no-border-top {
  border-top: none !important;
}
.no-border-right {
  border-right: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.no-border-left {
  border-left: none !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
body.api {
  margin-top: -30px;
}
body.api .main-navigation {
  display: none !important;
}
body.api .nav-col,
body.api .sidebar {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  body.api {
    margin-top: -30px;
  }
  body.api .main-navigation {
    display: none !important;
  }
  body.api .nav-col {
    margin-top: 70px;
  }
  body.api .sidebar {
    margin-top: 0;
  }
}
@media screen and (max-width: 766px) {
  body.api {
    margin-top: -30px;
  }
  body.api .main-navigation {
    display: none !important;
  }
  body.api .nav-col {
    margin-top: 54px;
  }
  body.api .sidebar {
    margin-top: 0;
  }
}
.breadcrumb {
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.btn-feature {
  padding: 15px 50px;
  font-size: 20px;
  line-height: 1.8;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}
.btn-feature.btn-outline {
  background: transparent;
  padding: 13px 48px;
  border: solid 2px #fff;
  color: #fff;
  box-shadow: none;
}
.btn-feature.btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}
.btn-feature + .btn {
  margin-left: 10px;
}
.btn-main-feature {
  padding: 15px 25px;
}
.btn-secondary-feature {
  padding: 10px 20px;
}
.dropdown-menu-users {
  max-height: 250px !important;
  overflow: auto;
}
.dropdown-menu-users .loading-text {
  margin: 20px auto;
  text-align: center;
  min-width: 240px;
}
.dropdown-menu-users > li > a > .label {
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.mark-as-sold {
  display: block;
  text-align: left;
}
#inbox-my-market-action {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  padding: 10px;
}
#inbox-my-market-action .buy-sell-winner {
  color: #60a735;
}
#inbox-my-market-action .buy-sell-loser {
  color: #999;
  margin-left: 10px;
}
#inbox-my-market-action .buy-sell-awarded {
  font-size: 14px;
  margin-top: 5px;
}
.dropdown-menu {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a {
  padding: 7.5px 20px;
}
.dropdown-menu > li.dropdown-header {
  padding: 7.5px 20px;
}
.dropdown-menu.dropdown-form {
  padding: 15px;
  min-width: 300px;
}
.svg-loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  fill: #000;
  -webkit-animation: loader-spin 1s steps(12, end) infinite;
          animation: loader-spin 1s steps(12, end) infinite;
}
.svg-loader.svg-loader-large {
  height: 32px;
  width: 32px;
}
.svg-loader.svg-loader-primary {
  fill: #0B9ABC;
}
.svg-loader.svg-loader-secondary {
  fill: #60a735;
}
.svg-loader.svg-loader-white {
  fill: #fff;
}
.btn .svg-loader {
  top: -2px;
}
@-webkit-keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.thumbnail-list {
  list-style-type: none;
  margin: 0 0 15px;
  padding-left: 0;
}
.thumbnail-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  text-decoration: none;
  border-bottom: solid 1px #ececec;
  color: #545454;
}
.thumbnail-list > li > a > img {
  background: #ececec;
  border-radius: 5px;
  height: 64px;
  width: 64px;
  margin-right: 10px;
  border: solid 1px transparent;
}
.thumbnail-list > li > a > span {
  margin: auto auto auto 0;
}
.thumbnail-list > li > a > span > p {
  margin: 0;
  color: #323232;
}
.thumbnail-list > li > a > span > span {
  color: #999;
}
.thumbnail-list > li > a > button {
  margin: auto 0;
}
.thumbnail-list > li > a > button > .glyphicon {
  top: 0px;
  color: #999;
  font-size: 12px;
}
.thumbnail-list > li > a:hover {
  color: #545454;
}
.thumbnail-list > li:last-child > a {
  border-bottom: none;
}
.carousel .carousel-inner > .item {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.carousel-wrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.carousel-wrap .carousel .carousel-inner {
  white-space: nowrap;
  overflow: visible;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: transform ease-in-out 0.25s , opacity ease-in-out 0.25s;
  -webkit-transition: opacity ease-in-out 0.25s , -webkit-transform ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s , -webkit-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s , opacity ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s , opacity ease-in-out 0.25s , -webkit-transform ease-in-out 0.25s;
  -webkit-transition: all transform ease-in-out 0.25s , opacity ease-in-out 0.25s ease-out;
  transition: all transform ease-in-out 0.25s , opacity ease-in-out 0.25s ease-out;
}
.carousel-wrap .carousel .carousel-inner > .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  pointer-events: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-wrap .carousel .carousel-inner > .item .item {
  white-space: normal;
}
.carousel-wrap .carousel .carousel-inner > .item.active {
  filter: alpha(opacity=100);
  opacity: 1;
  pointer-events: auto;
}
.carousel-wrap .carousel-control {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-wrap .carousel-control .glyphicon {
  color: #545454;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition: transform ease-in-out 0.25s;
  -webkit-transition: -webkit-transform ease-in-out 0.25s;
  transition: -webkit-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s;
  -webkit-transition: all transform ease-in-out 0.25s ease-out;
  transition: all transform ease-in-out 0.25s ease-out;
}
.carousel-wrap .carousel-control.right {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(247, 249, 248, 0)), to(#f7f9f8));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(247, 249, 248, 0) 0%), color-stop(#f7f9f8 100%));
  background-image: -webkit-linear-gradient(left, rgba(247, 249, 248, 0) 0%, #f7f9f8 100%);
  background-image: linear-gradient(to right, rgba(247, 249, 248, 0) 0%, #f7f9f8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f9f8', endColorstr='#fff7f9f8', GradientType=1);
}
.carousel-wrap .carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#f7f9f8), to(rgba(247, 249, 248, 0)));
  background-image: -webkit-linear-gradient(left, color-stop(#f7f9f8 0%), color-stop(rgba(247, 249, 248, 0) 100%));
  background-image: -webkit-linear-gradient(left, #f7f9f8 0%, rgba(247, 249, 248, 0) 100%);
  background-image: linear-gradient(to right, #f7f9f8 0%, rgba(247, 249, 248, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f9f8', endColorstr='#00f7f9f8', GradientType=1);
}
.carousel-wrap .carousel-control:hover .glyphicon {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
}
.carousel-wrap .carousel-control.disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: default;
}
.carousel-wrap .carousel-control.disabled:hover .glyphicon {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.c3 path,
.c3 line {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}
/*-- Line --*/
.c3-line {
  stroke-width: 1px;
}
/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}
.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}
/*-- Bar --*/
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 0.75;
}
/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1;
}
/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1;
}
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}
/*-- Title --*/
.c3-title {
  font: 14px sans-serif;
}
/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}
.article-link {
  background: #fff;
  border: solid 1px #d9d9d9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  display: block;
  border-radius: 5px;
  background: #F7F9F8;
  color: #545454;
  margin: 10px 0;
  overflow: hidden;
  clear: both;
  -webkit-transition: border-color ease-in-out 0.2s;
  transition: border-color ease-in-out 0.2s;
  -webkit-transition: all border-color ease-in-out 0.2s ease-out;
  transition: all border-color ease-in-out 0.2s ease-out;
}
.article-link .article-link-info {
  padding: 10px;
}
.article-link .article-link-info:before,
.article-link .article-link-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-link .article-link-info:after {
  clear: both;
}
.article-link .article-link-info:before,
.article-link .article-link-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.article-link .article-link-info:after {
  clear: both;
}
.article-link .article-link-info > h5 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #323232;
  font-weight: 700;
}
.article-link .article-link-info > p,
.article-link .article-link-info > address,
.article-link .article-link-info > time {
  display: block;
  margin: 0 0 5px;
}
.article-link .article-link-info > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #999;
  padding-top: 3px;
}
.article-link .article-link-info > .btn {
  float: left;
}
.article-link .article-link-info > .btn .glyphicon {
  margin-left: 5px;
}
.article-link .article-link-image {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 133px;
  background: #ececec;
}
.article-link .article-link-image .article-link-wrapper {
  height: 100%;
}
.article-link .article-link-image .article-link-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}
.article-link .article-link-image ~ .article-link-info {
  padding: 10px 10px 10px 143px;
}
.article-link .article-link-image .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.article-link .article-link-image .date .cal-date {
  border-color: #fff;
}
.article-link .article-link-image .date .cal-date:before,
.article-link .article-link-image .date .cal-date:after {
  border-color: #323232;
  background: #fff;
}
.article-link .article-link-image .date .cal-date .cal-date-month {
  background-color: #fff;
  color: #323232;
}
.article-link .article-link-image .date .cal-date .cal-date-day {
  color: #fff;
}
.article-link .article-link-image.event-link-image {
  background-color: #323232;
}
.article-link .article-link-image.event-link-image img {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.article-link .article-link-image.event-link-image.no-image {
  background-color: #0B9ABC;
}
.article-link .article-link-image.event-link-image.no-image .cal-date:before,
.article-link .article-link-image.event-link-image.no-image .cal-date:after {
  border-color: #0B9ABC;
}
.article-link .article-link-image.event-link-image.no-image .cal-date .cal-date-month {
  color: #0B9ABC;
}
.article-link:hover {
  text-decoration: none;
  color: #545454;
  border-color: #0B9ABC;
}
.article-link:hover h5 {
  color: #323232;
}
.article-link:hover,
.article-link:focus,
.article-link:active {
  text-decoration: none;
}
.article-link .business-profile-list {
  display: block;
  margin: 10px -10px -10px;
  padding: 10px;
  border-top: solid 1px #ececec;
}
.article-link .business-profile-list.event-description {
  margin-top: -10px;
  border-top: 0;
}
.article-link .business-profile-list > li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.article-link .business-profile-list > li:before {
  content: "\2022";
  display: inline-block;
  padding-left: 7.5px;
  padding-right: 10px;
}
.article-link .business-profile-list > li:first-child:before {
  display: none;
}
.article-link .business-profile-list > li .glyphicon-marker {
  color: #0B9ABC;
}
.article-link .business-profile-list > li address {
  display: inline;
  margin: 0;
}
.article-link .business-profile-list > li.business-profile-rating {
  color: #999;
}
.article-link .business-profile-list > li.business-profile-rating .glyphicon-star,
.article-link .business-profile-list > li.business-profile-rating .glyphicon-star-half {
  color: #0B9ABC;
}
.article-link.no-link {
  background: #fff;
}
.article-link.no-link:hover {
  border-color: #d9d9d9;
}
.ffxpub-iframe-carousel .article-link {
  position: relative;
  padding-top: 22%;
}
.ffxpub-iframe-carousel .article-link .article-link-image {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
}
.ffxpub-iframe-carousel .article-link .article-link-image .item-thumbnail {
  margin: 0;
}
.ffxpub-iframe-carousel .article-link .article-link-image .ffxpub-iframe-carousel-outer {
  position: relative;
  color: black;
}
.ffxpub-iframe-carousel .article-link .article-link-image .ffxpub-iframe-carousel-outer .iframe-carousel-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ffxpub-iframe-carousel .article-link .article-link-info {
  position: absolute;
  width: 50%;
  padding: 10px;
  bottom: 0;
  right: 0;
}
.accordion-menu {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.accordion-menu .panel {
  margin: 0;
  background: transparent;
  border: none;
}
.accordion-menu .level-1 {
  text-decoration: none;
  color: #545454;
  position: relative;
  padding: 10px 30px 10px 15px;
  display: block;
  border-bottom: solid 1px #ececec;
}
.accordion-menu .level-1:last-child {
  border-bottom: none;
}
.accordion-menu .level-1:hover {
  background: #ececec;
  text-decoration: none;
}
.accordion-menu .level-1.expand:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: transparent;
}
.accordion-menu .level-1.expand:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border-bottom: solid 2px #d9d9d9;
  border-right: solid 2px #d9d9d9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-menu .level-1.expand:hover {
  background: #ececec;
}
.accordion-menu .level-1.expand:hover:after {
  border-color: #999;
}
.accordion-menu .level-1.active {
  color: #60a735;
}
.accordion-menu .level-1.active:before {
  background: #60a735;
}
.accordion-menu .level-1.active:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.accordion-menu .level-1.active:hover {
  background: transparent;
}
.accordion-menu .expandable {
  padding: 10px 15px;
  border-top: solid 1px #d9d9d9;
  border-bottom: solid 1px #d9d9d9;
  background: #F0F2EF;
}
.accordion-menu .expandable .level-2 {
  display: block;
  padding: 5px 15px;
}
.hero {
  padding: 100px 0 70px;
  margin: 0 0 30px;
  background: #545454;
  color: #fff;
  text-align: center;
  background-color: #545454;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 55px 0 15px;
    margin: 0 0 15px;
  }
}
.hero ~ .page-container {
  padding-top: 0;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  opacity: 1;
}
.hero .hero-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero .hero-bg-container .hero-bg {
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.hero.businesses-hero .hero-bg-container .hero-bg {
  background-position: center center;
}
.hero.businesses-hero .search-form + .lead {
  margin-top: 30px;
  margin-bottom: 15px;
}
.hero.businesses-hero .btn-outline {
  color: #fff;
  border: solid 1px #fff;
}
.hero.businesses-hero .btn-outline:hover,
.hero.businesses-hero .btn-outline:focus,
.hero.businesses-hero .btn-outline:active {
  background: rgba(255, 255, 255, 0.25);
}
.hero.thanks-hero .thank-you-message {
  margin: 100px auto;
  padding: 50px 40px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hero.thanks-hero .thank-you-message {
    margin: 20px auto;
    padding: 20px;
  }
}
.hero.thanks-hero .thank-you-message .btn:nth-child(2) {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .hero.thanks-hero .thank-you-message .btn:nth-child(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero.thanks-hero .thank-you-message .btn {
    width: 100%;
    margin-bottom: 5px;
  }
}
.hero.publications-hero .hero-bg-container .hero-bg {
  background-position: center top;
}
.hero.organisations-hero .hero-bg-container .hero-bg {
  background-position: center top;
}
.hero.organisations-hero .fcsv-logo {
  width: 200px;
  height: auto;
  margin: 10px auto 25px;
}
@media screen and (max-width: 767px) {
  .hero.organisations-hero .fcsv-logo {
    width: 100px;
    height: auto;
    margin: 10px auto 25px;
  }
}
.hero.mobile-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('/bundles/neighbourlystatic/img/mobile-hero.jpg');
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hero.mobile-hero {
    padding-top: 50px;
    padding-bottom: 2.5px;
    margin-bottom: 15px;
  }
  .hero.mobile-hero .container {
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: -2px;
  }
  .hero.mobile-hero h1 {
    font-size: 25px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  }
  .hero.mobile-hero .lead {
    font-size: 16px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  }
  .hero.mobile-hero .btn {
    display: none;
  }
}
.hero.fonterra-hero {
  background-image: url('/bundles/neighbourlystatic/img/partners/fonterra-background.jpg?2');
  padding-top: 80px;
}
.hero.city-launch-hero,
.hero.community-hero {
  background: #60a735 url('/bundles/neighbourlystatic/img/community-overlay.jpg') center center no-repeat;
  background-size: cover;
}
.hero.lead-hero {
  background: #60a735 url('/bundles/neighbourlystatic/img/community-overlay-2.jpg') center center no-repeat;
  background-size: cover;
}
.hero.lead-hero .text-box,
.hero.community-hero .text-box {
  margin-bottom: 60px;
  margin-top: 60px;
  color: #fff;
  padding: 7.5px 0px 20px;
  background: transparent;
}
.hero.lead-hero .text-box .btn-default,
.hero.community-hero .text-box .btn-default {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
  padding: 5px 28px;
}
@media screen and (max-width: 767px) {
  .hero.lead-hero .text-box .btn + .btn,
  .hero.community-hero .text-box .btn + .btn {
    margin-top: 10px;
  }
}
.hero.lead-hero .vid-container,
.hero.community-hero .vid-container {
  margin-top: 60px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
}
.hero.family-notices-hero {
  position: relative;
}
.hero.family-notices-hero .search-form .ui-widget {
  max-height: 300px !important;
  overflow-y: scroll;
}
.hero.family-notices-hero .search-form #search_neighbourhood {
  padding: 7px 30px 7px 10px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.hero.family-notices-hero.message-view {
  padding: 70px 0 40px;
}
@media screen and (max-width: 767px) {
  .hero.family-notices-hero.message-view {
    padding: 55px 0 15px;
    margin: 0 0 15px;
  }
}
.hero.family-notices-hero .hero-bg-container .hero-bg {
  background-position: center top;
}
.hero.notices-hero {
  padding-bottom: 0;
  position: relative;
}
.hero.notices-hero .logo {
  width: 260px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .hero.notices-hero .logo {
    width: 130px;
    max-width: 36%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero.notices-hero .logo-wrap {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .hero.notices-hero .logo-wrap .lead {
    font-size: 14px;
    margin: 0;
  }
}
.hero.notices-hero .search-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px;
}
.hero.notices-hero .search-form .form-group,
.hero.notices-hero .search-form .input-container,
.hero.notices-hero .search-form .button-container {
  margin-bottom: 0;
}
.hero.notices-hero .no-padding-right ~ .col-md-2 {
  padding-left: 10px;
}
.category-hero-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.wide-hero-banner {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.wide-hero-banner ~ .page-container {
  padding-top: 15px;
}
.wide-hero-banner picture img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-height: 300px;
}
.wide-hero-banner.ami-unexpected-stories-banner {
  background: #fafafa;
}
.wide-hero-banner.ami-unexpected-stories-banner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  opacity: 0.1;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, rgba(0, 0, 0, 0) 100%);
}
.wide-hero-banner.fcsv-christmas-survival-banner {
  background: #ed1c24;
}
.wide-hero-banner.awesome-neighbour-banner {
  background: #ffd400;
}
.wide-hero-banner.safer-communities-banner {
  background: #ffffff;
}
.wide-hero-banner.bag-for-good-banner {
  background: #90be55;
}
.wide-hero-banner.resene-colour-your-community-banner {
  background: #ffffff;
}
.wide-hero-banner.lovely-letterbox-banner {
  background: #000000;
}
.hidden-map {
  padding: 0;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.hidden-map .view-map {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  padding: 5px 15px;
  background: #333;
  border-radius: 5px;
  color: #fff;
}
.hidden-map .view-map:hover {
  text-decoration: none;
}
.hidden-map .map-overlay {
  height: 100%;
  background: #333;
}
.hidden-map .map-overlay .map-background {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  filter: blur(5px);
  -webkit-filter: blur(5px);
  opacity: 0.4;
  width: 100%;
}
.neighbourhood-autocomplete .auto-complete-input-container {
  position: relative;
}
.neighbourhood-autocomplete .auto-complete-input-container .searching-indicator {
  position: absolute;
  top: 3px;
  right: 15px;
}
.neighbourhood-autocomplete .auto-complete-input-container .searching-indicator img {
  width: 20px;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}
.Select input::-ms-clear {
  display: none !important;
}
.Select input::-ms-reveal {
  display: none !important;
}
.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}
.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.Select.is-focused > .Select-control {
  background: #fff;
}
.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}
.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}
.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
          animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
          animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.Select-control > *:last-child {
  padding-right: 5px;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}
.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.hidden-list > li:nth-child(n+10):not(.side-addon) {
  display: none;
}
.suggested-posts {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.suggested-posts > p {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
}
.suggested-posts .suggested-title {
  padding-top: 10px;
  font-weight: 700;
}
.suggested-posts .suggested-title > a {
  color: #333;
  text-decoration: none;
}
.suggested-posts .suggested-content {
  padding-bottom: 10px;
  font-size: 14px;
}
.suggested-posts .suggested-content:not(:last-child) {
  border-bottom: solid 1px #ececec;
}
.suggested-posts .suggested-content.ffx-ad {
  padding-bottom: 0px;
}
.suggested-posts .suggested-content.ffx-ad .suggested-content,
.suggested-posts .suggested-content.ffx-ad .suggested-title {
  background-color: #FFF !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
}
.suggested-posts .suggested-content.ffx-ad .suggested-title {
  margin-bottom: 0px;
  font-size: 16px;
}
.re-agent-widget {
  margin-bottom: 20px;
}
.re-agent-widget .re-agent-widget-heading {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  background: #0B9ABC;
  color: #fff;
}
.re-agent-widget .re-agent-widget-heading .logo {
  float: right;
  margin-left: 10px;
  height: 22px;
  width: auto;
}
.re-agent-widget .re-agent-widget-body {
  background: #F0F2EF;
  padding: 10px;
  border: solid 1px #d9d9d9;
}
.re-agent-widget .re-agent-widget-body:before,
.re-agent-widget .re-agent-widget-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.re-agent-widget .re-agent-widget-body:after {
  clear: both;
}
.re-agent-widget .re-agent-widget-body:before,
.re-agent-widget .re-agent-widget-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.re-agent-widget .re-agent-widget-body:after {
  clear: both;
}
.re-agent-widget .re-agent-widget-body .agent-pic {
  height: 50px;
  width: 50px;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.re-agent-widget .re-agent-widget-body .agent-pic > img {
  display: block;
  height: 50px;
  width: 50px;
}
.re-agent-widget .re-agent-widget-body .agent-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  color: #323232;
}
.re-agent-widget .re-agent-widget-body .agent-name .agent-phone {
  color: #0B9ABC;
  cursor: pointer;
}
.re-agent-widget .re-agent-widget-body .office-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.re-agent-widget .re-agent-widget-footer {
  background: #F0F2EF;
  padding: 10px 10px 0;
  border: solid 1px #d9d9d9;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.re-agent-widget .re-agent-widget-footer .btn {
  margin-bottom: 10px;
}
.re-agent-widget .re-agent-widget-footer .btn-link .glyphicon {
  color: #999;
}
.real-estate-item {
  display: block;
  color: #545454;
  text-decoration: none;
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background: #F0F2EF;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.real-estate-item.featured {
  background: #ffffff;
  border: 1px solid #60a735;
  box-shadow: 0 1px 0 0 rgba(96, 167, 53, 0.2);
}
.real-estate-item.featured:hover {
  border: 1px solid #55942f;
  box-shadow: 0 0 2px 2px rgba(96, 167, 53, 0.3);
}
.real-estate-item.featured .cover {
  padding: 0 0 75% 0;
}
.real-estate-item.featured .cover:before {
  width: 100%;
  left: 0;
}
.real-estate-item.featured .cover .featured-label {
  position: absolute;
  top: 10px;
  right: 10px;
}
.real-estate-item.featured .cover .cover-image {
  width: 100%;
}
.real-estate-item.featured .cover .cover-details {
  width: 100%;
}
.real-estate-item .cover {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px calc(75% - 10px) 10px;
  background: #F0F2EF;
}
.real-estate-item .cover .svg-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.real-estate-item .cover .cover-image {
  position: absolute;
  width: calc(100% - 20px);
  height: auto;
  border-radius: 4px 4px 0 0;
}
.real-estate-item .cover .cover-type {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  background: #545454;
}
.real-estate-item .cover .cover-details {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: calc(100% - 20px);
}
.real-estate-item .cover .cover-details .title,
.real-estate-item .cover .cover-details .address {
  display: block;
  line-height: 1.2;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.real-estate-item .cover .cover-details .title {
  font-weight: 700;
  margin-bottom: 5px;
}
.real-estate-item .cover .cover-details .address {
  font-size: 14px;
  margin-bottom: 10px;
}
.real-estate-item .cover:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 10px;
  height: 55%;
  width: calc(100% - 20px);
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, rgba(0, 0, 0, 0) 100%);
}
.real-estate-item .info {
  padding: 10px;
  border-bottom: solid 1px #ececec;
}
.real-estate-item .info .type,
.real-estate-item .info .price {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.real-estate-item .info .type {
  color: #999;
  font-size: 14px;
}
.real-estate-item .info .date {
  float: right;
  font-size: 12px;
}
.real-estate-item .info .price {
  font-weight: 700;
  color: #333;
}
.real-estate-item .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
}
.real-estate-item .details .icons {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}
.real-estate-item .details .icons > span {
  padding-left: 5px;
  padding-right: 15px;
}
.real-estate-item .details .icons > img {
  height: 16px;
  width: 16px;
}
.real-estate-item .logo {
  height: 30px;
  width: auto;
  max-width: 74px;
}
.real-estate-item:hover,
.real-estate-item:active,
.real-estate-item:focus {
  color: #545454;
  text-decoration: none;
  border-color: #0B9ABC;
}
.real-estate-filters {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.mobile-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-device-width: 375px) {
  .real-estate-item-ad {
    max-width: 325px;
  }
}
@media only screen and (max-device-width: 768px) {
  .real-estate-item-ad {
    max-width: 352px;
  }
}
.filter-toggle {
  display: none;
}
.real-estate-filters {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  margin: 0 0 30px;
}
.real-estate-filters .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin: 0;
}
.real-estate-filters .form-group .control-label {
  width: 100%;
}
.real-estate-filters .form-group .range-label {
  font-size: 14px;
  margin: 0;
  padding: 0 5px;
}
.real-estate-filters .form-group .form-control {
  width: auto;
  color: #0B9ABC;
  height: 30px;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
select.real-estate-filters .form-group .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.real-estate-filters .form-group .form-control {
  height: auto;
}
.real-estate-filters .form-group .btn {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 100%;
}
.real-estate-filters .form-group:first-child {
  min-width: 25%;
}
.real-estate-filters .form-group:last-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.organisation-side-contact-container {
  margin-bottom: 15px;
}
.organisation-side-contact-container:last-child {
  margin-bottom: 0;
}
.agent-panel-single {
  margin-top: 66.5px;
}
.panel-agent-info {
  padding: 0 10px 10px;
  text-align: center;
  border-bottom: solid 1px #ececec;
}
.panel-agent-info .profile-pic {
  display: block;
  margin: -66.5px auto 10px;
  height: 133px;
  width: 133px;
  background: #fff;
  padding: 4px;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
}
.panel-agent-info .name {
  display: block;
  font-size: 16px;
  color: #323232;
}
.panel-agent-info .title {
  display: block;
}
.panel-contact-footer {
  padding: 10px;
  border-top: solid 1px #ececec;
}
.listing-header h3 {
  font-size: 30px;
  margin: 0 0 10px;
}
.listing-header address {
  display: block;
  margin: 0 0 15px;
}
.listing-header .price-container {
  padding-top: 7px;
  float: right;
  text-align: right;
}
.listing-header .price-container .dl-inline {
  margin: 0 0 10px;
  font-size: 12px;
  color: #999;
}
.listing-header .price-container .dl-inline dd {
  padding-left: 2px;
}
.listing-header .price-container .dl-inline dd:last-child {
  padding-right: 0;
}
.listing-header .price-container .price {
  font-weight: 700;
  margin: 0;
  color: #0B9ABC;
}
.listing-details {
  clear: both;
  border-top: solid 1px #ececec;
  padding: 15px 0;
}
.listing-details h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.listing-details dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
.listing-details dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  width: 16px;
  padding-bottom: 15px;
}
.listing-details dl dt > img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.listing-details dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% - 26px);
  padding-bottom: 15px;
}
.tab-gallery {
  margin-bottom: 30px;
}
.tab-gallery .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.tab-gallery .nav-tabs > li.active > a {
  background: #fff;
}
.tab-gallery .nav-tabs:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  border: solid 1px #d9d9d9;
  border-bottom: none;
  border-radius: 0 5px 0 0;
}
.tab-gallery .tab-content {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: calc(66% - -80px);
}
.tab-gallery .tab-content .tab-pane {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 80px;
}
.tab-gallery .tab-content .tab-pane .carousel {
  height: 100%;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner {
  height: 100%;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item {
  height: 100%;
  -webkit-transition: transform ease-in-out 0.6s;
  -webkit-transition: -webkit-transform ease-in-out 0.6s;
  transition: -webkit-transform ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  -webkit-transition: all transform ease-in-out 0.6s ease-out;
  transition: all transform ease-in-out 0.6s ease-out;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item img {
  height: 100%;
  width: 100%;
  background: #F0F2EF;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item img[data-object-fit="contain"] {
  -o-object-fit: contain;
     object-fit: contain;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item .active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.next {
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.prev {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.next.left,
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.prev.right {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.active.left {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.active.right {
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: auto;
  width: auto;
  margin: 5px 0 0;
  text-align: left;
  bottom: auto;
  overflow: hidden;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .next,
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #0B9ABC;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 5px;
  width: 30px;
  z-index: 100;
  translate: transform(0, 0);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ffffff), to(rgba(255, 255, 255, 0.001)));
  background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(rgba(255, 255, 255, 0.001) 100%));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.001) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .next:before,
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .prev:before {
  display: none;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(255, 255, 255, 0.001)), to(#ffffff));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0.001) 0%), color-stop(#ffffff 100%));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.001) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li {
  -webkit-transition: transform ease-in-out 0.2s;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  -webkit-transition: all transform ease-in-out 0.2s ease-out;
  transition: all transform ease-in-out 0.2s ease-out;
  width: auto;
  height: auto;
  margin: 0 5px 5px 0;
  text-indent: 0;
  border: none;
  border-radius: 0px;
  position: relative;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: solid 3px transparent;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li img {
  height: 70px;
  width: 70px;
}
.tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li.active:before {
  border-color: #0B9ABC;
}
.tab-gallery .tab-content .tab-pane .carousel#carousel-floorplan .carousel-inner {
  height: 100%;
}
.tab-gallery .tab-content .tab-pane .carousel#carousel-floorplan .carousel-inner .item {
  height: 100%;
}
.tab-gallery .tab-content .tab-pane .carousel#carousel-floorplan .carousel-inner .item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tab-gallery .tab-content .tab-pane .carousel-control {
  background: transparent;
}
.tab-gallery .tab-content .tab-pane .carousel-control .glyphicon {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.listing-about {
  margin-bottom: 30px;
}
.listing-about h5 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ececec;
  margin: 0 0 10px;
}
.listing-message-form {
  padding: 10px;
  border-radius: 5px;
  background: #F0F2EF;
  margin-bottom: 30px;
}
.listing-message-form > img {
  float: left;
  height: 50px;
  width: 50px;
  border-radius: 5px;
}
.listing-message-form > label {
  display: block;
  margin: 0 0 10px;
  padding-left: 60px;
  font-size: 14px;
}
.listing-message-form .post-form {
  padding: 0 0 0 60px;
}
.listing-message-form .post-box {
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}
.more-listings {
  border-top: solid 1px #ececec;
  margin-bottom: 30px;
}
.more-listings h5 {
  margin: 30px 0;
}
.real-estate-map {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 5px;
  margin-bottom: 15px;
}
.real-estate-map img {
  display: block;
  max-width: 100%;
}
.real-estate-map .map-hidden-wrap > div,
.real-estate-map .address-map > div {
  min-height: 300px;
}
.real-estate-map .hidden-map .map-overlay img {
  height: 300px;
}
.re-widget-image {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.re-widget-image:hover,
.re-widget-image:focus,
.re-widget-image:active {
  color: #fff;
  text-decoration: none;
}
.re-widget-image .re-widget-img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.re-widget-image .logo {
  height: 24px;
  width: 73px;
  width: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
.re-widget-image .price {
  position: absolute;
  top: 10px;
  left: 10px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 14px;
  max-width: calc(100% - 103px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.re-widget-image .details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  height: 75%;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, rgba(0, 0, 0, 0) 100%);
}
.re-widget-image .details .subject {
  margin: 0;
  font-size: 16px;
  display: block;
  position: absolute;
  bottom: 28px;
  width: 91%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.re-widget-image .details address {
  margin: 0;
  font-size: 14px;
  position: absolute;
  bottom: 9px;
  width: 91%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.re-widget-icons {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.re-widget-icons dl {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.re-widget-icons dl dt img {
  height: 16px;
  width: 16px;
}
.re-widget-icons dl dd {
  padding: 0 10px 0 5px;
  font-weight: 700;
}
.re-widget-icons .re-widget-controls .btn-sm {
  padding-left: 0;
  padding-right: 0;
  width: 30px;
}
.re-widget-icons .re-widget-controls .numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.re-widget-agent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  padding-bottom: 10px;
}
.re-widget-agent .agent-pic {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  margin-right: 5px;
}
.re-widget-agent .contact {
  margin-left: auto;
  font-size: 16px;
}
.re-widget-agent .contact > a {
  display: inline-block;
  padding-left: 5px;
}
.re-widget-agent .contact .agent-phone {
  color: #0B9ABC;
  cursor: pointer;
}
.re-search-form {
  background: #F0F2EF;
  color: #545454;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  text-align: left;
  margin: -15px auto 15px;
}
@media screen and (min-width: 767px) {
  .re-search-form {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
  }
  .re-search-form .toggle-btn {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .re-search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero .re-search-form {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
}
.hero .re-search-form {
  border-radius: 10px;
  margin: 0 auto;
}
#neighbourly_realestatebundle_search .re-search-form {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.re-search-form .address-group,
.re-search-form .details-group {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.hero .re-search-form .address-group,
.hero .re-search-form .details-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 767px) {
  .re-search-form .address-group,
  .re-search-form .details-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero .re-search-form .address-group,
  .hero .re-search-form .details-group {
    width: 100%;
  }
  .hero .re-search-form .address-group:first-of-type,
  .hero .re-search-form .details-group:first-of-type {
    margin-right: 0;
  }
  .hero .re-search-form .address-group:last-child,
  .hero .re-search-form .details-group:last-child {
    margin-left: 0;
  }
}
.re-search-form .re-form-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .hero .re-search-form .re-form-group {
    margin-bottom: 15px;
  }
}
.re-search-form .re-form-group .btn {
  width: 100%;
}
.re-search-form .re-form-group .nearby-neighbourhoods {
  height: 60px;
  display: block;
}
.re-search-form .re-form-group .nearby-neighbourhoods .input-label {
  padding-top: 5px;
  height: 22px;
  margin-bottom: 5px;
  font-size: 14px;
}
.re-search-form .re-form-group .nearby-neighbourhoods input[type="checkbox"] {
  height: 18px;
  width: auto;
  float: left;
  margin-right: 7px;
  margin-top: 12px;
  font-size: 14px;
}
.re-search-form .re-form-group .nearby-neighbourhoods input[type="checkbox"] + label {
  color: #545454;
  margin-top: 6px;
}
.re-search-form .re-form-group .nearby-neighbourhoods input[type="checkbox"]:disabled + label {
  color: #999;
}
.hero .re-search-form .re-form-group .nearby-neighbourhoods {
  height: 71px;
  display: block;
}
.hero .re-search-form .re-form-group .nearby-neighbourhoods .input-label {
  padding-top: 0;
  height: 25px;
  margin-bottom: 5px;
  font-size: 16px;
}
.hero .re-search-form .re-form-group .nearby-neighbourhoods input[type="checkbox"] {
  height: 18px;
  width: auto;
  float: left;
  margin-right: 7px;
  margin-top: 12px;
  font-size: 16px;
}
.hero .re-search-form .re-form-group .nearby-neighbourhoods input[type="checkbox"] + label {
  margin-top: 7px;
}
.re-search-form .re-form-group .svg-loader {
  position: absolute;
  bottom: 7px;
  right: 20px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transition: all opacity 0.2s linear ease-out;
  transition: all opacity 0.2s linear ease-out;
}
.hero .re-search-form .re-form-group .svg-loader {
  bottom: 12px;
  right: 25px;
}
.re-search-form .re-form-group .help-block {
  margin-top: -5px;
}
.re-search-form .re-form-group label {
  font-size: 14px;
}
.hero .re-search-form .re-form-group label {
  font-size: 16px;
}
.re-search-form .re-form-group .form-control[disabled]:not([type="checkbox"]) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.25);
  color: #999;
  line-height: 1;
}
.re-search-form .re-form-group .form-control[disabled]:not([type="checkbox"]).loading ~ .svg-loader {
  opacity: 1;
}
.re-search-form .address-group .re-form-group:first-child {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .re-search-form .address-group .re-form-group:first-child {
    width: 50%;
    padding-right: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .re-search-form .address-group .re-form-group:first-child {
    width: calc(100%/5);
    padding-right: 7.5px;
  }
}
.re-search-form .address-group .re-form-group:nth-child(2) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .re-search-form .address-group .re-form-group:nth-child(2) {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .re-search-form .address-group .re-form-group:nth-child(2) {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .re-search-form .address-group .re-form-group:nth-child(2) {
    width: calc(100%/5);
    padding-left: 7.5px;
    padding-right: 0;
  }
}
.re-search-form .address-group .re-form-group:nth-child(3) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .re-search-form .address-group .re-form-group:nth-child(3) {
    width: calc(100%/3);
    padding-right: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .re-search-form .address-group .re-form-group:nth-child(3) {
    width: calc(100%/5);
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.re-search-form .address-group .re-form-group:nth-child(4) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .re-search-form .address-group .re-form-group:nth-child(4) {
    width: calc(100%/3);
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .re-search-form .address-group .re-form-group:nth-child(4) {
    width: calc(100%/5);
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.re-search-form .address-group .re-form-group:nth-child(5) {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .re-search-form .address-group .re-form-group:nth-child(5) {
    width: calc(100%/3);
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .re-search-form .address-group .re-form-group:nth-child(5) {
    width: calc(100%/5);
    padding-left: 7.5px;
    padding-right: 0;
  }
}
.re-search-form .details-group .re-form-group:last-child {
  margin-bottom: 0;
}
.re-search-form .details-group .re-form-group:nth-child(2) {
  width: calc((100%/3)*2);
  padding-right: 15px;
}
.re-search-form .details-group .re-form-group:nth-child(3) {
  width: calc(100%/3);
}
@media screen and (min-width: 767px) {
  .re-search-form .details-group .re-form-group {
    width: calc(65%/3);
    padding-right: 15px;
    margin: 0;
  }
  .re-search-form .details-group .re-form-group:first-child {
    width: 35%;
  }
  .re-search-form .details-group .re-form-group:nth-child(2) {
    width: calc(65%/3);
  }
  .re-search-form .details-group .re-form-group:nth-child(3) {
    width: calc(65%/3);
    max-width: 100px;
  }
  .re-search-form .details-group .re-form-group:last-child {
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .re-search-form .details-group .re-form-group:nth-child(2) {
    min-width: 150px;
  }
}
.re-search-form .range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.re-search-form .range label {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.re-search-form .re-search-toggle {
  visibility: hidden;
  position: absolute;
}
.re-search-form .re-search-toggle:checked ~ .address-group,
.re-search-form .re-search-toggle:checked ~ .details-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.re-search-form .re-search-toggle:checked ~ .address-group {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .re-search-form .re-search-toggle:checked ~ .address-group {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .re-display-ad {
    margin-top: -77px;
  }
}
.branded-real-estate-listing .real-estate-sidebar {
  margin-top: 66.5px;
}
@media screen and (max-width: 991px) {
  .branded-real-estate-listing .real-estate-sidebar {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.branded-real-estate-listing .panel-agent-info {
  padding: 0;
  text-align: left;
}
.branded-real-estate-listing .panel-agent-info:before,
.branded-real-estate-listing .panel-agent-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.branded-real-estate-listing .panel-agent-info:after {
  clear: both;
}
.branded-real-estate-listing .panel-agent-info:before,
.branded-real-estate-listing .panel-agent-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.branded-real-estate-listing .panel-agent-info:after {
  clear: both;
}
.branded-real-estate-listing .panel-agent-info .profile-pic {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin: 10px 10px 10px 0;
  height: 60px;
  width: 60px;
  background: #fff;
  float: left;
}
.branded-real-estate-listing .panel-agent-info .name {
  padding-top: 20px;
}
.branded-real-estate-listing .panel-agent-info .title {
  display: block;
}
.branded-real-estate-listing .panel-agent-info .panel-body {
  padding: 5px 0 0 70px;
}
.branded-real-estate-listing .open-homes {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .branded-real-estate-listing .open-homes {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.branded-real-estate-listing .listing-header-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .branded-real-estate-listing .listing-header-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.branded-real-estate-listing .listing-header-details address {
  display: block;
  margin: 0 0 15px;
  font-weight: 700;
}
.branded-real-estate-listing .listing-header-details .dl-inline {
  margin: 0 0 10px;
  font-size: 12px;
  color: #999;
}
.branded-real-estate-listing .listing-header-details .dl-inline dd {
  padding-left: 2px;
}
.branded-real-estate-listing .listing-header-details .dl-inline dd:last-child {
  padding-right: 0;
}
@media screen and (max-width: 766px) {
  .branded-real-estate-listing .listing-header-details .dl-inline dt,
  .branded-real-estate-listing .listing-header-details .dl-inline dd {
    width: 50%;
  }
}
.branded-real-estate-listing .listing-header-details .price-container {
  text-align: right;
}
@media screen and (max-width: 766px) {
  .branded-real-estate-listing .listing-header-details .price-container {
    padding-top: 15px;
    text-align: left;
  }
}
.branded-real-estate-listing .listing-header-details .price-container .price {
  font-weight: 700;
  margin: 0;
  color: #0075ae;
  margin-bottom: 15px;
}
.branded-real-estate-listing .listing-header h3 {
  font-size: 40px;
}
.branded-real-estate-listing .tab-gallery .nav-tabs {
  border-bottom: none;
  position: relative;
  z-index: 1;
}
.branded-real-estate-listing .tab-gallery .nav-tabs > li {
  border-radius: 0;
}
.branded-real-estate-listing .tab-gallery .nav-tabs > li > a {
  border-bottom: 3px solid transparent;
}
.branded-real-estate-listing .tab-gallery .nav-tabs > li.active {
  border-radius: 0;
}
.branded-real-estate-listing .tab-gallery .nav-tabs > li.active > a {
  background: #fff;
  border: none;
  border-bottom: 3px solid #0075ae;
}
.branded-real-estate-listing .tab-gallery .nav-tabs:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  border: none;
  border-top: 1px solid #0075ae;
  border-radius: 0;
}
.branded-real-estate-listing .tab-gallery .tab-content {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  padding-bottom: calc(66% - -80px);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  bottom: 80px;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel {
  height: 100%;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner {
  height: 100%;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item {
  height: 100%;
  -webkit-transition: transform ease-in-out 0.6s;
  -webkit-transition: -webkit-transform ease-in-out 0.6s;
  transition: -webkit-transform ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s, -webkit-transform ease-in-out 0.6s;
  -webkit-transition: all transform ease-in-out 0.6s ease-out;
  transition: all transform ease-in-out 0.6s ease-out;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item img {
  height: 100%;
  width: 100%;
  background: #F0F2EF;
  -o-object-fit: cover;
     object-fit: cover;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item img[data-object-fit="contain"] {
  -o-object-fit: contain;
     object-fit: contain;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item .active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.next {
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.prev {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.next.left,
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.prev.right {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.active.left {
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-inner .item.active.right {
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: auto;
  width: auto;
  margin: 5px 0 0;
  text-align: left;
  bottom: auto;
  overflow: hidden;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .next,
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #0075ae;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 5px;
  width: 30px;
  z-index: 100;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ffffff), to(rgba(255, 255, 255, 0.001)));
  background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(rgba(255, 255, 255, 0.001) 100%));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.001) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=1);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .next:before,
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .prev:before {
  display: none;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators > .next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: auto;
  right: 0;
  -webkit-transform: translate(1px, 0);
          transform: translate(1px, 0);
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(255, 255, 255, 0.001)), to(#ffffff));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0.001) 0%), color-stop(#ffffff 100%));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.001) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.001) 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=1);
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li {
  -webkit-transition: transform ease-in-out 0.2s;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  -webkit-transition: all transform ease-in-out 0.2s ease-out;
  transition: all transform ease-in-out 0.2s ease-out;
  width: auto;
  height: auto;
  margin: 0 5px 5px 0;
  text-indent: 0;
  border: none;
  border-radius: 0px;
  position: relative;
  z-index: 10;
  padding-top: 5px;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  height: 5px;
  width: 5px;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  background: transparent;
  z-index: -1;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li img {
  height: 70px;
  width: 70px;
  z-index: 20;
  border: solid 1px transparent;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li.active img {
  border-color: #0075ae;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel .carousel-indicators li.active:before {
  background: #0075ae;
  border-color: transparent;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel#carousel-floorplan .carousel-inner {
  height: 100%;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel#carousel-floorplan .carousel-inner .item {
  height: 100%;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel#carousel-floorplan .carousel-inner .item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel-control {
  background: transparent;
}
.branded-real-estate-listing .tab-gallery .tab-content .tab-pane .carousel-control .glyphicon {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.branded-real-estate-listing .tab-gallery .more-listings {
  border-top: solid 1px #ececec;
  margin-bottom: 30px;
}
.branded-real-estate-listing .tab-gallery .more-listings h5 {
  margin: 30px 0;
}
.stuff.property .real-estate-map {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #d9d9d9;
}
.styled-checkbox:hover + label:before {
  background: #E0EED3;
  border-color: #E0EED3;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #60a735;
  border-color: #60a735;
}
.styled-checkbox:disabled + label {
  color: #999;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.links-area {
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  font-size: 14px;
}
.links-area.left-side {
  top: 0;
}
.links-area.left-side .dropdown-button-area {
  margin-left: -5px;
  margin-right: -10px;
}
.links-area.left-side ~ .sub-navigation {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .links-area.left-side ~ .sub-navigation {
    margin-top: 45px;
  }
}
@media screen and (max-width: 766px) {
  .links-area.left-side ~ .sub-navigation {
    margin-top: 40px;
  }
}
.links-area.left-side ~ .sub-navigation .neighbourhood-footer {
  margin-bottom: 0;
}
.links-area.right-side {
  top: 95px;
}
@media screen and (max-width: 766px) {
  .links-area.right-side {
    top: 45px;
  }
}
.links-area.right-side .dropdown-button-area {
  margin-left: -10px;
  margin-right: -5px;
}
.links-area.left-side .dropdown-button-area,
.links-area.right-side .dropdown-button-area {
  width: calc(100% + 15px);
  z-index: 999;
}
.links-area.left-side .dropdown-button-area .navbar-toggle,
.links-area.right-side .dropdown-button-area .navbar-toggle {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  line-height: 20px !important;
  color: #0B9ABC !important;
  font-size: 14px !important;
  padding: 7px 10px !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: 999 !important;
}
@media screen and (max-width: 766px) {
  .links-area.left-side .dropdown-button-area .navbar-toggle,
  .links-area.right-side .dropdown-button-area .navbar-toggle {
    padding: 4px 7px !important;
  }
}
.links-area.left-side .dropdown-button-area .navbar-toggle .caret,
.links-area.right-side .dropdown-button-area .navbar-toggle .caret {
  position: absolute;
  border-top-color: #0B9ABC !important;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.links-area.left-side .dropdown-button-area .navbar-toggle .selected-category,
.links-area.right-side .dropdown-button-area .navbar-toggle .selected-category {
  color: #0B9ABC;
}
.links-area .dropdown-backdrop {
  pointer-events: none;
}
.collapse.open,
.collapse.in {
  display: block;
}
.cover-banner .thumbnail .avatar-container .avatar-thumb.pattern-avatar {
  width: 100%;
  height: 100%;
}
.navbar-fixed-top .pattern-avatar {
  border: 1px solid #F0F2EF !important;
}
.posting-as-panel .pattern-avatar {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.posting-as .dropdown-toggle .pattern-avatar {
  width: 36px;
  height: 36px;
}
.switch-account .pattern-avatar {
  width: 30px;
  height: 30px;
}
.covid-market-message {
  margin: 50px auto -50px;
  font-size: 14px;
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.covid-market-message .message-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #ff4a18;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  margin-right: 1em;
}
.covid-market-message .message-icon-img {
  width: 24px;
}
.covid-market-message .message-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em;
  z-index: 1000;
}
.covid-market-message .message-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.covid-market-message .message-close {
  font-size: 24px;
  background: none;
  border: none;
  outline: none;
  color: #8d8d8d;
}
.sidebar-news-feed {
  border: solid 1px #ececec;
  border-radius: 5px;
  padding: 1.5em;
  margin: 1em 0;
  background: #ffffff;
}
.sidebar-news-feed-heading {
  font-size: 21px;
  font-weight: bold;
  color: #60a735;
  margin: 0 0 1em;
  display: block;
}
.sidebar-news-feed-list {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
}
.sidebar-news-feed-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5em;
  line-height: 1.2em;
  border-top: 1px dashed #ececec;
  padding: 1em 0 0.5em 0;
}
.sidebar-news-feed-item:before {
  content: counter(item);
  counter-increment: item;
  margin-right: 1em;
  color: #999999;
}
.sidebar-news-feed-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-news-feed-loading {
  text-align: center;
  padding: 1em 0;
}
.navbar-fixed-top {
  background: #60a735;
  border: none;
  margin-bottom: 15px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.navbar-fixed-top .christmas {
  position: relative;
  float: left;
  min-width: 149px;
}
.navbar-fixed-top .christmas:before {
  content: "";
  position: absolute;
  height: 19px;
  width: 26px;
  background: url(/bundles/neighbourlystatic/img/christmas-hat.svg) center center no-repeat;
  background-size: cover;
  top: 6px;
  left: -13px;
}
.navbar-fixed-top .anzac {
  position: relative;
  float: left;
  min-width: 149px;
}
.navbar-fixed-top .anzac:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: url(/bundles/neighbourlystatic/img/poppy-pin.png) center center no-repeat;
  background-size: cover;
  top: 4px;
  right: -6px;
}
.navbar-fixed-top #logo {
  float: left;
  height: 30px;
  margin: 10px 0;
}
.navbar-fixed-top .search-navigation {
  float: left;
}
.navbar-fixed-top .navbar-back {
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-fixed-top .navbar-collapse {
  border-color: transparent;
}
.navbar-fixed-top .navbar-nav > li > a {
  color: #fff;
}
.navbar-fixed-top .navbar-nav > li > a .glyphicon {
  font-size: 20px;
  line-height: 0.8;
  top: 3px;
}
.navbar-fixed-top .navbar-nav > li > a .glyphicon ~ .caret {
  margin-left: 0px;
}
.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar-fixed-top .navbar-nav > li > a:focus,
.navbar-fixed-top .navbar-nav > li > a:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-fixed-top .navbar-nav > li.dropdown .image-badges .user-pin {
  height: 16px;
  width: 16px;
}
.navbar-fixed-top .navbar-nav > li.dropdown > a .avatar-thumb {
  height: 30px;
  width: 30px;
  float: left;
  border: none;
  margin: -2.5px 7px -2.5px 0;
  border-radius: 2px;
}
.navbar-fixed-top .navbar-nav > li.dropdown > a > .overflow-name {
  padding-right: 4px;
  max-width: 15vw;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-fixed-top .navbar-nav > li.dropdown > a > .badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  border-radius: 5px;
  height: 16px;
  width: auto;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: #FF3B30;
}
.navbar-fixed-top .navbar-nav > li.dropdown > a > .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.65);
  border-bottom-color: rgba(255, 255, 255, 0.65);
}
.navbar-fixed-top .navbar-nav > li.dropdown > a:hover > .caret,
.navbar-fixed-top .navbar-nav > li.dropdown > a:focus > .caret,
.navbar-fixed-top .navbar-nav > li.dropdown > a:active > .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-fixed-top .navbar-nav > li.dropdown .dropdown-menu {
  max-height: 500px;
  overflow: auto;
}
.navbar-fixed-top .navbar-nav > li.dropdown .dropdown-menu .loading-text {
  margin: 20px auto;
  text-align: center;
  min-width: 240px;
}
.navbar-fixed-top .navbar-nav > li.dropdown .dropdown-menu > li > a > .label {
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.navbar-fixed-top .navbar-nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-fixed-top .navbar-nav > li.open > a:hover,
.navbar-fixed-top .navbar-nav > li.open > a:focus,
.navbar-fixed-top .navbar-nav > li.open > a:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-fixed-top .navbar-nav > li.open .dropdown-heading {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 15px;
  color: #999;
  font-size: 14px;
}
.navbar-fixed-top .navbar-nav > li.disabled > a {
  color: rgba(255, 255, 255, 0.6);
  cursor: default;
}
.navbar-fixed-top .navbar-nav > li.disabled > a:hover,
.navbar-fixed-top .navbar-nav > li.disabled > a:focus,
.navbar-fixed-top .navbar-nav > li.disabled > a:active {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-fixed-top .navbar-nav > li.disabled > a .caret {
  display: none;
}
.navbar-fixed-top .navbar-nav .switch-account > a {
  line-height: 2.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-fixed-top .navbar-nav .switch-account > a .avatar-container {
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.navbar-fixed-top .navbar-nav .switch-account > a .avatar-container .avatar-thumb {
  height: 30px;
  width: 30px;
}
.navbar-fixed-top .navbar-nav .switch-account > a .premium-tag::before {
  left: 3px;
}
.navbar-fixed-top .navbar-nav .switch-account.active a {
  background: none;
  color: #545454;
  cursor: default;
}
.navbar-fixed-top .navbar-nav .switch-account.active a span:not(.label):last-child {
  display: inline-block;
}
.navbar-fixed-top .navbar-nav .switch-account.active a span:not(.label):last-child:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Icon';
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e049";
  color: #fff;
  background: #60a735;
  margin-left: 7px;
  padding: 2px;
  border-radius: 2px;
}
.navbar-fixed-top.navbar-white {
  background: #fff;
  border-bottom: solid 1px #d9d9d9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.navbar-fixed-top.navbar-white #logo {
  float: left;
  margin-left: 0px;
}
.navbar-fixed-top.navbar-white .navbar-nav > li > a {
  color: #0B9ABC;
}
.navbar-fixed-top.navbar-white .navbar-nav > li > a .caret {
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}
.navbar-fixed-top.navbar-white .navbar-nav > li > a:hover,
.navbar-fixed-top.navbar-white .navbar-nav > li > a:focus,
.navbar-fixed-top.navbar-white .navbar-nav > li > a:active {
  background-color: #ececec;
}
.navbar-fixed-top.navbar-white .navbar-nav > li > a:hover .caret,
.navbar-fixed-top.navbar-white .navbar-nav > li > a:focus .caret,
.navbar-fixed-top.navbar-white .navbar-nav > li > a:active .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-fixed-top.navbar-white .navbar-nav > li.open > a {
  color: #0B9ABC;
  background-color: #ececec;
}
.navbar-fixed-top.navbar-white .navbar-nav > li.open > a:hover,
.navbar-fixed-top.navbar-white .navbar-nav > li.open > a:focus,
.navbar-fixed-top.navbar-white .navbar-nav > li.open > a:active {
  background-color: #ececec;
}
.navbar-fixed-top.navbar-white .navbar-nav > li.open > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-fixed-top.navbar-white .navbar-nav.navbar-right:last-child {
  margin-right: 5px;
}
.navbar-fixed-top.navbar-white .navbar-btn {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
.navbar-fixed-top.navbar-white .navbar-btn ~ .navbar-btn {
  margin-left: 10px;
}
.navbar-fixed-top.navbar-white .navbar-toggle {
  margin-right: 5px;
}
.navbar-fixed-top.navbar-white .navbar-toggle:hover,
.navbar-fixed-top.navbar-white .navbar-toggle:focus {
  background: #fff;
}
.navbar-fixed-top.navbar-white .navbar-toggle .glyphicon {
  background: transparent;
  color: #60a735;
}
.navbar-fixed-top.navbar-white .navbar-toggle .icon-bar {
  background: #0B9ABC;
}
.impersonating .navbar-fixed-top {
  background: #bbb;
}
.notification-item {
  background: #F0F2EF;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  min-width: 300px;
}
.notification-item > .notification-link {
  display: block;
  padding: 10px 15px 10px 75px;
  font-size: 14px;
  min-height: 64px;
  white-space: normal;
}
.notification-item > .notification-link > .notification-date {
  color: #999;
  font-size: 12px;
  float: right;
  padding-left: 10px;
}
.notification-item > .notification-link > .avatar-container {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -25px;
}
.notification-item > .notification-link > .notification-title {
  display: block;
  color: #545454;
  font-weight: 700;
}
.notification-item > .notification-link > .notification-desc {
  color: #999;
  display: block;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-item > .notification-link:hover,
.notification-item > .notification-link:active,
.notification-item > .notification-link:focus {
  background: #F0F2EF;
  text-decoration: none;
}
.notification-item:first-child {
  border-top: solid 1px #d9d9d9;
}
.notification-item.unseen {
  background: #fff;
  border-bottom: solid 1px #ececec;
}
.notification-item.unseen > .notification-link > .notification-title {
  color: #333;
}
.notification-item.unseen > .notification-link > .notification-desc {
  color: #545454;
}
.notification-item.unseen > .notification-link:hover,
.notification-item.unseen > .notification-link:active,
.notification-item.unseen > .notification-link:focus {
  background: #ececec;
  border-color: #d9d9d9;
}
.notification-item.unseen + .notification-item:not(.unseen) {
  margin-top: -1px;
  border-top: solid 1px #d9d9d9;
}
.notification-item.unseen:first-child {
  border-top: solid 1px #ececec;
}
.dropdown-menu > .notification-actions,
.dropdown-menu > .notification-more {
  font-size: 14px;
  margin-bottom: -5px;
}
.dropdown-menu > .notification-actions:before,
.dropdown-menu > .notification-more:before,
.dropdown-menu > .notification-actions:after,
.dropdown-menu > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropdown-menu > .notification-actions:after,
.dropdown-menu > .notification-more:after {
  clear: both;
}
.dropdown-menu > .notification-actions:before,
.dropdown-menu > .notification-more:before,
.dropdown-menu > .notification-actions:after,
.dropdown-menu > .notification-more:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dropdown-menu > .notification-actions:after,
.dropdown-menu > .notification-more:after {
  clear: both;
}
.dropdown-menu > .notification-actions > a,
.dropdown-menu > .notification-more > a {
  display: inline-block;
  padding: 10px 15px;
  background: transparent;
  color: #0B9ABC;
}
.dropdown-menu > .notification-actions > a:hover,
.dropdown-menu > .notification-more > a:hover,
.dropdown-menu > .notification-actions > a:active,
.dropdown-menu > .notification-more > a:active,
.dropdown-menu > .notification-actions > a:focus,
.dropdown-menu > .notification-more > a:focus {
  background: transparent;
  color: #08738c;
}
.dropdown-menu > .notification-actions > a:hover,
.dropdown-menu > .notification-actions > a:active,
.dropdown-menu > .notification-actions > a:focus {
  text-decoration: underline;
}
.dropdown-menu > .notification-more {
  margin-bottom: 0;
  border-bottom: solid 1px #d9d9d9;
}
.dropdown-menu > .notification-more > a {
  display: block;
  text-align: center;
}
.notification-panel {
  padding-bottom: 15px;
}
.notification-panel .list-group {
  list-style-type: none;
}
.main-nav-bar {
  margin-bottom: 0px;
  border: 0px none;
  background: #fff;
}
.main-nav-bar .navbar-nav {
  position: relative;
}
.main-nav-bar .navbar-nav > li {
  position: relative;
}
.main-nav-bar .navbar-nav > li .badge {
  position: relative;
  top: -2px;
  height: 16px;
  width: 16px;
  font-size: 9px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  background: #0B9ABC;
  padding: 0;
}
.main-nav-bar .navbar-nav > li .badge.button-badge {
  position: absolute;
  top: 14px;
  margin-left: 10px;
}
.main-nav-bar .navbar-nav > li.more-link {
  z-index: 1;
}
.main-nav-bar .navbar-nav > li.more-link.collapse.in {
  z-index: 20000;
  pointer-events: auto;
}
.main-nav-bar .navbar-nav > li.more-link.open {
  z-index: 20000;
  pointer-events: auto;
}
.main-nav-bar .navbar-nav > li.more-link.open > a {
  background: transparent;
}
.main-nav-bar .navbar-nav > li.more-link.open > a:hover {
  background: #ececec;
}
.main-nav-bar .navbar-nav > li.more-link-desktop {
  position: absolute;
  height: auto !important;
  top: 100%;
  right: 0px;
  background: #fff;
  border-left: solid 1px #d9d9d9;
  min-width: 28%;
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all all ease-in-out 0.1s ease-out;
  transition: all all ease-in-out 0.1s ease-out;
}
.main-nav-bar .navbar-nav > li.more-link-desktop:not(.open) {
  pointer-events: none;
}
.main-nav-bar .navbar-nav > li.more-link-desktop:before {
  display: none;
}
.main-nav-bar .navbar-nav > li.more-link-desktop:after {
  display: none;
}
.main-nav-bar .navbar-nav > li.more-link-desktop:nth-last-child(2) {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 0 #d9d9d9, 0 2px 0 rgba(0, 0, 0, 0.05);
}
.main-nav-bar .navbar-nav > li.more-link-desktop.open {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}
.main-nav-bar .navbar-nav > li.more-link-desktop.open ~ .more-link-desktop {
  -webkit-transform: translate(0%, 100%) !important;
  transform: translate(0%, 100%) !important;
  z-index: 6;
}
.main-nav-bar .navbar-nav > li.more-link-desktop.open ~ .more-link-desktop ~ .more-link-desktop {
  -webkit-transform: translate(0%, 200%) !important;
  transform: translate(0%, 200%) !important;
  z-index: 5;
}
.main-nav-bar .navbar-nav > li.more-link-desktop.open ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop {
  -webkit-transform: translate(0%, 300%) !important;
  transform: translate(0%, 300%) !important;
  z-index: 4;
}
.main-nav-bar .navbar-nav > li.more-link-desktop.open ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop {
  -webkit-transform: translate(0%, 400%) !important;
  transform: translate(0%, 400%) !important;
  z-index: 3;
}
.main-nav-bar .navbar-nav > li.more-link-desktop.open ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop {
  -webkit-transform: translate(0%, 500%) !important;
  transform: translate(0%, 500%) !important;
  z-index: 2;
}
.main-nav-bar .navbar-nav > li.more-link-desktop.open ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop ~ .more-link-desktop {
  -webkit-transform: translate(0%, 600%) !important;
  transform: translate(0%, 600%) !important;
  z-index: 1;
}
.main-nav-bar .navbar-nav > li > a {
  color: #545454;
}
.main-nav-bar .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 0px;
  height: 2px;
  background-color: transparent;
}
.main-nav-bar .navbar-nav > li > a:hover,
.main-nav-bar .navbar-nav > li > a:focus {
  background-color: #ececec;
  color: #323232;
}
.main-nav-bar .navbar-nav > li.active > a,
.main-nav-bar .navbar-nav > li.active > a:hover,
.main-nav-bar .navbar-nav > li.active > a:focus {
  color: #60a735;
  background-color: transparent;
}
.main-nav-bar .navbar-nav > li.active > a:after,
.main-nav-bar .navbar-nav > li.active > a:hover:after,
.main-nav-bar .navbar-nav > li.active > a:focus:after {
  background-color: #60a735;
}
.main-nav-bar .navbar-nav > li.more-link {
  height: auto !important;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle {
  float: none;
  display: block;
  width: 100%;
  padding: 6.5px 15px 8.5px;
  border: none;
  margin: 0;
  background: transparent;
  color: #545454;
  max-height: 40px;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle .more-button {
  display: block;
  position: relative;
  padding-right: 15px;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle .more-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  background: url('/bundles/neighbourlystatic/img/dropdown.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle .ellipsis {
  display: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all all ease-in-out 0.2s ease-out;
  transition: all all ease-in-out 0.2s ease-out;
  background: #323232;
  -webkit-transform: scale(6, 0.5);
  transform: scale(6, 0.5);
  border-radius: 0px;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle .ellipsis:before {
  background: #323232;
  filter: alpha(opacity=0);
  opacity: 0;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle .ellipsis:after {
  background: #323232;
  filter: alpha(opacity=0);
  opacity: 0;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle.collapsed .ellipsis {
  background: #545454;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border-radius: 100%;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle.collapsed .ellipsis:before {
  background: #545454;
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle.collapsed .ellipsis:after {
  background: #545454;
  filter: alpha(opacity=100);
  opacity: 1;
}
.main-nav-bar .navbar-nav > li > .navbar-toggle.collapsed:hover {
  background: transparent;
}
.main-nav-bar .navbar-toggle .icon-bar {
  background: #0B9ABC;
}
.main-navigation {
  margin-bottom: -50px;
  margin-top: 50px;
  min-height: 40px;
}
.main-navigation .main-nav-bar {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  min-height: 40px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
}
.main-navigation .main-nav-bar .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
}
.main-navigation .main-nav-bar .navbar-nav > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.main-navigation .main-nav-bar .navbar-nav > li:before {
  background-color: #000;
}
.main-navigation .main-nav-bar .navbar-nav > li:last-child:after {
  background-color: #000;
}
.main-navigation .main-nav-bar .navbar-nav > li > a {
  line-height: 24px;
  padding-top: 7.5px;
  padding-bottom: 8.5px;
}
.main-navigation.static .main-nav-bar {
  background: #F0F2EF;
}
.main-navigation.static .main-nav-bar .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
}
.main-navigation.static .main-nav-bar .navbar-nav > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.main-navigation.static .main-nav-bar .navbar-nav > li > a {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.main-navigation.static .main-nav-bar .navbar-nav > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.main-navigation.static .main-nav-bar .navbar-nav > li > a:after {
  left: 0px;
  right: 0px;
}
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link {
  z-index: 1;
  height: auto !important;
}
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.collapse.in {
  z-index: 20000;
  pointer-events: auto;
}
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.open {
  z-index: 20000;
  pointer-events: auto;
}
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.more-link-sm-desktop.collapse.in,
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.more-link-tablet.collapse.in,
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.more-link-phone.collapse.in {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.more-link-sm-desktop.open,
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.more-link-tablet.open,
.main-navigation.static .main-nav-bar .navbar-nav > li.more-link.more-link-phone.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.disabled > a {
  color: #999;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-home-link {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-message-link {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-neighbours-link {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-market-link {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-business-link {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-groups-link {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-events-link {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-property-link {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-publication-link {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-other-neighbourhoods-link {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-dn-link {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-org-link {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}
.main-navigation.static .main-nav-bar.lite-main-nav .navbar-nav > li.lite-more-link {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}
.side-menu {
  line-height: 1.3;
  margin-bottom: 15px;
}
.side-menu > li {
  margin-bottom: 5px;
}
.side-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #545454;
}
.side-menu > li > a:hover {
  color: #323232;
}
.side-menu > li .glyphicon {
  color: #999;
}
.side-menu > li.active > a {
  background: #60a735;
  color: #fff;
}
.side-menu > li.active > a:hover,
.side-menu > li.active > a:active,
.side-menu > li.active > a:focus {
  color: #fff;
  background: #60a735;
}
.side-menu > li.active .glyphicon {
  color: #fff;
}
.side-menu > li.nav-header {
  border-bottom: solid 1px #ececec;
  padding: 5px 3px;
  font-weight: 700;
  color: #333;
}
.side-menu > li.nav-header:before,
.side-menu > li.nav-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.side-menu > li.nav-header:after {
  clear: both;
}
.side-menu > li.nav-header:before,
.side-menu > li.nav-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.side-menu > li.nav-header:after {
  clear: both;
}
.side-menu > li.nav-header .glyphicon {
  color: #999;
}
.side-menu > li.nav-header > a {
  color: #0B9ABC;
  margin: 0px;
  padding: 0px;
  display: inline;
}
.side-menu > li.nav-header > a:hover,
.side-menu > li.nav-header > a:active,
.side-menu > li.nav-header > a:focus {
  color: #08738c;
  background: transparent;
  text-decoration: underline;
}
.side-menu > li.nav-header > a.right-link {
  font-weight: 400;
  float: right;
  margin-left: 10px;
}
.side-menu > li.nav-header .btn-group {
  float: right;
  margin-left: 10px;
}
.side-menu > li.nav-header .btn-group .btn {
  line-height: 1;
  padding: 0px;
}
.side-menu > li.nav-header .btn-group .btn:hover .ellipsis {
  background: #545454;
}
.side-menu > li.nav-header .btn-group .btn:hover .ellipsis:before,
.side-menu > li.nav-header .btn-group .btn:hover .ellipsis:after {
  background: #545454;
}
.side-menu > li.nav-header .btn-group li:not(.divider) {
  margin-bottom: 0px;
}
.side-menu > li.nav-header .btn-group.open .ellipsis {
  background: #545454;
}
.side-menu > li.nav-header .btn-group.open .ellipsis:before,
.side-menu > li.nav-header .btn-group.open .ellipsis:after {
  background: #545454;
}
.side-menu .side-title {
  font-weight: bold;
  font-size: 14px;
}
.side-menu .side-title .label-primary {
  background: #0B9ABC;
  font-size: 10px;
  display: inline-block;
  padding: 4px 5px 3px;
  top: -2px;
  position: relative;
}
.side-menu .side-addon a {
  color: #0B9ABC;
}
.side-menu .side-addon a:hover {
  background: none;
}
.side-menu .new-business-item {
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: solid 1px #ececec;
}
.side-menu .new-business-item + li {
  margin: 0px;
}
.side-menu .new-business-item > a {
  display: inline;
  padding: 0px;
  border-radius: 0px;
}
.side-menu .new-business-item > a:hover {
  background: transparent;
}
.side-menu .new-business-item ~ .side-addon {
  margin-top: 5px;
}
.side-menu .new-business-item .avatar-container {
  margin-right: 10px;
}
.side-menu .new-business-item .business-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323232;
  font-weight: 700;
  padding-bottom: 2.5px;
}
.side-menu .new-business-item .business-category {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 5px;
}
.side-menu .new-business-item .business-distance {
  color: #999;
}
.side-menu .new-business-item .business-distance .glyphicon {
  color: #0B9ABC;
}
.side-menu .new-business-item .business-distance:after {
  content: " \2022";
}
.side-menu .new-business-item .business-recommend {
  color: #0B9ABC;
}
.side-menu .new-business-item .business-recommend.disabled {
  cursor: default;
  color: #999;
}
.side-menu .new-business-item .recommend-upgrade {
  color: #0B9ABC;
}
.side-menu .new-business-item .sidebar-recommendation-form {
  position: absolute;
}
.side-menu .new-business-item.side-promoted-message {
  padding-left: 10px;
  padding-right: 10px;
}
.side-menu .new-business-item.side-promoted-message:nth-child(2) {
  padding-top: 0;
}
.side-menu .new-business-item.side-promoted-message:last-child {
  border-bottom: none;
}
.side-menu .new-business-item.side-promoted-message p:first-child {
  margin-bottom: 5px;
}
.side-menu .new-business-item.side-promoted-message p:last-child {
  margin-bottom: 0;
}
.side-menu .new-business-item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.side-menu:empty {
  display: none;
}
.latest-edition {
  margin: 0;
  padding: 10px 0;
}
.latest-edition .edition-header {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #323232;
  font-weight: 700;
  padding-bottom: 2.5px;
}
.latest-edition .edition-header .date {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 5px;
}
.latest-edition img {
  max-width: 65px;
  height: auto;
  float: left;
  margin-right: 15px;
  border: solid 1px #ececec;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
}
.latest-edition .btn {
  margin-top: 10px;
}
.latest-edition .btn > .glyphicon {
  font-size: 12px;
  top: 0;
  color: #999;
}
.side-menu-small {
  font-size: 14px;
}
.side-menu-small .label {
  font-size: 60% !important;
  padding: 0.1em 0.3em 0.2em;
  vertical-align: middle;
}
.no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.item {
  padding: 10px;
  margin-top: 15px;
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.item > .close:before {
  content: "Close";
  position: relative;
  top: -4px;
  font-size: 14px;
  padding-right: 5px;
}
.item .avatar-container .tooltip {
  min-width: 100px;
}
.item .user-profile-image {
  height: 50px;
  width: 50px;
  border: solid 1px #ececec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
}
.item .user-profile-image.white-bg {
  background-color: white;
  border: solid 1px #FFFFFF;
}
.item.ffx-ad .item-content {
  background-color: #FFF !important;
}
.item .iframe-carousel-inner .iframe-tabs-column {
  position: relative;
}
.item .iframe-carousel-inner .iframe-tabs-column .iframe-carousel-overlay {
  position: absolute;
  display: block;
  top: 0px;
  left: -15px;
  right: -15px;
  height: 100%;
}
.item .item-content .item-new-video {
  position: relative;
  display: block;
  margin: 10px -10px;
}
.item .item-content .item-new-video .post-video {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
  border-top: 0px;
}
.item .item-content .item-new-video .post-video.new-video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.item .item-content .item-new-video .post-video.new-video iframe {
  border: none;
}
.item .item-thumbnail {
  position: relative;
  display: block;
  margin: 10px -10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.item .item-thumbnail .image-align img {
  display: inline-block;
  max-height: 70vh;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}
.item .item-thumbnail .image-align.video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  background: #000;
}
.item .item-thumbnail .image-align.video > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.item .item-thumbnail .image-align.video .video-thumb-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.item .item-thumbnail .image-align.video .video-thumb-overlay .glyphicon {
  z-index: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 80px;
  margin-top: -40px;
  margin-left: -40px;
}
.item .item-thumbnail:last-child {
  margin-bottom: 0;
}
.item .item-thumbnail.iframe-carousel-item .image-align img {
  background: #fff;
}
.item .item-thumbnail.video-thumbnail {
  overflow: hidden;
}
.item .item-thumbnail.video-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.item .item-thumbnail.video-thumbnail .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item .item-thumbnail.video-thumbnail .play .glyphicon {
  font-size: 64px;
  color: #fff;
}
.item .item-image {
  display: table;
  width: calc(100% - -20px);
  margin-left: -10px;
  margin-right: -10px;
}
.item .item-image .item-image-thumb {
  position: relative;
  display: table-cell;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}
.item .item-image .item-image-thumb:first-child {
  padding-left: 0px;
}
.item .item-image .item-image-thumb:last-child {
  padding-right: 0px;
}
.item .item-image .item-image-thumb img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.item .item-image .item-image-thumb .thumbnail-overlay {
  position: absolute;
  top: 0px;
  left: 2px;
  bottom: 4px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.item .item-image .item-image-thumb .thumbnail-overlay .thumbnail-text {
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item .item-image .item-image-thumb.item-image-thumb-hidden {
  display: none;
}
.item .item-image + .item-category {
  margin-top: 6px;
}
.item .item-image:last-of-type {
  margin-bottom: 5px;
}
.item .item-content {
  font-size: 14px;
}
.item .item-content .post-video {
  margin: 10px 0;
  padding: 10px 0;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
}
.item .item-content .post-video .video-description,
.item .item-content .post-video .video-thumb {
  margin-bottom: 0px;
}
.item .item-content .post-video.new-video .video-thumb {
  width: 100%;
}
.item .item-content .post-video.new-video .video-thumb img {
  width: 100%;
}
.item .item-content > .item {
  padding-left: 0px;
  padding-right: 0px;
}
.item .item-content > .item .item-content,
.item .item-content > .item .item-buttons {
  padding-left: 0px;
  padding-right: 0px;
}
.item .item-content > .item .item-content ~ .item-buttons,
.item .item-content > .item .item-buttons ~ .item-buttons {
  margin-top: 15px;
}
.item .item-content > .item:last-of-type {
  margin-bottom: 30px;
}
.item .item-content .item-title-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.item .item-content .item-title,
.item .item-content .item-rating {
  line-height: 1.6;
  padding-left: 60px;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #323232;
}
.item .item-content .item-title a,
.item .item-content .item-rating a {
  color: #323232;
}
.item .item-content .item-title .public-post-label,
.item .item-content .item-rating .public-post-label {
  font-size: 12px;
  color: #999;
  display: inline-block;
  white-space: nowrap;
}
.item .item-content .item-title .badge,
.item .item-content .item-rating .badge {
  background: #999;
  font-size: 12px;
  border-radius: 3px;
  padding-bottom: 5px;
  top: -1px;
  position: relative;
  text-transform: capitalize;
  color: #fff;
}
.item .item-content .item-title .badge .glyphicon,
.item .item-content .item-rating .badge .glyphicon {
  padding: 0;
}
.item .item-content .item-title.item-title-urgent-alert,
.item .item-content .item-rating.item-title-urgent-alert {
  color: #982620;
}
.item .item-content .item-title.item-title-urgent-alert a,
.item .item-content .item-rating.item-title-urgent-alert a {
  color: #982620;
}
.item .item-content .item-title .icon-rating,
.item .item-content .item-rating .icon-rating {
  font-size: 20px;
  line-height: 1;
  color: #999;
}
.item .item-content .item-title .icon-rating .glyphicon-star,
.item .item-content .item-rating .icon-rating .glyphicon-star,
.item .item-content .item-title .icon-rating .glyphicon-star-half,
.item .item-content .item-rating .icon-rating .glyphicon-star-half {
  color: #0B9ABC;
}
.item .item-content .item-title.no-avatar,
.item .item-content .item-rating.no-avatar {
  padding-left: 0;
}
.item .item-content .item-title:last-child,
.item .item-content .item-rating:last-child {
  margin-bottom: 10px;
}
.item .item-content .item-author {
  padding-left: 60px;
  font-size: 14px;
  margin: 0px;
}
.item .item-content .item-post {
  clear: both;
  margin: 15px 0 5px;
}
.item .item-content .item-post ~ .btn {
  margin-top: 10px;
}
.item .item-content .item-image-row {
  margin: 10px -5px -5px;
}
.item .item-content .item-image-row:before,
.item .item-content .item-image-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-content .item-image-row:after {
  clear: both;
}
.item .item-content .item-image-row:before,
.item .item-content .item-image-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-content .item-image-row:after {
  clear: both;
}
.item .item-content .item-image-row > a {
  float: left;
  margin: 5px;
  width: 100px;
  max-width: calc(16.666666667% - 10px);
}
.item .item-content .item-image-row > a > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.item .item-content .item-image-row.user-image-row > a {
  position: relative;
}
.item .item-content .item-image-row.user-image-row > a:last-child:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: dashed 2px #0B9ABC;
  border-radius: 5px;
}
.item .item-content .item-image-row.user-image-row > a:last-child > .plus-members {
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.item .item-content .item-image-row.user-image-row > a:last-child > img {
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.item .item-content .item-event-row {
  margin: 10px -15px -15px;
}
.item .item-content .item-event-row:before,
.item .item-content .item-event-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-content .item-event-row:after {
  clear: both;
}
.item .item-content .item-event-row:before,
.item .item-content .item-event-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-content .item-event-row:after {
  clear: both;
}
.item .item-content .item-event-row > a {
  float: left;
  margin: 0px 15px 30px;
  width: 312px;
  max-width: calc(50% - 30px);
  color: #545454;
}
.item .item-content .item-event-row > a .event-image {
  overflow: hidden;
  position: relative;
  background-color: #F0F2EF;
  background-position: center center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  padding: 35px 10px 10px;
  margin-bottom: 10px;
}
.item .item-content .item-event-row > a .event-image:before,
.item .item-content .item-event-row > a .event-image:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-content .item-event-row > a .event-image:after {
  clear: both;
}
.item .item-content .item-event-row > a .event-image:before,
.item .item-content .item-event-row > a .event-image:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-content .item-event-row > a .event-image:after {
  clear: both;
}
.item .item-content .item-event-row > a .event-image > .event-date {
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  height: 55px;
  width: 50px;
  background: url(/bundles/neighbourlystatic/img/date-background.svg) center center no-repeat;
}
.item .item-content .item-event-row > a .event-image > .event-date .event-date-month {
  display: block;
  color: #545454;
  padding: 9px 0 3px;
  line-height: 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.item .item-content .item-event-row > a .event-image > .event-date .event-date-day {
  display: block;
  color: #fff;
  height: 24px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
}
.item .item-content .item-event-row > a .event-image:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-left: -130px;
  margin-bottom: -130px;
  height: 300px;
  width: 300px;
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(65%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
}
.item .item-content .item-event-row > a .event-heading {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: 700;
}
.item .item-content .item-event-row > a .event-sub-heading {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #545454;
}
.item .item-content .item-event-row > a:hover {
  text-decoration: none;
}
.item .item-content .item-event-row > a:hover .event-heading {
  color: #0B9ABC;
}
.item .item-content .item-event-row > a:hover .event-sub-heading {
  color: #0B9ABC;
}
.item .item-content .message-price {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  margin: 0 0 5px;
}
.item .item-content .message-price .or-near-offer {
  font-size: 16px;
  color: #999;
}
.item .item-content .action-container {
  height: 52px;
  line-height: 52px;
}
.item .item-content .item-category {
  font-size: 14px;
  margin: 0 0 15px;
  color: #a1a1a1;
}
.item .item-content .item-category .category-icon .glyphicon {
  color: #60a735;
}
.item .item-content .item-category .category-icon.flag-looking-for .glyphicon {
  color: #0B9ABC;
}
.item .item-content .item-category .category-icon.flag-free .glyphicon {
  color: #B28500;
}
.item .item-content .item-category a {
  color: #a1a1a1;
  text-transform: capitalize;
}
.item .item-content .item-category a:hover {
  color: #878787;
}
.item .item-content ~ .item-buttons {
  margin-top: 10px;
}
.item .item-removed-at {
  text-align: right;
  color: #982620;
  font-size: 16px;
  margin-top: -15px;
}
.item span.full-text {
  display: none;
}
.item .item-date {
  float: right;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  font-size: 14px;
  padding-left: 10px;
}
.item .item-date .edited .show-message-history {
  color: #999;
}
.item .item-buttons {
  visibility: visible;
}
.item .item-buttons:before,
.item .item-buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-buttons:after {
  clear: both;
}
.item .item-buttons:before,
.item .item-buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-buttons:after {
  clear: both;
}
.item .item-buttons:empty {
  display: none;
}
.item .item-buttons .user-actions {
  float: right;
}
.item .item-buttons .user-actions .btn-sm {
  padding: 3px 7.5px;
}
.item .item-buttons .user-actions .btn {
  border-color: transparent;
  background: transparent;
}
.item .item-buttons .user-actions .btn:hover {
  background: transparent;
  border-color: #d9d9d9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.item .item-buttons .user-actions .btn:focus,
.item .item-buttons .user-actions .btn:active,
.item .item-buttons .user-actions .btn.active {
  background: #ececec;
  border-color: #d9d9d9;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}
.item .item-buttons .user-actions .open .dropdown-toggle.btn-default {
  background: #ececec;
  border-color: #d9d9d9;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}
.item .item-buttons .btn-interaction {
  float: left;
  padding: 3px 7.5px;
  border-color: transparent;
  background: transparent;
}
.item .item-buttons .btn-interaction:hover,
.item .item-buttons .btn-interaction:focus,
.item .item-buttons .btn-interaction:active,
.item .item-buttons .btn-interaction.active {
  background: transparent;
  border-color: transparent;
}
.item .item-buttons .btn-interaction:first-child {
  margin-left: -7.5px;
}
.item .item-buttons .btn-interaction .glyphicon {
  float: left;
  font-size: 16px;
  top: 2px;
  color: #999;
}
.item .item-buttons .btn-interaction .link-label {
  padding-left: 2px;
  text-transform: capitalize;
}
.item .item-buttons .btn-interaction:hover {
  color: #08738c;
}
.item .item-buttons .btn-interaction:hover .glyphicon {
  color: #08738c;
}
.item .item-buttons .btn-interaction .interaction-count {
  font-weight: 700;
  padding-left: 2px;
}
.item .item-buttons .btn-interaction .interaction-count:empty {
  display: none;
}
.item .item-buttons .btn-interaction.disabled {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #999;
  cursor: pointer;
  pointer-events: auto;
}
.item .item-buttons .btn-interaction.disabled:hover {
  color: #545454;
}
.item .item-buttons .btn-interaction.disabled:hover .glyphicon {
  color: #545454;
}
.item .item-buttons .loading {
  display: inline-block;
  line-height: 1;
  height: 30px;
  width: 30px;
  vertical-align: bottom;
  background: url(/bundles/neighbourlystatic/img/ajax-loader.gif) center center no-repeat;
  background-size: 16px 16px;
}
.item .item-buttons .message-alert {
  padding: 10px;
  margin-bottom: 15px;
  margin-right: 20px;
  font-size: 14px;
}
.item .view-replies p {
  margin: 0px;
}
.item .view-replies.view-replies-highlighted {
  background: #fffcf0;
}
.item .item-reply {
  border-top: solid 1px #d9d9d9;
  background: #F0F2EF;
  position: relative;
  font-size: 14px;
  margin: 10px -10px -10px;
  visibility: visible;
}
.item .item-reply:before,
.item .item-reply:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-reply:after {
  clear: both;
}
.item .item-reply:before,
.item .item-reply:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.item .item-reply:after {
  clear: both;
}
.item .item-reply:empty {
  visibility: hidden;
}
.item .item-reply .processing {
  width: 100%;
  height: 41px;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #323232;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  display: block;
  padding-left: 32px;
  background: #fff url(/bundles/neighbourlystatic/img/ajax-loader-transparent.gif) 10px center no-repeat;
  background-size: 16px 16px;
  color: #999;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.item .item-reply .processing:-moz-placeholder {
  color: #999;
}
.item .item-reply .processing::-moz-placeholder {
  color: #999;
}
.item .item-reply .processing:-ms-input-placeholder {
  color: #999;
}
.item .item-reply .processing::-webkit-input-placeholder {
  color: #999;
}
.item .item-reply .processing:focus {
  border-color: #0B9ABC;
  outline: 0;
}
.item .item-reply .processing[disabled],
.item .item-reply .processing[readonly],
fieldset[disabled] .item .item-reply .processing {
  cursor: not-allowed;
  background-color: #F0F2EF;
}
textarea.item .item-reply .processing {
  height: auto;
}
.item .item-reply .avatar-container .user-pin {
  height: 16px;
  width: 16px;
  margin-top: 4px;
  margin-left: 4px;
}
.item .item-reply .avatar-thumb {
  height: 30px;
  width: 30px;
}
.item .item-reply .referrals {
  font-size: 12px;
}
.item .item-reply .item-reply-thread {
  padding: 10px;
  border-bottom: solid 1px #d9d9d9;
}
.item .item-reply .item-reply-thread:last-child {
  border-bottom: none;
}
.item .item-reply .item-reply-thread .glyphicon {
  color: #999;
}
.item .item-reply .item-reply-thread .item-reply-thread-content .item-author {
  margin: 0;
  padding: 4px 0 9px 40px;
  color: #999;
}
.item .item-reply .item-reply-thread .item-reply-thread-content .item-thumbnail {
  display: inline-block;
  margin: 0 0 10px;
  max-width: 75%;
}
.item .item-reply .item-reply-thread .item-reply-thread-content .item-image {
  width: 75%;
  margin-left: 0;
  margin-right: 0;
}
.item .item-reply .item-reply-thread .item-reply-thread-content .item-image ~ .reply-actions {
  padding-top: 5px;
}
.item .item-reply .item-reply-thread .item-reply-thread-content .item-image:last-child {
  margin-bottom: -5px;
}
.item .item-reply .item-reply-thread .item-reply-thread-content .item-post:last-child {
  margin-bottom: 0;
}
.item .item-reply .item-reply-thread .like-stats {
  padding-right: 10px;
}
.item .item-reply .item-reply-thread .thank-message .link-label {
  text-transform: capitalize;
}
.item .item-reply .item-reply-thread .item-reply-removed-at {
  text-align: right;
  color: #982620;
}
.item .item-reply .item-reply-thread .item-date {
  font-size: 12px;
}
.item .item-reply .item-reply-thread .thank-message {
  margin: 0px;
}
.item .item-reply .item-reply-thread .reply-thank-container {
  margin: 0px;
}
