<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
This will hold the site specific css/less for the project and is used to generate the css file for the project.
All modules that are created for the project should be listed in here
*/
/* common.css */
@import "../blueimp-gallery.min.css";
@import "../bootstrap-image-gallery.min.css";
#loading_ajax,
#loading_ajax_alt {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 45%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.addCursor {
  cursor: hand;
  cursor: pointer;
}
#drawer {
  background-color: #fff;
  color: #666666;
  overflow: visible;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  font-family: "Arial";
  border-bottom: 2px solid #C6C6C6;
  width: 100%;
  display: none;
  z-index: 9999;
}
.drawer_close {
  color: #333333;
  text-align: center;
  font-size: 09px;
  padding-top: 5px;
  font-family: "Arial";
  font-style: italic;
}
.selectAll {
  text-decoration: underline;
  cursor: hand;
  cursor: pointer;
  font-style: italic;
}
.button_icon {
  margin-left: 5px;
  margin-top: 1px;
}
div.tooltip_contact,
div.tooltip_light,
div.tooltip_dark {
  background-color: #CECECE;
  padding: 10px 15px;
  width: 275px;
  display: none;
  color: #333333;
  text-align: left;
  font-size: 16px;
  z-index: 9999;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.notification_icon {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
/* 
	No Script Message
*/
#noscript-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #333;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1000;
}
#noscript {
  border-top: 10px solid #4F4F4F;
  border-bottom: 10px solid #4F4F4F;
  padding: 20px 0px 20px 0px;
  text-align: left;
  position: fixed;
  top: 25%;
  z-index: 100000;
  height: 215px;
  background: #FFFFFF url(../img/icons/noscript/warning.png) no-repeat;
  color: #323337;
  font-size: 1em;
  font-family: 'Times New Roman, Arial, Century Gothic';
}
#noscript a {
  color: #333;
}
#noscript a:hover {
  color: #666;
}
#noscript .details {
  width: 70%;
  margin: 48px auto auto 290px;
}
#noscript .js-help {
  margin-top: 20px;
  text-align: center;
}
#noscript .js-help table {
  margin: auto;
  text-align: left;
}
#noscript .js-help table .browser {
  width: 155px;
}
#noscript .sig {
  float: right;
  text-align: right;
}
#noscript h2 {
  margin-bottom: 5px;
  color: #333;
  text-align: center;
  font-size: 2em;
}
/* BOOTSTRAP CODE */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #957b53;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #645238;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #957b53;
}
a.text-primary:hover {
  color: #746041;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #957b53;
}
a.bg-primary:hover {
  background-color: #746041;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
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;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped &gt; tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9;
}
.table-hover &gt; tbody &gt; tr:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  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: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.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: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #eeeeee;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #eeeeee;
  background-color: #323232;
  border-color: #252525;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #eeeeee;
  background-color: #1e1e1e;
  border-color: #070707;
}
.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: #323232;
  border-color: #252525;
}
.btn-default .badge {
  color: #323232;
  background-color: #eeeeee;
}
.btn-primary {
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
.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: #957b53;
  border-color: #856d4a;
}
.btn-primary .badge {
  color: #957b53;
  background-color: #eeeeee;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #957b53;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #645238;
  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: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.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;
}
.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;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 14px;
  background-color: #161616;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #eeeeee;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #e1e1e1;
  background-color: #090909;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #957b53;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999999;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child &gt; .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 &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .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 &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] &gt; .btn &gt; input[type="radio"],
[data-toggle="buttons"] &gt; .btn &gt; input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.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 &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color: #999999;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #957b53;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 0;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #957b53;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@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.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-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 30px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 15px -15px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .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 &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 23px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group &gt; .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #777;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #161616;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #957b53;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #957b53;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #957b53;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #746041;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #746041;
  background-color: #000000;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #040404;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #000000;
  color: #746041;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #957b53;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #746041;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #746041;
    background-color: #000000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #957b53;
}
.navbar-inverse .navbar-link:hover {
  color: #746041;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb &gt; .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #957b53;
  background-color: #ddd;
  border: 1px solid #957b53;
  margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #645238;
  background-color: #c4c4c4;
  border-color: #957b53;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #957b53;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ddd;
  border: 1px solid #957b53;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #c4c4c4;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #999999;
  background-color: #ddd;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #957b53;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #746041;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #957b53;
  background-color: #fff;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #957b53;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #957b53;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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 &gt; .pull-left {
  margin-right: 10px;
}
.media &gt; .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: transparent;
  border: 1px solid #999999;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #fff;
}
a.list-group-item .list-group-item-heading {
  color: #fff;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #dbdbdb;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #957b53;
  border-color: #957b53;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e5dccf;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title &gt; a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #957b53;
}
.panel-primary &gt; .panel-heading {
  color: #eeeeee;
  background-color: #957b53;
  border-color: #957b53;
}
.panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #957b53;
}
.panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #957b53;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.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 .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 (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.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: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .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 &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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 {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.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;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
#home #IDX-showcaseGallery:before,
#home #IDX-showcaseGallery:after,
.home-turnkey #IDX-showcaseGallery:before,
.home-turnkey #IDX-showcaseGallery:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
#home #IDX-showcaseGallery:after,
.home-turnkey #IDX-showcaseGallery:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  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-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*@import "../bootstrap/less/theme.less";*/
/*
@brand-primary:         #C87533;
@brand-secondary:		#ff0000;
@brand-default:			@gray-light;
*/
/* Font Awesome */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.2.0') format('embedded-opentype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/* MODULES */
#gallery-module #gallery-blueimp #links .column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links .column {
    float: left;
    width: 25%;
  }
}
#gallery-module #gallery-blueimp #links .column li {
  list-style-type: none;
  overflow: hidden;
}
#gallery-module #gallery-blueimp #links .column li .thumbnail {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 200px;
}
#gallery-module #gallery-blueimp #links .column li .thumbnail img {
  height: 200px;
}
@media (min-width: 768px) {
  #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 160px;
  }
  #gallery-module #gallery-blueimp #links .column li .thumbnail img {
    height: 160px;
  }
}
@media (min-width: 992px) {
  #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 170px;
  }
  #gallery-module #gallery-blueimp #links .column li .thumbnail img {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  #gallery-module #gallery-blueimp #links .column li .thumbnail {
    height: 140px;
  }
  #gallery-module #gallery-blueimp #links .column li .thumbnail img {
    height: 140px;
  }
}
.pagination {
  text-align: center;
  display: block;
  width: 100%;
}
.pagination .pagination-cur {
  padding: 6px 12px;
  background: #957b53;
  color: #fff;
  display: inline-block;
  margin: 1px;
  vertical-align: middle;
}
.pagination .pagination-num &gt; a,
.pagination .pagination-next &gt; a,
.pagination .pagination-prev &gt; a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #323232;
  border-color: #252525;
  margin: 1px;
}
.pagination .pagination-num &gt; a:focus,
.pagination .pagination-next &gt; a:focus,
.pagination .pagination-prev &gt; a:focus,
.pagination .pagination-num &gt; a:active:focus,
.pagination .pagination-next &gt; a:active:focus,
.pagination .pagination-prev &gt; a:active:focus,
.pagination .pagination-num &gt; a.active:focus,
.pagination .pagination-next &gt; a.active:focus,
.pagination .pagination-prev &gt; a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pagination .pagination-num &gt; a:hover,
.pagination .pagination-next &gt; a:hover,
.pagination .pagination-prev &gt; a:hover,
.pagination .pagination-num &gt; a:focus,
.pagination .pagination-next &gt; a:focus,
.pagination .pagination-prev &gt; a:focus {
  color: #eeeeee;
  text-decoration: none;
}
.pagination .pagination-num &gt; a:active,
.pagination .pagination-next &gt; a:active,
.pagination .pagination-prev &gt; a:active,
.pagination .pagination-num &gt; a.active,
.pagination .pagination-next &gt; a.active,
.pagination .pagination-prev &gt; a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.pagination .pagination-num &gt; a.disabled,
.pagination .pagination-next &gt; a.disabled,
.pagination .pagination-prev &gt; a.disabled,
.pagination .pagination-num &gt; a[disabled],
.pagination .pagination-next &gt; a[disabled],
.pagination .pagination-prev &gt; a[disabled],
fieldset[disabled] .pagination .pagination-num &gt; a,
fieldset[disabled] .pagination .pagination-next &gt; a,
fieldset[disabled] .pagination .pagination-prev &gt; a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination .pagination-num &gt; a:hover,
.pagination .pagination-next &gt; a:hover,
.pagination .pagination-prev &gt; a:hover,
.pagination .pagination-num &gt; a:focus,
.pagination .pagination-next &gt; a:focus,
.pagination .pagination-prev &gt; a:focus,
.pagination .pagination-num &gt; a:active,
.pagination .pagination-next &gt; a:active,
.pagination .pagination-prev &gt; a:active,
.pagination .pagination-num &gt; a.active,
.pagination .pagination-next &gt; a.active,
.pagination .pagination-prev &gt; a.active,
.open .dropdown-toggle.pagination .pagination-num &gt; a,
.open .dropdown-toggle.pagination .pagination-next &gt; a,
.open .dropdown-toggle.pagination .pagination-prev &gt; a {
  color: #eeeeee;
  background-color: #1e1e1e;
  border-color: #070707;
}
.pagination .pagination-num &gt; a:active,
.pagination .pagination-next &gt; a:active,
.pagination .pagination-prev &gt; a:active,
.pagination .pagination-num &gt; a.active,
.pagination .pagination-next &gt; a.active,
.pagination .pagination-prev &gt; a.active,
.open .dropdown-toggle.pagination .pagination-num &gt; a,
.open .dropdown-toggle.pagination .pagination-next &gt; a,
.open .dropdown-toggle.pagination .pagination-prev &gt; a {
  background-image: none;
}
.pagination .pagination-num &gt; a.disabled,
.pagination .pagination-next &gt; a.disabled,
.pagination .pagination-prev &gt; a.disabled,
.pagination .pagination-num &gt; a[disabled],
.pagination .pagination-next &gt; a[disabled],
.pagination .pagination-prev &gt; a[disabled],
fieldset[disabled] .pagination .pagination-num &gt; a,
fieldset[disabled] .pagination .pagination-next &gt; a,
fieldset[disabled] .pagination .pagination-prev &gt; a,
.pagination .pagination-num &gt; a.disabled:hover,
.pagination .pagination-next &gt; a.disabled:hover,
.pagination .pagination-prev &gt; a.disabled:hover,
.pagination .pagination-num &gt; a[disabled]:hover,
.pagination .pagination-next &gt; a[disabled]:hover,
.pagination .pagination-prev &gt; a[disabled]:hover,
fieldset[disabled] .pagination .pagination-num &gt; a:hover,
fieldset[disabled] .pagination .pagination-next &gt; a:hover,
fieldset[disabled] .pagination .pagination-prev &gt; a:hover,
.pagination .pagination-num &gt; a.disabled:focus,
.pagination .pagination-next &gt; a.disabled:focus,
.pagination .pagination-prev &gt; a.disabled:focus,
.pagination .pagination-num &gt; a[disabled]:focus,
.pagination .pagination-next &gt; a[disabled]:focus,
.pagination .pagination-prev &gt; a[disabled]:focus,
fieldset[disabled] .pagination .pagination-num &gt; a:focus,
fieldset[disabled] .pagination .pagination-next &gt; a:focus,
fieldset[disabled] .pagination .pagination-prev &gt; a:focus,
.pagination .pagination-num &gt; a.disabled:active,
.pagination .pagination-next &gt; a.disabled:active,
.pagination .pagination-prev &gt; a.disabled:active,
.pagination .pagination-num &gt; a[disabled]:active,
.pagination .pagination-next &gt; a[disabled]:active,
.pagination .pagination-prev &gt; a[disabled]:active,
fieldset[disabled] .pagination .pagination-num &gt; a:active,
fieldset[disabled] .pagination .pagination-next &gt; a:active,
fieldset[disabled] .pagination .pagination-prev &gt; a:active,
.pagination .pagination-num &gt; a.disabled.active,
.pagination .pagination-next &gt; a.disabled.active,
.pagination .pagination-prev &gt; a.disabled.active,
.pagination .pagination-num &gt; a[disabled].active,
.pagination .pagination-next &gt; a[disabled].active,
.pagination .pagination-prev &gt; a[disabled].active,
fieldset[disabled] .pagination .pagination-num &gt; a.active,
fieldset[disabled] .pagination .pagination-next &gt; a.active,
fieldset[disabled] .pagination .pagination-prev &gt; a.active {
  background-color: #323232;
  border-color: #252525;
}
.pagination .pagination-num &gt; a .badge,
.pagination .pagination-next &gt; a .badge,
.pagination .pagination-prev &gt; a .badge {
  color: #323232;
  background-color: #eeeeee;
}
.pagination span {
  display: inline-block;
}
/***********************************************************************
 * Multi-select
 **********************************************************************/

.ui-multiselect { padding:10px; text-align:left; margin-bottom: 10px; }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; list-style: none; }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:85000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto; font-size: 0.7em }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

/***********************************************************************
 * Multi-select Filter
 **********************************************************************/

.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }

/* RS DEFAULTS */
#lead-form .form_msg,
#lead-form #contact_message_remaining,
#lead-form .remaining {
  display: none !important;
}
#lead-form .contact_desc {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
#lead-form .radio-btns span {
  display: inline-block;
  width: 35px;
  height: 38px;
  line-height: 38px;
  vertical-align: top;
}
#lead-form .radio-btns .form_msg {
  display: none;
}
#lead-form .form-group:before,
#lead-form .form-group:after {
  content: " ";
  display: table;
}
#lead-form .form-group:after {
  clear: both;
}
#lead-form .form-group:before,
#lead-form .form-group:after {
  content: " ";
  display: table;
}
#lead-form .form-group:after {
  clear: both;
}
#lead-form .facebook-logout-ext {
  position: static;
}
#lead-form .facebook-logout {
  width: 100%;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
#contact-special-formatting {
  /* side by side captcha formatting */
  /* label and input one line */
}
/******************************************************** 
	Module Formatting
********************************************************/
#lead-form #inputs .form-group {
  width: 100%;
  margin-bottom: 10px;
}
#lead-form #inputs .form-control-feedback {
  display: none;
}
#lead-form #inputs .has-feedback .form-control-feedback {
  display: block;
}
#lead-form #inputs .generic-input input,
#lead-form #inputs .generic-input textarea,
#lead-form #inputs .security-input input {
  width: 100%;
  max-width: 100%;
}
#lead-form #inputs .ccaptcha {
  position: static;
  text-align: center;
  display: block;
}
#lead-form #inputs #captcha_img {
  text-align: center;
}
#lead-form #inputs .button {
  text-align: right;
  width: 100%;
  display: block;
}
#lead-form #inputs .button input {
  width: 40%;
  min-width: 100px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
}
#lead-form #inputs .button input:focus,
#lead-form #inputs .button input:active:focus,
#lead-form #inputs .button input.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#lead-form #inputs .button input:hover,
#lead-form #inputs .button input:focus {
  color: #eeeeee;
  text-decoration: none;
}
#lead-form #inputs .button input:active,
#lead-form #inputs .button input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#lead-form #inputs .button input.disabled,
#lead-form #inputs .button input[disabled],
fieldset[disabled] #lead-form #inputs .button input {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#lead-form #inputs .button input:hover,
#lead-form #inputs .button input:focus,
#lead-form #inputs .button input:active,
#lead-form #inputs .button input.active,
.open .dropdown-toggle#lead-form #inputs .button input {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
#lead-form #inputs .button input:active,
#lead-form #inputs .button input.active,
.open .dropdown-toggle#lead-form #inputs .button input {
  background-image: none;
}
#lead-form #inputs .button input.disabled,
#lead-form #inputs .button input[disabled],
fieldset[disabled] #lead-form #inputs .button input,
#lead-form #inputs .button input.disabled:hover,
#lead-form #inputs .button input[disabled]:hover,
fieldset[disabled] #lead-form #inputs .button input:hover,
#lead-form #inputs .button input.disabled:focus,
#lead-form #inputs .button input[disabled]:focus,
fieldset[disabled] #lead-form #inputs .button input:focus,
#lead-form #inputs .button input.disabled:active,
#lead-form #inputs .button input[disabled]:active,
fieldset[disabled] #lead-form #inputs .button input:active,
#lead-form #inputs .button input.disabled.active,
#lead-form #inputs .button input[disabled].active,
fieldset[disabled] #lead-form #inputs .button input.active {
  background-color: #957b53;
  border-color: #856d4a;
}
#lead-form #inputs .button input .badge {
  color: #957b53;
  background-color: #eeeeee;
}
#lead-form #inputs .req {
  color: #d9534f;
  font-weight: bold;
}
#lead-form #inputs .security label {
  display: none;
}
#lead-form #inputs .security {
  padding: 6px 0;
}
#lead-form #inputs label {
  width: 25%;
  float: left;
}
#lead-form #inputs .generic-input input,
#lead-form #inputs .generic-input textarea,
#lead-form #inputs .generic-input select,
#lead-form #inputs .security-input input {
  width: calc(100% - 25%);
  max-width: calc(100% - 25%);
  display: inline-block;
}
#lead-form #inputs .security {
  margin-left: 25%;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
#lead-form #inputs .has-feedback .form-control-feedback {
  top: 0;
}
#quick_contact {
  /*
	border:1px solid @gray-light;
	background:@gray-lighter;
*/
  color: #111111;
  padding: 0px;
}
#quick_contact h3 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
}
#quick_contact .form_msg,
#quick_contact #contact_message_remaining,
#quick_contact .remaining {
  display: none !important;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
#quick-contact-special-formatting {
  /* side by side captcha formatting */
  /* label and input one line */
}
/******************************************************** 
	Module Formatting
********************************************************/
#quick_contact #inputs .form-group {
  width: 100%;
  margin-bottom: 10px;
}
#quick_contact #inputs .form-control-feedback {
  display: none;
}
#quick_contact #inputs .has-feedback .form-control-feedback {
  display: block;
}
#quick_contact #inputs .generic-input input,
#quick_contact #inputs .generic-input textarea,
#quick_contact #inputs .security-input input {
  width: 100%;
  max-width: 100%;
}
#quick_contact #inputs .ccaptcha {
  position: static;
  text-align: center;
  display: block;
}
#quick_contact #inputs #captcha_img {
  text-align: center;
}
#quick_contact #inputs .button {
  text-align: right;
  width: 100%;
  display: block;
}
#quick_contact #inputs .button input {
  width: 40%;
  min-width: 100px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
}
#quick_contact #inputs .button input:focus,
#quick_contact #inputs .button input:active:focus,
#quick_contact #inputs .button input.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#quick_contact #inputs .button input:hover,
#quick_contact #inputs .button input:focus {
  color: #eeeeee;
  text-decoration: none;
}
#quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#quick_contact #inputs .button input.disabled,
#quick_contact #inputs .button input[disabled],
fieldset[disabled] #quick_contact #inputs .button input {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#quick_contact #inputs .button input:hover,
#quick_contact #inputs .button input:focus,
#quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.active,
.open .dropdown-toggle#quick_contact #inputs .button input {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
#quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.active,
.open .dropdown-toggle#quick_contact #inputs .button input {
  background-image: none;
}
#quick_contact #inputs .button input.disabled,
#quick_contact #inputs .button input[disabled],
fieldset[disabled] #quick_contact #inputs .button input,
#quick_contact #inputs .button input.disabled:hover,
#quick_contact #inputs .button input[disabled]:hover,
fieldset[disabled] #quick_contact #inputs .button input:hover,
#quick_contact #inputs .button input.disabled:focus,
#quick_contact #inputs .button input[disabled]:focus,
fieldset[disabled] #quick_contact #inputs .button input:focus,
#quick_contact #inputs .button input.disabled:active,
#quick_contact #inputs .button input[disabled]:active,
fieldset[disabled] #quick_contact #inputs .button input:active,
#quick_contact #inputs .button input.disabled.active,
#quick_contact #inputs .button input[disabled].active,
fieldset[disabled] #quick_contact #inputs .button input.active {
  background-color: #957b53;
  border-color: #856d4a;
}
#quick_contact #inputs .button input .badge {
  color: #957b53;
  background-color: #eeeeee;
}
#quick_contact #inputs .req {
  color: #d9534f;
  font-weight: bold;
}
#quick_contact #inputs .security label {
  display: none;
}
#quick_contact #inputs .security {
  padding: 6px 0;
  margin-bottom: 8px;
  text-align: center;
  background: #fff;
  color: #333333;
}
#quick_contact #inputs .security img {
  max-width: 100%;
}
/***********************************************************************
 * Calculators
 * 
 * @desc	For styling shared calculator interactions used by both the 
 * 			listing item and on individual calculator pages. 
 * 
 * @note	Use `lead_forms.css` to customize separate pages:
 * 			- Land Transfer Tax Calculator
 * 			- Mortgage And Land Transfer Tax Calculators
 * 			- Mortgage Calculator
 **********************************************************************/
.lt_fright .notice,
#mortgage-calculator .notice {
  font-style: italic;
  padding-top: 10px;
  font-size: 80%;
}
/***********************************************************************
 * Land Transfer Tax
 **********************************************************************/
.land_transfer_tax {
  clear: both;
  font-size: 120%;
}
#land_transfer_tax {
  font-size: 130%;
}
.lt_fright {
  width: 100%;
  margin-top: 25px;
  text-align: center;
  display: none;
  background-color: #fff;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 20px #666666;
  -webkit-box-shadow: 0 0 20px #666666;
  box-shadow: 0 0 20px #666666;
}
.lt_fright h3 {
  font-weight: bold;
}
.lt_fright #land_transfer_tax {
  font-size: 120%;
}
#lead-form .land_transfer_tax_calc #inputs .generic-input .email_tog input,
#lead-form .mortgage-calculator #inputs .generic-input .email_tog input {
  margin: 10px 0 0;
  width: 100%;
  max-width: 100%;
}
/**********************************
 * Print Mode
 *********************************/
.print-mode .lt_fleft {
  width: 500px;
}
/***********************************************************************
 * Mortgage Calculator
 **********************************************************************/
.mortgage_calculator {
  clear: both;
}
#mortgage-calculator {
  display: none;
  margin-top: 20px;
  background-color: #fff;
  padding: 15px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 20px #666666;
  -webkit-box-shadow: 0 0 20px #666666;
  box-shadow: 0 0 20px #666666;
  overflow: hidden;
  clear: both;
}
#mortgage-calculator .col {
  width: 25%;
  float: left;
  margin: 0;
  overflow: hidden;
  height: auto;
  text-align: center;
}
#mortgage-calculator .col div {
  min-height: 20px;
  overflow: none;
  padding: 10px;
  color: #000;
}
#mortgage-calculator .head div {
  min-height: 30px;
}
#mortgage-calculator .labels div {
  font-size: 96%;
  padding-right: 20px;
  text-align: right;
  color: #2D2D2D;
}
#mortgage-calculator .col .sel {
  padding: 0;
  display: inline-block;
  width: 100%;
}
#mortgage-calculator .col .sel .tooltip {
  display: none !important;
}
#mortgage-calculator .notice {
  clear: both;
  text-align: center;
}
#mortgage-calculator .notice #print {
  background: url('../img/icons/print.png') #fff no-repeat;
  width: 32px;
  height: 32px;
  overflow: none;
  float: right;
  margin: 0 10px 10px 0;
}
#mortgage-calculator .notice #print:hover {
  background-position: 0 -32px;
}
#mortgage-calculator .notice #print:active {
  background-position: 0 -64px;
}
/**********************************
 * Print Mode
 *********************************/
.print-mode #mortgage-calculator {
  display: block;
  margin: 10px 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #EEEEEE solid;
}
.print-mode #mortgage-calculator .notice #print,
.print-mode .button {
  display: none;
}
.print-mode {
  padding-left: 10px;
  height: 1000px;
  width: 1024px;
  overflow: hidden;
}
.print-mode .lt_right_2 {
  display: block;
}
.lt_right_2 {
  float: right;
  min-height: 200px;
  width: 520px;
  font-size: 0.8em;
  display: none;
}
.lt_right_2 .print-fix-table {
  float: right;
  text-align: center;
  margin-bottom: 15px;
  width: 520px;
}
.lt_right_2 .print-fix-table td.l {
  width: 275px;
  padding-right: 5px;
}
.lt_right_2 .print-fix-table td img {
  border: 2px solid #CCCCCC;
}
.lt_right_2 .print-fix-table td .profile-details {
  text-align: left;
}
.lt_right_2 .print-fix-table td .profile-details td {
  width: auto;
}
.listing_feeds {
  position: absolute;
  right: 15px;
  top: 9px;
}
.listing_feeds a {
  margin-left: 2px;
}
/***********************************************************************
 * Listings
 **********************************************************************/
/***********************************************************************
 * Index
 **********************************************************************/
/**********************************
 * Items
 *********************************/
.listings_items {
  clear: both;
}
.listing {
  display: block;
  font-size: 75%;
  margin: 0.5em 0;
  text-align: left;
}
.listing.auto_space_blank {
  background: none no-repeat 0 0 scroll transparent !important;
  border: none !important;
}
.listing:hover {
  color: #fff;
}
.listing_quick_info {
  height: auto;
  overflow: hidden;
  width: 100%;
  border: 1px #e5e5e5 solid;
}
.listing:hover .listing_quick_info {
  background-color: #cccccc;
}
a.listing_button {
  color: inherit;
  display: block;
  font-size: 150%;
  margin: 5px 0 0;
  padding: 2px 0;
  text-align: center;
  width: 100%;
  border: 1px #333 solid;
  text-decoration: none;
}
.listing:hover a.listing_button {
  background-color: #333;
}
.listing_quick_info .listing_img {
  display: block;
  padding: 3px;
  padding-bottom: 5px;
  margin: 14px auto;
  text-align: center;
}
.listing_quick_info .listing_img a {
  width: 239px;
  height: 180px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.listing_quick_info .listing_img img {
  max-height: 180px;
  max-width: 239px;
}
.listing_quick_info .row {
  display: block;
  font-size: 100%;
  margin: 6px auto;
  width: 238px;
}
.row &gt; span.row_value {
  float: right;
  margin: 0;
}
.listings_not_available {
  font-size: 164%;
  margin: 60px 0;
  text-align: center;
}
.listing_open_house,
.listing_new,
.listing_carriage_trade,
.listing_has_waterfront {
  background: url("../../img/elements/listing-sprite.png") no-repeat scroll 0 0 transparent;
  height: 85px;
  left: 0px;
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  width: 93px;
  z-index: 101;
}
.listing_new {
  background-position: -93px 0;
}
.listing_has_waterfront {
  background-position: -186px 0;
}
.listing_carriage_trade {
  background-position: -279px 0;
}
/**********************************
 * Feeds
 *********************************/
.listing_feeds {
  text-align: right;
}
.listing_feeds img {
  max-width: 30px;
}
/**********************************
 * Options
 *********************************/
.listing_options {
  clear: both;
  display: block;
  font-size: 87%;
  list-style-type: square;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.listing_options li {
  display: inline-block;
  list-style-type: none;
  margin: 8px 5px 8px 15px;
}
.listing_options li a {
  color: inherit;
}
.listing_options li a:hover {
  text-decoration: underline;
}
/**********************************
 * Filters
 *********************************/
.listing_filters {
  display: block;
  margin: 15px 0 0px;
  text-align: center;
}
.listing_filters .listing_filter {
  display: inline-block;
}
#xs-listing-filters .listing_filter {
  display: inline-block;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
.listing_filters .listing_filter select {
  margin-bottom: 6px;
}
/*
.listing_filters .listing_filter select:hover {
	background-color: #333;
	color: #FFF;
}
*/
/***********************************************************************
 * Item
 **********************************************************************/
.listing_img_rotator {
  float: left;
  margin: 4px 0 34px;
  padding-left: 1px;
  width: 100% !important;
}
#listing_preview_img &gt; a {
  display: inline-block;
  height: 255px;
  overflow: hidden;
  text-align: center;
  width: 358px;
}
#listing_preview_img &gt; a img.listing_image {
  border: 1px solid #333 !important;
  max-width: 321px;
  max-height: 241px;
}
@media (max-width: 767px) {
  #listing_preview_img &gt; a {
    height: 239px;
    width: 320px;
  }
  #listing_preview_img &gt; a img.listing_image {
    max-width: 300px;
    max-height: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #listing_preview_img &gt; a {
    height: 164px;
    width: 218px;
  }
  #listing_preview_img &gt; a img.listing_image {
    max-width: 200px;
    max-height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #listing_preview_img &gt; a {
    height: 216px;
    width: 291px;
  }
  #listing_preview_img &gt; a img.listing_image {
    max-width: 270px;
    max-height: 202px;
  }
}
.listing_like {
  text-align: center;
  width: 100%;
  /*
	position: absolute;
*/
  margin-top: -10px;
  margin-bottom: 20px;
}
.listing_specs {
  /*
	font-size: 93%;
*/
  min-height: 232px;
  padding-bottom: 15px;
  width: 100%;
  padding: 0 15px;
}
.listing_menu {
  /*
	float: right;
*/
}
.listing_menu a,
.listing_menu span.btn {
  /*
	font-size: 85%;
*/
  margin-bottom: 5px;
  /*
	padding: 5px 0;
*/
  width: 100%;
}
.listing_details {
  clear: both;
}
.listing_ext_features,
.listing_desc {
  text-align: justify;
}
.listing_room_info {
  border: 1px solid #333;
  margin-top: 5px;
  padding: 15px 20px;
  text-align: left;
}
.listing_room_info table {
  width: 100%;
}
.listing_room_info table th {
  font-weight: normal;
  padding-bottom: 10px;
  text-align: left;
}
.listings_item .to_top {
  clear: both;
  float: right;
  font-size: 80%;
  min-width: 75px;
  position: relative;
}
.listing_open_houses td {
  padding: 0 15px !important;
  vertical-align: top;
}
/**********************************
 * Facebook Connect
 *********************************/
.fb-or {
  background-color: #FFFFFF;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -27px;
  width: 49px;
  color: grey;
}
.fb-connect {
  border-bottom: 1px dashed #CCCCCC;
  margin: 25px 0 10px;
  padding-bottom: 35px;
  text-align: center;
}
.fb-connect .fb_button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.facebook-logout {
  background-color: #FFFFFF;
  color: #333333;
  /*
	float: right;
*/
  display: inline-block !important;
  font-size: 70%;
  padding: 5px;
  text-align: center;
  width: 200px;
  margin-bottom: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.facebook-logout-ext {
  display: none;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  color: #2D2D2D;
  z-index: 100;
  position: relative;
}
.facebook-logout-contact {
  top: 30px;
}
.facebook-logout a {
  display: block;
  margin-top: 5px;
}
.facebook-logout a img {
  border: none;
}
.facebook-logout span {
  text-decoration: underline;
}
.facebook-logout strong,
.facebook-logout span {
  color: #3B5998;
}
.facebook-thank-you {
  display: none;
  text-align: center;
  overflow: hidden;
}
.facebook-thank-you div {
  margin-bottom: 10px;
  color: #3B5998;
}
.facebook-thank-you p {
  text-align: left;
}
.facebook-thank-you .salerep {
  margin: 0;
}
.facebook-thank-you #fb-root {
  clear: both;
  width: 330px;
  height: 20px;
  margin: 0;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  top: 5px;
  left: 15px;
}
/**********************************
 * Listing Agents (brokerage mode)
 *********************************/
.listing_agents {
  display: block;
  clear: both;
  text-transform: none;
  padding-top: 5px;
}
.listing_agents table {
  margin-top: 10px;
}
.listing_agents img {
  max-height: 100px;
  margin: 0 10px;
  padding: 2px;
  border: 1px solid gray;
}
.listing_agents a {
  color: inherit;
}
.listing_agents a:hover {
  text-decoration: underline;
}
/**********************************
 * View On Map
 *********************************/
#map {
  width: 100%;
  height: 400px;
  position: relative;
}
/**********************************
 * Calculators
 *********************************/
.listing_calculators {
  width: 100%;
  padding: 0;
}
.listing_calculators #mortgage-calculator {
  display: block;
  margin-top: 10px;
}
.listing_calculators #print {
  visibility: hidden;
}
/***********************************************************************
 * Find Properties
 **********************************************************************/
.map {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px #A9A9A9;
  -webkit-box-shadow: 0 0 10px #A9A9A9;
  box-shadow: 0 0 10px #A9A9A9;
  background-color: #333;
  margin: 18px auto 34px;
  padding: 10px;
  width: 1020px;
  clear: both;
}
.dataTables_wrapper {
  margin-bottom: 34px;
}
.dataTables_wrapper table.display td a {
  color: inherit;
}
.dataTables_wrapper table.display td a:hover {
  color: inherit;
}
#property_listing_wrapper {
  width: 1048px;
  margin: 0 auto;
}
#property_listing_wrapper table {
  width: 100%;
}
.o,
.p {
  position: relative;
  text-decoration: none;
  font-size: 80%;
}
.dataTables_wrapper .listing_open_house,
.dataTables_wrapper .listing_new,
.dataTables_wrapper .listing_carriage_trade,
.dataTables_wrapper .listing_has_waterfront {
  background: url("../../img/elements/listing-sprite-sm.png") no-repeat scroll 0 0 transparent;
  height: 65px;
  left: -1px;
  position: absolute;
  text-indent: -9999px;
  top: -1px;
  width: 70px;
  z-index: 101;
}
.dataTables_wrapper .listing_new {
  background-position: -72px 0;
}
.dataTables_wrapper .listing_has_waterfront {
  background-position: -144px 0;
}
.dataTables_wrapper .listing_carriage_trade {
  background-position: -216px 0;
}
/**********************************
 * Info Window
 *********************************/
#info_window {
  width: 350px;
  color: #333;
}
#info_window a.info_window_img_link {
  display: inline-block;
  height: 125px;
  overflow: hidden;
  text-align: center;
  width: 150px;
  border: 1px #CCC solid !important;
}
#info_window img {
  max-height: 125px;
  min-height: 100px;
  width: 100%;
}
#info_window a {
  color: inherit;
}
#info_window a:hover {
  text-decoration: underline;
}
#info_window td {
  vertical-align: middle;
  font-size: 85%;
  text-align: center;
}
#info_window td div.ctitle {
  font-weight: bold;
}
.adp-legal {
  float: right;
  font-size: 50%;
}
.adp-text {
  color: #FFF;
}
/**********************************
 * Get Directions
 *********************************/
#inputs.search_directions {
  float: left;
}
#get_directions {
  float: left;
  margin-top: 5px;
  font-size: 0.8em;
  width: 128px;
}
#directions {
  display: none;
}
#_directions {
  height: 250px;
  overflow-y: scroll;
  padding: 5px;
  margin: auto;
  width: 100%;
  border: 1px #EFEFEF dotted;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 10px #938F85;
  -webkit-box-shadow: 0 0 10px #938F85;
  box-shadow: 0 0 10px #938F85;
}
#_directions .adp-placemark {
  background-color: #474747;
  color: #fff;
}
#_directions .adp-directions {
  width: 100%;
}
#inputs input#direction_from {
  padding: 5px;
  margin-left: 3px;
  margin-top: 5px;
  width: 484px;
  height: 34px;
}
.listing_item_map {
  margin-top: 20px;
}
/**********************************
 * Print Directions
 *********************************/
#profile-map #print {
  background: url('../../img/icons/print-sm.png') #fff no-repeat;
  width: 20px;
  height: 20px;
  overflow: none;
  float: right;
  margin: 0 10px 10px 0;
}
#profile-map #print:hover {
  background-position: 0 -20px;
}
#profile-map #print:active {
  background-position: 0 -40px;
}
#directions .hide {
  display: none;
}
#directions h1 {
  font-size: 120%;
  margin-top: 5px;
}
#directions h2 {
  font-size: 140%;
  padding: 0 0 5px 5px;
}
#directions .print-fix-table {
  display: none;
}
.print-mode #_directions {
  height: auto;
  overflow: auto;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0px #FFF;
  -webkit-box-shadow: 0 0 10px #FFF;
  box-shadow: 0 0 0 #FFF;
}
.print-mode {
  background: #fff;
  height: auto !important;
}
.print-mode .hr_mb {
  margin-bottom: 0 !important;
}
.print-mode #print {
  display: none;
}
.print-mode #directions .print-fix-table {
  display: block;
  margin: 10px auto;
  width: 800px;
  text-align: center;
}
.print-mode #directions .print-fix-table td {
  width: 33%;
  padding: 10px;
}
.print-mode #directions .print-fix-table td img {
  border: 1px solid #CCCCCC;
  padding: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.print-mode #directions .print-fix-table td .profile-details {
  text-align: left;
}
.print-mode #directions .print-fix-table td .profile-details td {
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}
.print-mode #directions {
  width: 800px;
  margin: auto;
}
.print-mode #directions .hide {
  display: block;
  text-align: center;
}
.print-mode #_directions img.cen1 {
  text-align: center;
  border: none;
}
.print-mode #directions h2.print-mode-hide {
  display: none;
}
.print-mode #_directions .adp-warnbox {
  margin: 5px 0 3px;
}
.print-mode #_directions .warnbox-content {
  background: none repeat scroll 0 0 #FFF1A8;
  padding: 5px 6px;
}
.print-mode #_directions .warnbox-c1,
.print-mode #_directions .warnbox-c2 {
  background: none repeat scroll 0 0 #FFF1A8;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
.print-mode #_directions .warnbox-c1 {
  margin: 0 2px;
}
.print-mode #_directions .warnbox-c2 {
  margin: 0 1px;
}
.print-mode #_directions .adp-list {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CDCDCD;
  cursor: pointer;
  padding: 4px;
}
.print-mode #_directions .adp-fullwidth {
  width: 100%;
}
.print-mode #_directions .adp-listsel {
  background: none repeat scroll 0 0 #EEEEEE;
  text-decoration: none;
}
.print-mode #_directions .adp-listheader {
  padding: 4px;
}
.print-mode #_directions .adp-placemark {
  border: 1px solid silver;
  cursor: pointer;
  margin: 10px 0;
  vertical-align: middle;
}
.print-mode #_directions .adp-legal {
  color: #676767;
  display: none;
}
.print-mode #_directions .adp-summary {
  padding: 0 3px 3px;
}
.print-mode #_directions .adp-step,
.print-mode #_directions .adp-substep {
  border-top: 1px solid #CDCDCD;
  margin: 0;
  padding: 0.3em 3px;
  vertical-align: top;
}
.print-mode #_directions .adp-distance {
  white-space: nowrap;
}
.print-mode #_directions .adp-step,
.print-mode #_directions .adp-text {
  width: 100%;
}
.print-mode #_directions .adp-directions {
  border-collapse: collapse;
  cursor: pointer;
  width: 100%;
}
/**********************************
 * IDX
 *********************************/
.idx .title sup {
  font-size: 50%;
}
.idx_panel {
  text-align: center;
  margin: 10px auto;
}
.idx iframe {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
}
.idx_panel .idx_start_over {
  font-size: 65%;
  position: absolute;
  text-transform: lowercase;
  display: none;
}
.idx_panel .idx_start_over .button {
  left: 20px;
  position: relative;
  top: -35px;
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
  opacity: 0.6;
  /*
	filter: alpha( opacity=60 ) !important;
*/
  padding: 0;
}
.idx_panel .idx_start_over .button:hover {
  opacity: 1 !important;
  /*
	filter: alpha( opacity=100 ) !important;
*/
}
.idx_panel .idx_start_over .button a.ui-button {
  margin: 0;
  position: static;
}
/**********************************
 * CREA DDF
 *********************************/
#listing_req {
  clear: both;
  margin: 10px 0;
}
#listing_req &gt; div {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
}
.listing_office &gt; img {
  background-color: #FFFFFF;
  border: 1px solid #898989;
  border-radius: 2px;
  display: inline-block;
  height: 27px;
  margin-right: 3px;
  max-width: 100%;
  padding: 2px;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
}
.realtor-logo {
  background-color: #FFFFFF;
  background-position: 2px 2px;
  height: 27px !important;
  width: 24px !important;
}
.mls-logo {
  background-color: #FFFFFF;
  background-position: 2px 2px;
  height: 27px !important;
  width: 63px !important;
  border-radius: 2px;
  border: 1px solid #898989;
}
/*if you want to show listing office images*/
#listing_req &gt; div &gt; * {
  display: inline-block;
  margin-right: 6px;
}
#listing_req &gt; div .listing_office {
  margin-right: 0;
}
/* if you want to hide listing office images */
/*
#listing_req &gt; div &gt; * {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}
*/
.listing_quick_info {
  background: #e5e5e5;
  color: #111111;
  padding-bottom: 5px;
}
a.listing_button {
  display: none;
}
.listing_quick_info .listing_img a {
  width: 100%;
  height: 150px;
}
.listing_quick_info .listing_img img {
  max-width: 100%;
  max-height: 150px;
}
.listing_quick_info .listing_img {
  margin: 0 auto;
}
.info-value {
  font-size: 120%;
}
.group-selection-buttons {
  list-style: none;
  text-align: center;
}
.group-selection-buttons li {
  display: inline-block;
  padding: 15px 10px 5px;
}
.group-selection-buttons li a {
  width: 200px;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.articles_content_pane .pagination-top .pagination {
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
  width: auto;
  margin: 0;
}
@media (max-width: 499px) {
  .articles_content_pane .pagination-top .pagination {
    display: none;
  }
}
/******************************************************** 
	Module Formatting
********************************************************/
.articles_index {
  /* RESPONSIVE CSS
	-------------------------------------------------- */
  /* special xs screen formatting */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}
.articles_index .item {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .articles_index .item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .articles_index .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .articles_index .item {
    float: left;
    width: 33.33333333%;
  }
}
.articles_index .article_button {
  text-align: right;
}
.articles_index .article_title {
  font-size: 175%;
}
.articles_index .article_blurb p {
  max-height: 200px;
  overflow: hidden;
}
.articles_index .article_img {
  overflow: hidden;
  border: 1px solid #999999;
  padding: 2px;
}
.articles_index .article_img a {
  width: 100%;
  display: block;
  height: 140px;
}
@media (min-width: 400px) and (max-width: 768px) {
  .articles_index .article_img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .articles_index .article_blurb p {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .articles_index .article_blurb p {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .articles_index .article_blurb p {
    height: 180px;
  }
}
/*************************************************
 * The single news article item page
 * *********************************************/
.article_item {
  margin-bottom: 20px;
}
.article_item .article_date {
  margin-bottom: 20px;
  font-weight: 500;
}
.article_item .article_back_button {
  display: block;
  width: 100%;
  text-align: right;
}
.article_item .article_back_button a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #323232;
  border-color: #252525;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
  width: 25%;
}
.article_item .article_back_button a:focus,
.article_item .article_back_button a:active:focus,
.article_item .article_back_button a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.article_item .article_back_button a:hover,
.article_item .article_back_button a:focus {
  color: #eeeeee;
  text-decoration: none;
}
.article_item .article_back_button a:active,
.article_item .article_back_button a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.article_item .article_back_button a.disabled,
.article_item .article_back_button a[disabled],
fieldset[disabled] .article_item .article_back_button a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.article_item .article_back_button a:hover,
.article_item .article_back_button a:focus,
.article_item .article_back_button a:active,
.article_item .article_back_button a.active,
.open .dropdown-toggle.article_item .article_back_button a {
  color: #eeeeee;
  background-color: #1e1e1e;
  border-color: #070707;
}
.article_item .article_back_button a:active,
.article_item .article_back_button a.active,
.open .dropdown-toggle.article_item .article_back_button a {
  background-image: none;
}
.article_item .article_back_button a.disabled,
.article_item .article_back_button a[disabled],
fieldset[disabled] .article_item .article_back_button a,
.article_item .article_back_button a.disabled:hover,
.article_item .article_back_button a[disabled]:hover,
fieldset[disabled] .article_item .article_back_button a:hover,
.article_item .article_back_button a.disabled:focus,
.article_item .article_back_button a[disabled]:focus,
fieldset[disabled] .article_item .article_back_button a:focus,
.article_item .article_back_button a.disabled:active,
.article_item .article_back_button a[disabled]:active,
fieldset[disabled] .article_item .article_back_button a:active,
.article_item .article_back_button a.disabled.active,
.article_item .article_back_button a[disabled].active,
fieldset[disabled] .article_item .article_back_button a.active {
  background-color: #323232;
  border-color: #252525;
}
.article_item .article_back_button a .badge {
  color: #323232;
  background-color: #eeeeee;
}
/***********************************************************************
 * Page Content
 **********************************************************************/
.page_content_desc {
  text-align: justify;
}
.page_content_desc p {
  padding: 3px 0;
}
/***********************************************************************
 * WYSIWYG EGITOR RESETS / MODIFY AS NEEDED
 **********************************************************************/
.page_content a {
  text-decoration: underline;
}
.page_content ul,
.page_content ol {
  list-style-position: inside;
  margin: 10px 0;
}
.page_content img {
  border: none!important;
  max-width: 100% !important;
}
/***********************************************************************
 * Full Search
 **********************************************************************/
body .full_search * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .full_search {
  background-color: #FFF;
  min-width: 1000px;
  overflow-x: auto;
  overflow-y: hidden;
}
#info_window td {
  font-size: 100%;
}
#info_window td img {
  min-height: 100%;
}
div.full_search {
  font-size: 0.8em;
  height: 500px;
  line-height: 1.1;
  width: 100%;
  display: block;
  overflow: hidden;
}
.full_search {
  float: left;
}
.full_search .form-group {
  float: left;
}
.full_search .ui-tabs .ui-tabs-nav {
  border: none;
}
.full_search .ui-tabs .ui-tabs-nav li a {
  color: #444444;
  border: 1px solid white;
}
.full_search .ui-tabs .ui-tabs-nav li ahover {
  text-decoration: 1px solid white;
}
.full_search .print_masthead {
  overflow-x: hidden;
}
.full_search .print_masthead a {
  display: block;
}
.full_search .fs_custom_logo {
  background: url("../../img/logos/full-search-logo.jpg") no-repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  background-size: contain;
  bottom: 18px;
  height: 60px;
  position: absolute;
  right: 126px;
  width: 289px;
  transition: opacity 0.25s ease;
  opacity: 0.65;
}
.full_search .fs_custom_logo:hover {
  opacity: 1;
}
.full_search .fs_custom_logo a {
  height: 100%;
  width: 100%;
  display: block;
}
.full_search .full_search_loading_images {
  top: 32%;
  display: block;
  z-index: 10000;
  position: fixed;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.full_search .full_search_loading_images img {
  padding-bottom: 20px;
}
.full_search .full_search_overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: #555;
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  z-index: 1000;
  display: block;
}
.full_search .fs_ctrl_pnl {
  width: 420px;
  float: left;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.full_search .fs_ctrl_pnl &gt; div {
  border-right: 1px #222 solid;
  overflow: hidden;
  height: 100%;
}
.full_search .ui-tabs {
  padding: 10px;
  border: 0;
  background: none;
}
.full_search .fs_listings_btn,
.full_search .fs_show_tabs_btn {
  width: 280px;
  margin: 0 70px;
  font-size: 20px;
  color: white;
}
.full_search .button .ui-icon {
  display: inline-block;
  position: relative;
  top: 1px;
}
.full_search .fs_show_tabs {
  display: none;
  text-align: center;
  margin: 1em 0;
}
.full_search #fs_loading {
  bottom: 60px;
  position: absolute;
  right: 6px;
  display: none;
}
@media (max-width: 1000px) {
  .full_search .fs_custom_logo {
    display: none;
  }
}
.fs-form-elements {
  text-align: center;
  overflow: hidden;
}
.fs-form-elements form {
  width: 375px;
}
.fs-form-elements .form_msg {
  display: block;
  float: right;
  height: 18px;
  margin-left: 2px;
  width: 18px;
}
.full_search form label,
.full_search form input:not(.ui-button),
.full_search form select {
  display: inline-block;
  width: 120px;
  margin-bottom: 4px;
  padding: 2px 6px;
}
.full_search form select {
  width: 269px;
}
.full_search form input:not(.ui-button),
.full_search form select {
  border: 1px solid #999999;
  margin-left: 4px;
  padding: 2px 6px;
}
.full_search form input.ui-button {
  float: left;
}
.full_search form input:focus:not(.ui-button),
.full_search form select:focus,
.full_search form select:focus option {
  background-color: #333333;
  color: #FFFFFF;
}
.full_search form textarea {
  border-width: 2px;
  display: block;
  width: 350px;
  float: left;
  margin-bottom: 10px;
}
.full_search form label {
  font-size: 1em;
  padding-right: 16px;
  text-align: right;
  width: 82px;
}
/***********************************************************************
 * Map
 **********************************************************************/
.full_search .fs_map {
  width: 100%;
  height: 100%;
  float: right;
  overflow: hidden;
}
/***********************************************************************
 * Table
 **********************************************************************/
.listing_table {
  display: none;
  width: 100%;
  overflow-x: auto;
}
.listing_table table.display {
  width: 100%;
  overflow-x: auto;
}
.full_search .dataTables_length,
.full_search .dataTables_info {
  font-size: 50%;
  height: auto;
  width: auto;
}
.full_search .ui-state-default {
  border: none;
}
.full_search .dataTables_wrapper select {
  font-size: 20px;
  text-align: center;
}
.full_search .dataTables_wrapper select,
.full_search .dataTables_wrapper option {
  background-color: #FFFFFF;
}
.full_search .dataTables_empty {
  font-size: 2em;
  text-align: center;
}
.full_search .dataTables_wrapper th .ui-icon {
  float: right;
}
.full_search .paging_full_numbers {
  height: auto;
  line-height: normal;
}
.full_search .paging_full_numbers .fg-button {
  padding: 2px 3px;
  margin: 0 1px !important;
  font-size: 80% !important;
}
.full_search .ui-buttonset {
  margin: 0 !important;
}
.full_search .dataTables_wrapper .fg-toolbar {
  padding: 3px 34px;
  font-size: 27px;
}
.full_search .dataTables_wrapper table.display {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 110%;
}
.full_search .dataTables_wrapper table.display td a {
  position: relative;
}
.full_search .dataTables_wrapper table.display &gt; tbody &gt; tr {
  border-bottom: 1px solid #EEE;
  background: none;
}
.full_search .dataTables_wrapper table.display tr {
  transition: background-color 0.25s ease;
}
.full_search .dataTables_wrapper table.display tr.even {
  background-color: #FBFBFB;
}
.full_search .dataTables_wrapper table.display tr:hover {
  background-color: #F0F0F0;
}
.full_search .dataTables_wrapper table.display &gt; tbody &gt; tr &gt; td {
  padding: 10px 5px;
  background: none !important;
}
.full_search .dataTables_wrapper table.display th {
  text-align: left;
}
.full_search .dataTables_wrapper table.display td div a {
  text-align: left;
  text-decoration: none;
}
.full_search .dataTables_wrapper .dataTables_scrollHead {
  height: 22px;
}
/***********************************************************************
 * Details Column
 **********************************************************************/
.full_search .dataTables_wrapper table.display table {
  width: 100%;
}
.full_search .dataTables_wrapper table.display table td {
  padding: 0;
  vertical-align: top;
  word-wrap: break-word;
  min-width: 100px;
  font-size: 20px;
}
.full_search .dataTables_wrapper table.display table td.label {
  width: 70px;
  min-width: 70px;
  word-wrap: normal;
}
.full_search .dataTables_wrapper table.display table td.value.price {
  font-weight: bold;
  color: #4F4F4F;
  font-size: 1.2em;
}
.full_search .dataTables_wrapper table.display table td.value.address {
  color: #E62120;
}
.full_search .dataTables_wrapper table.display table td.value.city {
  color: #191919;
}
.full_search .dataTables_wrapper table.display table td.value.type {
  color: #757575;
}
/***********************************************************************
 * Power By Real Estate Solution
 **********************************************************************/
.full_search .powered_by_rs {
  background: #FAF9F8;
  background: rgba(255, 255, 255, 0.5);
  color: #444444;
  font-size: 10px;
  padding: 2px;
  position: fixed;
  right: 115px;
  top: 6px;
}
.full_search .powered_by_rs a {
  color: inherit;
  text-decoration: underline;
}
/***********************************************************************
 * Navigation
 **********************************************************************/
.full_search .navigation {
  position: fixed;
  background: #626160;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  display: inline-block;
  text-align: center;
  left: 50%;
  margin-left: -60px;
  padding: 10px 15px;
  font-weight: bold;
}
.full_search .navigation a {
  color: #FFF;
  text-decoration: none;
}
/***********************************************************************
 * Search Info
 **********************************************************************/
.full_search .search_info {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  left: 50%;
  margin-left: -100px;
  padding: 1px 0;
  position: fixed;
  text-align: center;
  width: 200px;
}
/***********************************************************************
 * Labeled Marker
 **********************************************************************/
.marker-label {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
  width: 32px;
}
/***********************************************************************
 * Multi-Marker
 **********************************************************************/
.multi-marker-controls {
  border-top: 1px solid #EEEEEE;
  clear: both;
  font-weight: bold;
  margin-top: 9px;
  padding-top: 3px;
  text-align: right;
}
.multi-marker-prev,
.multi-marker-next {
  text-align: left;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../../img/icons/left.png) no-repeat scroll 0 0 transparent;
  opacity: 0.2;
  /*
	filter: alpha( opacity = 20 );
*/
}
.multi-marker-next {
  background-image: url(../../img/icons/right.png);
}
.multi-marker-prev.multi-marker-button-enabled,
.multi-marker-next.multi-marker-button-enabled {
  opacity: 0.8;
  /*
	filter: alpha( opacity = 80 );
*/
  cursor: hand;
  cursor: pointer;
}
.multi-marker-prev.multi-marker-button-enabled:hover,
.multi-marker-next.multi-marker-button-enabled:hover {
  opacity: 1;
  /*
	filter: alpha( opacity = 100 );
*/
}
.multi-marker-prev.multi-marker-button-enabled:focus,
.multi-marker-next.multi-marker-button-enabled:focus {
  opacity: 0.9;
  /*
	filter: alpha( opacity = 90 );
*/
}
.multi-marker-prev,
.multi-marker-next,
.multi-marker-info {
  display: inline-block;
  vertical-align: middle;
}
.multi-marker-info {
  margin-left: 5px;
  font-size: 95%;
}
.multi-marker-label {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
  width: 32px;
  padding-left: 4px;
}
/***********************************************************************
 * Table (jQuery TableTools)
 **********************************************************************/
div.DTTT_container {
  float: right;
}
button.DTTT_button {
  position: relative;
  float: left;
  height: 30px;
  margin-right: 3px !important;
  padding: 3px 5px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  *cursor: hand;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
button.DTTT_button::-moz-focus-inner {
  border: none !important;
  padding: 0;
}
button.DTTT_button:hover {
  color: #FFFFFF !important;
}
button.DTTT_button.ui-state-hover {
  color: #FFFFFF !important;
}
/***********************************************************************
 * Misc
 **********************************************************************/
.DTTT_disabled {
  color: #999;
}
.DataTables_sort_icon {
  float: left;
}
.dataTables_processing {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  border: 1px solid #AAAAAA;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  padding: 5px 15px;
  background-color: #444;
  /* Set to site specifc color */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px #CCC;
  -webkit-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.9;
  /*
	filter: alpha( opacity = 90 );
*/
  z-index: 1000;
}
/***********************************************************************
 * Table Specifics
 **********************************************************************/
.dataTables_wrapper {
  zoom: 1;
  position: relative;
  clear: both;
}
.dataTables_wrapper .fg-toolbar {
  padding: 5px;
}
.dataTables_length {
  width: 40%;
  float: left;
}
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}
.dataTables_info {
  width: 50%;
  float: left;
  margin-top: 5px;
}
.dataTables_paginate {
  width: auto;
  float: right;
  text-align: right;
  cursor: pointer;
  cursor: hand;
}
.dataTables_wrapper table.display {
  color: #333;
  font-size: 90%;
  width: 100%;
  clear: both;
  margin: 0 auto;
  font-weight: normal;
}
.dataTables_wrapper table.display thead th {
  font-weight: 700;
  cursor: hand;
  cursor: pointer;
  padding: 3px 0 3px 10px;
}
.dataTables_wrapper table.display tfoot th {
  background-attachment: scroll;
  background-color: #E6E6E6;
  background-repeat: repeat;
  background-position: 50% 50%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  font-weight: 700;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  padding: 3px 10px;
}
.dataTables_wrapper table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}
.dataTables_wrapper table.display td {
  padding: 3px 10px;
}
.dataTables_wrapper table.display td a {
  color: inherit;
  display: block;
  text-align: center;
  width: 100%;
  cursor: hand;
  cursor: pointer;
}
.dataTables_wrapper tr.odd {
  background-color: #ededed;
}
.dataTables_wrapper tr.even {
  background-color: #FFF;
}
.top,
.bottom {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  padding: 15px;
}
.top .dataTables_info {
  float: none;
}
.clear {
  clear: both;
}
tfoot input {
  width: 100%;
  color: #444;
  margin: 0.5em 0;
}
tfoot input.search_init {
  color: #999;
}
td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}
td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E;
}
/***********************************************************************
 * Table Pagination
 **********************************************************************/
.paging_full_numbers {
  height: 28px;
  line-height: 22px;
}
.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: hand;
  margin: 0 3px;
  padding: 2px 5px;
}
.paging_full_numbers span.paginate_button:hover {
  background-color: #ccc;
}
.paging_full_numbers span.paginate_active {
  background-color: #99B3FF;
}
.paging_two_button .fg-button {
  float: left;
  cursor: hand;
}
.paging_full_numbers .fg-button {
  cursor: hand;
  padding: 2px 6px;
}
/***********************************************************************
 * Table Sorting
 **********************************************************************/
table.display tr.even.row_selected td {
  background-color: #B0BED9;
}
table.display tr.odd.row_selected td {
  background-color: #9FAFD1;
}
tr.odd td.sorting_1 {
  background-color: #e8e8e8;
}
tr.odd td.sorting_2 {
  background-color: #E3E3E3;
}
tr.odd td.sorting_3 {
  background-color: #E0E2FF;
}
tr.even td.sorting_1 {
  background-color: #f5f5f5;
}
tr.even td.sorting_2 {
  background-color: #F2F3FF;
}
tr.even td.sorting_3 {
  background-color: #F9F9FF;
}
tr.odd.gradeA td.sorting_1 {
  background-color: #c4ffc4;
}
tr.even.gradeA td.sorting_1 {
  background-color: #d5ffd5;
}
tr.odd.gradeC td.sorting_1 {
  background-color: #c4c4ff;
}
tr.even.gradeC td.sorting_1 {
  background-color: #d5d5ff;
}
tr.odd.gradeX td.sorting_1 {
  background-color: #ffc4c4;
}
tr.even.gradeX td.sorting_1 {
  background-color: #ffd5d5;
}
tr.odd.gradeU td.sorting_1 {
  background-color: #c4c4c4;
}
tr.even.gradeU td.sorting_1 {
  background-color: #d5d5d5;
}
/***********************************************************************
 * Image Gallery - Separate
 **********************************************************************/
#gallery {
  height: auto;
  overflow: hidden;
}
/*
#gallery .img_gal {
	display: inline-block;
	height: auto;
	overflow: hidden;
	text-align: center;
	width: 24%;
	vertical-align: middle;
	margin: 13px 0 0;
}
#gallery .img_gal.auto_space_blank {
	background: none no-repeat 0 0 scroll transparent !important;
	border: none !important;
}
*/
#gallery .img_gal img {
  /*
	height: auto;
	width: 100%;
*/
  transition: opacity 0.25s ease;
  height: 100px;
}
#gallery-hol {
  padding-top: 15px;
}
#gallery.row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 5px;
  width: 100%;
}
#gallery.row .col-gallery {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px;
  height: 100px;
  display: block;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  #gallery .img_gal img {
    height: 80px;
  }
  #gallery.row .col-gallery {
    height: 80px;
  }
}
@media (min-width: 992px) {
  #gallery .img_gal img {
    height: 100px;
  }
  #gallery.row .col-gallery {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  #gallery .img_gal img {
    height: 120px;
  }
  #gallery.row .col-gallery {
    height: 120px;
  }
}
/***********************************************************************
 * Video Gallery - Separate
 **********************************************************************/
#vid-gallery .vid {
  /*
	background-color: #586d84;
	color: #FFFFFF;
	display: inline-block;
*/
  height: 254px;
  /*
	margin: 13px 0 0;
	padding: 11px;
*/
  vertical-align: top;
  /*
	width: 229px;
	transition: background-color 0.25s ease;
*/
}
/*
#vid-gallery .vid.auto_space_blank {
	background: none no-repeat 0 0 scroll transparent !important;
	border: none !important;
}
*/
/*
#vid-gallery .vid:hover {
	background-color:#667E99;
}
*/
#vid-gallery .vid &gt; a {
  display: block;
  text-align: center;
  position: relative;
}
#vid-gallery .vid &gt; a img {
  width: 100%;
  max-height: 150px;
}
#vid-gallery .vid &gt; a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
#vid-gallery .vid &gt; a span.play_overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
#vid-gallery .vid &gt; a span.play_icon {
  background: url(../img/elements/video_play.png) no-repeat center center scroll transparent;
}
#vid-gallery .vid:hover &gt; a span.play_icon {
  animation: flash 1.5s ease-out infinite;
}
#vid-gallery .vid:hover &gt; a:hover span {
  -animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  opacity: 0 !important;
  /*
	filter: alpha( opacity=0 ) !important;
*/
}
#vid-gallery .vid &gt; strong {
  font-size: 0.75em;
  line-height: 1em;
  height: 2em;
  overflow: hidden;
  margin: 5px auto;
  text-align: left;
  display: block;
}
#vid-gallery .vid p {
  float: none;
  height: auto;
  line-height: normal;
  font-size: 0.688em;
  padding-bottom: 5px;
  cursor: help;
}
#vid-gallery div p.video-desc {
  cursor: help;
}
@media (max-width: 991px) {
  #vid-gallery .vid {
    height: 200px;
  }
  #vid-gallery .vid &gt; a img {
    width: 100%;
    max-height: 100px;
  }
}
#vid-gallery.row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 5px;
}
#vid-gallery.row .col-gallery {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 5px;
}
/***********************************************************************
 * Unified Gallery - Combined Image / Video Gallery
 **********************************************************************/
#uni-gallery {
  height: auto;
  overflow: hidden;
}
/*
#uni-gallery .uni_gal {
	display: inline-block;
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 150px;
	vertical-align: middle;
	margin: 13px 0 0;
	position: relative;
}
*/
/*
#uni-gallery .uni_gal.auto_space_blank {
	background: none no-repeat 0 0 scroll transparent !important;
	border: none !important;
}
*/
#uni-gallery .uni_gal img {
  height: auto;
  width: 100%;
}
#uni-gallery .uni_gal.video span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url(../img/elements/video_play.png) no-repeat center center scroll rgba(0, 0, 0, 0.3);
  transition: background-color 0.25s ease, opacity 0.25s ease;
}
#uni-gallery .uni_gal.video:hover span {
  background-color: transparent;
  opacity: 0;
  /*
	filter: alpha( opacity=0 );
*/
}
#uni-gallery.row {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 5px;
}
#uni-gallery.row .col-gallery {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
}
/***********************************************************************
 * Map Amenities
 **********************************************************************/
.map_amenities {
  width: 100%;
}
.map_amenities div.map_amenity {
  background-color: #333333;
  color: #FFFFFF;
  display: inline-block;
  font-size: 88%;
  text-align: center;
  vertical-align: top;
  width: 20%;
}
.map_amenities div.map_amenity:hover {
  background-color: #555555;
}
.map_amenities div.map_amenity.ma_active,
.map_amenities div.map_amenity.ma_active:hover {
  background-color: #111111;
}
.map_amenities div.map_amenity span {
  display: block;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  cursor: hand;
  cursor: pointer;
}
.map_amenity_info_window td {
  padding: 0 4px;
}
.map_amenity_title {
  color: #111111;
  display: inline-block;
  font-size: 1.25em;
  width: 400px;
}
.map_amenity_image {
  height: 40px;
}
/***********************************************************************
 * Colorbox
 **********************************************************************/
#colorbox,
#colorbox div {
  /* box model reset */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  overflow: hidden;
  padding: 20px;
}
#cboxWrapper {
  color: #404040;
  padding: 10px;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxLoadedContent .fb_iframe_widget iframe {
  width: 585px !important;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  background: #FFF url('../../img/loading_big.gif') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#cboxOverlay {
  background: #555;
}
#cboxContent {
  margin-top: 20px;
}
#cboxLoadedContent {
  background: #FFFFFF;
  padding: 8px;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
#cboxTitle {
  color: #FFF;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: -27px;
}
#cboxTitle strong {
  color: #FFF;
  font-size: 90%;
  border-bottom: 1px #FFF solid;
}
#cboxCurrent {
  position: absolute;
  top: -27px;
  right: 0;
  color: #FFF;
  font-size: 16px;
}
#cboxCurrent strong {
  color: #7E7361;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../../img/colorbox/controls.png) top left no-repeat;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../../img/colorbox/controls.png) top right no-repeat;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxLoadingOverlay {
  background: #FFF;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../../img/colorbox/controls.png) top center no-repeat;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
.cboxPhoto {
  min-width: 800px;
  height: auto;
}
/***********************************************************************
 * Facebook Tabs
 **********************************************************************/
body#fb {
  min-width: 800px;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  /* Set to auto while testing - hidden when finished */
}
body#fb #container {
  min-height: 0;
}
body#fb .con {
  width: 800px;
}
body#fb #drawer {
  border: 1px solid #333;
  width: 778px;
  margin: auto;
}
body#fb #drawer div span {
  font-size: 14px !important;
}
body#fb #drawer .notification_icon {
  width: 22px;
}
/**********************************
 * Powered By Socialize
 *********************************/
body#fb .nyn-foot {
  top: 0;
  height: 25px;
  margin: 0;
}
/**********************************
 * Header
 *********************************/
body#fb ul#nav {
  font-size: 73%;
}
body#fb #nav.centred a,
body#fb #nav.centered a {
  padding: 4px 5px 0;
}
/**********************************
 * Footer
 *********************************/
/**********************************
 * Listings
 *********************************/
body#fb .listing {
  width: 246px;
  margin: 5px 10px 8px;
}
body#fb .listing_img {
  margin: 4px auto;
}
body#fb .listing_img a {
  width: 198px;
  height: 165px;
}
body#fb .listing_img img {
  max-width: 198px;
  max-height: 149px;
}
body#fb .listing .row {
  font-size: 11px;
  width: 196px;
}
/**********************************
 * View More
 *********************************/
body#fb .fb_tab_view_more_c {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  clear: both;
}
body#fb .fb_tab_view_more {
  clear: both;
  width: 100%;
}
/*** SEARCH ON MAP WIDGET ***/
/*
.custom-form-select {
	background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top #fff;
	background-size:auto 100%;  
	color: #000000;
	font: bold 12px/35px Helvetica,Arial,sans-serif;
	height: 38px;
	letter-spacing: 0;
	overflow: hidden;
	padding: 0 24px 0 8px;
	position: absolute;
}
*/
/*
.cform{
	background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top #fff;
	background-size:auto 100%;  
}
*/
/*
#listing_filters .custom-form-select {
	padding: 0 24px 0 12px;
}
*/
.custom-form-checkbox {
  float: left;
  display: block;
  width: 21px;
  height: 23px;
  margin-right: 10px;
  background: url('../../img/search_box/custom_form_sprite.png') no-repeat scroll -51px -9px transparent;
}
.custom-form-checkbox.custom-form-focused {
  background-position: -10px -9px;
}
.custom-form-checkbox.custom-form-checked {
  background-position: -51px -39px;
}
.custom-form-checkbox.custom-form-checked.custom-form-focused {
  background-position: -10px -39px;
}
.custom-form-radio {
  float: left;
  display: block;
  width: 21px;
  height: 23px;
  margin-right: 10px;
  background: url('../../img/search_box/custom_form_sprite.png') no-repeat scroll -133px -9px transparent;
}
.custom-form-radio.custom-form-focused {
  background-position: -92px -9px;
}
.custom-form-radio.custom-form-checked {
  background-position: -133px -39px;
}
.custom-form-radio.custom-form-checked.custom-form-focused {
  background-position: -92px -39px;
}
/* fix select height bug on webkit browsers for Mac OS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*
	select.cform {-webkit-appearance: menulist-button;}
*/
}
@media (min-width: 768px) {
  /*
	.container.hp_search_widgt {
		position: relative;
	}
*/
}
.container.hp_search_widgt .search_browse {
  margin: 20px;
}
.search_browse {
  display: block;
  float: right;
  height: auto;
  overflow: hidden;
  width: 688px;
}
#quickLinks .con &gt; span:first-child {
  margin-left: 6px !important;
}
.s_b_options_hld {
  background: url(../../img/elements/gray-bg.png) repeat scroll 0 0 transparent;
  float: left;
  height: 260px;
  width: 100%;
  color: #FFFFFF;
}
.tab_opt {
  background: url("../../img/search_box/tab_top_rdn_bg.png") repeat scroll 0 45px transparent;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  height: 33px;
  margin: 0 1px;
  padding: 10px 0 0;
  text-align: center;
  width: 116px;
}
.tab_opt:hover {
  background: url("../../img/search_box/tab_top_rdn_bg.png") repeat scroll 0 0 transparent;
}
.s_b_opt {
  height: 150px;
  margin: 20px 23px;
}
.s_b_search {
  float: right;
  margin-right: 28px;
  position: relative;
  top: -4px;
}
.s_b_search a {
  background-color: #ED1B24;
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  height: 30px;
  letter-spacing: -1px;
  margin-top: 1px;
  padding: 3px 0 0 18px;
  width: 134px;
}
.s_b_search a:hover {
  background-color: #F5373C;
  text-decoration: none;
}
.s_b_search a img {
  position: relative;
  right: -4px;
  top: -2px;
}
/*
#search_30c span.prc {
display: block;
font-size: 1.1em;
font-weight: bold;
letter-spacing: -1px;
margin-bottom: 10px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  padding-left: 6px;
}
*/
.srch_tlt {
  color: #E1E0E0;
  display: block;
  float: left;
  font-size: 2.3em !important;
  font-weight: bold !important;
  letter-spacing: -2px;
  margin: 23px 0 0 !important;
  text-align: center !important;
  text-shadow: 1px 2px 0px #222;
  filter: dropshadow(color=#222, offx=1, offy=2);
  width: 100%;
}
.srch_tlt &gt; span {
  color: #ED1B24;
}
/*
.slider_price_range_text {
  color: #ED1B24;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 3px 0;
  padding: 5px 0 15px 20px;
  position: relative;
  text-align: center;
  top: -5px;
}

.s_b_opt form .ui-slider-horizontal {

  height: 1.3em;
  margin-right: 10px;
}
*/
/*
#slider_price_range.slider_price_range div.ui-slider-range {
	background:url("../../img/search_box/ui_slider_bg.png") repeat scroll 0 -18px transparent !important;
	height:95% !important;
}

#slider_price_range.slider_price_range a.ui-slider-handle {
  background: url("../../img/search_box/sliderknob.png") no-repeat scroll 0 -4px transparent;
  height: 31px;
  margin-left: -0.6em;
  top: -0.3em;
  width: 31px;
  border:none;
}	
*/
.s_b_opt &gt; h1 {
  color: #DADADA;
  font-size: 2.3em;
  text-align: center;
}
.hps_field {
  color: #666666;
  display: inline-block;
  font-weight: bold;
  margin: 0px 15px 0px 0;
  width: 143px;
}
.hps_field label {
  color: #DADADA;
  display: block;
  font-size: 1em;
  letter-spacing: -1px;
  margin: 0 0 0px 6px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}
/*
.hps_field select.cform {
	width: 203px !important;
}
*/
.hps_field select option {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
  color: #333333;
  font-size: 80%;
  font-weight: normal;
  letter-spacing: 0;
  padding: 5px 5px 5px 10px;
}
.hps_field select option:hover {
  background-color: #000;
  color: #FFF;
}
.separator {
  color: gray;
  display: inline-block;
  float: left;
  font-size: 0.7em;
  padding: 27px 0 0 28px;
}
.separator &gt; a {
  color: #F45558;
}
/*

#slider_price_range {
  float: left;
  margin-top: 6px;
  width: 391px;
}
*/
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("../ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("../fonts/slick.eot"); src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}

/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&amp;fwDefault=normal&amp;fsDefault=1.1em&amp;cornerRadius=4px&amp;bgColorHeader=cccccc&amp;bgTextureHeader=03_highlight_soft.png&amp;bgImgOpacityHeader=75&amp;borderColorHeader=aaaaaa&amp;fcHeader=222222&amp;iconColorHeader=222222&amp;bgColorContent=ffffff&amp;bgTextureContent=01_flat.png&amp;bgImgOpacityContent=75&amp;borderColorContent=aaaaaa&amp;fcContent=222222&amp;iconColorContent=222222&amp;bgColorDefault=e6e6e6&amp;bgTextureDefault=02_glass.png&amp;bgImgOpacityDefault=75&amp;borderColorDefault=d3d3d3&amp;fcDefault=555555&amp;iconColorDefault=888888&amp;bgColorHover=dadada&amp;bgTextureHover=02_glass.png&amp;bgImgOpacityHover=75&amp;borderColorHover=999999&amp;fcHover=212121&amp;iconColorHover=454545&amp;bgColorActive=ffffff&amp;bgTextureActive=02_glass.png&amp;bgImgOpacityActive=65&amp;borderColorActive=aaaaaa&amp;fcActive=212121&amp;iconColorActive=454545&amp;bgColorHighlight=fbf9ee&amp;bgTextureHighlight=02_glass.png&amp;bgImgOpacityHighlight=55&amp;borderColorHighlight=fcefa1&amp;fcHighlight=363636&amp;iconColorHighlight=2e83ff&amp;bgColorError=fef1ec&amp;bgTextureError=02_glass.png&amp;bgImgOpacityError=95&amp;borderColorError=cd0a0a&amp;fcError=cd0a0a&amp;iconColorError=cd0a0a&amp;bgColorOverlay=aaaaaa&amp;bgTextureOverlay=01_flat.png&amp;bgImgOpacityOverlay=0&amp;opacityOverlay=30&amp;bgColorShadow=aaaaaa&amp;bgTextureShadow=01_flat.png&amp;bgImgOpacityShadow=0&amp;opacityShadow=30&amp;thicknessShadow=8px&amp;offsetTopShadow=-8px&amp;offsetLeftShadow=-8px&amp;cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*!
 * jQuery UI Resizable 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*!
 * jQuery UI Selectable 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*!
 * jQuery UI Accordion 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*!
 * jQuery UI Autocomplete 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.24
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*!
 * jQuery UI Button 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*!
 * jQuery UI Dialog 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*!
 * jQuery UI Slider 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*!
 * jQuery UI Tabs 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*!
 * jQuery UI Datepicker 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*!
 * jQuery UI Progressbar 1.8.24
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
#testimonials blockquote .name {
  text-align: right;
  font-weight: 500;
  margin-top: 10px;
  font-size: 120%;
}
#testimonials blockquote {
  border-top: 1px solid #999999;
  border-color: #d5d5d5;
  margin-top: 10px;
}
#testimonials blockquote .img-holder {
  text-align: right;
}
#testimonials blockquote .img-holder img {
  width: 150px;
  display: inline-block;
  border: 1px solid #eeeeee !important;
  margin: 0 !important;
}
#testimonials .no-testimonials {
  font-size: 200%;
  padding-top: 60px;
  text-align: center;
  display: block;
}
#meet-our-team .col-team-member {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #meet-our-team .col-team-member {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #meet-our-team .col-team-member {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  #meet-our-team .col-team-member {
    float: left;
    width: 25%;
  }
}
@media (max-width: 400px) {
  #meet-our-team .col-team-member {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#meet-our-team h1 {
  margin: 20px 0;
  text-transform: uppercase;
  color: #957b53;
}
#meet-our-team .team-member-img {
  height: 150px;
  text-align: center;
}
#meet-our-team .team-member-img img {
  max-height: 100%;
  max-width: 100%;
}
#meet-our-team .team-member-details {
  height: 160px;
  text-align: center;
}
#meet-our-team .team-member-details .name {
  font-size: 130%;
  font-weight: bold;
  color: #957b53;
  padding-top: 5px;
}
#meet-our-team .directory-empty {
  margin-bottom: 150px;
  margin-top: 100px;
}
#meet-our-team .directory-empty h3 {
  text-align: center;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is &gt; 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
	background: #3FB8AF;
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	border-radius: 2px;
}
.noUi-target {
	border-radius: 4px;
	border: 1px solid #D3D3D3;
	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #EBEBEB,
				0 3px 6px -3px #BBB;
}
.noUi-active {
	box-shadow: inset 0 0 1px #FFF,
				inset 0 1px 7px #DDD,
				0 3px 6px -3px #BBB;
}

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

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/*
@import (inline) "../jquery.nouislider.pips.css"; //if using the pips feature
*/
/* SITE SPECIFIC CODE */
/************************************************
 * Uncomment below if the site is not responsive
 ***********************************************/
/*
.container{
	width: 970px !important;
	//Also make sure to comment out the viewport meta tag in the header view file
}
*/
h1,
h2,
h3,
h4,
h5,
h6,
.page-header {
  margin-top: 0;
}
body.lc-platinum {
  background: url("../../img/elements/bg.jpg") no-repeat fixed center bottom #FFFFFF;
  min-width: 1200px;
}
#fb .container {
  width: 800px !important;
}
.dropdown {
  cursor: pointer;
}
.vertical-align-mixin {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#map_amenities_list table {
  width: 100%;
  margin-bottom: 20px;
}
#map_amenities_list table &gt; thead &gt; tr &gt; th,
#map_amenities_list table &gt; tbody &gt; tr &gt; th,
#map_amenities_list table &gt; tfoot &gt; tr &gt; th,
#map_amenities_list table &gt; thead &gt; tr &gt; td,
#map_amenities_list table &gt; tbody &gt; tr &gt; td,
#map_amenities_list table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#map_amenities_list table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#map_amenities_list table &gt; caption + thead &gt; tr:first-child &gt; th,
#map_amenities_list table &gt; colgroup + thead &gt; tr:first-child &gt; th,
#map_amenities_list table &gt; thead:first-child &gt; tr:first-child &gt; th,
#map_amenities_list table &gt; caption + thead &gt; tr:first-child &gt; td,
#map_amenities_list table &gt; colgroup + thead &gt; tr:first-child &gt; td,
#map_amenities_list table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
#map_amenities_list table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}
#map_amenities_list table .table {
  background-color: #fff;
}
#map_amenities_list .map_amenity_list_image {
  max-height: 20px;
}
#map_amenities_list tr,
#map_amenities_list td {
  cursor: pointer;
}
#map_amenities_list tr span,
#map_amenities_list td span {
  cursor: pointer;
}
#profile-map h4.panel-title {
  position: relative;
}
#profile-map h4.panel-title i {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -8px;
}
#profile-map h4.panel-title a {
  display: block;
}
.btn a {
  color: #fff;
}
.slick-slider {
  visibility: hidden;
  height: 0;
}
.slick-slider img {
  max-width: 100%;
  max-height: 150px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-slide {
  height: 150px;
}
@media (min-width: 992px) {
  .slick-slider img {
    max-height: 200px;
  }
  .slick-slide {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .slick-slider img {
    max-height: 240px;
  }
  .slick-slide {
    height: 240px;
  }
}
.slick-slide {
  text-align: center;
  background: #f4f4f4;
}
.slick-slide img {
  display: inline-block;
}
.slick-prev {
  left: 25px;
}
.slick-next {
  right: 25px;
}
.slick-prev:before,
.slick-next:before {
  color: #957b53;
  width: 20px;
  height: 20px;
  background: #000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/*TODO: the below needs to be looked at and editted */
.articles-index-title {
  position: relative;
}
.articles-index-title .articles_feeds {
  position: absolute;
  top: 0;
  right: 0;
}
.col-property {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
}
@media (min-width: 768px) {
  .col-property {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-property {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-property {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 420px) {
  .col-property {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-article {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 10px;
}
@media (min-width: 768px) {
  .col-article {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-article {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .col-article {
    float: left;
    width: 50%;
  }
}
.listing_menu .btn,
.listing_menu .back_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.listing_menu .btn:focus,
.listing_menu .back_btn:focus,
.listing_menu .btn:active:focus,
.listing_menu .back_btn:active:focus,
.listing_menu .btn.active:focus,
.listing_menu .back_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.listing_menu .btn:hover,
.listing_menu .back_btn:hover,
.listing_menu .btn:focus,
.listing_menu .back_btn:focus {
  color: #eeeeee;
  text-decoration: none;
}
.listing_menu .btn:active,
.listing_menu .back_btn:active,
.listing_menu .btn.active,
.listing_menu .back_btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.listing_menu .btn.disabled,
.listing_menu .back_btn.disabled,
.listing_menu .btn[disabled],
.listing_menu .back_btn[disabled],
fieldset[disabled] .listing_menu .btn,
fieldset[disabled] .listing_menu .back_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.listing_menu .btn:hover,
.listing_menu .back_btn:hover,
.listing_menu .btn:focus,
.listing_menu .back_btn:focus,
.listing_menu .btn:active,
.listing_menu .back_btn:active,
.listing_menu .btn.active,
.listing_menu .back_btn.active,
.open .dropdown-toggle.listing_menu .btn,
.open .dropdown-toggle.listing_menu .back_btn {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
.listing_menu .btn:active,
.listing_menu .back_btn:active,
.listing_menu .btn.active,
.listing_menu .back_btn.active,
.open .dropdown-toggle.listing_menu .btn,
.open .dropdown-toggle.listing_menu .back_btn {
  background-image: none;
}
.listing_menu .btn.disabled,
.listing_menu .back_btn.disabled,
.listing_menu .btn[disabled],
.listing_menu .back_btn[disabled],
fieldset[disabled] .listing_menu .btn,
fieldset[disabled] .listing_menu .back_btn,
.listing_menu .btn.disabled:hover,
.listing_menu .back_btn.disabled:hover,
.listing_menu .btn[disabled]:hover,
.listing_menu .back_btn[disabled]:hover,
fieldset[disabled] .listing_menu .btn:hover,
fieldset[disabled] .listing_menu .back_btn:hover,
.listing_menu .btn.disabled:focus,
.listing_menu .back_btn.disabled:focus,
.listing_menu .btn[disabled]:focus,
.listing_menu .back_btn[disabled]:focus,
fieldset[disabled] .listing_menu .btn:focus,
fieldset[disabled] .listing_menu .back_btn:focus,
.listing_menu .btn.disabled:active,
.listing_menu .back_btn.disabled:active,
.listing_menu .btn[disabled]:active,
.listing_menu .back_btn[disabled]:active,
fieldset[disabled] .listing_menu .btn:active,
fieldset[disabled] .listing_menu .back_btn:active,
.listing_menu .btn.disabled.active,
.listing_menu .back_btn.disabled.active,
.listing_menu .btn[disabled].active,
.listing_menu .back_btn[disabled].active,
fieldset[disabled] .listing_menu .btn.active,
fieldset[disabled] .listing_menu .back_btn.active {
  background-color: #957b53;
  border-color: #856d4a;
}
.listing_menu .btn .badge,
.listing_menu .back_btn .badge {
  color: #957b53;
  background-color: #eeeeee;
}
.listing_menu .ui-icon {
  display: none;
}
.xs-listing-menu {
  display: none !important;
}
@media (max-width: 767px) {
  .xs-listing-menu {
    display: block !important;
  }
  table.xs-listing-menu {
    display: table;
  }
  tr.xs-listing-menu {
    display: table-row !important;
  }
  th.xs-listing-menu,
  td.xs-listing-menu {
    display: table-cell !important;
  }
}
.xs-listing-menu .btn,
.xs-listing-menu .back_btn {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
  box-shadow: none;
  width: 50%;
  display: inline-block;
}
.xs-listing-menu .btn:focus,
.xs-listing-menu .back_btn:focus,
.xs-listing-menu .btn:active:focus,
.xs-listing-menu .back_btn:active:focus,
.xs-listing-menu .btn.active:focus,
.xs-listing-menu .back_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.xs-listing-menu .btn:hover,
.xs-listing-menu .back_btn:hover,
.xs-listing-menu .btn:focus,
.xs-listing-menu .back_btn:focus {
  color: #eeeeee;
  text-decoration: none;
}
.xs-listing-menu .btn:active,
.xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.active,
.xs-listing-menu .back_btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.xs-listing-menu .btn.disabled,
.xs-listing-menu .back_btn.disabled,
.xs-listing-menu .btn[disabled],
.xs-listing-menu .back_btn[disabled],
fieldset[disabled] .xs-listing-menu .btn,
fieldset[disabled] .xs-listing-menu .back_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.xs-listing-menu .btn:hover,
.xs-listing-menu .back_btn:hover,
.xs-listing-menu .btn:focus,
.xs-listing-menu .back_btn:focus,
.xs-listing-menu .btn:active,
.xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.active,
.xs-listing-menu .back_btn.active,
.open .dropdown-toggle.xs-listing-menu .btn,
.open .dropdown-toggle.xs-listing-menu .back_btn {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
.xs-listing-menu .btn:active,
.xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.active,
.xs-listing-menu .back_btn.active,
.open .dropdown-toggle.xs-listing-menu .btn,
.open .dropdown-toggle.xs-listing-menu .back_btn {
  background-image: none;
}
.xs-listing-menu .btn.disabled,
.xs-listing-menu .back_btn.disabled,
.xs-listing-menu .btn[disabled],
.xs-listing-menu .back_btn[disabled],
fieldset[disabled] .xs-listing-menu .btn,
fieldset[disabled] .xs-listing-menu .back_btn,
.xs-listing-menu .btn.disabled:hover,
.xs-listing-menu .back_btn.disabled:hover,
.xs-listing-menu .btn[disabled]:hover,
.xs-listing-menu .back_btn[disabled]:hover,
fieldset[disabled] .xs-listing-menu .btn:hover,
fieldset[disabled] .xs-listing-menu .back_btn:hover,
.xs-listing-menu .btn.disabled:focus,
.xs-listing-menu .back_btn.disabled:focus,
.xs-listing-menu .btn[disabled]:focus,
.xs-listing-menu .back_btn[disabled]:focus,
fieldset[disabled] .xs-listing-menu .btn:focus,
fieldset[disabled] .xs-listing-menu .back_btn:focus,
.xs-listing-menu .btn.disabled:active,
.xs-listing-menu .back_btn.disabled:active,
.xs-listing-menu .btn[disabled]:active,
.xs-listing-menu .back_btn[disabled]:active,
fieldset[disabled] .xs-listing-menu .btn:active,
fieldset[disabled] .xs-listing-menu .back_btn:active,
.xs-listing-menu .btn.disabled.active,
.xs-listing-menu .back_btn.disabled.active,
.xs-listing-menu .btn[disabled].active,
.xs-listing-menu .back_btn[disabled].active,
fieldset[disabled] .xs-listing-menu .btn.active,
fieldset[disabled] .xs-listing-menu .back_btn.active {
  background-color: #957b53;
  border-color: #856d4a;
}
.xs-listing-menu .btn .badge,
.xs-listing-menu .back_btn .badge {
  color: #957b53;
  background-color: #eeeeee;
}
@media (max-width: 420px) {
  .xs-listing-menu .btn,
  .xs-listing-menu .back_btn {
    width: 100%;
  }
}
.xs-listing-menu .ui-icon {
  display: none;
}
.listing_details h2 {
  color: #957b53;
  padding-top: 20px;
  font-weight: 500;
}
.listing_details h3 {
  font-size: 140%;
  font-weight: 400;
}
.to_top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #323232;
  border-color: #252525;
  margin: 10px 0;
}
.to_top:focus,
.to_top:active:focus,
.to_top.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.to_top:hover,
.to_top:focus {
  color: #eeeeee;
  text-decoration: none;
}
.to_top:active,
.to_top.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.to_top.disabled,
.to_top[disabled],
fieldset[disabled] .to_top {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.to_top:hover,
.to_top:focus,
.to_top:active,
.to_top.active,
.open .dropdown-toggle.to_top {
  color: #eeeeee;
  background-color: #1e1e1e;
  border-color: #070707;
}
.to_top:active,
.to_top.active,
.open .dropdown-toggle.to_top {
  background-image: none;
}
.to_top.disabled,
.to_top[disabled],
fieldset[disabled] .to_top,
.to_top.disabled:hover,
.to_top[disabled]:hover,
fieldset[disabled] .to_top:hover,
.to_top.disabled:focus,
.to_top[disabled]:focus,
fieldset[disabled] .to_top:focus,
.to_top.disabled:active,
.to_top[disabled]:active,
fieldset[disabled] .to_top:active,
.to_top.disabled.active,
.to_top[disabled].active,
fieldset[disabled] .to_top.active {
  background-color: #323232;
  border-color: #252525;
}
.to_top .badge {
  color: #323232;
  background-color: #eeeeee;
}
.to_top .ui-icon {
  display: none;
}
@media (max-width: 991px) {
  .map_amenity {
    height: 40px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .map_amenity span {
    border: 0 !important;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.prev-next-hld a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #323232;
  border-color: #252525;
  margin-right: 5px;
  margin-top: 5px;
}
.prev-next-hld a:focus,
.prev-next-hld a:active:focus,
.prev-next-hld a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.prev-next-hld a:hover,
.prev-next-hld a:focus {
  color: #eeeeee;
  text-decoration: none;
}
.prev-next-hld a:active,
.prev-next-hld a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.prev-next-hld a.disabled,
.prev-next-hld a[disabled],
fieldset[disabled] .prev-next-hld a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.prev-next-hld a:hover,
.prev-next-hld a:focus,
.prev-next-hld a:active,
.prev-next-hld a.active,
.open .dropdown-toggle.prev-next-hld a {
  color: #eeeeee;
  background-color: #1e1e1e;
  border-color: #070707;
}
.prev-next-hld a:active,
.prev-next-hld a.active,
.open .dropdown-toggle.prev-next-hld a {
  background-image: none;
}
.prev-next-hld a.disabled,
.prev-next-hld a[disabled],
fieldset[disabled] .prev-next-hld a,
.prev-next-hld a.disabled:hover,
.prev-next-hld a[disabled]:hover,
fieldset[disabled] .prev-next-hld a:hover,
.prev-next-hld a.disabled:focus,
.prev-next-hld a[disabled]:focus,
fieldset[disabled] .prev-next-hld a:focus,
.prev-next-hld a.disabled:active,
.prev-next-hld a[disabled]:active,
fieldset[disabled] .prev-next-hld a:active,
.prev-next-hld a.disabled.active,
.prev-next-hld a[disabled].active,
fieldset[disabled] .prev-next-hld a.active {
  background-color: #323232;
  border-color: #252525;
}
.prev-next-hld a .badge {
  color: #323232;
  background-color: #eeeeee;
}
.listing_room_info {
  border-color: #999999;
}
.map {
  width: 100%;
}
#get_directions {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #323232;
  border-color: #252525;
}
#get_directions:focus,
#get_directions:active:focus,
#get_directions.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#get_directions:hover,
#get_directions:focus {
  color: #eeeeee;
  text-decoration: none;
}
#get_directions:active,
#get_directions.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#get_directions.disabled,
#get_directions[disabled],
fieldset[disabled] #get_directions {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#get_directions:hover,
#get_directions:focus,
#get_directions:active,
#get_directions.active,
.open .dropdown-toggle#get_directions {
  color: #eeeeee;
  background-color: #1e1e1e;
  border-color: #070707;
}
#get_directions:active,
#get_directions.active,
.open .dropdown-toggle#get_directions {
  background-image: none;
}
#get_directions.disabled,
#get_directions[disabled],
fieldset[disabled] #get_directions,
#get_directions.disabled:hover,
#get_directions[disabled]:hover,
fieldset[disabled] #get_directions:hover,
#get_directions.disabled:focus,
#get_directions[disabled]:focus,
fieldset[disabled] #get_directions:focus,
#get_directions.disabled:active,
#get_directions[disabled]:active,
fieldset[disabled] #get_directions:active,
#get_directions.disabled.active,
#get_directions[disabled].active,
fieldset[disabled] #get_directions.active {
  background-color: #323232;
  border-color: #252525;
}
#get_directions .badge {
  color: #323232;
  background-color: #eeeeee;
}
.cform {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top / auto 100% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cform:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.cform::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.cform:-ms-input-placeholder {
  color: #999999;
}
.cform::-webkit-input-placeholder {
  color: #999999;
}
.cform[disabled],
.cform[readonly],
fieldset[disabled] .cform {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.cform {
  height: auto;
}
.custom-form-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top / auto 100% #fff;
  position: absolute;
}
.custom-form-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.custom-form-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.custom-form-select:-ms-input-placeholder {
  color: #999999;
}
.custom-form-select::-webkit-input-placeholder {
  color: #999999;
}
.custom-form-select[disabled],
.custom-form-select[readonly],
fieldset[disabled] .custom-form-select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.custom-form-select {
  height: auto;
}
.fs_show_tabs_btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
}
.fs_show_tabs_btn:focus,
.fs_show_tabs_btn:active:focus,
.fs_show_tabs_btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fs_show_tabs_btn:hover,
.fs_show_tabs_btn:focus {
  color: #eeeeee;
  text-decoration: none;
}
.fs_show_tabs_btn:active,
.fs_show_tabs_btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fs_show_tabs_btn.disabled,
.fs_show_tabs_btn[disabled],
fieldset[disabled] .fs_show_tabs_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fs_show_tabs_btn:hover,
.fs_show_tabs_btn:focus,
.fs_show_tabs_btn:active,
.fs_show_tabs_btn.active,
.open .dropdown-toggle.fs_show_tabs_btn {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
.fs_show_tabs_btn:active,
.fs_show_tabs_btn.active,
.open .dropdown-toggle.fs_show_tabs_btn {
  background-image: none;
}
.fs_show_tabs_btn.disabled,
.fs_show_tabs_btn[disabled],
fieldset[disabled] .fs_show_tabs_btn,
.fs_show_tabs_btn.disabled:hover,
.fs_show_tabs_btn[disabled]:hover,
fieldset[disabled] .fs_show_tabs_btn:hover,
.fs_show_tabs_btn.disabled:focus,
.fs_show_tabs_btn[disabled]:focus,
fieldset[disabled] .fs_show_tabs_btn:focus,
.fs_show_tabs_btn.disabled:active,
.fs_show_tabs_btn[disabled]:active,
fieldset[disabled] .fs_show_tabs_btn:active,
.fs_show_tabs_btn.disabled.active,
.fs_show_tabs_btn[disabled].active,
fieldset[disabled] .fs_show_tabs_btn.active {
  background-color: #957b53;
  border-color: #856d4a;
}
.fs_show_tabs_btn .badge {
  color: #957b53;
  background-color: #eeeeee;
}
.buyer-seller-return-btn {
  min-width: 40%;
}
/***********************************************************************
 * AJAX Galleries (Image / Video)
 **********************************************************************/
.img-gal-s,
.vid-gal-s {
  clear: both;
}
.img-gal-s .scon,
.vid-gal-s .scon {
  float: left;
}
.img-gal-s .prev,
.img-gal-s .next,
.vid-gal-s .prev,
.vid-gal-s .next {
  float: left;
}
.img-gal-s .prev img,
.img-gal-s .next img,
.vid-gal-s .prev img,
.vid-gal-s .next img {
  opacity: 0.1;
  /*
	filter: alpha( opacity=10 );
*/
}
.enable_np img {
  opacity: 0.7 !important;
  /*
	filter: alpha( opacity=70 ) !important;
*/
}
.enable_np:hover img {
  opacity: 1 !important;
  /*
	filter: alpha( opacity=100 ) !important;
*/
}
.tooltip {
  border: none;
  background: none;
}
/***********************************************************************
 * buyer seller panels
 **********************************************************************/
.col-buyer-seller {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-buyer-seller {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-buyer-seller {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-buyer-seller {
    float: left;
    width: 33.33333333%;
  }
}
.buyer-seller-panel {
  position: relative;
}
.buyer-seller-panel .panel {
  -webkit-transition: box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s;
  text-align: center;
  font-size: 150%;
}
.buyer-seller-panel .panel .panel-heading {
  height: 150px;
  vertical-align: middle;
}
.buyer-seller-panel .panel .panel-heading p {
  padding: 10px 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.buyer-seller-panel:hover .panel {
  -moz-box-shadow: 0 0 20px #555;
  -webkit-box-shadow: 0 0 20px #555;
  box-shadow: 0 0 20px #555;
  cursor: pointer;
}
.buyer-seller-panel a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.buyer-seller-panel .img-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.buyer-seller-panel .img-holder img {
  width: 100%;
  height: 100%;
}
.buyer-seller-panel .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
.list-group {
  margin-bottom: 0;
}
.contact-moving-banner .trailer {
  max-width: 120%;
}
.contact-moving-banner .let-us-help h2 {
  text-align: center;
  font-size: 200%;
  padding-top: 70px;
}
.contact-moving-banner .let-us-help h2 span {
  color: #957b53;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  font-size: 150%;
  display: block;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .contact-moving-banner .let-us-help h2 {
    padding-top: 50px;
    font-size: 180%;
  }
}
@media (max-width: 991px) {
  .contact-moving-banner .let-us-help h2 {
    padding-top: 30px;
    font-size: 140%;
  }
}
@media (max-width: 767px) {
  .contact-moving-banner .trailer-col {
    text-align: center;
  }
  .contact-moving-banner .trailer-col .trailer {
    display: inline-block;
    max-width: 100%;
    width: 300px;
  }
  .contact-moving-banner .let-us-help h2 {
    padding-top: 0;
  }
}
.social-links .btn-social {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #767676;
  color: #0B0B0B;
  margin: 2px 0 0 4px;
  border: 0;
  font-size: 110%;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
}
.social-links .btn-social:focus,
.social-links .btn-social:active:focus,
.social-links .btn-social.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.social-links .btn-social:hover,
.social-links .btn-social:focus {
  color: #eeeeee;
  text-decoration: none;
}
.social-links .btn-social:active,
.social-links .btn-social.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.social-links .btn-social.disabled,
.social-links .btn-social[disabled],
fieldset[disabled] .social-links .btn-social {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.social-links .btn-social i {
  line-height: 20px;
}
.social-links .btn-social:hover {
  background: #957b53;
  color: #0B0B0B;
}
/* The generic header styles */
@media (min-width: 768px) {
  #header nav .navbar-collapse {
    padding: 0;
  }
}
#header .nav {
  text-transform: uppercase;
}
#header .navbar {
  border-top: 2px solid #2F2F2F;
  font-weight: bold;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #header .navbar {
    font-size: 13px;
  }
}
#header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
#header .navbar-brand .logo {
  margin-top: 5px;
}
#header .top-bar {
  text-align: right;
  padding: 10px 0;
  background: #0b0b0b;
  color: #767676;
}
#header .top-bar #google_translate_element {
  display: inline-block;
  float: left;
}
#header .top-bar #google_translate_element select,
#header .top-bar #google_translate_element .goog-te-combo {
  margin: 0;
  border: 0;
  background: #323232;
  color: #aaa;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  #header .top-bar #google_translate_element {
    float: none;
    padding-bottom: 5px;
  }
}
#header .top-bar .broker-contact {
  display: inline-block;
}
#header .top-bar .broker-contact .phone-num {
  font-weight: bold;
  padding: 0 10px;
}
#header .top-bar .broker-contact .social-links {
  display: inline-block;
}
/***************************************
 * Normal footer styles ****************
 **************************************/
#moving-banner {
  background: #CECED0;
  background: -webkit-linear-gradient(#CECED0, #ffffff);
  background: -o-linear-gradient(#CECED0, #ffffff);
  background: -moz-linear-gradient(#CECED0, #ffffff);
  background: linear-gradient(#CECED0, #ffffff);
  border-top: 4px solid #fff;
}
#moving-banner .trailer-col {
  position: relative;
}
#moving-banner .trailer-col .trailer {
  position: absolute;
  top: -20px;
  left: 0;
  width: 450px;
}
#moving-banner .let-us-help {
  padding: 60px 0;
  text-align: center;
}
#moving-banner .let-us-help h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 600%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#moving-banner .let-us-help h2 span {
  font-size: 40%;
  display: block;
  text-align: center;
}
#moving-banner .let-us-help .btn {
  text-transform: uppercase;
  width: 200px;
  max-width: 100%;
}
@media (max-width: 991px) {
  #moving-banner .trailer-col {
    text-align: center;
  }
  #moving-banner .trailer-col .trailer {
    position: static;
    display: inline-block;
    margin-top: -20px;
    max-width: 100%;
  }
  #moving-banner .let-us-help {
    padding-top: 20px;
  }
}
#footer {
  background: #161616;
  color: #fff;
  padding-top: 30px;
}
#footer .contact-info {
  text-align: right;
  padding-bottom: 40px;
}
#footer .contact-info .phone-num {
  font-size: 200%;
  font-weight: bold;
}
#footer .contact-info .email a {
  font-size: 130%;
  color: #fff;
}
#footer .contact-info img {
  max-width: 100%;
}
#footer .copyright-bar {
  border-top: 2px solid #555555;
  color: #555555;
  padding: 15px 0;
  background: #0B0B0B;
  text-align: right;
  font-size: 85%;
}
@media (max-width: 767px) {
  #footer .contact-info,
  #footer .copyright-bar {
    text-align: center;
  }
}
#footer #featured-agents .featured-agent {
  padding: 5px 0 10px;
}
#footer #featured-agents .featured-agent .agent-img {
  width: 35%;
  max-width: 70px;
  height: 85px;
  display: inline-block;
  border: 2px solid #957b53;
  border-radius: 2px;
}
#footer #featured-agents .featured-agent .agent-img img {
  max-width: 100%;
  max-height: 100%;
}
#footer #featured-agents .featured-agent .agent-contact {
  width: 65%;
  display: inline-block;
  font-size: 85%;
  vertical-align: top;
  padding: 0 8px;
}
#footer #featured-agents .featured-agent .agent-contact a {
  color: #eeeeee;
}
#footer #featured-agents .featured-agent .agent-contact .name {
  text-shadow: 2px 2px #111;
  font-weight: bold;
  font-size: 120%;
}
#footer #featured-agents .featured-agent .agent-contact .title {
  font-weight: bold;
  color: #957b53;
}
/***************************************
 * Normal index styles ***************
 **************************************/
#home .col-homepage-listing {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #home .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  #home .col-homepage-listing {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #home .col-homepage-listing {
    float: left;
    width: 25%;
  }
}
@media (max-width: 420px) {
  #home .col-homepage-listing {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#home .main-banner {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  background: url(../../img/elements/bannerbackground.jpg) center no-repeat #fff;
  background-size: cover;
  margin-top: -20px;
}
#home .main-banner .logo {
  max-width: 100%;
}
#home .main-banner video {
  border: 4px solid #957b53;
  padding: 2px;
}
#home .main-banner h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 600%;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 30px 2px;
  border-top: 1px solid #957b53;
  border-bottom: 1px solid #957b53;
  margin-top: -30px;
  margin-bottom: -40px;
  transform: scale(1, 0.65);
  /* W3C */
  -webkit-transform: scale(1, 0.65);
  /* Safari and Chrome */
  -moz-transform: scale(1, 0.65);
  /* Firefox */
  -ms-transform: scale(1, 0.65);
  /* IE 9 */
  -o-transform: scale(1, 0.65);
  /* Opera */
}
#home .main-banner h1 span {
  color: #957b53;
  display: block;
  font-size: 50%;
}
#home .search-banner {
  border-bottom: 1px solid #999999;
  background: #ECECED;
}
#home .listings-banner {
  text-align: center;
}
#home .listings-banner .container {
  padding-right: 40px;
  padding-left: 40px;
}
#home .listings-banner .featured_listings {
  padding-bottom: 0;
}
#home .listings-banner .listings-title {
  font-size: 120%;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 50px;
  color: #555555;
  height: 1px;
  background-color: #999999;
  text-align: center;
  width: 500px;
  max-width: 100%;
  display: inline-block;
}
#home .listings-banner .listings-title span {
  background-color: white;
  position: relative;
  top: -0.5em;
  padding: 0 10px;
}
#home .listings-banner .slick-slider {
  visibility: visible;
  height: auto;
}
#home .listings-banner .slick-slide {
  height: auto;
  background: none;
}
#home .listings-banner .slick-next {
  right: -15px;
}
#home .listings-banner .slick-prev {
  left: -15px;
}
#home .listings-banner .slick-slider img {
  transform: none;
}
#home .listings-banner .price {
  font-size: 180%;
  font-weight: bold;
}
#home .listings-banner .btn {
  width: 200px;
  margin: 0 20px;
}
#home .know-banner {
  margin-top: 30px;
  background: url(../../img/elements/blackgoldsquare.jpg) center repeat-y #323232;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  #home .know-banner {
    background: #323232;
  }
}
#home .know-banner .border-left {
  border-left: 3px solid #fff;
  margin-left: -2px;
}
@media (max-width: 767px) {
  #home .know-banner .border-left {
    background: #D4C9B5;
  }
}
#home .know-banner h2 {
  color: #fff;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  font-size: 200%;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 15px;
}
#home .know-banner h2 span {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #957b53;
  font-size: 50%;
  display: block;
  margin-bottom: -5px;
}
#home .know-banner h3 {
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 300%;
}
#home .know-banner h3 .results {
  font-size: 120%;
  border-top: 2px solid #333333;
  color: #957b53;
}
#home .know-banner .community-panel {
  position: relative;
  padding-bottom: 40px;
  padding-left: 15px;
}
#home .know-banner .community-panel img.house {
  position: absolute;
  right: -380px;
  bottom: 0;
  height: 110%;
}
#home .know-banner .community-panel p {
  max-width: 450px;
}
@media (max-width: 1199px) {
  #home .know-banner .community-panel img.house {
    right: -450px;
  }
  #home .know-banner .community-panel p {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  #home .know-banner .community-panel img.house {
    display: none;
  }
}
#home .know-banner .news-panel {
  color: #fff;
  padding-right: 15px;
  padding-bottom: 50px;
}
#home .know-banner .news-panel .btn {
  width: 250px;
  max-width: 100%;
  float: right;
}
#home .know-banner .news-panel .home-article {
  position: relative;
  margin-bottom: 15px;
}
#home .know-banner .news-panel .home-article .img-wrapper {
  display: inline-block;
  width: 30%;
  height: 80px;
  vertical-align: top;
  border: 1px solid #fff;
  overflow: hidden;
}
#home .know-banner .news-panel .home-article p {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  height: 74px;
  padding-left: 15px;
  overflow: hidden;
}
#home .know-banner .news-panel .home-article p:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  #home .know-banner .news-panel .home-article p {
    height: 80px;
  }
}
#home .know-banner .news-panel .home-article a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
#home .search-container {
  position: relative;
}
#home .search-container .search-box {
  background: transparent;
  color: #333333;
  padding: 20px 20px 30px;
  text-align: center;
  margin: 20px 0;
}
#home .search-container .search-box h2 {
  text-align: center;
  margin-top: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 300%;
  font-weight: bold;
}
#home .search-container .search-box .slider_price_range_text {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
}
#home .search-container .search-box .hps_field {
  text-align: left;
  width: 24%;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin-right: 1%;
}
@media (max-width: 767px) {
  #home .search-container .search-box .hps_field {
    width: 49%;
  }
}
#home .search-container .search-box .hps_field label {
  font-weight: 400;
  display: none;
}
#home .search-container .search-box .hps_field .custom-form-select,
#home .search-container .search-box .hps_field select {
  width: 100% !important;
  color: #eeeeee;
  height: 34px;
  background: url(../../img/elements/dropdown-box.jpg) no-repeat top right #323232;
  background-size: auto 100%;
}
#home .search-container .search-box .search {
  margin-top: 20px;
  display: block;
}
@media (max-width: 767px) {
}
#home .search-container .search-box .search a {
  width: 100%;
}
#home .featured_listings {
  padding-bottom: 30px;
}
#home .featured_listings h2 {
  text-align: center;
}
#home .selection-buttons a {
  width: 100%;
  margin-top: 10px;
}
.price-range {
  padding: 0 20%;
}
.price-range .price-range-text {
  color: #333333;
  text-align: center;
  font-size: 120%;
  padding: 5px;
  margin-bottom: 15px;
}
.price-range #price-slider {
  margin: 0px 0 25px;
}
.price-range .noUi-background {
  background: #93928E;
}
.price-range .noUi-connect {
  background: #323232;
}
.price-range .noUi-horizontal {
  height: 10px;
  padding-right: 6px;
  border-radius: 8px;
}
.price-range .noUi-horizontal .noUi-handle {
  left: -16px;
  height: 30px;
  margin-top: -4px;
}
.price-range .noUi-horizontal .noUi-origin {
  right: -6px;
}
.price-range .noUi-handle {
  box-shadow: none;
}
.price-range .noUi-target {
  box-shadow: none;
  border-radius: 8px;
  border-color: #111111;
}
.price-range .noUi-handle:before,
.price-range .noUi-handle:after {
  height: 10px;
  background: #555;
}
.price-range .noUi-handle {
  background: url("../../img/elements/slidericon.png") no-repeat center;
  background-size: contain;
  border: none;
  left: 16px;
}
.price-range .noUi-handle:before,
.price-range .noUi-handle:after {
  content: none;
}
.col-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px 0;
  border-right: 1px solid #eeeeee;
  /*
	background:@gray-dark;
*/
}
@media (max-width: 767px) {
  .col-sidebar {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .col-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-sidebar {
    float: left;
    width: 33.33333333%;
  }
}
.col-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: -1px;
  border-left: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .col-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .col-content {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-content {
    float: left;
    width: 66.66666667%;
  }
}
.col-content .btn {
  text-decoration: none;
}
#article_sidebar {
  background: #f4f4f4;
  padding: 15px 15px 20px;
}
#article_sidebar h2 {
  color: #111111;
}
#article_sidebar ul {
  list-style: none;
}
#article_sidebar ul .btn {
  width: 100%;
}
#article_sidebar a.list-group-item {
  color: #111111;
}
#article_sidebar .btn-group-vertical {
  width: 100%;
}
#article_sidebar .btn-group-vertical a {
  width: 100%;
}
#sidebar {
  background: #f4f4f4;
  padding: 15px 15px 20px;
}
#sidebar .buyer_seller_side_bar h4 {
  color: #111111;
}
#sidebar .submit_search {
  width: 100%;
}
#sidebar ul {
  color: #957b53;
  padding-left: 20px;
}
#sidebar ul li a {
  color: #2b2b2b;
  text-decoration: none;
  cursor: pointer;
}
#sidebar ul li a:hover {
  color: #111111;
  text-decoration: none;
}
#sidebar a.list-group-item {
  color: #111111;
}
#sidebar .btn-group-vertical {
  width: 100%;
}
#sidebar .btn-group-vertical a {
  width: 100%;
}
#sidebar hr {
  border-color: #111111;
}
#sidebar .side-tool {
  background: #333333;
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 50px;
}
#sidebar .side-tool .tool-block {
  width: 100%;
  position: relative;
  display: block;
}
#sidebar .side-tool .tool-block a {
  position: absolute;
  width: 100%;
  bottom: -15px;
  left: 0;
}
#sidebar .side-tool .tool-block h2 {
  color: #111111;
  vertical-align: bottom;
  padding: 50px 0 30px;
  text-align: right;
}
#sidebar .find-dream {
  background: url(../../img/elements/sidebar-dream-home.png) no-repeat left top #333333;
  background-size: cover;
}
#sidebar .eval-home {
  background: url(../../img/elements/sidebar-evaluation.png) no-repeat left top #333333;
  background-size: cover;
}
#sidebar .listing_filters {
  text-align: left;
}
#sidebar .listing_filters .listing_filter {
  width: 100%;
}
#sidebar .listing_filters .listing_filter select {
  width: 100%;
}
#sidebar .search_filters_form .button {
  padding-top: 10px;
  text-align: right;
  display: block;
  width: 100%;
}
#sidebar .search_filters_form .button .btn {
  width: 60%;
}
#sidebar #listing_filters .listing_filter {
  position: relative;
}
#sidebar #listing_filters .custom-form-select {
  width: 100%;
}
#sidebar #listing_filters label {
  width: 100%;
  color: #111111;
}
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
.blog_sales_team_listing .blog_sales_team {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333333;
}
@media (min-width: 768px) {
  .blog_sales_team_listing .blog_sales_team {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog_sales_team_listing .blog_sales_team {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog_sales_team_listing .blog_sales_team {
    float: left;
    width: 50%;
  }
}
.blog_sales_team_listing .blog_sales_team a:hover,
.blog_sales_team_listing .blog_sales_team a:focus {
  text-decoration: none;
}
.blog_sales_team_listing .blog_sales_team a:hover strong,
.blog_sales_team_listing .blog_sales_team a:focus strong {
  text-decoration: underline;
}
.blog_sales_team_listing .blog_sales_team_button {
  text-align: right;
}
.blog_sales_team_listing .blog_sales_team_title {
  font-size: 128%;
  color: #957b53;
}
.blog_sales_team_listing .blog_sales_team_blurb {
  padding-top: 5px;
  color: #333333;
  margin-bottom: 5px;
}
.blog_sales_team_listing .blog_sales_team_img {
  overflow: hidden;
  height: 200px;
}
.blog_sales_team_listing .blog_sales_team_img img {
  margin: auto;
}
.blog_sales_team_listing .container {
  padding: 0;
}
#directory-sort a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #ae946d;
  margin: 2px;
}
#directory-sort a.active {
  font-weight: bold;
  background: #53452f;
}
.blog_sales_team_item {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .blog_sales_team_item .agent-data {
    position: relative;
    left: -30px;
  }
}
.blog_sales_team_item .blog_sales_team {
  color: #333333;
}
.blog_sales_team_item .blog_sales_team a:hover,
.blog_sales_team_item .blog_sales_team a:focus {
  text-decoration: none;
}
.blog_sales_team_item .blog_sales_team a:hover strong,
.blog_sales_team_item .blog_sales_team a:focus strong {
  text-decoration: underline;
}
.blog_sales_team_item .blog_sales_team_date {
  margin-bottom: 20px;
  font-weight: 500;
}
.blog_sales_team_item .blog_sales_team_img img {
  width: 85%;
}
.blog_sales_team_item .blog_sales_team_blurb {
  padding-top: 5px;
  color: #333333;
}
.blog_sales_team_item .blog_sales_team_back_button {
  display: block;
  width: 100%;
}
.blog_sales_team_item .thumbnail &gt; div {
  display: block !important;
  position: static !important;
}
.blog_sales_team_item .social-share-bar {
  margin-bottom: 15px;
}
.blog_sales_team_item .social-share-bar &gt; * {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
}
.blog_sales_team_item .social-share-bar &gt; *:first-child {
  margin-left: 0;
}
.blog_sales_team_item .social-share-bar &gt; *:last-child {
  margin-right: 0;
}
.blog_sales_team_item #links a.thumbnail {
  border: none;
}
div.blog_sales_team_listing div.blog_sales_team .awards,
.blog_sales_team_item div.blog_sales_team .awards {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  div.blog_sales_team_listing div.blog_sales_team .awards,
  .blog_sales_team_item div.blog_sales_team .awards {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  div.blog_sales_team_listing div.blog_sales_team .awards,
  .blog_sales_team_item div.blog_sales_team .awards {
    max-height: 245px;
  }
}
div.blog_sales_team_listing div.blog_sales_team .max-img-height,
.blog_sales_team_item div.blog_sales_team .max-img-height {
  border: 1px solid #ddd;
  height: 100px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  div.blog_sales_team_listing div.blog_sales_team .max-img-height,
  .blog_sales_team_item div.blog_sales_team .max-img-height {
    max-height: 50px;
  }
}
div.blog_sales_team_listing div.blog_sales_team .parent,
.blog_sales_team_item div.blog_sales_team .parent {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2px;
}
div.blog_sales_team_listing div.blog_sales_team .year,
.blog_sales_team_item div.blog_sales_team .year {
  color: gray;
  text-align: center;
  font-style: italic;
}
@media (max-width: 1199px) {
  div.blog_sales_team_listing div.blog_sales_team .year,
  .blog_sales_team_item div.blog_sales_team .year {
    bottom: -24px;
  }
}
div.blog_sales_team_index .agent-data a,
div.blog_sales_team_item .agent-data a {
  color: #333333;
  text-decoration: underline;
}
div.blog_sales_team_index .agent-data i.fa,
div.blog_sales_team_item .agent-data i.fa {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 2.5em;
  color: black;
  margin-right: 5px;
}
div.blog_sales_team_index .agent-data div.social-links i.fa,
div.blog_sales_team_item .agent-data div.social-links i.fa {
  margin-right: 3px;
}
/*overrides*/
#site-editor .tab-pane {
  padding: 15px;
}
#site-editor .sample-img {
  display: inline-block;
  width: 50%;
  text-align: center;
  padding-bottom: 20px;
}
#site-editor .sample-img img {
  display: inline-block;
  text-align: center;
}
#site-editor .sample-img-logo {
  background: #0b0b0b;
}
#site-editor .sample-img-broker {
  background: #161616;
}
#site-editor .frame-holder {
  position: relative;
}
#site-editor .frame-holder .click-catcher {
  width: 98%;
  height: 1000px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-menu {
  max-height: 250px;
  overflow-y: scroll;
}
/******************************************************** 
	Variables
********************************************************/
/******************************************************** 
	SPECIAL FORMATTING 
********************************************************/
#editor-special-formatting {
  /* side by side captcha formatting */
  /* label and input one line */
}
/******************************************************** 
	Module Formatting
********************************************************/
#site-editor #inputs .form-group {
  width: 100%;
  margin-bottom: 10px;
}
#site-editor #inputs .form-control-feedback {
  display: none;
}
#site-editor #inputs .has-feedback .form-control-feedback {
  display: block;
}
#site-editor #inputs .generic-input input,
#site-editor #inputs .generic-input textarea,
#site-editor #inputs .security-input input {
  width: 100%;
  max-width: 100%;
}
#site-editor #inputs .generic-input .form-group {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
}
#site-editor #inputs .ccaptcha {
  position: static;
  text-align: center;
  display: block;
}
#site-editor #inputs #captcha_img,
#site-editor #inputs #captcha_te_img,
#site-editor #inputs #captcha_le_img,
#site-editor #inputs #captcha_ae_img,
#site-editor #inputs #captcha_ie_img {
  text-align: center;
}
#site-editor #inputs .button {
  text-align: right;
  width: 100%;
  display: block;
}
#site-editor #inputs .button input {
  width: 40%;
  min-width: 100px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
}
#site-editor #inputs .button input:focus,
#site-editor #inputs .button input:active:focus,
#site-editor #inputs .button input.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#site-editor #inputs .button input:hover,
#site-editor #inputs .button input:focus {
  color: #eeeeee;
  text-decoration: none;
}
#site-editor #inputs .button input:active,
#site-editor #inputs .button input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#site-editor #inputs .button input.disabled,
#site-editor #inputs .button input[disabled],
fieldset[disabled] #site-editor #inputs .button input {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#site-editor #inputs .button input:hover,
#site-editor #inputs .button input:focus,
#site-editor #inputs .button input:active,
#site-editor #inputs .button input.active,
.open .dropdown-toggle#site-editor #inputs .button input {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
#site-editor #inputs .button input:active,
#site-editor #inputs .button input.active,
.open .dropdown-toggle#site-editor #inputs .button input {
  background-image: none;
}
#site-editor #inputs .button input.disabled,
#site-editor #inputs .button input[disabled],
fieldset[disabled] #site-editor #inputs .button input,
#site-editor #inputs .button input.disabled:hover,
#site-editor #inputs .button input[disabled]:hover,
fieldset[disabled] #site-editor #inputs .button input:hover,
#site-editor #inputs .button input.disabled:focus,
#site-editor #inputs .button input[disabled]:focus,
fieldset[disabled] #site-editor #inputs .button input:focus,
#site-editor #inputs .button input.disabled:active,
#site-editor #inputs .button input[disabled]:active,
fieldset[disabled] #site-editor #inputs .button input:active,
#site-editor #inputs .button input.disabled.active,
#site-editor #inputs .button input[disabled].active,
fieldset[disabled] #site-editor #inputs .button input.active {
  background-color: #957b53;
  border-color: #856d4a;
}
#site-editor #inputs .button input .badge {
  color: #957b53;
  background-color: #eeeeee;
}
#site-editor #inputs .req {
  color: #d9534f;
  font-weight: bold;
}
#site-editor #inputs .security label {
  display: none;
}
#site-editor #inputs .security {
  padding: 6px 0;
}
#site-editor #inputs label {
  width: 40%;
  float: left;
}
#site-editor #inputs .generic-input input,
#site-editor #inputs .generic-input textarea,
#site-editor #inputs .generic-input select,
#site-editor #inputs .security-input input {
  width: calc(100% - 40%);
  max-width: calc(100% - 40%);
  display: inline-block;
}
#site-editor #inputs .security {
  margin-left: 40%;
  border: 1px solid #ccc;
  margin-bottom: 8px;
}
#site-editor #inputs .has-feedback .form-control-feedback {
  top: 0;
}
#IDX-idxbroker {
  font-size: 90%;
}
#IDX-idxbroker a {
  color: #fff;
}
.IDX-navbar {
  display: none !important;
}
#IDX-main.IDX-page-myaccount #IDX-leadToolsBar {
  display: block;
}
#IDX-main {
  /*********************************************************************
     * Login Overrides
     ********************************************************************/
  /*********************************************************************
     * Listing Page Override
     ********************************************************************/
  /*********************************************************************
     * More Info Request Form
     ********************************************************************/
  /*********************************************************************
     * More Info Request Form
     ********************************************************************/
  /*********************************************************************
     * Mortgage Calculator Form
     ********************************************************************/
  /*********************************************************************
     * Printable Listing Override
     ********************************************************************/
  /*********************************************************************
     * Search Results Override
     ********************************************************************/
}
#IDX-main .leaflet-top,
#IDX-main .leaflet-bottom {
  z-index: 999 !important;
}
#IDX-main #IDX-resultsSeparatorActive {
  display: none;
}
#IDX-main #IDX-mapContainer {
  width: 100%;
  min-width: 300px;
}
#IDX-main #IDX-mapContainer #IDX-lp,
#IDX-main #IDX-mapContainer #IDX-hp {
  background-color: #fff;
  border: 1px solid #746041;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  padding: 4px 10px;
  text-shadow: none;
  transition: none 0s ease 0s ;
  width: 90px;
}
#IDX-main .IDX-backToMain {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
}
#IDX-main .IDX-backToMain:focus,
#IDX-main .IDX-backToMain:active:focus,
#IDX-main .IDX-backToMain.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#IDX-main .IDX-backToMain:hover,
#IDX-main .IDX-backToMain:focus {
  color: #eeeeee;
  text-decoration: none;
}
#IDX-main .IDX-backToMain:active,
#IDX-main .IDX-backToMain.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#IDX-main .IDX-backToMain.disabled,
#IDX-main .IDX-backToMain[disabled],
fieldset[disabled] #IDX-main .IDX-backToMain {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#IDX-main .IDX-backToMain:hover,
#IDX-main .IDX-backToMain:focus,
#IDX-main .IDX-backToMain:active,
#IDX-main .IDX-backToMain.active,
.open .dropdown-toggle#IDX-main .IDX-backToMain {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
#IDX-main .IDX-backToMain:active,
#IDX-main .IDX-backToMain.active,
.open .dropdown-toggle#IDX-main .IDX-backToMain {
  background-image: none;
}
#IDX-main .IDX-backToMain.disabled,
#IDX-main .IDX-backToMain[disabled],
fieldset[disabled] #IDX-main .IDX-backToMain,
#IDX-main .IDX-backToMain.disabled:hover,
#IDX-main .IDX-backToMain[disabled]:hover,
fieldset[disabled] #IDX-main .IDX-backToMain:hover,
#IDX-main .IDX-backToMain.disabled:focus,
#IDX-main .IDX-backToMain[disabled]:focus,
fieldset[disabled] #IDX-main .IDX-backToMain:focus,
#IDX-main .IDX-backToMain.disabled:active,
#IDX-main .IDX-backToMain[disabled]:active,
fieldset[disabled] #IDX-main .IDX-backToMain:active,
#IDX-main .IDX-backToMain.disabled.active,
#IDX-main .IDX-backToMain[disabled].active,
fieldset[disabled] #IDX-main .IDX-backToMain.active {
  background-color: #957b53;
  border-color: #856d4a;
}
#IDX-main .IDX-backToMain .badge {
  color: #957b53;
  background-color: #eeeeee;
}
#IDX-main #IDX-criteriaWindowContent select,
#IDX-main #IDX-criteriaWindowContent input {
  color: #000;
}
#IDX-main #IDX-searchNavWrapper {
  display: none;
}
#IDX-main .IDX-dark #IDX-mapHeader-Search {
  background: #957b53;
  color: #333333;
  margin-top: 0;
}
#IDX-main #IDX-mapControlContainer {
  border: 1px solid #957b53;
}
#IDX-main .IDX-btn-primary {
  color: #eeeeee !important;
  background-color: #957b53 !important;
  border-color: #856d4a !important;
}
#IDX-main .IDX-btn-primary:hover,
#IDX-main .IDX-btn-primary:focus,
#IDX-main .IDX-btn-primary:active,
#IDX-main .IDX-btn-primary.active,
.open .dropdown-toggle#IDX-main .IDX-btn-primary {
  color: #eeeeee !important;
  background-color: #7b6544 !important;
  border-color: #5d4d34 !important;
}
#IDX-main .IDX-btn-primary:active,
#IDX-main .IDX-btn-primary.active,
.open .dropdown-toggle#IDX-main .IDX-btn-primary {
  background-image: none !important;
}
#IDX-main .IDX-btn-primary.disabled,
#IDX-main .IDX-btn-primary[disabled],
fieldset[disabled] #IDX-main .IDX-btn-primary,
#IDX-main .IDX-btn-primary.disabled:hover,
#IDX-main .IDX-btn-primary[disabled]:hover,
fieldset[disabled] #IDX-main .IDX-btn-primary:hover,
#IDX-main .IDX-btn-primary.disabled:focus,
#IDX-main .IDX-btn-primary[disabled]:focus,
fieldset[disabled] #IDX-main .IDX-btn-primary:focus,
#IDX-main .IDX-btn-primary.disabled:active,
#IDX-main .IDX-btn-primary[disabled]:active,
fieldset[disabled] #IDX-main .IDX-btn-primary:active,
#IDX-main .IDX-btn-primary.disabled.active,
#IDX-main .IDX-btn-primary[disabled].active,
fieldset[disabled] #IDX-main .IDX-btn-primary.active {
  background-color: #957b53 !important;
  border-color: #856d4a !important;
}
#IDX-main .IDX-btn-primary .badge {
  color: #957b53 !important;
  background-color: #eeeeee !important;
}
#IDX-main .IDX-btn-default {
  color: #eeeeee !important;
  background-color: #323232 !important;
  border-color: #252525 !important;
}
#IDX-main .IDX-btn-default:hover,
#IDX-main .IDX-btn-default:focus,
#IDX-main .IDX-btn-default:active,
#IDX-main .IDX-btn-default.active,
.open .dropdown-toggle#IDX-main .IDX-btn-default {
  color: #eeeeee !important;
  background-color: #1e1e1e !important;
  border-color: #070707 !important;
}
#IDX-main .IDX-btn-default:active,
#IDX-main .IDX-btn-default.active,
.open .dropdown-toggle#IDX-main .IDX-btn-default {
  background-image: none !important;
}
#IDX-main .IDX-btn-default.disabled,
#IDX-main .IDX-btn-default[disabled],
fieldset[disabled] #IDX-main .IDX-btn-default,
#IDX-main .IDX-btn-default.disabled:hover,
#IDX-main .IDX-btn-default[disabled]:hover,
fieldset[disabled] #IDX-main .IDX-btn-default:hover,
#IDX-main .IDX-btn-default.disabled:focus,
#IDX-main .IDX-btn-default[disabled]:focus,
fieldset[disabled] #IDX-main .IDX-btn-default:focus,
#IDX-main .IDX-btn-default.disabled:active,
#IDX-main .IDX-btn-default[disabled]:active,
fieldset[disabled] #IDX-main .IDX-btn-default:active,
#IDX-main .IDX-btn-default.disabled.active,
#IDX-main .IDX-btn-default[disabled].active,
fieldset[disabled] #IDX-main .IDX-btn-default.active {
  background-color: #323232 !important;
  border-color: #252525 !important;
}
#IDX-main .IDX-btn-default .badge {
  color: #323232 !important;
  background-color: #eeeeee !important;
}
#IDX-main .IDX-panel-primary {
  border-color: #957b53 !important;
}
#IDX-main .IDX-panel-primary &gt; .panel-heading {
  color: #eeeeee !important;
  background-color: #957b53 !important;
  border-color: #957b53 !important;
}
#IDX-main .IDX-panel-primary &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #957b53 !important;
}
#IDX-main .IDX-panel-primary &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #957b53 !important;
}
#IDX-main .IDX-panel-primary .IDX-panel-heading {
  color: #eeeeee;
  background-color: #957b53;
  border-color: #957b53;
}
#IDX-main .IDX-panel-primary .IDX-panel-heading + .panel-collapse .panel-body {
  border-top-color: #957b53;
}
#IDX-main .IDX-panel-primary .IDX-label {
  color: inherit;
}
#IDX-main .IDX-panel-default {
  border-color: #ddd !important;
}
#IDX-main .IDX-panel-default &gt; .panel-heading {
  color: #333333 !important;
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}
#IDX-main .IDX-panel-default &gt; .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd !important;
}
#IDX-main .IDX-panel-default &gt; .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd !important;
}
#IDX-main .IDX-label {
  color: #333333;
}
#IDX-main a {
  color: #957b53;
}
#IDX-main a:hover {
  color: #746041;
  text-decoration: none;
}
#IDX-main .IDX-pageHeader {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
}
#IDX-main .IDX-alert-info {
  color: #333333;
  background: #d5d5d5;
  border: 1px solid #bbbbbb;
}
#IDX-main .IDX-alert-success {
  color: #957b53;
  background: #f7f4f0;
  border: 1px solid #d2c4af;
}
#IDX-main #IDX-leadToolsBar {
  background-color: transparent;
  border: 1px solid #888888;
  font-variant: normal;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 5px 5px 10px;
  position: relative;
  text-shadow: none;
  z-index: 3;
  display: none;
}
#IDX-main #IDX-leadToolsBar #IDX-leadInfo {
  float: left;
}
#IDX-main #IDX-leadToolsBar #IDX-leadLogOutLink {
  float: left;
  margin-left: 5px;
}
#IDX-main #IDX-leadToolsBar #IDX-leadAccountLink {
  float: right;
}
#IDX-main #IDX-leadToolsBar .IDX-clear {
  clear: both;
}
#IDX-main #IDX-detailsGalleryAction,
#IDX-main #IDX-sharethis {
  display: none;
}
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction {
  width: 22%;
  margin-right: 4%;
}
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a:focus,
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a:active:focus,
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a:hover,
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a:focus {
  color: #eeeeee;
  text-decoration: none;
}
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a:active,
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a.disabled,
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a[disabled],
fieldset[disabled] #IDX-main #IDX-detailsHotActions .IDX-detailsHotAction a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#IDX-main #IDX-detailsHotActions .IDX-detailsHotAction:last-child {
  margin-right: 0;
}
#IDX-main #IDX-detailsAddress {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
}
#IDX-main #IDX-detailsAddress .IDX-psudolink {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  color: #000;
}
#IDX-main #IDX-detailsAddress .IDX-psudolink small,
#IDX-main #IDX-detailsAddress .IDX-psudolink .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
#IDX-main #IDX-detailsAddress .IDX-psudolink small,
#IDX-main #IDX-detailsAddress .IDX-psudolink .small {
  font-size: 65%;
}
#IDX-main .IDX-arrow {
  cursor: pointer;
}
#IDX-main .IDX-field-listingID {
  margin-bottom: 0;
  font-size: 115%;
}
#IDX-main #IDX-detailsWrapper #IDX-detailsAgentInfo {
  display: none;
}
#IDX-main #IDX-detailsWrapper #IDX-detailsHotActions,
#IDX-main #IDX-detailsWrapper #IDX-detailsTopActionss {
  display: none;
}
#IDX-main #IDX-moreinfoContent .IDX-propertyInfoList {
  font-size: 120%;
}
#IDX-main #IDX-moreinfoContent .IDX-propertyInfoList li#IDX-propertyInfoBedrooms,
#IDX-main #IDX-moreinfoContent .IDX-propertyInfoList li#IDX-propertyInfoFullBaths,
#IDX-main #IDX-moreinfoContent .IDX-propertyInfoList li#IDX-propertyInfoPartialBaths {
  margin-bottom: 15px;
}
#IDX-main #IDX-scheduleshowingContent .IDX-propertyInfoList {
  font-size: 120%;
}
#IDX-main #IDX-scheduleshowingContent .IDX-propertyInfoList li#IDX-propertyInfoBedrooms,
#IDX-main #IDX-scheduleshowingContent .IDX-propertyInfoList li#IDX-propertyInfoFullBaths,
#IDX-main #IDX-scheduleshowingContent .IDX-propertyInfoList li#IDX-propertyInfoPartialBaths {
  margin-bottom: 15px;
}
#IDX-main #IDX-mortgageRatesContainer {
  display: none;
}
#IDX-main #IDX-mortgageCalculationResults {
  font-size: 120%;
}
#IDX-main #IDX-mortgageCalculationResults .IDX-info {
  font-weight: bold;
}
#IDX-main #IDX-mortgageCalculatorContainer .IDX-propertyInfoList {
  font-size: 110%;
}
#IDX-main .IDX-wrapper-printable #IDX-detailsBankRateTool a {
  display: none;
}
#IDX-main .IDX-wrapper-printable .IDX-shareThisContainer {
  display: none;
}
#IDX-main #IDX-resultsContainer #IDX-pagination .form-control {
  border: 0;
  padding: 0;
}
#IDX-main #IDX-resultsContainer .IDX-control-group {
  margin-bottom: 10px;
}
#IDX-main #IDX-resultsContainer #IDX-resultsCountWrap,
#IDX-main #IDX-resultsContainer #IDX-resultsCountMessage {
  margin-bottom: 5px;
}
#IDX-main #IDX-resultsContainer #IDX-resultsSeparatorTextFeatured,
#IDX-main #IDX-resultsContainer #IDX-resultsSeparatorTextActive {
  display: none;
}
#IDX-main #IDX-resultsContainer #IDX-resultsRefineSearchWrap {
  padding-top: 10px;
}
#IDX-main #IDX-resultsContainer #IDX-resultsTopActions {
  display: none;
}
#IDX-main #IDX-resultsContainer ul.select2-choices {
  max-height: 110px;
  overflow-y: scroll;
}
#IDX-main #IDX-resultsContainer .col-full-width .IDX-resultsCell {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #IDX-main #IDX-resultsContainer .col-full-width .IDX-resultsCell {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #IDX-main #IDX-resultsContainer .col-full-width .IDX-resultsCell {
    float: left;
    width: 33.33333333%;
  }
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #IDX-main #IDX-resultsContainer .IDX-resultsCell {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #IDX-main #IDX-resultsContainer .IDX-resultsCell {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #IDX-main #IDX-resultsContainer .IDX-resultsCell {
    float: left;
    width: 50%;
  }
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsPhoto {
  width: 100%;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsAddress {
  padding: 0 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  height: 40px;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsAddress .IDX-resultsAddressLink {
  color: #333333;
  font-size: 100%;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsAddress .IDX-resultsAddressLink:hover {
  color: #333333;
  text-decoration: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsAddress .IDX-resultsAddressZip,
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsAddress .IDX-addressZip4 {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsPhotogallery {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsDescription {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-MLSLogo {
  position: absolute;
  right: 15px;
  top: 0;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-MLSLogo img {
  width: 75px !important;
  height: 37px !important;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsPhoto {
  height: 200px;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsPhoto a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsCellActions {
  width: 100%;
}
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsCellActions .IDX-resultsDetailsLink,
#IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsCellActions .IDX-resultsSaveProperty {
  width: 50%;
}
@media (max-width: 767px) {
  #IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsCellActions .IDX-resultsDetailsLink,
  #IDX-main #IDX-resultsContainer .IDX-resultsCell .IDX-resultsCellActions .IDX-resultsSaveProperty {
    width: 100%;
  }
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  margin-top: 0;
  height: 70px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default {
    height: 120px;
  }
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-panel-body {
  width: 100%;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-panel-heading {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-sqFt .IDX-label {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-sqFt .IDX-text::after {
  content: "sq ft";
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-listingPrice {
  font-size: 150%;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-listingPrice .IDX-label {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-propStatus,
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-fullBaths,
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-partialBaths {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-acres .IDX-label {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-acres .IDX-text::after {
  content: "acres";
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-totalBaths {
  width: auto;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-totalBaths .IDX-label {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-totalBaths .IDX-resultsText::after {
  content: " baths";
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-bedrooms {
  width: auto;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-bedrooms .IDX-label {
  display: none;
}
#IDX-main #IDX-resultsContainer .IDX-resultsMainInfo.IDX-panel-default .IDX-field-bedrooms .IDX-resultsText::after {
  content: " beds,\2008";
}
/*********************************************************************
 * General Search Styles
 ********************************************************************/
.IDX-quicksearchForm .IDX-qsFieldWrap &gt; div {
  position: relative;
}
.IDX-quicksearchForm .idxbroker-custom-form-select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top / auto 100% #fff;
  position: absolute;
  display: inline-block;
  color: #333333;
}
.IDX-quicksearchForm .idxbroker-custom-form-select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.IDX-quicksearchForm .idxbroker-custom-form-select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.IDX-quicksearchForm .idxbroker-custom-form-select:-ms-input-placeholder {
  color: #999999;
}
.IDX-quicksearchForm .idxbroker-custom-form-select::-webkit-input-placeholder {
  color: #999999;
}
.IDX-quicksearchForm .idxbroker-custom-form-select[disabled],
.IDX-quicksearchForm .idxbroker-custom-form-select[readonly],
fieldset[disabled] .IDX-quicksearchForm .idxbroker-custom-form-select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.IDX-quicksearchForm .idxbroker-custom-form-select {
  height: auto;
}
.IDX-quicksearchForm *[id^='IDX-qsIdxIDWrap-'] {
  display: none !important;
}
#home,
.home-turnkey {
  /*********************************************************************
 * Homepage Search
 ********************************************************************/
  /*********************************************************************
 * Homepage Showcase
 ********************************************************************/
}
#home div[id^='IDX-quicksearch-'],
.home-turnkey div[id^='IDX-quicksearch-'] {
  width: 100% !important;
  padding: 15px;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #f4f4f4;
  margin-bottom: 20px;
}
#home div[id^='IDX-quicksearch-'] h3,
.home-turnkey div[id^='IDX-quicksearch-'] h3 {
  color: #111111;
  text-align: center;
}
@media (min-width: 768px) {
  #home div[id^='IDX-quicksearch-'] .IDX-qsFieldWrap,
  .home-turnkey div[id^='IDX-quicksearch-'] .IDX-qsFieldWrap {
    width: 50%;
    display: inline-block;
  }
}
#home div[id^='IDX-quicksearch-'] label,
.home-turnkey div[id^='IDX-quicksearch-'] label {
  color: #111111;
  width: 42%;
}
#home div[id^='IDX-quicksearch-'] select,
.home-turnkey div[id^='IDX-quicksearch-'] select,
#home div[id^='IDX-quicksearch-'] input,
.home-turnkey div[id^='IDX-quicksearch-'] input,
#home div[id^='IDX-quicksearch-'] .idxbroker-custom-form-select,
.home-turnkey div[id^='IDX-quicksearch-'] .idxbroker-custom-form-select {
  border-radius: 0;
  border: 1px solid #fff;
  padding: 5px;
  width: 58% !important;
}
#home div[id^='IDX-quicksearch-'] .IDX-qsButtonInput,
.home-turnkey div[id^='IDX-quicksearch-'] .IDX-qsButtonInput {
  width: auto !important;
  min-width: 40%;
}
#home div[id^='IDX-quicksearch-'] select,
.home-turnkey div[id^='IDX-quicksearch-'] select {
  background: url("../../img/elements/dropdown-box.jpg") no-repeat scroll right top / auto 100% #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
#home div[id^='IDX-quicksearch-'] .IDX-qsTextInput,
.home-turnkey div[id^='IDX-quicksearch-'] .IDX-qsTextInput {
  min-width: 30%;
}
#home div[id^='IDX-quicksearch-'] .IDX-qsFieldWrap,
.home-turnkey div[id^='IDX-quicksearch-'] .IDX-qsFieldWrap {
  padding: 5px 5px;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'],
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] {
  text-align: right;
  width: 100%;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
  display: inline-block;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active:focus,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active:focus,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active:focus,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus {
  color: #eeeeee;
  text-decoration: none;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled],
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled],
fieldset[disabled] #home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput,
fieldset[disabled] .home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
.open .dropdown-toggle#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput,
.open .dropdown-toggle.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
.open .dropdown-toggle#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput,
.open .dropdown-toggle.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  background-image: none;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled],
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled],
fieldset[disabled] #home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput,
fieldset[disabled] .home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:hover,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:hover,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:hover,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:hover,
fieldset[disabled] #home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
fieldset[disabled] .home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:focus,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:focus,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:focus,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:focus,
fieldset[disabled] #home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
fieldset[disabled] .home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:active,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:active,
fieldset[disabled] #home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
fieldset[disabled] .home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled.active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled.active,
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled].active,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled].active,
fieldset[disabled] #home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
fieldset[disabled] .home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active {
  background-color: #957b53;
  border-color: #856d4a;
}
#home div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput .badge,
.home-turnkey div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput .badge {
  color: #957b53;
  background-color: #eeeeee;
}
#home div[id^='IDX-quicksearch-'] .price-range,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range {
  padding: 0 10%;
}
#home div[id^='IDX-quicksearch-'] .price-range .price-range-text,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .price-range-text {
  color: #111111;
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  padding: 5px;
}
#home div[id^='IDX-quicksearch-'] .price-range #price-slider,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range #price-slider {
  margin: 10px 0 15px;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-background,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-background {
  background: #111111;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-connect,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-connect {
  background: #957b53;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-horizontal,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-horizontal {
  padding-right: 32px;
  height: 14px;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-horizontal .noUi-handle,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-horizontal .noUi-handle {
  left: -1px;
  height: 24px;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-horizontal .noUi-origin,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-horizontal .noUi-origin {
  right: -32px;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-handle,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-handle {
  box-shadow: none;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-target,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-target {
  box-shadow: none;
  border-radius: 0;
  border-color: #111111;
}
#home div[id^='IDX-quicksearch-'] .price-range .noUi-handle:before,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-handle:before,
#home div[id^='IDX-quicksearch-'] .price-range .noUi-handle:after,
.home-turnkey div[id^='IDX-quicksearch-'] .price-range .noUi-handle:after {
  height: 10px;
  background: #555;
}
#home #IDX-showcaseGallery,
.home-turnkey #IDX-showcaseGallery {
  margin-left: -15px;
  margin-right: -15px;
}
#home #IDX-showcaseGallery .IDX-showcaseCell,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  height: 300px;
  text-align: center;
}
@media (min-width: 768px) {
  #home #IDX-showcaseGallery .IDX-showcaseCell,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #home #IDX-showcaseGallery .IDX-showcaseCell,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  #home #IDX-showcaseGallery .IDX-showcaseCell,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell {
    float: left;
    width: 25%;
  }
}
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseContainer,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseContainer {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
  color: #111111;
  padding-bottom: 5px;
}
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseLink,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseLink {
  width: 100%;
  height: 200px;
  display: block;
  margin-bottom: 5px;
}
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcasePrice,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcasePrice {
  font-size: 130%;
}
@media (max-width: 500px) {
  #home #IDX-showcaseGallery .IDX-showcaseCell,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  #home #IDX-showcaseGallery .IDX-showcaseCell,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell {
    height: 270px;
  }
  #home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseLink,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseLink {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  #home #IDX-showcaseGallery .IDX-showcaseCell,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell {
    height: 250px;
  }
  #home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseLink,
  .home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseLink {
    height: 150px;
  }
}
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseListingID,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseListingID,
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcasePartial,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcasePartial,
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseFull,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseFull,
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseRemarks,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseRemarks,
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseStatus,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseStatus,
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseZipcode,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseZipcode,
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseState,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseState,
#home #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseAddress,
.home-turnkey #IDX-showcaseGallery .IDX-showcaseCell .IDX-showcaseAddress {
  display: none;
}
/*********************************************************************
 * Sidebar Search
 ********************************************************************/
#sidebar div[id^='IDX-quicksearch-'] {
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #f4f4f4;
}
#sidebar div[id^='IDX-quicksearch-'] h3 {
  color: #111111;
  text-align: center;
}
#sidebar div[id^='IDX-quicksearch-'] label {
  color: #111111;
  margin: 0;
  display: block;
  text-align: left;
}
#sidebar div[id^='IDX-quicksearch-'] select,
#sidebar div[id^='IDX-quicksearch-'] input,
#sidebar div[id^='IDX-quicksearch-'] .idxbroker-custom-form-select {
  border-radius: 0;
  border: 1px solid #fff;
  padding: 5px;
  width: 100%;
  text-align: left;
}
#sidebar div[id^='IDX-quicksearch-'] .idxbroker-custom-form-select {
  display: block;
  bottom: 0;
}
#sidebar div[id^='IDX-quicksearch-'] .IDX-qsTextInput {
  min-width: 30%;
}
#sidebar div[id^='IDX-quicksearch-'] .IDX-qsFieldWrap {
  padding: 5px;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] {
  text-align: right;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #eeeeee;
  background-color: #957b53;
  border-color: #856d4a;
  width: 40%;
  min-width: 80px;
  display: inline-block;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active:focus,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus {
  color: #eeeeee;
  text-decoration: none;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled],
fieldset[disabled] #sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
.open .dropdown-toggle#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  color: #eeeeee;
  background-color: #7b6544;
  border-color: #5d4d34;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active,
.open .dropdown-toggle#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput {
  background-image: none;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled],
fieldset[disabled] #sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:hover,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:hover,
fieldset[disabled] #sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:hover,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:focus,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:focus,
fieldset[disabled] #sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:focus,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled:active,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled]:active,
fieldset[disabled] #sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput:active,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.disabled.active,
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput[disabled].active,
fieldset[disabled] #sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput.active {
  background-color: #957b53;
  border-color: #856d4a;
}
#sidebar div[id^='IDX-quicksearch-'] *[id^='IDX-qsSubmitWrap-'] .IDX-qsButtonInput .badge {
  color: #957b53;
  background-color: #eeeeee;
}
/*********************************
 ** Facebook Tab Overrides ******* 
 *********************************/
/*
#properties{
	.make-row();
	.listing{
		.make-xs-column(4);
		.photo{
			.make-xs-column(12);
			display:none;
		}
		.details{
			.make-xs-column(12);
		}
	}
}
*/
/*********************************
 ** Advanced Search ******* 
 *********************************/
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-propStatus-group {
  display: none !important;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-action-buttons {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset {
  color: #eeeeee;
  background-color: #323232;
  border-color: #252525;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset:hover,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset:focus,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset:active,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.active,
.open .dropdown-toggle#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset {
  color: #eeeeee;
  background-color: #1e1e1e;
  border-color: #070707;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset:active,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.active,
.open .dropdown-toggle#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset {
  background-image: none;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.disabled,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset[disabled],
fieldset[disabled] #IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.disabled:hover,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset[disabled]:hover,
fieldset[disabled] #IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset:hover,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.disabled:focus,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset[disabled]:focus,
fieldset[disabled] #IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset:focus,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.disabled:active,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset[disabled]:active,
fieldset[disabled] #IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset:active,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.disabled.active,
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset[disabled].active,
fieldset[disabled] #IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset.active {
  background-color: #323232;
  border-color: #252525;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-formReset .badge {
  color: #323232;
  background-color: #eeeeee;
}
#IDX-main.IDX-page-advanced #IDX-searchForm #IDX-advanced_propSubType {
  display: none;
}
#IDX-main.IDX-page-advanced #IDX-searchForm h4.panel-title {
  position: relative;
}
#IDX-main.IDX-page-advanced #IDX-searchForm h4.panel-title a {
  display: block;
}
#IDX-main.IDX-page-advanced #IDX-searchForm h4.panel-title i {
  position: absolute;
  right: 0;
  top: -8px;
  pointer-events: none;
}
/***********************************************************************
 * Multi-select
 **********************************************************************/
#IDX-main .multiselect-dropdown,
#IDX-main .multiselect-container.dropdown-menu {
  width: 100%;
  top: 28px !important;
}
#IDX-main a {
  color: #333333;
}
#IDX-main a:hover {
  color: #333333;
}
#IDX-main .multiselect b.caret {
  float: right;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid;
  position: absolute;
  right: 5px;
  top: 14px;
}
#IDX-main .multiselect-container.dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 9px 0 0;
  background-color: #EFEFEF;
}
#IDX-main .multiselect-container.dropdown-menu &gt; li &gt; a {
  font-size: inherit;
  margin: 0;
  padding: 0 16px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #333333;
}
#IDX-main .multiselect-container.dropdown-menu &gt; li:not(.active) &gt; a:hover {
  background-color: #EFEFEF;
  color: inherit;
}
#IDX-main .multiselect-container.dropdown-menu &gt; li &gt; a &gt; label {
  padding-bottom: 7px;
  min-height: 34px;
}
#IDX-main .IDX-controls .multiselect-container input {
  height: auto;
}
#IDX-main .multiselect-container label.checkbox {
  padding-top: 7px;
}
#IDX-main .btn-group {
  width: 100%;
  display: block;
}
#IDX-main .btn-group button {
  width: 100%;
  display: block;
  min-height: 38px;
  background: #fff;
  text-align: left;
  border: 1px solid #ccc;
  margin-bottom: 10px !important;
  position: relative;
}
#IDX-main .btn-group button:hover,
#IDX-main .btn-group button:focus,
#IDX-main .btn-group button:active {
  border: 1px solid #ccc !important;
  background: #fff !important;
}
#IDX-main .btn-group .multiselect:hover,
#IDX-main .btn-group .multiselect:focus,
#IDX-main .btn-group .multiselect:active {
  color: #333333;
}
#IDX-main .open .dropdown-toggle.btn-default {
  border: 1px solid #ccc !important;
  background: #fff !important;
  color: #333333;
}
#IDX-main .btn-group.open button {
  border: 1px solid #ccc;
  background: #fff;
}
#IDX-main .btn-group.open button:hover,
#IDX-main .btn-group.open button:focus,
#IDX-main .btn-group.open button:active {
  border: 1px solid #ccc !important;
  background: #fff !important;
  color: #333333;
}
#IDX-main .dropdown-menu &gt; .active &gt; a,
#IDX-main .dropdown-menu &gt; .active &gt; a:hover,
#IDX-main .dropdown-menu &gt; .active &gt; a:focus {
  background: #323232;
}
#IDX-main .price-group input {
  border: 1px solid #cccccc;
  width: 100%;
  height: 38px;
  padding-left: 8px;
}
#IDX-main .price-group input[type=number] {
  -moz-appearance: textfield;
}
#IDX-main .price-group ::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#IDX-main .price-group ::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#moved-IDX-content {
  text-transform: uppercase;
}
#moved-IDX-content .IDX-topActions .IDX-topAction {
  width: 100%;
  margin: 0;
}
#moved-IDX-content .IDX-topActions .IDX-topAction a {
  color: #eeeeee !important;
  background-color: #957b53 !important;
  border-color: #856d4a !important;
  width: 100%;
  text-transform: uppercase;
}
#moved-IDX-content .IDX-topActions .IDX-topAction a:hover,
#moved-IDX-content .IDX-topActions .IDX-topAction a:focus,
#moved-IDX-content .IDX-topActions .IDX-topAction a:active,
#moved-IDX-content .IDX-topActions .IDX-topAction a.active,
.open .dropdown-toggle#moved-IDX-content .IDX-topActions .IDX-topAction a {
  color: #eeeeee !important;
  background-color: #7b6544 !important;
  border-color: #5d4d34 !important;
}
#moved-IDX-content .IDX-topActions .IDX-topAction a:active,
#moved-IDX-content .IDX-topActions .IDX-topAction a.active,
.open .dropdown-toggle#moved-IDX-content .IDX-topActions .IDX-topAction a {
  background-image: none !important;
}
#moved-IDX-content .IDX-topActions .IDX-topAction a.disabled,
#moved-IDX-content .IDX-topActions .IDX-topAction a[disabled],
fieldset[disabled] #moved-IDX-content .IDX-topActions .IDX-topAction a,
#moved-IDX-content .IDX-topActions .IDX-topAction a.disabled:hover,
#moved-IDX-content .IDX-topActions .IDX-topAction a[disabled]:hover,
fieldset[disabled] #moved-IDX-content .IDX-topActions .IDX-topAction a:hover,
#moved-IDX-content .IDX-topActions .IDX-topAction a.disabled:focus,
#moved-IDX-content .IDX-topActions .IDX-topAction a[disabled]:focus,
fieldset[disabled] #moved-IDX-content .IDX-topActions .IDX-topAction a:focus,
#moved-IDX-content .IDX-topActions .IDX-topAction a.disabled:active,
#moved-IDX-content .IDX-topActions .IDX-topAction a[disabled]:active,
fieldset[disabled] #moved-IDX-content .IDX-topActions .IDX-topAction a:active,
#moved-IDX-content .IDX-topActions .IDX-topAction a.disabled.active,
#moved-IDX-content .IDX-topActions .IDX-topAction a[disabled].active,
fieldset[disabled] #moved-IDX-content .IDX-topActions .IDX-topAction a.active {
  background-color: #957b53 !important;
  border-color: #856d4a !important;
}
#moved-IDX-content .IDX-topActions .IDX-topAction a .badge {
  color: #957b53 !important;
  background-color: #eeeeee !important;
}
#moved-IDX-content .IDX-detailsHotAction {
  float: none;
  display: block;
}
#moved-IDX-content .IDX-detailsHotAction a {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  border-radius: 0 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #eeeeee !important;
  background-color: #957b53 !important;
  border-color: #856d4a !important;
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
}
#moved-IDX-content .IDX-detailsHotAction a:focus,
#moved-IDX-content .IDX-detailsHotAction a:active:focus,
#moved-IDX-content .IDX-detailsHotAction a.active:focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}
#moved-IDX-content .IDX-detailsHotAction a:hover,
#moved-IDX-content .IDX-detailsHotAction a:focus {
  color: #eeeeee !important;
  text-decoration: none !important;
}
#moved-IDX-content .IDX-detailsHotAction a:active,
#moved-IDX-content .IDX-detailsHotAction a.active {
  outline: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
#moved-IDX-content .IDX-detailsHotAction a.disabled,
#moved-IDX-content .IDX-detailsHotAction a[disabled],
fieldset[disabled] #moved-IDX-content .IDX-detailsHotAction a {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#moved-IDX-content .IDX-detailsHotAction a:hover,
#moved-IDX-content .IDX-detailsHotAction a:focus,
#moved-IDX-content .IDX-detailsHotAction a:active,
#moved-IDX-content .IDX-detailsHotAction a.active,
.open .dropdown-toggle#moved-IDX-content .IDX-detailsHotAction a {
  color: #eeeeee !important;
  background-color: #7b6544 !important;
  border-color: #5d4d34 !important;
}
#moved-IDX-content .IDX-detailsHotAction a:active,
#moved-IDX-content .IDX-detailsHotAction a.active,
.open .dropdown-toggle#moved-IDX-content .IDX-detailsHotAction a {
  background-image: none !important;
}
#moved-IDX-content .IDX-detailsHotAction a.disabled,
#moved-IDX-content .IDX-detailsHotAction a[disabled],
fieldset[disabled] #moved-IDX-content .IDX-detailsHotAction a,
#moved-IDX-content .IDX-detailsHotAction a.disabled:hover,
#moved-IDX-content .IDX-detailsHotAction a[disabled]:hover,
fieldset[disabled] #moved-IDX-content .IDX-detailsHotAction a:hover,
#moved-IDX-content .IDX-detailsHotAction a.disabled:focus,
#moved-IDX-content .IDX-detailsHotAction a[disabled]:focus,
fieldset[disabled] #moved-IDX-content .IDX-detailsHotAction a:focus,
#moved-IDX-content .IDX-detailsHotAction a.disabled:active,
#moved-IDX-content .IDX-detailsHotAction a[disabled]:active,
fieldset[disabled] #moved-IDX-content .IDX-detailsHotAction a:active,
#moved-IDX-content .IDX-detailsHotAction a.disabled.active,
#moved-IDX-content .IDX-detailsHotAction a[disabled].active,
fieldset[disabled] #moved-IDX-content .IDX-detailsHotAction a.active {
  background-color: #957b53 !important;
  border-color: #856d4a !important;
}
#moved-IDX-content .IDX-detailsHotAction a .badge {
  color: #957b53 !important;
  background-color: #eeeeee !important;
}
#moved-IDX-content .IDX-control-group {
  margin: 0;
  width: 100%;
}
/*# sourceMappingURL=site-specific.css.map */</pre></body></html>